How to configure such page with the code below
11 May 2014
Read Jekyll Quick Start
Complete usage and documentation available at: Jekyll Bootstrap
Update Author Attributes
In _config.yml
remember to specify your own data
:
title : My Blog =)
author :
name : Name Lastname
email : blah@email.test
github : username
twitter : username
The theme should reference these variables whenever needed.
Sample Posts
This blog contains sample posts which help stage pages and blog data.
When you don’t need the samples anymore just delete the _posts/core-> samples
folder.
$ rm -rf _posts/core-samples
Here’s a sample “posts list”.
- 31 Aug 2014 » Project in May
- 03 Aug 2014 » Project in August
- 26 May 2014 » How to use URI anchor
- 12 May 2014 » Javascript snippet testing
- 11 May 2014 » webstorm use instruction
- 11 May 2014 » How to configure such page
- 11 May 2014 » 2014 5 11 use jekyll build github blog
- 11 May 2014 » Build Auth in Node.js with Express.md
To-Do
This theme is still unfinished. If you'd like to be added as a contributor, [please fork](http://github.com/plusjade/jekyll-bootstrap)!
We need to clean up the themes, make theme usage guides with theme-specific markup examples.
Read [Jekyll Quick Start](http://jekyllbootstrap.com/usage/jekyll-quick-start.html)
Complete usage and documentation available at: [Jekyll Bootstrap](http://jekyllbootstrap.com)
## Update Author Attributes
In `_config.yml` remember to specify your `own data`:
title : My Blog =)
author :
name : Name Lastname
email : blah@email.test
github : username
twitter : username
> The theme should reference these variables whenever needed.
## Sample Posts
<b>This blog contains sample posts which help stage pages and blog data.</b>
**When you don't need the samples anymore just delete the `_posts/core-> samples` folder.**
$ rm -rf _posts/core-samples
Here's a sample "posts list".
<ul class="posts">
<li><span>31 Aug 2014</span> » <a href="/remarks/2014/08/31/project-in-may">Project in May</a></li>
<li><span>03 Aug 2014</span> » <a href="/remarks/2014/08/03/august">Project in August</a></li>
<li><span>26 May 2014</span> » <a href="/zugzug/2014/05/26/how-to-use-uri-anchor">How to use URI anchor</a></li>
<li><span>12 May 2014</span> » <a href="/remarks/2014/05/12/javascript-test-site">Javascript snippet testing</a></li>
<li><span>11 May 2014</span> » <a href="/remarks/2014/05/11/webstorm-use-instruction">webstorm use instruction</a></li>
<li><span>11 May 2014</span> » <a href="/remarks/2014/05/11/code-samples">How to configure such page</a></li>
<li><span>11 May 2014</span> » <a href="/zugzug/2014/05/11/2014-5-11-use-jekyll-build-github-blog">2014 5 11 use jekyll build github blog</a></li>
<li><span>11 May 2014</span> » <a href="/zugzug/2014/05/11/2014-5-11-buidl-auth-modulemd">Build Auth in Node.js with Express.md</a></li>
</ul>
## To-Do
This theme is still unfinished. If you'd like to be added as a contributor, [please fork](http://github.com/plusjade/jekyll-bootstrap)!
We need to clean up the themes, make theme usage guides with theme-specific markup examples.
blog comments powered by Disqus