Skip to content

sberrevoets/scottberrevoets.com

Repository files navigation

ScottBerrevoets.com

This repository contains the source for ScottBerrevoets.com. It uses Pelican to generate all content, including file and directory structures. I'm using a custom Pelican theme. You may use this theme for your own Pelican installation, but I can't help you out with customizations.

Installation

$ pip3 install -r requirements.txt

Writing

Because I always forget.

  • Edit content, then run $ pelican content from the root
  • To preview: $ pelican --listen (with -r for continuous regeneration)

Contributing

Found a mistake, typo, or formatting error? Contributions are welcome!

License