This is the static Tableless website. No WordPress, nor any other Back-end CMS. The articles are written in Markdown, with an easy to understand yaml frontmatter.
To run the project you will need Hugo installed on your machine. Read the Quick Start from Hugo's website to start.
CSS is using SASS as a pre-processor, so you need to have SASS installed on the machine. Once installed, you can run the command:
sass --watch themes/tableless/static/css/style.sass:themes/tableless/static/css/style.css --style compressed
Sometimes when I try to run Hugo's server, it happens to give a terminal error like this: ERROR 2017/09/03 08:56:44 Error: listen tcp 127.0.0.1:1313: socket: too many open files in system
I managed to solve, I think using the tips on this link: https://blog.dekstroza.io/ulimit-shenanigans-on-sx-el-capitan/
The generator we are using now is Hugo ... a static file generator written in GO.
If you want to contribute, please clone the project and submit a pull Request. More than ever we will need help now. To run the project, read Hugo's Quick Quick Start. It is super fast and does not need both setup and other static content generators.
If you want to be an author, read the instructions on this page and submit your articles.