updated documentation posts
This commit is contained in:
parent
96e646fb0c
commit
1971b63e96
4 changed files with 19 additions and 21 deletions
10
_config.yml
10
_config.yml
|
|
@ -83,8 +83,6 @@ post-preview-words: 96
|
|||
|
||||
paginate: 5
|
||||
|
||||
syntax-highlight: True
|
||||
|
||||
email-share: True
|
||||
fb-share: True
|
||||
twitter-share: True
|
||||
|
|
@ -97,9 +95,11 @@ vkontakte-share: True
|
|||
|
||||
disqus-shortname: "panossakkos"
|
||||
|
||||
###############
|
||||
# Life Events #
|
||||
###############
|
||||
syntax-highlight: True
|
||||
|
||||
############
|
||||
# Timeline #
|
||||
############
|
||||
|
||||
events:
|
||||
- image: "/img/timeline/spidertocat.png"
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
section-type: post
|
||||
title: Generating your Blog's RSS feed
|
||||
category: tech
|
||||
tags: [ 'tutorial' ]
|
||||
---
|
||||
|
||||
Sit back, build the jekyll theme and it will be autogenerated in /feed.xml!
|
||||
|
|
@ -37,10 +37,6 @@ tags: [ 'tag1', 'tag2' ]
|
|||
|
||||
The *layout* and *section-type* are used by the theme.
|
||||
|
||||
### Post navigation
|
||||
|
||||
You can navigate between the posts by swiping left/right in the post pages!
|
||||
|
||||
### Hashtags
|
||||
|
||||
Note: *{ Personal }* generates a static page, just like all Jekyll themes.
|
||||
|
|
@ -58,7 +54,9 @@ If you are not using Github Pages, you can automate the execution of this script
|
|||
|
||||
### Syntax highlighting
|
||||
|
||||
If you want to include a code snippet in your post, simply use the following syntax:
|
||||
If you want to demonstrate source code in your posts, syntax highlighting is provided.
|
||||
If you want to see how to render your code with the highlight, simply check the source
|
||||
code of this tutorial post :smile:
|
||||
|
||||
<pre><code data-trim class="c">
|
||||
int main()
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@ category: tech
|
|||
tags: [ 'tutorial' ]
|
||||
---
|
||||
|
||||
A website is truly personal if it's your blog as well, this place of the internet where you can place your thoughts about anything!
|
||||
A website is truly personal if it hosts your blog as well, this place of the internet
|
||||
where you can place your thoughts about anything!
|
||||
|
||||
### Latest post preview in Index page
|
||||
|
||||
|
|
@ -17,7 +18,7 @@ The size of this preview is defined by:
|
|||
post-preview-words: 96
|
||||
</code></pre>
|
||||
|
||||
Feel free to experiment with different sizes, and pick the best for you.
|
||||
Feel free to experiment with different sizes, and pick the best for you :smile:
|
||||
|
||||
### Archive
|
||||
|
||||
|
|
@ -52,3 +53,11 @@ And you can enable <a href="http://www.disqus.com" target="\_blank">Disqus</a> c
|
|||
<pre><code data-trim class="yaml">
|
||||
disqus-shortname: "Your Disqus username"
|
||||
</code></pre>
|
||||
|
||||
### RSS feed
|
||||
|
||||
The RSS feed is automatically generated and placed in /feed.xml.
|
||||
|
||||
### Sitemap
|
||||
|
||||
The Sitemap is automatically generated and placed in /sitemap.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue