From dd10587f273af40f3f0fdd5e48d7ef07a9a704be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Wed, 3 Feb 2016 18:56:20 +0100 Subject: [PATCH] Added cheats and fixed title --- balkiantheme/templates/base.html | 6 +++--- content/cheats/2015-12-10-org-tricks.rst | 1 - content/cheats/arch-linux.rst | 17 +++++++++++++++++ 3 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 content/cheats/arch-linux.rst diff --git a/balkiantheme/templates/base.html b/balkiantheme/templates/base.html index e0e7dd4..f390de6 100644 --- a/balkiantheme/templates/base.html +++ b/balkiantheme/templates/base.html @@ -3,7 +3,7 @@ - {{ SITENAME }} - {% block content_title %}{% endblock %} + {{ SITENAME }} @@ -31,12 +31,12 @@ {% for c,carts in categories %} -
  • {{ c.name | capitalize }}
  • {% endfor %} -
  • +
  • Tags
  • {% for p in pages %} {% if "/page" in p.url %} diff --git a/content/cheats/2015-12-10-org-tricks.rst b/content/cheats/2015-12-10-org-tricks.rst index 2a134ac..9840905 100644 --- a/content/cheats/2015-12-10-org-tricks.rst +++ b/content/cheats/2015-12-10-org-tricks.rst @@ -2,7 +2,6 @@ Org-mode tricks ############### :date: 2015-12-10 Thu 11:34:00 :tags: emacs, productivity, editor, org -:category: cheats Show plain text version diff --git a/content/cheats/arch-linux.rst b/content/cheats/arch-linux.rst new file mode 100644 index 0000000..51777a7 --- /dev/null +++ b/content/cheats/arch-linux.rst @@ -0,0 +1,17 @@ +Arch Linux Fixes +################ +:date: 2016-02-03 Wed 20:00 +:tags: arch, linux + + +Black screen and LightDM doesn't unlock +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + +Add this to your `/etc/lightdm/lightdm.conf` file: + +.. code-block:: cfg + + [LightDM] + logind-check-graphical=true + +