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 0e27f6d184 add license to readme and site 11 years ago
contents add license to readme and site 11 years ago
plugins initial conversion from wordpress -> wintersmith 11 years ago
templates add github fork badge 11 years ago
.gitignore initial conversion from wordpress -> wintersmith 11 years ago
Makefile initial conversion from wordpress -> wintersmith 11 years ago
README.md add license to readme and site 11 years ago
config.json initial conversion from wordpress -> wintersmith 11 years ago
package.json initial conversion from wordpress -> wintersmith 11 years ago

README.md

The Worst Programmer Ever

A satirical blog about programming and general technology.

Installing

git clone git://github.com/brettlangdon/theworstprogrammerever
cd ./theworstprogrammerever
npm install

Running

Building

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

Preview

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/

Contributing

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

  1. Fork this repository
  2. Add your article to contents/articles/<article-title-here>/index.md
  3. Format for index.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.
  1. If this is your first article please add yourself to contents/authors/<name-here>.json
  2. Format for <name-here>.json should be:
{
  "name": "<name here>",
  "website": "<link-to-site-or-github>"
}
  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.