Created
April 12, 2021 20:14
-
-
Save thebouv/382651310e1e2c78ee53ca5f27261da1 to your computer and use it in GitHub Desktop.
creates the mandatory folders and files for a blank theme for pelican
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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