Browse Source

Add instructions for generating the site

pull/1/head
Luke Murphy 5 years ago
parent
commit
353cdd38f2
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 1
      .gitignore
  2. 7
      README.md

1
.gitignore

@ -0,0 +1 @@
output/

7
README.md

@ -26,3 +26,10 @@ Then install the requirements:
```bash
$ pip install pelican markdown
```
Then generate the content and run the server:
```bash
$ pelican content
$ pelican --listen
```

Loading…
Cancel
Save