Source code of my website https://massivebox.net/
⚠️ WARNING ⚠️: I am rewriting my website from scratch with Astro. It's my first project with the framework so the code is still a mess, and I want to clean it up a bit before publishing it.
The website is now running the new Astro version, but this repository has the source code of the old website.
c7ffffc164
- It seems that Codeberg Pages doesn't support Submodules, so for now the alternative website is on Netlify - I forgot to update my age on my birthday this year, so I figured I might as well automate it |
||
---|---|---|
assets | ||
deps | ||
.gitignore | ||
.gitmodules | ||
contact.html | ||
index.html | ||
LICENSE | ||
project.geany | ||
projects.html | ||
README.md |
MassiveBox's Homepage
A simple HTML, CSS and JQuery static homepage built with Bulma.
Don't forget to clone the repo with --recurse-submodules
to get all dependancies:
- Bulma for the base CSS of the website
- ForkAwesome for awesome FOSS icons
- jQuery because plain JS is boring
- RSS Parser because Pleroma's feed is in RSS format
You can check out a live version at https://massivebox.net or https://massivebox.netlify.app/ (without the Pleroma feed since the path is relative, so it tries to fetch https://massivebox.netlify.app/feed.atom, which doesn't exist).