Skip to content

Commit

Permalink
Added PELICAN_THEME_FOLDER docu in README
Browse files Browse the repository at this point in the history
  • Loading branch information
josemi committed Apr 24, 2021
1 parent 4a44aa6 commit 2bc7009
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ in the virtual environment your pelican site is developed in.

- `GH_PAGES_BRANCH` (optional): override the default `gh-pages` deployment branch
- `PELICAN_CONFIG_FILE` (optional): override the default `pelicanconf.py` config file
- `PELICAN_CONTENT_FOLDER` (optional): 'override the default `content` content folder'
- `PELICAN_CONTENT_FOLDER` (optional): override the default `content` content folder
- `PELICAN_THEME_FOLDER` (optional): setup the theme folder with `package.json` file, it is required if you need install node modules.
- `GITHUB_TOKEN`: (required) should be `${{secrets.GITHUB_TOKEN}}`, see [the workflow demo in the demo repository for an example of this][workflow_demo]. This secret is fulfilled by GitHub.

## Demo
Expand Down

0 comments on commit 2bc7009

Please sign in to comment.