website/README.md

11 lines
575 B
Markdown
Raw Normal View History

2021-08-04 16:12:51 +00:00
# MassiveBox's Homepage
A simple HTML, CSS and JQuery static homepage built with Bulma.
2021-08-04 16:12:51 +00:00
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
2021-08-04 16:12:51 +00:00
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).