Updated tutorial posts

This commit is contained in:
Panos Sakkos 2015-10-01 00:59:14 +02:00
parent ef702ac4e4
commit e872a8f320
2 changed files with 10 additions and 3 deletions

View file

@ -8,8 +8,10 @@ tags: [ 'tutorial' ]
The contact part of the index page is consisted of two elements:
1. Text
2. Your email address
<ol class="personal-list">
<li>Text</li>
<li>Your email address</li>
</ol>
You can modify its text from the contact.html file.
Then in the _config.yml set the email variable to your email.

View file

@ -22,8 +22,13 @@ tags: [ 'tutorial' ]
The *layout* and *section-type* are used by the theme.
<small>
Note: *{ Personal }* generates a static page, just like all jekyll themes.
So we have to create the tag pages before building and publishing the site.
For now, this has to be done manually, which practically means that you have to add a file under the tags directory, to represent the tag, similar to the existing tutorial.html file. I plan to write a script that will parse the posts, detect the tags and then auto-generate the tag pages.
Tracked by <a href="https://github.com/PanosSakkos/personal-jekyll-theme/issues/2" target="_blank">issue #2</a>
</small>
Note: If you want to use a list in your posts, consider assigning the class *personal-list*, in order to make the list items render in the center.
<small>
Note: If you want to use a list in your posts, consider assigning the class *personal-list*, in order to make the list items render in the center. Tracked by <a href="https://github.com/PanosSakkos/personal-jekyll-theme/issues/14" target="_blank">issue #14</a>
</small>