https://github.com/defactosoftware/devblog
Defacto Dev Blog
https://github.com/defactosoftware/devblog
Last synced: 7 months ago
JSON representation
Defacto Dev Blog
- Host: GitHub
- URL: https://github.com/defactosoftware/devblog
- Owner: DefactoSoftware
- License: mit
- Created: 2013-05-17T07:47:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T10:01:32.000Z (about 7 years ago)
- Last Synced: 2025-01-01T11:42:26.129Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 106 KB
- Stars: 2
- Watchers: 43
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
~~defactosoftware.github.io~~
=========================
The Defacto Engineering blog.
Dependencies to run locally:
- Ruby
- Jekyll (`gem install jekyll`)
To run locally: `jekyll serve`, add the -w flag to autocompile changes.
It's built with [Jekyll][jekyll], to add a post:
- `git clone git@github.com:DefactoSoftware/DefactoSoftware.Github.io.git`
- `git checkout -b my-awesome-blogpost`
- add your info to the `authors` in the [_config.yml](_config.yml) file if it's
not there yet.
- create a new post with
`rake post author="your name" title="My Awesome Blogpost"`, this will
create a markdown file in the `_posts` directory.
- write your post in [markdown][markdown]
- `git push origin my-awesome-blogpost` and open a pull request
[jekyll]: http://jekyllrb.com
[markdown]: http://daringfireball.net/projects/markdown/