crazy-toads.github.io/_devconfig.yml

103 lines
3.0 KiB
YAML

# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
#permalink: pretty
permalink: /blog/:year/:month/:day/:title/
relative_permalinks: false
# Setup
title: foo
#tagline: 'foo's website
description: Foo's blog...
url: http://localhost:4000
baseurl: ""
urlimg: http://localhost:4000/images/
markdown: kramdown
paginate: 5
paginate_path: "/blog/page:num"
excerpt_separator: <!--more-->
default_bg: sitelogo.png
safe: false
#timezone: America/Chicago
future: true
gems:
- jekyll-paginate
- jemoji
- font-awesome-sass
- kramdown
- rouge
include: [".htaccess"]
exclude: ["lib", "config.rb", "Gemfile", "Capfile", "Gemfile.lock", "config", "log", "Rakefile", "Rakefile.rb", "rakefile", "README.md", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "LICENSE", "vendor", "assets", "_plugins", "public/dormant"]
# About/contact
author:
name: Foo Boo
url: https://twitter.com/abcd
avatar: foo.png
#email:
# Owner/author information
owner:
name: Foo Boo
avatar: foo.png
#email:
# Use the coder's toolbox at http://coderstoolbox.net/string/#!encoding=xml&action=encode&charset=us_ascii to encode your description into XML string
description:
# Social networking links used in footer. Update and remove as you like.
twitter: abcd
facebook:
github: xyz123abc
stackexchange:
linkedin: https://www.linkedin.com/in/foo
instagram:
flickr:
tumblr:
google_plus: https://plus.google.com/+foo
# orcid and google scholar IDs are different than standard username.
orcid: xyz123abc
gscholar: xyz123abc
## sidebar links:
# For external links add external: true
links:
- title: <i class="iconside iconm-home"></i> Home
url: /
- title: <i class="iconside iconm-user"></i> About
url: /about/
- title: <i class="iconside iconm-quill"></i> Blog
url: /blog/
- title: <i class="fa fa-tags"></i> Tags
url: /tags/
- title: <i class="fa fa-archive"></i> Archive
url: /archive/
- title: <i class="iconside iconm-wordpress"></i> Old Blog
url: https://foo.wordpress.com
external: true
- title: <i class="iconside iconm-envelop"></i> Contact
url: /contact/
- title: <i class="iconside iconm-twitter"></i> Twitter
url: https://twitter.com/abcd
external: true
- title: <i class="iconside iconm-feed2"></i> Feed
url: /feed.xml
# Google Custom Search:
#google_search: xyz123abc
# Twitter stream widget:
# Replace xyz123abc with your twitter widget id from https://twitter.com/settings/widgets
#twitter_widget_id: xyz123abc
# Add disqus username for Disqus comment board:
disqus_shortname: foo
# Analytics and webmaster tools stuff goes here
#google_analytics: xyz123abc
#### For dummy website only - remove if you wish ####
github_repo: https://github.com/dyndna/lanyon-plus
version: 1.1.0
## END ##