# 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: 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: Home url: / - title: About url: /about/ - title: Blog url: /blog/ - title: Tags url: /tags/ - title: Archive url: /archive/ - title: Old Blog url: https://foo.wordpress.com external: true - title: Contact url: /contact/ - title: Twitter url: https://twitter.com/abcd external: true - title: 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 ##