From e389a2b7830a5cd121bc63ca33f065bdb8638720 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 27 Apr 2015 20:55:23 +0200 Subject: [PATCH] Blog configuration --- _config.yml | 55 +++++++++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 25 deletions(-) diff --git a/_config.yml b/_config.yml index 736b373..968740a 100644 --- a/_config.yml +++ b/_config.yml @@ -1,41 +1,42 @@ -title: Site Title -description: Describe your website here. -disqus_shortname: hpstrtheme -reading_time: true +title: dennogumi.org +description: On the web since 1999 +disqus_shortname: dennogumi +reading_time: false words_per_minute: 200 # Your site's domain goes here (eg: //mmistakes.github.io, http://mademistakes.com, etc) # When testing locally leave blank or use http://localhost:4000 -url: +url: http://localhost:4000 # Owner/author information owner: - name: Your Name - avatar: avatar.jpg - bio: "Your bio goes here. It shouldn't be super long but a good two sentences or two should suffice." - email: you@email.com + name: Luca Beltrame + avatar: einar.png + bio: "Scientist, bioinformatician, and FOSS enthusiast" + email: # Social networking links used in footer. Update and remove as you like. - twitter: - facebook: - github: - stackexchange: - linkedin: - instagram: - flickr: - tumblr: + twitter: + facebook: + github: lbeltrame + stackexchange: + linkedin: + instagram: + flickr: + tumblr: # google plus id, include the '+', eg +mmistakes - google_plus: +yourid + google_plus: "+Luca Beltrame" # Background image to be tiled on all pages -background: +# background: banner.jpg +feature: banner.jpg # Analytics and webmaster tools stuff goes here -google_analytics: -google_verify: +google_analytics: +google_verify: # https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here -bing_verify: +bing_verify: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones -timezone: America/New_York +timezone: Europe/Rome future: true highlighter: pygments markdown: kramdown @@ -46,7 +47,7 @@ sass: style: compressed # https://github.com/mojombo/jekyll/wiki/Permalinks -permalink: /:categories/:title/ +permalink: /:year-:month-:day/:title/ # Amount of post to show on home page paginate: 5 @@ -66,4 +67,8 @@ kramdown: coderay_css: class include: [".htaccess"] -exclude: ["lib", "config.rb", "Capfile", "config", "Gemfile", "Gemfile.lock", "README.md", "LICENSE", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"] \ No newline at end of file +exclude: ["lib", "config.rb", "Capfile", "config", "Gemfile", "Gemfile.lock", "README.md", "LICENSE", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"] + +# tag_page_layout: tag_page +# tag_page_dir: tag +