README.md 774 B

Generate website

  1. Install pelican. You can do it with pip: pip install pelican
  2. Clone the repository recursively: git clone --recursive https://notabug.org/Ducker/ducker-website
  3. Execute cd ducker-website && pelican content
  4. Check out the website. It has been created in the output folder.

Tags usage

If you want to sumbit an article you must add the correct tags. You could read some articles to get an idea of how they are used, but it's better to read the following list (if you think that a new tag should be added, submit a pull request):

  • announcement. Announcements to the general public
  • project. Information useful to developers
  • release. A new release
  • website. Related to websites