logo
logo

Personal logging system

This wiki aims to be a personal logging system of, knowledge, projects and studies. Making a few but deliberate improvements over time to each page.

The implementation of the website attempts to make addition and edition of content as easy and systematic as possible. Thus, avoiding putting off its growth and refinement.

The files are compiled through the Cobalt static site generator. It takes everything in the src folder and builds it into the site directory.

Minimal

The core philosophy behind the site, is to make it as resilient as possible to future technologies. Thus, no frameworks are employed, and no dependencies needed. JavaScript functionality is totally optional while the CSS does take only a few lines of code.

The source can be freely accessed and downloaded through GitHub.