No code running on the web server
No database
Just a pile of HTML files like the olden days
pip install pelican[markdown]
mkdir -p ~/projects/website
cd ~/projects/website
pelican-quickstart
Create ./content/about.md
Create ./content/test-post.md
pelican content --relative-urls
output/index.html
Make a folder in your home directory called
pub_html
Plop the files from the pelican output/
directory there
scp
(or pscp
)ssh login.keck.waisman.wisc.edu
scp -r output/*
USERNAME@login.keck.waisman.wisc.edu:pub_html
pelicanconf.py
RELATIVE_URLS = True
wheeeeee