diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea1472e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +output/ diff --git a/README.md b/README.md index ef8e81f..f288d7b 100644 --- a/README.md +++ b/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 +```