A satirical blog about programming and general technology.
theworstprogrammerever
requires hugo
to build the server
git clone git://github.com/brettlangdon/theworstprogrammerever
cd ./theworstprogrammerever
# build the static files
hugo
# run development server at http://localhost:1313
hugo server -w
If you would like to contribute an article to http://theworstprogrammerever.com:
- Fork this repository
- Add your article to
content/post/<article-title-here>/index.md
- Format for
index.md
should be:
---
title: <article-title-here>
author: <name-here>
date: YYY-MM-DD
---
Short summary here
---
This is the actual article. You can use whatever markdown you want.
- Create a pull request to this repo to await review/merge
- Profit
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.