artblog
Static site generator for art blogs written with markdown and lots of images.
Goals:
- Simplicity (minimal configurability)
- Posts source data from multiple directories (e.g. multiple Git repositories)
Limitations:
Easy To Use
- Install:
python -m pip install artblog
- Generate config.yml template:
artblog path/to/config.yml
- Configure: Edit the
path/to/config.yml
file - Generate:
artblog path/to/config.yml
- Copy to your web host:
scp -r output/* hosting_site:~/www/.
The config.yml
file is where you specify the information about your site's URL, locations of your content, etc. In step 2 above, you specify where you want to create the template for config.yml
. After that, you edit this file.
Steps 4 and 5 are repeated as you add articles over time.