Created by Tom Johnson
Slides: http://bit.ly/jekyllconfslides
Blog: idratherbewriting.com
Twitter: @tomjohnson
Email: [email protected]
"On Sunday, October 19th, I sat down in my San Francisco apartment with a glass of apple cider and a clear mind. After a period of reflection, I had an idea. While I'm not specifically trained as an author of prose, I am trained as an author of code. What would happen if I approached blogging from a software development perspective? What would that look like?"— Blogging like a hacker, Tom Preston-Werner, co-founder of Github
What would happen if we approached technical writing from a software development perspective?
File format: | Text files |
Authoring: | Text editor |
Advanced logic | Liquid |
Collaboration: | Git |
Versioning: | Git |
Building: | Jekyll |
{% if site.audience="administrators" %}
show this to administrators
{% elsif site.audience="analysts" %}
show this to analysts
{% endif %}
More details »
// create the note.html include:
Note: {{include.content}}
//use it like this:
{% include note.html content="My note content goes here ..." %}
More details »
{{site.data.urls.myfile.link}}