2016-03-18 05:20:11 +01:00
|
|
|
# --- General options --- #
|
2015-03-02 21:06:05 +01:00
|
|
|
|
2015-03-02 23:44:12 +01:00
|
|
|
# url is the full website URL
|
|
|
|
# baseurl is the website's URL without the hostname
|
2015-03-02 21:22:21 +01:00
|
|
|
|
2016-02-21 01:06:09 +01:00
|
|
|
# If you are building a simple GitHub user page (http://username.github.io) then use these settings:
|
2015-03-03 09:38:58 +01:00
|
|
|
url: "http://username.github.io"
|
2015-03-03 02:27:56 +01:00
|
|
|
baseurl: ""
|
2015-03-02 21:22:21 +01:00
|
|
|
|
2015-03-03 02:27:56 +01:00
|
|
|
# If you are building a GitHub project page then use these settings:
|
2015-03-03 09:38:58 +01:00
|
|
|
#url: "http://username.github.io/projectname"
|
|
|
|
#baseurl: "/projectname"
|
2015-03-03 02:27:56 +01:00
|
|
|
|
2015-03-03 09:38:58 +01:00
|
|
|
# Of course don't forget to change the username and projectname to YOUR username and project
|
2015-03-02 21:06:05 +01:00
|
|
|
|
2015-03-03 10:03:01 +01:00
|
|
|
# Name of website
|
|
|
|
title: My website
|
|
|
|
|
|
|
|
# Short description of your site
|
|
|
|
description: A virtual proof that name is awesome!
|
|
|
|
|
2015-03-02 23:44:12 +01:00
|
|
|
# --- Navigation bar options --- #
|
|
|
|
|
|
|
|
# List of links in the navigation bar
|
|
|
|
navbar-links:
|
|
|
|
About Me: "aboutme"
|
2016-03-18 05:20:11 +01:00
|
|
|
Resources:
|
|
|
|
- Beautiful Jekyll: "http://deanattali.com/beautiful-jekyll/"
|
2016-03-18 05:21:55 +01:00
|
|
|
- Learn markdown: "http://www.markdowntutorial.com/"
|
|
|
|
- GitHub Pages: "https://pages.github.com/"
|
2015-11-19 10:48:16 +01:00
|
|
|
Author's home: "http://deanattali.com"
|
2018-01-19 05:58:00 +01:00
|
|
|
Tags: "tags"
|
2016-03-18 05:20:11 +01:00
|
|
|
|
|
|
|
# Image to show in the navigation bar - image must be a square (width = height)
|
|
|
|
# Remove this parameter if you don't want an image in the navbar
|
|
|
|
avatar: "/img/avatar-icon.png"
|
|
|
|
|
2016-12-15 22:49:13 +01:00
|
|
|
# If you want to have an image logo in the top-left corner instead of the title text,
|
2016-12-15 22:55:52 +01:00
|
|
|
# then specify the following parameter
|
2016-12-15 22:49:13 +01:00
|
|
|
# title-img: /path/to/image
|
|
|
|
|
2017-09-04 21:51:31 +02:00
|
|
|
# --- Background colour/image options --- #
|
|
|
|
|
2018-01-07 23:31:15 +01:00
|
|
|
# Personalize the colors in your website. Colour values can be any valid CSS colour
|
2018-01-07 23:12:21 +01:00
|
|
|
|
|
|
|
navbar-col: "#F5F5F5"
|
|
|
|
navbar-text-col: "#404040"
|
2018-01-07 23:31:15 +01:00
|
|
|
navbar-children-col: "#F5F5F5"
|
|
|
|
page-col: "#FFFFFF"
|
2018-01-07 23:12:21 +01:00
|
|
|
link-col: "#008AFF"
|
2018-01-07 23:31:15 +01:00
|
|
|
hover-col: "#0085A1"
|
2018-01-07 23:12:21 +01:00
|
|
|
footer-col: "#F5F5F5"
|
2018-01-07 23:31:15 +01:00
|
|
|
footer-text-col: "#777777"
|
2018-01-07 23:12:21 +01:00
|
|
|
footer-link-col: "#404040"
|
|
|
|
|
2018-01-07 23:31:15 +01:00
|
|
|
# Alternatively, the navbar, footer, and page background can be set to use background images
|
|
|
|
# instead of colour
|
2018-01-07 23:12:21 +01:00
|
|
|
|
2017-09-04 21:51:31 +02:00
|
|
|
# navbar-img: "/img/bgimage.png"
|
|
|
|
# footer-img: "/img/bgimage.png"
|
|
|
|
# page-img: "/img/bgimage.png"
|
|
|
|
|
2015-03-02 23:44:12 +01:00
|
|
|
# --- Footer options --- #
|
2015-03-02 21:06:05 +01:00
|
|
|
|
|
|
|
# Change all these values or delete the ones you don't want.
|
2015-03-02 23:44:12 +01:00
|
|
|
# Important: you must keep the "name" parameter, everything else you can remove
|
2015-03-02 21:06:05 +01:00
|
|
|
author:
|
2015-03-03 02:27:56 +01:00
|
|
|
name: Some Person
|
2018-01-06 00:26:15 +01:00
|
|
|
|
|
|
|
# Select your active Social Network Links.
|
|
|
|
# Uncomment the links you want to show in the footer and add your information to each link.
|
|
|
|
# You can reorder the items to define the link order.
|
|
|
|
# If you want to add a new link that isn't here, you'll need to also edit the file _data/SocialNetworks.yml
|
|
|
|
social-network-links:
|
|
|
|
rss: true
|
|
|
|
email: "someone@example.com"
|
|
|
|
facebook: daattali
|
|
|
|
github: daattali
|
|
|
|
twitter: daattali
|
|
|
|
# reddit: yourname
|
|
|
|
# google-plus: +DeanAttali
|
|
|
|
# linkedin: daattali
|
|
|
|
# xing: yourname
|
|
|
|
# stackoverflow: "3943160/daattali"
|
|
|
|
# snapchat: deanat78
|
|
|
|
# instagram: deanat78
|
|
|
|
# youtube: user/deanat78
|
|
|
|
# spotify: yourname
|
|
|
|
# telephone: +14159998888
|
|
|
|
# steam: deanat78
|
|
|
|
# twitch: yourname
|
|
|
|
# yelp: yourname
|
2015-03-02 23:44:12 +01:00
|
|
|
|
2016-08-01 03:30:03 +02:00
|
|
|
# Select which share links to show in posts
|
|
|
|
share-links-active:
|
|
|
|
twitter: true
|
|
|
|
facebook: true
|
|
|
|
google: false
|
|
|
|
linkedin: true
|
|
|
|
|
2015-03-02 23:44:12 +01:00
|
|
|
# How to display the link to the website in the footer
|
|
|
|
# Remove this if you don't want a link in the footer
|
2015-03-03 02:27:56 +01:00
|
|
|
url-pretty: "MyWebsite.com" # eg. "deanattali.com/beautiful-jekyll"
|
2015-03-03 09:38:58 +01:00
|
|
|
|
2015-03-02 23:44:12 +01:00
|
|
|
# --- Misc --- #
|
|
|
|
# Fill in your Disqus shortname (NOT the userid) if you want to support Disqus comments
|
|
|
|
#disqus: ""
|
|
|
|
|
|
|
|
# Fill in your Google Analytics ID to track your website using GA
|
|
|
|
#google_analytics: ""
|
|
|
|
|
2017-01-09 05:43:53 +01:00
|
|
|
# Google Tag Manager ID
|
|
|
|
#gtm: ""
|
|
|
|
|
2016-09-29 10:36:33 +02:00
|
|
|
# Facebook App ID
|
|
|
|
# fb_app_id: ""
|
|
|
|
|
2016-10-07 11:56:48 +02:00
|
|
|
# Excerpt Word Length
|
|
|
|
# Truncates the excerpt to the specified number of words on the index page
|
|
|
|
excerpt_length: 50
|
|
|
|
|
2017-01-06 09:33:51 +01:00
|
|
|
# Character used to separate site title and description in HTML document title
|
|
|
|
# and RSS feed title
|
|
|
|
title-separator: "-"
|
|
|
|
|
2015-03-02 23:44:12 +01:00
|
|
|
# --- Don't need to touch anything below here (but you can if you want) --- #
|
|
|
|
|
2015-03-03 02:27:56 +01:00
|
|
|
# Output options (more information on Jekyll's site)
|
|
|
|
timezone: "America/Vancouver"
|
2015-05-16 00:24:19 +02:00
|
|
|
markdown: kramdown
|
2016-02-02 22:36:30 +01:00
|
|
|
highlighter: rouge
|
|
|
|
permalink: /:year-:month-:day-:title/
|
2015-03-03 02:27:56 +01:00
|
|
|
paginate: 5
|
|
|
|
|
2016-05-14 20:38:27 +02:00
|
|
|
kramdown:
|
|
|
|
input: GFM
|
|
|
|
|
2015-03-02 23:44:12 +01:00
|
|
|
# Default YAML values (more information on Jekyll's site)
|
|
|
|
defaults:
|
2015-03-14 02:35:19 +01:00
|
|
|
-
|
|
|
|
scope:
|
|
|
|
path: ""
|
|
|
|
type: "posts"
|
|
|
|
values:
|
2016-03-28 05:13:45 +02:00
|
|
|
layout: "post"
|
2015-03-14 02:35:19 +01:00
|
|
|
comments: true # add comments to all blog posts
|
2016-08-07 01:42:15 +02:00
|
|
|
social-share: true # add social media sharing buttons to all blog posts
|
2015-03-02 23:44:12 +01:00
|
|
|
-
|
|
|
|
scope:
|
|
|
|
path: "" # all files
|
|
|
|
values:
|
2016-03-28 05:26:04 +02:00
|
|
|
layout: "page"
|
2016-02-08 22:36:51 +01:00
|
|
|
show-avatar: true
|
2015-03-02 21:06:05 +01:00
|
|
|
|
2016-07-28 01:57:08 +02:00
|
|
|
# Use tags pages (not recommended if you are deploying via GitHub pages, only set to true if deploying locally with ruby)
|
2018-01-19 05:58:00 +01:00
|
|
|
link-tags: true
|
2016-07-27 23:46:42 +02:00
|
|
|
|
2015-03-02 21:06:05 +01:00
|
|
|
# Exclude these files from production site
|
|
|
|
exclude:
|
2017-03-30 23:52:35 +02:00
|
|
|
- CHANGELOG.md
|
|
|
|
- CNAME
|
|
|
|
- Dockerfile
|
2015-11-21 17:33:33 +01:00
|
|
|
- Gemfile
|
|
|
|
- Gemfile.lock
|
2015-03-02 21:06:05 +01:00
|
|
|
- LICENSE
|
|
|
|
- README.md
|
2015-11-21 17:33:33 +01:00
|
|
|
- Vagrantfile
|
2015-06-19 20:44:44 +02:00
|
|
|
|
2015-09-16 10:04:24 +02:00
|
|
|
# prose.io config
|
2015-06-19 20:44:44 +02:00
|
|
|
prose:
|
2015-09-16 09:55:19 +02:00
|
|
|
rooturl: '_posts'
|
|
|
|
media: 'img'
|
2015-06-19 20:44:44 +02:00
|
|
|
ignore:
|
|
|
|
- 404.html
|
|
|
|
- LICENSE
|
|
|
|
- feed.xml
|
2015-09-16 09:55:19 +02:00
|
|
|
- _config.yml
|
2015-06-19 20:44:44 +02:00
|
|
|
- /_layouts
|
2015-09-16 09:55:19 +02:00
|
|
|
- /_includes
|
2015-06-19 20:44:44 +02:00
|
|
|
- /css
|
|
|
|
- /img
|
|
|
|
- /js
|
2015-09-16 09:55:19 +02:00
|
|
|
metadata:
|
|
|
|
_posts:
|
|
|
|
- name: "layout"
|
|
|
|
field:
|
|
|
|
element: "hidden"
|
|
|
|
value: "post"
|
2015-09-16 10:04:24 +02:00
|
|
|
- name: "title"
|
|
|
|
field:
|
|
|
|
element: "text"
|
|
|
|
label: "Post title"
|
|
|
|
placeholder: "Title"
|
|
|
|
alterable: true
|
2015-09-16 09:55:19 +02:00
|
|
|
- name: "subtitle"
|
|
|
|
field:
|
|
|
|
element: "textarea"
|
|
|
|
label: "Subtitle"
|
|
|
|
placeholder: "A description of your post."
|
|
|
|
alterable: true
|
2015-09-16 10:07:08 +02:00
|
|
|
- name: "date"
|
|
|
|
field:
|
|
|
|
element: "text"
|
|
|
|
label: "Date"
|
|
|
|
help: "Enter date of post."
|
|
|
|
placeholder: "yyyy-mm-dd"
|
|
|
|
alterable: true
|
2016-12-24 23:48:55 +01:00
|
|
|
- name: "image"
|
|
|
|
field:
|
|
|
|
element: "text"
|
|
|
|
label: "Image"
|
|
|
|
help: "Add a thumbnail image to your post."
|
|
|
|
placeholder: "Thumbnail"
|
|
|
|
alterable: true
|
2015-09-16 10:04:24 +02:00
|
|
|
- name: "published"
|
|
|
|
field:
|
|
|
|
element: "checkbox"
|
|
|
|
label: "Publish"
|
|
|
|
help: "Check to publish post, uncheck to hide."
|
2016-05-14 20:38:04 +02:00
|
|
|
|
2017-10-16 21:28:40 +02:00
|
|
|
plugins:
|
2016-05-14 20:38:04 +02:00
|
|
|
- jekyll-paginate
|
|
|
|
|
2015-09-08 12:10:12 +02:00
|
|
|
# Beautiful Jekyll / Dean Attali
|
2015-09-17 02:52:45 +02:00
|
|
|
# 2fc73a3a967e97599c9763d05e564189
|