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
|
||||
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"]
|
||||
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