Skip to content

neanias/cabbageandshame

Repository files navigation

Cabbage & Shame

This is the source for the Cabbage & Shame website.

Requirements

To build this project, you will need to install:

Development

To serve the website locally, run

$ pipenv run pelican --listen

To generate the website HTML pages from the articles & pages, run

$ pipenv run pelican content

To create a new template article, run

$ pipenv run invoke generate-article -t "My awesome title here"
Your template article can be found here: content/2020/1/my_awesome_title_here.md

This will create a new article with the title and date fields populated as well as category and tags fields filled with placeholders.

Publishing

To publish this project, run:

$ pipenv run invoke gh-pages

About

Source for the Cabbage and Shame website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published