From 06b0518bb60ead4b29bfccc7c1996097a0bd7555 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Fri, 17 Jan 2014 23:11:53 +0400 Subject: [PATCH] added syntax highlighting --- _layouts/default.html | 1 + _posts/2014-01-14-about-zshrc.html | 190 ++++++++---- about.html | 6 +- authors.html | 27 +- projects/git-etc.html | 48 ++- projects/oblikuestrategies.html | 20 +- projects/pytextmonitor.html | 20 +- projects/queued.html | 48 ++- resources/css/syntax.css | 60 ++++ ru/_posts/.2011-01-14-about-zshrchtml | 406 -------------------------- ru/_posts/2014-01-14-about-zshrc.html | 190 ++++++++---- ru/about.html | 6 +- ru/authors.html | 29 +- ru/projects/git-etc.html | 48 ++- ru/projects/oblikuestrategies.html | 20 +- ru/projects/pytextmonitor.html | 20 +- ru/projects/queued.html | 48 ++- 17 files changed, 542 insertions(+), 645 deletions(-) create mode 100644 resources/css/syntax.css delete mode 100644 ru/_posts/.2011-01-14-about-zshrchtml diff --git a/_layouts/default.html b/_layouts/default.html index 42e82c5..cc84b56 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -9,6 +9,7 @@ +

Information

Simple daemon that automatically creates git repository in the given directory and creates commit at the specified time interval.

-
$ git-etc --help
+{% highlight bash %}
+$ git-etc --help
 Simple daemon written on BASH for monitoring changes in files
 
 Usage: git-etc [ -c | --config /etc/git-etc.conf ] [ -h | --help ] [ -v | --version ]
@@ -24,8 +25,10 @@ Parametrs:
   -h  --help        - show this help and exit
   -v  --version     - show version and exit
 
-See "man 1 git-etc" for more details
-
$ ctrlconf --help
+See "man 1 git-etc" for more details
+{% endhighlight %}
+{% highlight bash %}
+$ ctrlconf --help
 GUI for git-etc daemon
 
 Usage: ctrlconf [ --default ] [ -h | --help ] [ -v | --version ]
@@ -35,7 +38,8 @@ Additional parametrs:
   -h  --help        - show this help and exit
   -v  --version     - show version and exit
 
-See "man 1 ctrlconf" for more details
+See "man 1 ctrlconf" for more details +{% endhighlight %}

Developers and contributors