diff --git a/_config.yml b/_config.yml index 8ca967d..8ec589d 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ # Site settings -title: Mahdi Dibaiee -email: mdibaiee@aol.com -description: Mahdi Dibaiee's personal blog on programming +title: the readme +email: knockknock@theread.me +description: a rabbit hole baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://theread.me" # the base hostname & protocol for your site twitter_username: mdibaiee @@ -12,3 +12,20 @@ markdown: kramdown permalink: /:title/ redcarpet: extensions: ["strikethrough"] + +collections: + programming: + title: programming + output: true + permalink: /programming/:path/ + path: /programming + life: + title: life + output: true + permalink: /life/:path/ + path: /life + travel: + title: travel + output: true + permalink: /travel/:path/ + path: /travel diff --git a/_includes/head.html b/_includes/head.html index 0908c71..a37a333 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,22 +6,22 @@
subscribe via rss
+