neanias / cabbageandshame

Source for the Cabbage and Shame website

Home Page:https://www.cabbageandshame.co.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://www.cabbageandshame.co.uk


Languages

Language:CSS 47.2%Language:Python 22.8%Language:HTML 21.3%Language:Makefile 8.7%