|
You are here |
gettalong.org | ||
| | | | |
renato.athaydes.com
|
|
| | | | | [AI summary] The author shares the development journey of 'Magnanimous,' a custom static website generator he built in Go to overcome limitations of existing platforms, detailing technical challenges like templating and scoping alongside the lessons learned. | |
| | | | |
vincent.bernat.ch
|
|
| | | | | My previous website was generated (dynamically) with mod_autoindex, a module from Apache targeted at rendering an index page for the files... | |
| | | | |
holtwick.de
|
|
| | | | | I developed the static website generator Hostic. Here I explain why and how I did it. | |
| | | | |
takeonrules.com
|
|
| | | One of my "quality of life" improvements in my text editor is related to Rubocop ; a style guide enforcer that raises issues about complexity, formatting, and other things. When I'm coding and feel I need to ignore Rubocop 's opinion, I will tell Rubocop to ignore the violation. I do this by adding a "disable" comment before the violation and an "enable" comment after the violation. | ||