From 60368a105e71f81dc8a10e2c84298464b2a20ccf Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 19 Feb 2018 19:56:09 +0100 Subject: script: added a script to generate posts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way I don't have to remember to specific org headers and such. Moreover, I've also fixed the translation of the titles. Signed-off-by: Miquel Sabaté Solà --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index c77b9b1..3c3583b 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ email: mikisabate@gmail.com twitter_username: miquelssola description: El meu espai personal en un oceà immens. -exclude: [LICENSE, README.org, yarn.lock, Gemfile, Gemfile.lock, config, node_modules, vendor] +exclude: [LICENSE, README.org, yarn.lock, Gemfile, Gemfile.lock, config, node_modules, vendor, templates] timezone: "Europe/Berlin" markdown: kramdown -- cgit v1.2.3