Source code of my website https://massivebox.net/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MassiveBox be5d24de18 Add Gitea repos + minor improvements
- Add Gitea repos inside Projects page
- Add EcoDash link to footer
- Uniform Favicon
6 months ago
assets Various improvements 10 months ago
deps Fix submodules 9 months ago
.gitignore Various improvements 10 months ago
.gitmodules Fix submodules 9 months ago
LICENSE Add base website 2 years ago
README.md Fix alt URL + auto-update age 9 months ago
contact.html Add Gitea repos + minor improvements 6 months ago
index.html Add Gitea repos + minor improvements 6 months ago
projects.html Add Gitea repos + minor improvements 6 months ago

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).