aboutsummaryrefslogtreecommitdiffstats
path: root/_config.yml
diff options
context:
space:
mode:
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