You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Brett Langdon 202f2a1107
Merge remote-tracking branch 'origin/hugo'
9 years ago
content Fix post styling 9 years ago
layouts Add github corner to site 9 years ago
static/images Migrate over posts and images, start custom css 9 years ago
themes/hugo-after-dark Add hugo-after-dark 9 years ago
.gitignore Fix gitignore 9 years ago
README.md Update readme 9 years ago
config.toml Migrate over posts and images, start custom css 9 years ago

README.md

The Worst Programmer Ever

A satirical blog about programming and general technology.

Installing

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

Contributing

If you would like to contribute an article to http://theworstprogrammerever.com:

  1. Fork this repository
  2. Add your article to content/post/<article-title-here>/index.md
  3. 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.
  1. Create a pull request to this repo to await review/merge
  2. Profit

License

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