I was inspired by STAR-Zero さん's LoveLive collection showcase. I previously documented my collection of official LOONA merchandise on Amino, but the app was getting spammy so I uninstalled it.
By hosting it on a website via GitHub Pages, I get more control and flexibility over the display of the content through HTML and CSS.
This is a repository which shows the status of one's LOONA collection.
Releases coming soon.
This is built using MkDocs, with the Material theme.
- Install the
mkdocs
package using pip:
pip install mkdocs
- Install the latest version of Material with pip:
pip install mkdocs-material
-
Download the base files under Releases, and extract all the files from the archive.
-
Using the command line, navigate to the path where the extracted files are.
- Start the preview server:
$ mkdocs serve
INFO - Building documentation...
INFO - Cleaning site directory
[I 160402 15:50:43 server:271] Serving on http://127.0.0.1:8000
[I 160402 15:50:43 handlers:58] Start watching changes
[I 160402 15:50:43 handlers:60] Start detecting changes
-
Open up
http://127.0.0.1:8000/
in your browser, and you will see a preview of the site. -
Edit away!
- The server supports auto-reloading. It rebuilds the site upon changes of the file content.
- When you're done editing the content, you can build the site contents.
mkdocs build
- Upload the contents of
site
onto your static site host.
👤 Wei Min Cher
- GitHub: @flamanta
Please ⭐️ this repository if this project helped you!
Under construction.