Skip to content

Instantly share code, notes, and snippets.

@Vicfred
Created January 30, 2023 05:03
Show Gist options
  • Save Vicfred/acf4a74d720ee77dec8ddd92080f012a to your computer and use it in GitHub Desktop.
Save Vicfred/acf4a74d720ee77dec8ddd92080f012a to your computer and use it in GitHub Desktop.
pelican static site
python -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install pelican
pip freeze > requirements.txt
git init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment