diff --git a/blog/archive.html b/blog/archive.html index 09647e2..efb6cac 100644 --- a/blog/archive.html +++ b/blog/archive.html @@ -13,29 +13,33 @@ hasTr: true
- {% for post in site.categories.en limit:1 %} - {% assign month = post.date | date: "%Y" %} - {% endfor %} - - +{% for post in site.categories.en limit:1 %} + {% assign month = post.date | date: "%Y" %} +{% endfor %} + + diff --git a/blog/index.html b/blog/index.html index 7bde006..65a9ee0 100644 --- a/blog/index.html +++ b/blog/index.html @@ -10,13 +10,19 @@ hasTr: true

{{ page.title }}

-

Archive

+

+ + Archive +

- {% for post in site.categories.en limit:10 %} -

{{ post.title }}

-

{{ post.date | date_to_string }}

-

{{ post.description }}

-

Tags: {{ post.tags }}

- {% endfor %} +{% for post in site.categories.en limit:10 %} +

+ + {{ post.title }} +

+

{{ post.date | date_to_string }}

+

{{ post.description }}

+

Tags: {{ post.tags }}

+{% endfor %} diff --git a/index.html b/index.html index 6f31cd0..57bfa55 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ title: arcanis' homepage
RSS - Blog(hide)(show) + Blog (hide)(show)
{% for post in site.categories.en limit:3 %} {{ post.title }}
diff --git a/projects/index.html b/projects/index.html index 1813d95..244f86a 100644 --- a/projects/index.html +++ b/projects/index.html @@ -13,15 +13,15 @@ groups: short: git-etc description: git-etc is a simple daemon that automatically creates git repository in the given directory and creates commit at the specified time interval. It is written on Bash. It is also has a simple Graphical user interface written on Python2 (pyqt4) for work with the created repository. links: - - Homepage - - GitHub repo - - Archlinux AUR package + - Homepage + - GitHub repo + - Archlinux AUR package - title: queued short: queued description: queued is daemon for starting jobs to queue of calculations. It was written on Bash created as proof-of-concept. links: - - Homepage - - GitHub repo + - Homepage + - GitHub repo - title: KDE widgets short: widgets projects: @@ -29,35 +29,35 @@ groups: short: deadline description: DeadLine widget is a Plasmoid script written on Python2. It is able to create jobs, and add reminders to them. Now this project has a pre-alpha stage. Someday maybe I will complete it. links: - - GitHub repo + - GitHub repo - title: Oblikue strategies short: oblikuestrategies - description: oblikue-strategies is a plasmoid written on CPP that displays a random draw from Brian Eno and Peter Schmidt's Oblique Strategies. It is GNOME applet fork with some of special features. + description: oblikue-strategies is a plasmoid written on CPP that displays a random draw from Brian Eno and Peter Schmidt's Oblique Strategies. It is GNOME applet fork with some of special features. links: - - Homepage - - GitHub repo - - Page on kde-look.org - - Archlinux AUR package + - Homepage + - GitHub repo + - Page on kde-look.org + - Archlinux AUR package - title: Open on desktop short: openondesktop - description: Open on desktop is a dropbox menu for Dolhpin. It creates a group in the context menu, which opens a file to the specified desktop when clicked. It has an install script written on Bash. + description: Open on desktop is a dropbox menu for Dolhpin. It creates a group in the context menu, which opens a file to the specified desktop when clicked. It has an install script written on Bash. links: - - GitHub repo + - GitHub repo - title: py-text-monitor short: pytextmonitor - description: py-text-monitor is a minimalistic Plasmoid script written on Python2. It looks like widgets in Awesome WM. My plasmoid is highly and easily configurable and does not clutter your KDE system. Also this packages has an additional DataEngine written on CPP (old version was written on Python2). + description: py-text-monitor is a minimalistic Plasmoid script written on Python2. It looks like widgets in Awesome WM. My plasmoid is highly and easily configurable and does not clutter your KDE system. Also this packages has an additional DataEngine written on CPP (old version was written on Python2). links: - - Homepage - - GitHub repo - - Plasmoid page on kde-look.org - - DataEngine page on kde-look.org - - Archlinux AUR package + - Homepage + - GitHub repo + - Plasmoid page on kde-look.org + - DataEngine page on kde-look.org + - Archlinux AUR package - title: Kit system monitor short: sysmon - description: Kit System Monitor is a system information and hardware monitor based on EG Sysmon. It is written on HTML-like language for SuperKaramba and has simple install script written on Python2. It is my first Open Source Project. + description: Kit System Monitor is a system information and hardware monitor based on EG Sysmon. It is written on HTML-like language for SuperKaramba and has simple install script written on Python2. It is my first Open Source Project. links: - - GitHub repo - - Page on kde-look.org + - GitHub repo + - Page on kde-look.org - title: Scientific programs short: science projects: @@ -65,8 +65,8 @@ groups: short: moldyn description: They are represented by a single repository. It contains some programs for analysis of molecular dynamic trajectories using statistical mechanics and some of maths methods (e.g. graph theory). Usualy backend programs are written on C, but sometimes on Python2. Some of these have a Graphical user interface written on CPP. links: - - Homepage - - GitHub repo + - Homepage + - GitHub repo - title: Utilities short: utilities projects: @@ -74,26 +74,26 @@ groups: short: extpkg description: extract_pkglist a simple script written on Python2 for creating list of installed packages in ArchLinux. links: - - GitHub repo + - GitHub repo - title: Food GUI short: foodgui description: Food GUI is a simple program-calculator that uses own database and written on Python2. It calculates proteins, fats, carbohydrates, food energy and glycemic index of eaten food. It is my first project with GUI and was made just-for-fun (and for my ex-girlfriend). It also has a binary version for Win64. links: - - GitHub repo - - Archlinux AUR package + - GitHub repo + - Archlinux AUR package - title: julius-actions short: julius-actions - description: julius-actions is a script written on Python2 for work with julius. It was made just-for-fun too in my spare time. Works normally, but I don't use it. + description: julius-actions is a script written on Python2 for work with julius. It was made just-for-fun too in my spare time. Works normally, but I don't use it. links: - - GitHub repo + - GitHub repo - title: Netctl GUI short: netctl-gui description: Netctl GUI graphical interface for netctl (several scripts for work with network connection in Archlinux). It is written on CPP using Qt4 library. Now it may work with profiles and may create new profiles. Also it may create a connection to WiFi. Moreover, it provides a widget and DataEngine for KDE. links: - - Homepage - - GitHub repo - - Page on kde-apps.org - - Archlinux AUR package + - Homepage + - GitHub repo + - Page on kde-apps.org + - Archlinux AUR package ---
@@ -102,21 +102,21 @@ groups:

The list of some of my projects

{% for group in page.groups %} - {{ group.title }}
+ {{ group.title }}
{% endfor %}

- {% for group in page.groups %} -

{{ group.title }}

- {% for project in group.projects %} -

{{ project.title }}

-

{{ project.description }}

-

    - {% for link in project.links %} -
  • {{ link }}
  • - {% endfor %} -

- {% endfor %} +{% for group in page.groups %} +

{{ group.title }}

+ {% for project in group.projects %} +

{{ project.title }}

+

{{ project.description }}

+

    + {% for link in project.links %} +
  • {{ link }}
  • + {% endfor %} +

{% endfor %} +{% endfor %}