mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Automate ghp-import installation
This commit is contained in:
parent
7ecebd2d39
commit
fef531d8e8
2 changed files with 16 additions and 4 deletions
|
|
@ -28,3 +28,12 @@ This takes the Markdown files from the `content/` directory and generates static
|
|||
You can serve the generated site so it can be previewed in your browser:
|
||||
|
||||
$ make serve
|
||||
|
||||
|
||||
## Publish updated demo to GitHub pages
|
||||
|
||||
The process is completely automated via Makefile recipe:
|
||||
|
||||
$ make github
|
||||
|
||||
Required tools will be installed into `.venv` if missing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue