From cb68c510f411399d96efc8a00abae89e78192e14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 10 Dec 2015 15:44:33 +0100 Subject: [PATCH] Generate Pelican site --- archives.html | 54 ++++---- author/j-fernando-sanchez.html | 131 ++++++++++++-------- authors.html | 54 ++++---- categories.html | 53 ++++---- category/cheats.html | 178 ++++++++++++++++++++++++++ category/misc.html | 112 +++++++++-------- creating-my-web.html | 62 ++++++---- feeds/all.atom.xml | 7 +- feeds/cheats.atom.xml | 7 ++ index.html | 129 +++++++++++-------- org-mode-tricks.html | 186 ++++++++++++++++++++++++++++ pages/projects.html | 50 +++++--- pages/to-do.html | 50 +++++--- proxies-with-apache-and-python.html | 62 ++++++---- publishing-on-pypi.html | 58 +++++---- remove-git-files-with-globbing.html | 54 ++++---- sharing-dotfiles.html | 59 +++++---- tag/apache.html | 53 ++++---- tag/dotfiles.html | 27 ++-- tag/editor.html | 177 ++++++++++++++++++++++++++ tag/emacs.html | 177 ++++++++++++++++++++++++++ tag/git.html | 55 ++++---- tag/github.html | 63 ++++++---- tag/gunicorn.html | 35 ++++-- tag/heroku.html | 27 ++-- tag/javascript.html | 49 +++++--- tag/nginx.html | 31 +++-- tag/org.html | 177 ++++++++++++++++++++++++++ tag/productivity.html | 177 ++++++++++++++++++++++++++ tag/proxy.html | 35 ++++-- tag/pypi.html | 27 ++-- tag/python.html | 63 ++++++---- tag/ruby.html | 35 ++++-- tag/starters.html | 35 ++++-- tag/uwsgi.html | 35 ++++-- tag/webdav.html | 31 +++-- tag/zotero.html | 31 +++-- tags.html | 92 ++++++++------ theme/css/main.css | 25 ++++ updating-eurolovemap.html | 58 +++++---- zotero.html | 60 +++++---- 41 files changed, 2169 insertions(+), 712 deletions(-) create mode 100644 category/cheats.html create mode 100644 feeds/cheats.atom.xml create mode 100644 org-mode-tricks.html create mode 100644 tag/editor.html create mode 100644 tag/emacs.html create mode 100644 tag/org.html create mode 100644 tag/productivity.html diff --git a/archives.html b/archives.html index 03115b0..a7e50f2 100644 --- a/archives.html +++ b/archives.html @@ -27,8 +27,17 @@
diff --git a/author/j-fernando-sanchez.html b/author/j-fernando-sanchez.html index 4ad7360..8d18d26 100644 --- a/author/j-fernando-sanchez.html +++ b/author/j-fernando-sanchez.html @@ -28,8 +28,17 @@
+
+

Org-mode tricks

+ 2015-12-10 + emacs + productivity + editor + org +
+
+
+

Show plain text version

+
1
(font-lock-mode)
+
+
+ +
+

Today's post is half a quick note, half public shaming. In other words, it is a reminder to be very careful with OAuth tokens and passwords.

As part of moving to emacs, I starting using the incredibly useful gh.el. When you first use it, the extension saves either ...

- Read more... +

Zotero

2014-12-09 - zotero - webdav - nginx - apache + zotero + webdav + nginx + apache

Zotero is an Open Source tool that lets @@ -146,15 +173,15 @@ alternatives such as Read more... +

This is a quick note on proxying a local python application (e.g. flask) @@ -169,13 +196,13 @@ a WSGI application with the name application. Hence, wsgi:application.< 5

<Location /myapp/>
     ProxyPass http://127.0.0 ...
- Read more... +

Developing a python module and publishing it on Github is cool, but most @@ -183,13 +210,13 @@ of the times you want others to download and use it easily. That is the role of PyPi, the python package repository. In this post I show you how to publish your package in less than 10 ...

- Read more... + - Read more... +

