|
|
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 | 11 years ago | |
| config.toml | 9 years ago | |
A satirical blog about programming and general technology.
git clone git://github.com/brettlangdon/theworstprogrammerever
cd ./theworstprogrammerever
npm install
If you would like to generate the blog you can run:
make build
Which will generate the static files necessary for the blog in ./build
If you would like to preview the blog or any changes that you have made you can run:
make preview
Then visit http://localhost:8080/
If you would like to contribute an article to http://theworstprogrammerever.com:
contents/articles/<article-title-here>/index.mdindex.md should be:---
title: <article-title-here>
author: <name-here>
date: YYY-MM-DD
template: article.jade
---
Short summary here
---
This is the actual article. You can use whatever markdown you want.
contents/authors/<name-here>.json<name-here>.json should be:{
"name": "<name here>",
"website": "<link-to-site-or-github>"
}

This work
is licensed under a Creative Commons
Attribution-ShareAlike 4.0 International License.