aboutsummaryrefslogtreecommitdiffstats
path: root/_config.yml
diff options
context:
space:
mode:
authorronv <ronalds.vilcins@gmail.com>2020-01-30 20:19:33 +0200
committerronv <ronalds.vilcins@gmail.com>2020-01-30 20:19:33 +0200
commita1a0a4ad553f59906930d44bf56b089421d2c7a5 (patch)
treeca8b44675434a07394c63a4b0bb22390ed261589 /_config.yml
parentbc7896a33321ad0c6e22ad60f20e498f55900c12 (diff)
downloadwiki-a1a0a4ad553f59906930d44bf56b089421d2c7a5.tar.gz
initial commit
Diffstat (limited to '_config.yml')
-rwxr-xr-x_config.yml62
1 files changed, 62 insertions, 0 deletions
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
Un proyecto texto-plano.xyz