|
|
9 years ago | |
|---|---|---|
| content | 9 years ago | |
| layouts | 9 years ago | |
| static/images | 9 years ago | |
| themes/hugo-after-dark | 9 years ago | |
| .gitignore | 9 years ago | |
| README.md | 9 years ago | |
| config.toml | 9 years ago | |
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:
content/post/<article-title-here>/index.mdindex.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.