2020-04-24 02:39:44 +02:00
|
|
|
# --- Basic 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
|
|
|
|
|
2020-04-24 02:30:01 +02:00
|
|
|
# Your name to show in the footer
|
|
|
|
author: Some Person
|
|
|
|
|
2020-04-24 02:39:44 +02:00
|
|
|
# --- List of links in the navigation bar --- #
|
|
|
|
|
|
|
|
navbar-links:
|
|
|
|
About Me: "aboutme"
|
|
|
|
Resources:
|
2020-04-27 21:14:09 +02:00
|
|
|
- Beautiful Jekyll: "https://beautifuljekyll.com"
|
|
|
|
- Learn markdown: "https://www.markdowntutorial.com/"
|
|
|
|
Author's home: "https://deanattali.com"
|
2020-04-24 02:39:44 +02:00
|
|
|
|
|
|
|
# --- Logo --- #
|
2016-03-18 05:20:11 +01:00
|
|
|
|
2020-04-24 01:35:42 +02:00
|
|
|
# Image to show in the navigation bar - works best with a square image
|
2016-03-18 05:20:11 +01:00
|
|
|
# Remove this parameter if you don't want an image in the navbar
|
2020-04-26 20:31:05 +02:00
|
|
|
avatar: "/assets/img/avatar-icon.png"
|
2020-04-24 01:35:42 +02:00
|
|
|
|
2020-06-12 05:52:15 +02:00
|
|
|
# By default, the image is cut into a circle. You can disable this behaviour by setting 'round-avatar: false'
|
2020-04-19 00:31:01 +02:00
|
|
|
round-avatar: true
|
2016-03-18 05:20:11 +01:00
|
|
|
|
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
|
2020-04-24 02:39:44 +02:00
|
|
|
#title-img: /path/to/image
|
|
|
|
|
2016-12-15 22:49:13 +01:00
|
|
|
|
2015-03-02 23:44:12 +01:00
|
|
|
# --- Footer options --- #
|
2015-03-02 21:06:05 +01:00
|
|
|
|
2020-04-24 03:54:35 +02:00
|
|
|
# Select the social network links that you want to show in the footer.
|
|
|
|
# Uncomment the links you want to show and add your information to each one.
|
|
|
|
# If you don't want to show a link to an RSS feed, set rss to "false".
|
2018-01-06 00:26:15 +01:00
|
|
|
social-network-links:
|
|
|
|
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
|
2020-04-24 03:54:35 +02:00
|
|
|
rss: true
|
2018-01-06 00:26:15 +01:00
|
|
|
# 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
|
2020-04-27 08:02:58 +02:00
|
|
|
# telegram: yourname
|
2020-04-28 21:40:00 +02:00
|
|
|
# calendly: yourname
|
2020-06-08 01:17:44 +02:00
|
|
|
# mastodon: instance.url/@username
|
2020-07-07 07:29:55 +02:00
|
|
|
# ORCID: your ORCID ID
|
|
|
|
# google-scholar: your google scholar
|
2015-03-02 23:44:12 +01:00
|
|
|
|
2020-04-24 02:39:44 +02:00
|
|
|
# --- General options --- #
|
2020-04-24 01:35:42 +02:00
|
|
|
|
|
|
|
# Select which social network share links to show in posts
|
2016-08-01 03:30:03 +02:00
|
|
|
share-links-active:
|
|
|
|
twitter: true
|
|
|
|
facebook: true
|
|
|
|
linkedin: true
|
2020-06-12 04:53:39 +02:00
|
|
|
vk: false
|
2016-08-01 03:30:03 +02:00
|
|
|
|
2020-04-24 01:35:42 +02:00
|
|
|
# How to display the link to your website in the footer
|
2015-03-02 23:44:12 +01:00
|
|
|
# Remove this if you don't want a link in the footer
|
2020-04-24 01:35:42 +02:00
|
|
|
url-pretty: "MyWebsite.com"
|
|
|
|
|
|
|
|
# Create a "tags" index page and make tags on each post clickable
|
|
|
|
link-tags: true
|
|
|
|
|
|
|
|
# Excerpt Word Length - Truncates the excerpt to the specified number of words on the index page
|
|
|
|
excerpt_length: 50
|
|
|
|
|
2020-04-24 02:39:44 +02:00
|
|
|
# --- Colours / background image --- #
|
2020-04-24 01:35:42 +02:00
|
|
|
|
|
|
|
# Personalize the colors in your website. Colour values can be any valid CSS colour
|
|
|
|
|
|
|
|
navbar-col: "#F5F5F5"
|
|
|
|
navbar-text-col: "#404040"
|
2020-05-02 08:10:20 +02:00
|
|
|
navbar-border-col: "#EAEAEA"
|
2020-04-24 01:35:42 +02:00
|
|
|
page-col: "#FFFFFF"
|
|
|
|
link-col: "#008AFF"
|
|
|
|
hover-col: "#0085A1"
|
|
|
|
footer-col: "#F5F5F5"
|
|
|
|
footer-text-col: "#777777"
|
|
|
|
footer-link-col: "#404040"
|
|
|
|
|
|
|
|
# Alternatively, the navbar, footer, and page background can be set to use background images
|
|
|
|
# instead of colour
|
|
|
|
|
2020-04-26 20:31:05 +02:00
|
|
|
#navbar-img: "/assets/img/bgimage.png"
|
|
|
|
#footer-img: "/assets/img/bgimage.png"
|
|
|
|
#page-img: "/assets/img/bgimage.png"
|
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 --- #
|
|
|
|
|
2020-04-27 17:10:04 +02:00
|
|
|
# To use Disqus comments, sign up to https://disqus.com and fill in your Disqus shortname (NOT the userid)
|
2020-04-24 02:39:44 +02:00
|
|
|
#disqus: ""
|
2019-05-14 18:42:59 +02:00
|
|
|
|
2020-04-27 17:10:04 +02:00
|
|
|
# To use Facebook Comments, create a Facebook app and fill in the Facebook App ID
|
2020-04-24 02:39:44 +02:00
|
|
|
#fb_comment_id: ""
|
2018-06-09 00:25:07 +02:00
|
|
|
|
2020-04-26 23:49:28 +02:00
|
|
|
# To use Utterances comments: (0) uncomment the following section, (1) fill in
|
|
|
|
# "repository" (make sure the repository is public), (2) Enable Issues in your repository,
|
2020-04-24 01:35:42 +02:00
|
|
|
# (3) Install the Utterances app in your repository https://github.com/apps/utterances
|
2020-04-01 23:25:11 +02:00
|
|
|
# See more details about the parameters below at https://utteranc.es/
|
2020-04-26 23:49:28 +02:00
|
|
|
#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
|
2020-04-01 23:25:11 +02:00
|
|
|
|
2020-04-27 17:10:04 +02:00
|
|
|
# To use Staticman comments, first invite `staticmanlab` as a collaborator to your repository and
|
|
|
|
# accept the invitation by going to `https://staticman3.herokuapp.com/v3/connect/github/<username>/<repo-name>`.
|
|
|
|
# Then uncomment the following section and fill in "repository", "branch", and "endpoint".
|
|
|
|
# If you want to use reCaptcha for staticman (optional for spam protection), then fill
|
|
|
|
# in the "siteKey" and "secret" parameters below and also in `staticman.yml`.
|
|
|
|
# See more details at https://staticman.net/
|
|
|
|
#staticman:
|
|
|
|
# repository : # GitHub username/repository eg. "daattali/beautiful-jekyll"
|
|
|
|
# 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/
|
|
|
|
# reCaptcha:
|
|
|
|
# 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>
|
2020-04-01 23:25:11 +02:00
|
|
|
|
2018-06-09 00:25:07 +02:00
|
|
|
# --- Misc --- #
|
2018-01-22 08:14:52 +01:00
|
|
|
|
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: "-"
|
|
|
|
|
2020-04-24 01:35:42 +02:00
|
|
|
# Ruby Date Format to show dates of posts
|
2019-08-14 20:10:59 +02:00
|
|
|
date_format: "%B %-d, %Y"
|
|
|
|
|
2020-04-24 01:35:42 +02:00
|
|
|
# Facebook App ID
|
2020-04-24 02:39:44 +02:00
|
|
|
#fb_app_id: ""
|
|
|
|
|
2020-04-24 01:35:42 +02:00
|
|
|
|
|
|
|
# --- You don't need to touch anything below here (but you can if you want) --- #
|
2015-03-02 23:44:12 +01:00
|
|
|
|
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
|
2020-04-24 16:25:30 +02:00
|
|
|
readtime: false # add estimated reading time on 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
|
|
|
|
|
|
|
# Exclude these files from production site
|
|
|
|
exclude:
|
2017-03-30 23:52:35 +02:00
|
|
|
- CHANGELOG.md
|
|
|
|
- CNAME
|
2015-11-21 17:33:33 +01:00
|
|
|
- Gemfile
|
|
|
|
- Gemfile.lock
|
2015-03-02 21:06:05 +01:00
|
|
|
- LICENSE
|
|
|
|
- README.md
|
2020-04-27 05:35:14 +02:00
|
|
|
- screenshot.png
|
2020-04-27 02:19:49 +02:00
|
|
|
- docs/
|
2015-06-19 20:44:44 +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
|