This website is built with Pelican, https://blog.getpelican.com/. To start hacking you need:
git clone
your fork, see ^^^venv
, see https://docs.python.org/3/library/venv.html<venv>/bin/activate
)cd kiwitcms.github.io/
pip install -r requirements.txt
git checkout source
to switch to the source
branchgit checkout -b name_of_your_branch
In 2 separate terminals use:
make regenerate
to regenerate the website with latest changesmake serve
to serve them at http://localhost:8000/ for previewEdit files to make changes in the website. You are most likely looking
for files in content/pages/
!
Once you are ready:
git commit
you changesgit push origin name_of_your_branch
source
branch!For more help see: https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests
WARNING: do not convert this file to Markdown, see c72b3ab.