Merge branch 'master' of gitlab.constantvzw.org:anais_berck/algoliterarypublishing.net

master
Gijs 3 years ago
commit 5ad105169d

@ -24,17 +24,36 @@ pip install -r requirements.txt
"""
pelican -lr
"""
or
"""
make devserver
"""
# Open http://localhost:8000/
Open http://localhost:8000/ to check the state of the website
# Make a change
Create a markdown file or change an existing file and save it.
Open http://localhost:8000/ to check the new state of the website
# Push changes to git
Check which files you changed
$ git status
Stage your changes
$ git add [name of file]
$ git commit -m " [comment that make it understandable what you just did (commit comments are poetry)]"
Push them to the repository
$ git push
# website is saved in output folder, this is the map that goes to the server
# copy using rsync
"""

Loading…
Cancel
Save