diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..87403e9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +_drafts/ +_site/ +Gemfile +Gemfile.lock diff --git a/LICENSE b/LICENSE index 32757ef..62a23fd 100644 --- a/LICENSE +++ b/LICENSE @@ -21,6 +21,11 @@ and licensed under MIT license: http://opensource.org/licenses/MIT +This site uses [Jekyll](http://jekyllrb.com/) that licensed under MIT License: + +http://opensource.org/licenses/MIT + + Google custom search is licensed under own custom license: https://support.google.com/customsearch/answer/1714300 diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..a29c3d0 --- /dev/null +++ b/_config.yml @@ -0,0 +1,2 @@ +markdown: rdiscount +pygments: true diff --git a/templates/temp_paper.html b/_layouts/paper.html similarity index 78% rename from templates/temp_paper.html rename to _layouts/paper.html index 313aae3..6b2a739 100644 --- a/templates/temp_paper.html +++ b/_layouts/paper.html @@ -3,7 +3,7 @@
-$(LANG=en_GB.UTF-8 date --utc +"%d %b %H:%M %Y")
- Last edit: $(LANG=en_GB.UTF-8 date --utc +"%d %b %H:%M %Y")
{{ page.date | date_to_string }}
+ Last edit: {{ page.last | date_to_string }}
Tags: {% for tag in page.tags %} + {{ tag }} + {% endfor %}
$INTRO_TEXT test
+ +{{ page.description }}
-$SUB_TEXT
+{{ content }} @@ -54,7 +53,7 @@13 Jan 22:02 2014
- Last edit: 13 Jan 22:02 2014
It is first paper in my blog (I think I need something here for tests =)). There are many similar articles, and I'll not be an exception. I just want to show my .zshrc
and explain what it does and why it is needed. Also any comments or additions are welcome. It is a translated paper from Russian (original).
First install recommended minima:
-pacman -Sy pkgfile zsh zsh-completions zsh-syntax-highlighting
-pkgfile is a very useful utility. Alo this command will install shell, additional completion and syntax highlighting.
-pacman -Sy pkgfile zsh zsh-completions zsh-syntax-highlighting -f -f -f -f -f -f -f -f -f -f -f -f -f -f -f -f -f -f -f -f -f -f -f -f -f -f -f - -f -f -f -f -f -f -f -f -f - -f -f -f -f - -f -f
Когда-нибудь здесь будет что-нибудь. Может быть даже интересеное.
+ {% for post in site.posts %} +{{ post.date | date_to_string}}
+{{ post.description }}
+Tags: {% for tag in post.tags %} + {{ tag }} + {% endfor %}
+ {% endfor %} +
Comments