Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brettlangdon/theworstprogrammerever
Blog content for http://theworstprogrammerever.com
https://github.com/brettlangdon/theworstprogrammerever
Last synced: about 1 month ago
JSON representation
Blog content for http://theworstprogrammerever.com
- Host: GitHub
- URL: https://github.com/brettlangdon/theworstprogrammerever
- Owner: brettlangdon
- Created: 2014-10-14T13:19:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T21:47:43.000Z (over 7 years ago)
- Last Synced: 2024-10-12T22:44:55.344Z (3 months ago)
- Language: HTML
- Size: 3.31 MB
- Stars: 0
- Watchers: 2
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Worst Programmer Ever
=========================A satirical blog about programming and general technology.
## Installing
`theworstprogrammerever` requires `hugo` to build the server
```shell
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//index.md`
1. Format for `index.md` should be:
```markdown
---
title:
author:
date: YYY-MM-DD
---Short summary here
---
This is the actual article. You can use whatever markdown you want.
```
3. Create a pull request to this repo to await review/merge
4. Profit# License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.