jasonculverhouse / bytefish.de

Resources for building my personal website.

Home Page:https://www.bytefish.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://www.bytefish.de is generated by Pelican.

You can install Pelican by using pip:

pip install pelican

Depending on your Python installation, you might need to install the following packages to generate the pages:

pip install markdown
pip install BeautifulSoup4

To build the pages, simply run the following command from the root folder:

pelican -s settings/settings_dev.py .

The output will be written to the folder settings/output/DEV.

About

Resources for building my personal website.

https://www.bytefish.de

License:MIT License


Languages

Language:Python 45.9%Language:CSS 35.0%Language:HTML 19.1%