From a1a0a4ad553f59906930d44bf56b089421d2c7a5 Mon Sep 17 00:00:00 2001 From: ronv Date: Thu, 30 Jan 2020 20:19:33 +0200 Subject: initial commit --- _config.yml | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100755 _config.yml (limited to '_config.yml') diff --git a/_config.yml b/_config.yml new file mode 100755 index 0000000..9a76b38 --- /dev/null +++ b/_config.yml @@ -0,0 +1,62 @@ +site: Sidey +url: #yoururl +title: Sidey +description: Simple and minimalistic jekyll blogging theme. +twitter: + username: #yourusername + card: summary + creator: #yourusername +author: + twitter: #yourusername + name: #yourusername + avatar: + email: #youremail + url: #yoururl +permalink: pretty + +baseurl: "" + +highlighter: none + +exclude: + - .jekyll-cache + +compress_html: + clippings: all + comments: [""] + +sass: + sass_dir: _sass + style: :compressed + +plugins: + - jekyll-paginate + - jekyll-seo-tag + - jekyll-sitemap + +collections: + pages: + output: true + permalink: /:name + posts: + output: true + permalink: /:year/:month/:day/:slug + +defaults: + - + scope: + path: "" + values: + layout: "default" + - + scope: + path: "" + type: "pages" + values: + layout: "page" + - + scope: + path: "" + type: "posts" + values: + layout: "post" \ No newline at end of file -- cgit v1.2.3