A simple trick. If you want to remove all the '.swp' files from a git @@ -212,15 +239,15 @@ repository, just use:

- Read more... +
Read more...

Creating my web

2013-08-22 - starters - javascript - ruby - github - git + starters + javascript + ruby + github + git

Finally, I've decided to set up a decent personal page. I have settled @@ -228,7 +255,7 @@ for github-pages because I like the idea of keeping my site in a repository and having someone else host and deploy it for me. The site will be really simple, mostly static files. Thanks to Github ...

- Read more... +
Read more...
diff --git a/authors.html b/authors.html index 577e97b..5a24a26 100644 --- a/authors.html +++ b/authors.html @@ -27,8 +27,17 @@
@@ -132,7 +142,7 @@
  • - Creative Commons A-SA-NC + Creative Commons A-SA-NC

    diff --git a/categories.html b/categories.html index af518d3..ab097c0 100644 --- a/categories.html +++ b/categories.html @@ -27,8 +27,17 @@
    diff --git a/category/cheats.html b/category/cheats.html new file mode 100644 index 0000000..91f1ecd --- /dev/null +++ b/category/cheats.html @@ -0,0 +1,178 @@ + + + + + + balkian.com - <h2>Articles in the cheats category</h2> + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + + +
    +

    Org-mode tricks

    + 2015-12-10 + emacs + productivity + editor + org +
    +
    +
    +

    Show plain text version

    +
    1
    (font-lock-mode)
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +

    + J. Fernando Sánchez Rada | balkian +

    +
    +
      +
    • +
    • +
    • +
    • +
    • +
    • +
    +

    + Creative Commons A-SA-NC +

    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/category/misc.html b/category/misc.html index 3141b9a..3cb4596 100644 --- a/category/misc.html +++ b/category/misc.html @@ -28,8 +28,18 @@
    @@ -121,23 +131,23 @@

    Today's post is half a quick note, half public shaming. In other words, it is a reminder to be very careful with OAuth tokens and passwords.

    As part of moving to emacs, I starting using the incredibly useful gh.el. When you first use it, the extension saves either ...

    - Read more... +

    Zotero

    2014-12-09 - zotero - webdav - nginx - apache + zotero + webdav + nginx + apache

    Zotero is an Open Source tool that lets @@ -146,15 +156,15 @@ alternatives such as Read more... +

    This is a quick note on proxying a local python application (e.g. flask) @@ -169,13 +179,13 @@ a WSGI application with the name application. Hence, wsgi:application.< 5

    <Location /myapp/>
         ProxyPass http://127.0.0 ...
    - Read more... +

    Developing a python module and publishing it on Github is cool, but most @@ -183,13 +193,13 @@ of the times you want others to download and use it easily. That is the role of PyPi, the python package repository. In this post I show you how to publish your package in less than 10 ...

    - Read more... + - Read more... +

    A simple trick. If you want to remove all the '.swp' files from a git @@ -212,15 +222,15 @@ repository, just use:

    - Read more... +
    Read more...

    Creating my web

    2013-08-22 - starters - javascript - ruby - github - git + starters + javascript + ruby + github + git

    Finally, I've decided to set up a decent personal page. I have settled @@ -228,7 +238,7 @@ for github-pages because I like the idea of keeping my site in a repository and having someone else host and deploy it for me. The site will be really simple, mostly static files. Thanks to Github ...

    - Read more... +
    Read more...
    diff --git a/creating-my-web.html b/creating-my-web.html index 650dfcc..dc88bfd 100644 --- a/creating-my-web.html +++ b/creating-my-web.html @@ -28,8 +28,17 @@
    diff --git a/feeds/all.atom.xml b/feeds/all.atom.xml index e3bbfe2..1de3d23 100644 --- a/feeds/all.atom.xml +++ b/feeds/all.atom.xml @@ -1,5 +1,10 @@ -balkian.comhttp://balkian.com/2015-04-10T17:47:00+02:00Sharing dotfiles2015-04-10T17:47:00+02:00J. Fernando Sáncheztag:balkian.com,2015-04-10:sharing-dotfiles.html<p>Today's post is half a quick note, half public shaming. In other words, it is a reminder to be very careful with OAuth tokens and passwords.</p> +balkian.comhttp://balkian.com/2015-12-10T11:34:00+01:00Org-mode tricks2015-12-10T11:34:00+01:00J. Fernando Sáncheztag:balkian.com,2015-12-10:org-mode-tricks.html<div class="section" id="show-plain-text-version"> +<h2>Show plain text version</h2> +<table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>1</pre></div></td><td class="code"><div class="highlight"><pre><span class="p">(</span><span class="nv">font-lock-mode</span><span class="p">)</span> +</pre></div> +</td></tr></table></div> +Sharing dotfiles2015-04-10T17:47:00+02:00J. Fernando Sáncheztag:balkian.com,2015-04-10:sharing-dotfiles.html<p>Today's post is half a quick note, half public shaming. In other words, it is a reminder to be very careful with OAuth tokens and passwords.</p> <p>As part of moving to emacs, I starting using the incredibly useful <a class="reference external" href="https://github.com/defunkt/gist.el">gh.el</a>. When you first use it, the extension saves either your password or an OAuth token in your .gitconfig file. This is cool and convenient, unless you <a class="reference external" href="https://github.com/balkian/dotfiles">happen to be publishing your .gitconfig file in a public repo</a>.</p> diff --git a/feeds/cheats.atom.xml b/feeds/cheats.atom.xml new file mode 100644 index 0000000..4f9f65c --- /dev/null +++ b/feeds/cheats.atom.xml @@ -0,0 +1,7 @@ + +balkian.comhttp://balkian.com/2015-12-10T11:34:00+01:00Org-mode tricks2015-12-10T11:34:00+01:00J. Fernando Sáncheztag:balkian.com,2015-12-10:org-mode-tricks.html<div class="section" id="show-plain-text-version"> +<h2>Show plain text version</h2> +<table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>1</pre></div></td><td class="code"><div class="highlight"><pre><span class="p">(</span><span class="nv">font-lock-mode</span><span class="p">)</span> +</pre></div> +</td></tr></table></div> + \ No newline at end of file diff --git a/index.html b/index.html index f4eba8b..33eff30 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,15 @@
    +
    +

    Org-mode tricks

    + 2015-12-10 + emacs + productivity + editor + org +
    +
    +
    +

    Show plain text version

    +
    1
    (font-lock-mode)
    +
    +
    + +
    +
    Read more...

    Sharing dotfiles

    2015-04-10 - github - git - dotfiles + github + git + dotfiles

    Today's post is half a quick note, half public shaming. In other words, it is a reminder to be very careful with OAuth tokens and passwords.

    As part of moving to emacs, I starting using the incredibly useful gh.el. When you first use it, the extension saves either ...

    - Read more... +
    Read more...

    Zotero

    2014-12-09 - zotero - webdav - nginx - apache + zotero + webdav + nginx + apache

    Zotero is an Open Source tool that lets @@ -146,15 +173,15 @@ alternatives such as Read more... +

    This is a quick note on proxying a local python application (e.g. flask) @@ -169,13 +196,13 @@ a WSGI application with the name application. Hence, wsgi:application.< 5

    <Location /myapp/>
         ProxyPass http://127.0.0 ...
    - Read more... +
    Read more...

    Publishing on PyPi

    2014-09-27 - github - python - pypi + github + python + pypi

    Developing a python module and publishing it on Github is cool, but most @@ -183,13 +210,13 @@ of the times you want others to download and use it easily. That is the role of PyPi, the python package repository. In this post I show you how to publish your package in less than 10 ...

    - Read more... +
    Read more...

    Updating EuroLoveMap

    2014-03-27 - javascript - python - heroku + javascript + python + heroku

    As part of the OpeNER @@ -199,11 +226,11 @@ different countries feel about several topics. We used the OpeNER pipeline to get the sentiment from a set of newspaper articles we gathered from media in several languages. Then we aggregated ...

    - Read more... +
    Read more...

    Remove git files with globbing

    2013-08-22 - git + git

    A simple trick. If you want to remove all the '.swp' files from a git @@ -212,15 +239,15 @@ repository, just use:

    - Read more... +
    Read more...

    Creating my web

    2013-08-22 - starters - javascript - ruby - github - git + starters + javascript + ruby + github + git

    Finally, I've decided to set up a decent personal page. I have settled @@ -228,7 +255,7 @@ for github-pages because I like the idea of keeping my site in a repository and having someone else host and deploy it for me. The site will be really simple, mostly static files. Thanks to Github ...

    - Read more... +
    Read more...
    diff --git a/org-mode-tricks.html b/org-mode-tricks.html new file mode 100644 index 0000000..938268b --- /dev/null +++ b/org-mode-tricks.html @@ -0,0 +1,186 @@ + + + + + + balkian.com - Org-mode tricks + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + +
    +

    Org-mode tricks

    + 2015-12-10 + emacs + productivity + editor + org +
    + +
    +
    +

    Show plain text version

    +
    1
    (font-lock-mode)
    +
    +
    + +
    +
    +
    +
    +
    +
    +

    + J. Fernando Sánchez Rada | balkian +

    +
    +
      +
    • +
    • +
    • +
    • +
    • +
    • +
    +

    + Creative Commons A-SA-NC +

    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/pages/projects.html b/pages/projects.html index a3f54de..a1ce108 100644 --- a/pages/projects.html +++ b/pages/projects.html @@ -30,6 +30,15 @@

    - Creative Commons A-SA-NC + Creative Commons A-SA-NC

    diff --git a/pages/to-do.html b/pages/to-do.html index e0636ec..102d242 100644 --- a/pages/to-do.html +++ b/pages/to-do.html @@ -30,6 +30,15 @@

    - Creative Commons A-SA-NC + Creative Commons A-SA-NC

    diff --git a/proxies-with-apache-and-python.html b/proxies-with-apache-and-python.html index 7038fc0..6d23fb7 100644 --- a/proxies-with-apache-and-python.html +++ b/proxies-with-apache-and-python.html @@ -28,8 +28,17 @@
    diff --git a/publishing-on-pypi.html b/publishing-on-pypi.html index d42343d..1f772a9 100644 --- a/publishing-on-pypi.html +++ b/publishing-on-pypi.html @@ -28,8 +28,17 @@
    diff --git a/remove-git-files-with-globbing.html b/remove-git-files-with-globbing.html index baa6c3e..bbbae69 100644 --- a/remove-git-files-with-globbing.html +++ b/remove-git-files-with-globbing.html @@ -28,8 +28,17 @@
    diff --git a/sharing-dotfiles.html b/sharing-dotfiles.html index 090a621..50a2c0d 100644 --- a/sharing-dotfiles.html +++ b/sharing-dotfiles.html @@ -28,8 +28,17 @@
    diff --git a/tag/apache.html b/tag/apache.html index 13cc854..7aea143 100644 --- a/tag/apache.html +++ b/tag/apache.html @@ -27,8 +27,17 @@
    @@ -109,10 +118,10 @@

    Zotero

    2014-12-09 - zotero - webdav - nginx - apache + zotero + webdav + nginx + apache

    Zotero is an Open Source tool that lets @@ -121,15 +130,15 @@ alternatives such as Read more... +

    This is a quick note on proxying a local python application (e.g. flask) @@ -144,7 +153,7 @@ a WSGI application with the name application. Hence, wsgi:application.< 5

    <Location /myapp/>
         ProxyPass http://127.0.0 ...
    - Read more... + diff --git a/tag/dotfiles.html b/tag/dotfiles.html index c458e97..9fec05e 100644 --- a/tag/dotfiles.html +++ b/tag/dotfiles.html @@ -27,8 +27,17 @@
    @@ -102,16 +111,16 @@

    Today's post is half a quick note, half public shaming. In other words, it is a reminder to be very careful with OAuth tokens and passwords.

    As part of moving to emacs, I starting using the incredibly useful gh.el. When you first use it, the extension saves either ...

    - Read more... + diff --git a/tag/editor.html b/tag/editor.html new file mode 100644 index 0000000..160a606 --- /dev/null +++ b/tag/editor.html @@ -0,0 +1,177 @@ + + + + + + balkian.com - balkian.com - editor + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + +

    Entries tagged: editor

    + +
    +

    Org-mode tricks

    + 2015-12-10 + emacs + productivity + editor + org +
    +
    +
    +

    Show plain text version

    +
    1
    (font-lock-mode)
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +

    + J. Fernando Sánchez Rada | balkian +

    +
    +
      +
    • +
    • +
    • +
    • +
    • +
    • +
    +

    + Creative Commons A-SA-NC +

    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/tag/emacs.html b/tag/emacs.html new file mode 100644 index 0000000..aa44d60 --- /dev/null +++ b/tag/emacs.html @@ -0,0 +1,177 @@ + + + + + + balkian.com - balkian.com - emacs + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + +

    Entries tagged: emacs

    + +
    +

    Org-mode tricks

    + 2015-12-10 + emacs + productivity + editor + org +
    +
    +
    +

    Show plain text version

    +
    1
    (font-lock-mode)
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +

    + J. Fernando Sánchez Rada | balkian +

    +
    +
      +
    • +
    • +
    • +
    • +
    • +
    • +
    +

    + Creative Commons A-SA-NC +

    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/tag/git.html b/tag/git.html index 0e41c15..810f235 100644 --- a/tag/git.html +++ b/tag/git.html @@ -27,8 +27,17 @@
    @@ -110,20 +119,20 @@

    Today's post is half a quick note, half public shaming. In other words, it is a reminder to be very careful with OAuth tokens and passwords.

    As part of moving to emacs, I starting using the incredibly useful gh.el. When you first use it, the extension saves either ...

    - Read more... +

    A simple trick. If you want to remove all the '.swp' files from a git @@ -132,15 +141,15 @@ repository, just use:

    - Read more... +

    Finally, I've decided to set up a decent personal page. I have settled @@ -148,7 +157,7 @@ for github-pages because I like the idea of keeping my site in a repository and having someone else host and deploy it for me. The site will be really simple, mostly static files. Thanks to Github ...

    - Read more... + diff --git a/tag/github.html b/tag/github.html index 9307845..83c41ec 100644 --- a/tag/github.html +++ b/tag/github.html @@ -27,8 +27,17 @@
    @@ -112,22 +121,22 @@

    Today's post is half a quick note, half public shaming. In other words, it is a reminder to be very careful with OAuth tokens and passwords.

    As part of moving to emacs, I starting using the incredibly useful gh.el. When you first use it, the extension saves either ...

    - Read more... +

    Developing a python module and publishing it on Github is cool, but most @@ -135,15 +144,15 @@ of the times you want others to download and use it easily. That is the role of PyPi, the python package repository. In this post I show you how to publish your package in less than 10 ...

    - Read more... +

    Finally, I've decided to set up a decent personal page. I have settled @@ -151,7 +160,7 @@ for github-pages because I like the idea of keeping my site in a repository and having someone else host and deploy it for me. The site will be really simple, mostly static files. Thanks to Github ...

    - Read more... + diff --git a/tag/gunicorn.html b/tag/gunicorn.html index 44a5c40..212db30 100644 --- a/tag/gunicorn.html +++ b/tag/gunicorn.html @@ -27,8 +27,17 @@
    @@ -104,11 +113,11 @@

    This is a quick note on proxying a local python application (e.g. flask) @@ -123,7 +132,7 @@ a WSGI application with the name application. Hence, wsgi:application.< 5

    <Location /myapp/>
         ProxyPass http://127.0.0 ...
    - Read more... + diff --git a/tag/heroku.html b/tag/heroku.html index 708e603..ad05bb4 100644 --- a/tag/heroku.html +++ b/tag/heroku.html @@ -27,8 +27,17 @@
    @@ -102,9 +111,9 @@ - Read more... + diff --git a/tag/javascript.html b/tag/javascript.html index abf3093..78586d5 100644 --- a/tag/javascript.html +++ b/tag/javascript.html @@ -27,8 +27,17 @@
    @@ -108,9 +117,9 @@ - Read more... +

    Finally, I've decided to set up a decent personal page. I have settled @@ -136,7 +145,7 @@ for github-pages because I like the idea of keeping my site in a repository and having someone else host and deploy it for me. The site will be really simple, mostly static files. Thanks to Github ...

    - Read more... + diff --git a/tag/nginx.html b/tag/nginx.html index 6a54947..53a8ca9 100644 --- a/tag/nginx.html +++ b/tag/nginx.html @@ -27,8 +27,17 @@
    @@ -103,10 +112,10 @@

    Zotero

    2014-12-09 - zotero - webdav - nginx - apache + zotero + webdav + nginx + apache

    Zotero is an Open Source tool that lets @@ -115,7 +124,7 @@ alternatives such as Read more... +

    diff --git a/tag/org.html b/tag/org.html new file mode 100644 index 0000000..09da9ba --- /dev/null +++ b/tag/org.html @@ -0,0 +1,177 @@ + + + + + + balkian.com - balkian.com - org + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + +

    Entries tagged: org

    + +
    +

    Org-mode tricks

    + 2015-12-10 + emacs + productivity + editor + org +
    +
    +
    +

    Show plain text version

    +
    1
    (font-lock-mode)
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +

    + J. Fernando Sánchez Rada | balkian +

    +
    +
      +
    • +
    • +
    • +
    • +
    • +
    • +
    +

    + Creative Commons A-SA-NC +

    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/tag/productivity.html b/tag/productivity.html new file mode 100644 index 0000000..f37b450 --- /dev/null +++ b/tag/productivity.html @@ -0,0 +1,177 @@ + + + + + + balkian.com - balkian.com - productivity + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + +

    Entries tagged: productivity

    + +
    +

    Org-mode tricks

    + 2015-12-10 + emacs + productivity + editor + org +
    +
    +
    +

    Show plain text version

    +
    1
    (font-lock-mode)
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +

    + J. Fernando Sánchez Rada | balkian +

    +
    +
      +
    • +
    • +
    • +
    • +
    • +
    • +
    +

    + Creative Commons A-SA-NC +

    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/tag/proxy.html b/tag/proxy.html index 1fcea0e..1f7b24f 100644 --- a/tag/proxy.html +++ b/tag/proxy.html @@ -27,8 +27,17 @@
    @@ -104,11 +113,11 @@

    This is a quick note on proxying a local python application (e.g. flask) @@ -123,7 +132,7 @@ a WSGI application with the name application. Hence, wsgi:application.< 5

    <Location /myapp/>
         ProxyPass http://127.0.0 ...
    - Read more... + diff --git a/tag/pypi.html b/tag/pypi.html index 7e13db9..db0b91f 100644 --- a/tag/pypi.html +++ b/tag/pypi.html @@ -27,8 +27,17 @@
    @@ -102,9 +111,9 @@

    Developing a python module and publishing it on Github is cool, but most @@ -112,7 +121,7 @@ of the times you want others to download and use it easily. That is the role of PyPi, the python package repository. In this post I show you how to publish your package in less than 10 ...

    - Read more... + diff --git a/tag/python.html b/tag/python.html index a6d9a83..d4cd8dd 100644 --- a/tag/python.html +++ b/tag/python.html @@ -27,8 +27,17 @@
    @@ -112,11 +121,11 @@

    This is a quick note on proxying a local python application (e.g. flask) @@ -131,13 +140,13 @@ a WSGI application with the name application. Hence, wsgi:application.< 5

    <Location /myapp/>
         ProxyPass http://127.0.0 ...
    - Read more... +

    Developing a python module and publishing it on Github is cool, but most @@ -145,13 +154,13 @@ of the times you want others to download and use it easily. That is the role of PyPi, the python package repository. In this post I show you how to publish your package in less than 10 ...

    - Read more... + - Read more... + diff --git a/tag/ruby.html b/tag/ruby.html index 4a06616..c55b68c 100644 --- a/tag/ruby.html +++ b/tag/ruby.html @@ -27,8 +27,17 @@
    @@ -104,11 +113,11 @@

    Finally, I've decided to set up a decent personal page. I have settled @@ -116,7 +125,7 @@ for github-pages because I like the idea of keeping my site in a repository and having someone else host and deploy it for me. The site will be really simple, mostly static files. Thanks to Github ...

    - Read more... + diff --git a/tag/starters.html b/tag/starters.html index 4602e1f..f894c61 100644 --- a/tag/starters.html +++ b/tag/starters.html @@ -27,8 +27,17 @@
    @@ -104,11 +113,11 @@

    Finally, I've decided to set up a decent personal page. I have settled @@ -116,7 +125,7 @@ for github-pages because I like the idea of keeping my site in a repository and having someone else host and deploy it for me. The site will be really simple, mostly static files. Thanks to Github ...

    - Read more... + diff --git a/tag/uwsgi.html b/tag/uwsgi.html index f5f3826..697f2a3 100644 --- a/tag/uwsgi.html +++ b/tag/uwsgi.html @@ -27,8 +27,17 @@
    @@ -104,11 +113,11 @@

    This is a quick note on proxying a local python application (e.g. flask) @@ -123,7 +132,7 @@ a WSGI application with the name application. Hence, wsgi:application.< 5

    <Location /myapp/>
         ProxyPass http://127.0.0 ...
    - Read more... + diff --git a/tag/webdav.html b/tag/webdav.html index 1469a95..1d4431b 100644 --- a/tag/webdav.html +++ b/tag/webdav.html @@ -27,8 +27,17 @@
    @@ -103,10 +112,10 @@

    Zotero

    2014-12-09 - zotero - webdav - nginx - apache + zotero + webdav + nginx + apache

    Zotero is an Open Source tool that lets @@ -115,7 +124,7 @@ alternatives such as Read more... +

    diff --git a/tag/zotero.html b/tag/zotero.html index 0a918f6..2c5dacf 100644 --- a/tag/zotero.html +++ b/tag/zotero.html @@ -27,8 +27,17 @@
    @@ -103,10 +112,10 @@

    Zotero

    2014-12-09 - zotero - webdav - nginx - apache + zotero + webdav + nginx + apache

    Zotero is an Open Source tool that lets @@ -115,7 +124,7 @@ alternatives such as Read more... +

    diff --git a/tags.html b/tags.html index 1c68e47..4fbd484 100644 --- a/tags.html +++ b/tags.html @@ -3,7 +3,8 @@ - balkian.com - + balkian.com - tags + @@ -27,8 +28,17 @@ @@ -144,7 +160,7 @@
  • - Creative Commons A-SA-NC + Creative Commons A-SA-NC

    diff --git a/theme/css/main.css b/theme/css/main.css index b0ea0dc..735f32c 100644 --- a/theme/css/main.css +++ b/theme/css/main.css @@ -450,7 +450,10 @@ footer a:hover { font-weight: bold; clear: both; border-top: dashed 1px #CCC; + padding: 0.2em; + padding-top: 0.5em; } + .entries dd { float: right; margin: 2px; @@ -471,8 +474,13 @@ a:hover { -webkit-transform-origin: 95% 50%; } +.tag { + margin: 2px; +} + .tag * { display: inline-block; + color: black; } .hll { @@ -493,4 +501,21 @@ a:hover { .label:after{ content: " •"; color: #666; +} + +.readmore { + background: #EAEAEA; + padding: 0.5em; + color: white; + border-radius: 0.5em; + margin: 1em auto; + display: inline-block; +} + +.readmore:hover { + background: #DADADA; +} + +.readmore a { + color: black; } \ No newline at end of file diff --git a/updating-eurolovemap.html b/updating-eurolovemap.html index 6641034..bac1794 100644 --- a/updating-eurolovemap.html +++ b/updating-eurolovemap.html @@ -28,8 +28,17 @@
    diff --git a/zotero.html b/zotero.html index a925129..0a48dae 100644 --- a/zotero.html +++ b/zotero.html @@ -28,8 +28,17 @@