Skip to content

Instantly share code, notes, and snippets.

@thebouv
Created April 12, 2021 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebouv/382651310e1e2c78ee53ca5f27261da1 to your computer and use it in GitHub Desktop.
Save thebouv/382651310e1e2c78ee53ca5f27261da1 to your computer and use it in GitHub Desktop.
creates the mandatory folders and files for a blank theme for pelican
# creates the mandatory folders and files for a blank theme for pelican
# to be run in your newly minted theme repo
mkdir -p static/css static/images templates
touch templates/{archives,period_archives,article,author,authors,categories,category,index,page,tag,tags}.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment