/Docs

Andkrup.dk is just a playground and pastime for when I have some spare time and want to code something meaningful. Since I can't stop generalising and improve the code, this website code evolves and build better mousetraps.

I am still trying to keep stuff simple, so frameworks are kept as simple as possible. Phalcon is still used, though.

So I thought that it would be nice to showcase how to use this web site in a /docs section. This also acts as hints for myself, when I have forgotten how to use this code to maintain this web site.

So the docs section will ensure that there are content for this website.

Challenges

  1. I want this site to be simple (or as simple as possible)
  2. I want to use Markdown to write content, and structure web pages as simple posts
  3. I want to make content file-based and avoid databases in order to maximise flexibility and easy migration

Guides

Content maintenance

Creating content is done by creating a Markdown file, rcp it onto the server and running an import cli task.

Layout