Blog configuration
This commit is contained in:
parent
0e12688f04
commit
e389a2b783
1 changed files with 30 additions and 25 deletions
55
_config.yml
55
_config.yml
|
@ -1,41 +1,42 @@
|
||||||
title: Site Title
|
title: dennogumi.org
|
||||||
description: Describe your website here.
|
description: On the web since 1999
|
||||||
disqus_shortname: hpstrtheme
|
disqus_shortname: dennogumi
|
||||||
reading_time: true
|
reading_time: false
|
||||||
words_per_minute: 200
|
words_per_minute: 200
|
||||||
# Your site's domain goes here (eg: //mmistakes.github.io, http://mademistakes.com, etc)
|
# Your site's domain goes here (eg: //mmistakes.github.io, http://mademistakes.com, etc)
|
||||||
# When testing locally leave blank or use http://localhost:4000
|
# When testing locally leave blank or use http://localhost:4000
|
||||||
url:
|
url: http://localhost:4000
|
||||||
|
|
||||||
# Owner/author information
|
# Owner/author information
|
||||||
owner:
|
owner:
|
||||||
name: Your Name
|
name: Luca Beltrame
|
||||||
avatar: avatar.jpg
|
avatar: einar.png
|
||||||
bio: "Your bio goes here. It shouldn't be super long but a good two sentences or two should suffice."
|
bio: "Scientist, bioinformatician, and FOSS enthusiast"
|
||||||
email: you@email.com
|
email:
|
||||||
# Social networking links used in footer. Update and remove as you like.
|
# Social networking links used in footer. Update and remove as you like.
|
||||||
twitter:
|
twitter:
|
||||||
facebook:
|
facebook:
|
||||||
github:
|
github: lbeltrame
|
||||||
stackexchange:
|
stackexchange:
|
||||||
linkedin:
|
linkedin:
|
||||||
instagram:
|
instagram:
|
||||||
flickr:
|
flickr:
|
||||||
tumblr:
|
tumblr:
|
||||||
# google plus id, include the '+', eg +mmistakes
|
# google plus id, include the '+', eg +mmistakes
|
||||||
google_plus: +yourid
|
google_plus: "+Luca Beltrame"
|
||||||
|
|
||||||
# Background image to be tiled on all pages
|
# Background image to be tiled on all pages
|
||||||
background:
|
# background: banner.jpg
|
||||||
|
feature: banner.jpg
|
||||||
|
|
||||||
# Analytics and webmaster tools stuff goes here
|
# Analytics and webmaster tools stuff goes here
|
||||||
google_analytics:
|
google_analytics:
|
||||||
google_verify:
|
google_verify:
|
||||||
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
|
# 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
|
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||||
timezone: America/New_York
|
timezone: Europe/Rome
|
||||||
future: true
|
future: true
|
||||||
highlighter: pygments
|
highlighter: pygments
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
@ -46,7 +47,7 @@ sass:
|
||||||
style: compressed
|
style: compressed
|
||||||
|
|
||||||
# https://github.com/mojombo/jekyll/wiki/Permalinks
|
# https://github.com/mojombo/jekyll/wiki/Permalinks
|
||||||
permalink: /:categories/:title/
|
permalink: /:year-:month-:day/:title/
|
||||||
|
|
||||||
# Amount of post to show on home page
|
# Amount of post to show on home page
|
||||||
paginate: 5
|
paginate: 5
|
||||||
|
@ -66,4 +67,8 @@ kramdown:
|
||||||
coderay_css: class
|
coderay_css: class
|
||||||
|
|
||||||
include: [".htaccess"]
|
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"]
|
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
|
||||||
|
|
||||||
|
|
Reference in a new issue