2016-03-18 05:20:11 +01:00
# --- General options --- #
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
2019-06-21 09:48:52 +02:00
description : A virtual proof that I'm awesome
# --- Local development options ---
# If your website is hosted locally rather than on GitHub, then you need to uncomment the next two parameters to set the url and baseurl
# *** If you're not sure what this mean, then leave this section as it is. Only modify the url and baseurl if you know what you're doing!***
# url is the the website domain URL without a trailing slash
#url: "https://example.com"
# baseurl should be an empty string
#baseurl: ""
2015-03-03 10:03:01 +01:00
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/"
2015-11-19 10:48:16 +01:00
Author's home : "http://deanattali.com"
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"
2019-06-22 18:55:57 +02:00
facebook : deanattali
2018-01-06 00:26:15 +01:00
github : daattali
twitter : daattali
# reddit: yourname
# 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
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
2018-01-22 08:14:52 +01:00
# --- Web Statistics Section --- #
2015-03-02 23:44:12 +01:00
2018-07-06 17:31:25 +02:00
# Fill in your Google Analytics gtag.js ID to track your website using gtag
#gtag: ""
2015-03-02 23:44:12 +01:00
# 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: ""
2018-01-22 08:14:52 +01:00
# Matomo (aka Piwik) Web statistics
2018-01-22 08:18:51 +01:00
# Uncomment the following section to enable Matomo. The opt-out parameter controls
# whether or not you want to allow users to opt out of tracking.
#matomo:
# site_id: "9"
# uri: "demo.wiki.pro"
# opt-out: true
2018-01-22 08:14:52 +01:00
2018-06-09 00:25:07 +02:00
# --- Comments --- #
2018-01-22 08:14:52 +01:00
# Fill in your Disqus shortname (NOT the userid) if you want to support Disqus comments
2018-06-09 00:25:07 +02:00
# disqus: ""
2019-05-14 18:42:59 +02:00
2018-06-09 00:25:07 +02:00
# To use Facebook Comments, fill in a Facebook App ID
# fb_comment_id: ""
2019-07-08 21:36:17 +02:00
# To use Staticman comments, fill in repository, branch, and endpoint
2018-12-25 23:21:42 +01:00
staticman :
2018-12-26 00:07:36 +01:00
repository : # GitHub username/repository eg. "daattali/beautiful-jekyll"
2019-07-08 21:36:17 +02:00
branch : master # If you're not using `master` branch, then you also need to update the `branch` parameter in `staticman.yml`
endpoint : # URL of your own deployment, with a trailing slash (will fallback to a public GitLab instance) eg. https://<your-api>/v3/entry/github/
2018-12-25 23:21:42 +01:00
reCaptcha :
2019-07-08 21:36:17 +02:00
# reCaptcha for Staticman (OPTIONAL, but recommended for spam protection)
2018-12-26 00:07:36 +01:00
# If you use reCaptcha, you must also set these parameters in staticman.yml
siteKey : # Use your own site key, you need to apply for one on Google
secret : # ENCRYPT your password by going to https://staticman3.herokuapp.com/v3/encrypt/<your-site-secret>
2018-12-25 23:21:42 +01:00
2020-04-01 23:25:11 +02:00
# To use Utterances comments: (1) fill in repository (make sure the repository is public), (2) Enable Issues in your repository, (3) Install the Utterances app in your repository https://github.com/apps/utterances
# See more details about the parameters below at https://utteranc.es/
utterances :
repository : # GitHub username/repository eg. "daattali/beautiful-jekyll"
issue-term : title # Mapping between blog posts and GitHub issues
theme : github-light # Utterances theme
label : blog-comments # Label that will be assigned to GitHub Issues created by Utterances
2018-06-09 00:25:07 +02:00
# --- Misc --- #
2018-01-22 08:14:52 +01:00
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 : "-"
2019-08-14 20:10:59 +02:00
# Ruby Date Format
date_format : "%B %-d, %Y"
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
2018-01-19 06:19:26 +01:00
# Use tags index page and make tags on each post clickable
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
2018-02-23 06:02:11 +01:00
- jekyll-sitemap
2016-05-14 20:38:04 +02:00
2015-09-08 12:10:12 +02:00
# Beautiful Jekyll / Dean Attali
2015-09-17 02:52:45 +02:00
# 2fc73a3a967e97599c9763d05e564189