pelican website for Canny Crow Consulting

john melesky 0ceed0a3bc pelican initialized před 11 měsíci
.gitignore b12f9c0b75 Initial commit před 11 měsíci
Makefile 0ceed0a3bc pelican initialized před 11 měsíci
README.md 0ceed0a3bc pelican initialized před 11 měsíci
pelicanconf.py 0ceed0a3bc pelican initialized před 11 měsíci
publishconf.py 0ceed0a3bc pelican initialized před 11 měsíci
tasks.py 0ceed0a3bc pelican initialized před 11 měsíci

README.md

canny-crow-site

pelican website for Canny Crow Consulting

This is written in Pelican, with a couple plugins, and uses a slightly-hacked pelican-sober theme.

From scratch:

  • install git and python 3 if they aren't already
  • pip install "pelican[markdown]"
  • pip install pelican-render-math
  • pip install markdown-captions
  • somewhere else, git clone git@github.com:jmelesky/pelican-sober.git
  • put the path to that repo in THEME in pelicanconf.py in this repo

Running locally

For the preview, pelican -r -l.

Deploying

Assuming you have the ssh keys set up properly:

  • make publish
  • make rsync_upload