Skip to content

command line utility that helps you create a personal homepage for your browser.

License

Notifications You must be signed in to change notification settings

fpgmaas/simple-homepage

Repository files navigation

simple-homepage

Release Build status Docs Code style with black Imports with isort License

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)

Example light homepage

Example dark homepage

Quick start

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.

Acknowledgements

Inspiration for this project comes from this post on Reddit by /u/akauro.


Repository initiated with fpgmaas/cookiecutter-poetry.