simple-homepage
is a command line utility that helps you create a simple static homepage for your browser. The documentation can be found here.
Light (Link to demo)
Dark (Link to demo)
To get started, first install the package:
pip install simple-homepage
Then, navigate to a directory in which you want to create your homepage, and run
homepage init
or, for the dark version of the homepage:
homepage init --dark
Then, modify settings.yaml
to your liking, and run
homepage build
Your custom homepage is now available under public/homepage.html
.
Inspiration for this project comes from this post on Reddit by /u/akauro.
Repository initiated with fpgmaas/cookiecutter-poetry.