2020-09-04 06:52:20 +02:00
|
|
|
# Welcome to Beautiful Jekyll!
|
|
|
|
# This config file is meant for settings that affect your entire website. When you first
|
|
|
|
# set up your website you should go through all these settings and edit them, but after
|
|
|
|
# the initial set up you won't need to come back to this file often.
|
|
|
|
|
2020-08-23 09:09:44 +02:00
|
|
|
# --- Required options --- #
|
2015-03-02 21:06:05 +01:00
|
|
|
|
2015-03-03 10:03:01 +01:00
|
|
|
# Name of website
|
2020-08-23 21:23:14 +02:00
|
|
|
title: My Website
|
2015-03-03 10:03:01 +01:00
|
|
|
|
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
|
|
|
|
2020-08-23 01:44:19 +02:00
|
|
|
# If you want to have an image logo in the top-left corner instead of having the title of the website,
|
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
|
|
|
|
2020-08-23 09:09:44 +02:00
|
|
|
# --- Footer social media links --- #
|
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.
|
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-11-16 19:24:23 +01:00
|
|
|
patreon: DeanAttali
|
|
|
|
youtube: c/daattali
|
2021-02-24 17:39:39 +01:00
|
|
|
# medium: yourname
|
2018-01-06 00:26:15 +01:00
|
|
|
# reddit: yourname
|
|
|
|
# linkedin: daattali
|
|
|
|
# xing: yourname
|
|
|
|
# stackoverflow: "3943160/daattali"
|
|
|
|
# snapchat: deanat78
|
|
|
|
# instagram: 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-08-23 09:09:44 +02:00
|
|
|
# If you want to show a link to an RSS in the footer, add the site description here.
|
|
|
|
# If you don't want to show an RSS link, remove the following line.
|
|
|
|
rss-description: This website is a virtual proof that I'm awesome
|
|
|
|
|
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"
|
|
|
|
|
2020-08-23 09:09:44 +02:00
|
|
|
# Excerpt word length - Truncate the excerpt of each post on the feed page to the specified number of words
|
2020-04-24 01:35:42 +02:00
|
|
|
excerpt_length: 50
|
|
|
|
|
2020-08-30 09:25:36 +02:00
|
|
|
# Whether or not to show an excerpt for every blog post in the feed page
|
|
|
|
feed_show_excerpt: true
|
|
|
|
|
2020-09-01 07:48:24 +02:00
|
|
|
# Whether or not to show a list of tags below each post preview in the feed page
|
|
|
|
feed_show_tags: true
|
|
|
|
|
2020-08-08 08:09:00 +02:00
|
|
|
# The keywords to associate with your website, for SEO purposes
|
2020-08-08 05:06:10 +02:00
|
|
|
#keywords: "my,list,of,keywords"
|
|
|
|
|
2020-04-24 02:39:44 +02:00
|
|
|
# --- Colours / background image --- #
|
2020-04-24 01:35:42 +02:00
|
|
|
|
2020-08-08 08:09:00 +02:00
|
|
|
# Personalize the colours in your website. Colour values can be any valid CSS colour
|
2020-04-24 01:35:42 +02:00
|
|
|
|
2020-08-17 00:16:19 +02:00
|
|
|
navbar-col: "#EAEAEA"
|
2020-04-24 01:35:42 +02:00
|
|
|
navbar-text-col: "#404040"
|
2020-08-17 00:16:19 +02:00
|
|
|
navbar-border-col: "#DDDDDD"
|
2020-04-24 01:35:42 +02:00
|
|
|
page-col: "#FFFFFF"
|
2020-08-08 05:07:45 +02:00
|
|
|
text-col: "#404040"
|
2020-04-24 01:35:42 +02:00
|
|
|
link-col: "#008AFF"
|
|
|
|
hover-col: "#0085A1"
|
2020-08-17 00:16:19 +02:00
|
|
|
footer-col: "#EAEAEA"
|
2020-04-24 01:35:42 +02:00
|
|
|
footer-text-col: "#777777"
|
|
|
|
footer-link-col: "#404040"
|
|
|
|
|
2020-08-23 01:44:19 +02:00
|
|
|
# Alternatively, the navbar, footer, and page background can be set to an image
|
2020-04-24 01:35:42 +02:00
|
|
|
# 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
|
|
|
|
2020-08-08 08:09:00 +02:00
|
|
|
# Suggest a colour for mobile browsers to use as the browser's theme. This is only supported by a few mobile browsers.
|
|
|
|
#mobile-theme-col: "#0085A1"
|
2020-08-08 04:13:54 +02:00
|
|
|
|
2020-09-12 18:59:47 +02:00
|
|
|
# For any extra visual customization, you can include additional CSS files in every page on your site. List any custom CSS files here
|
2020-08-08 03:10:02 +02:00
|
|
|
#site-css:
|
2020-08-08 08:09:00 +02:00
|
|
|
# - "/assets/css/custom-styles.css"
|
2020-08-08 03:10:02 +02:00
|
|
|
|
2020-09-12 18:59:47 +02:00
|
|
|
# If you have common JavaScript files that should be included in every page, list them here
|
|
|
|
#site-js:
|
|
|
|
# - "/assets/js/custom-script.js"
|
|
|
|
|
2020-08-23 01:44:19 +02:00
|
|
|
# --- Web Analytics 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: ""
|
|
|
|
|
2020-08-23 01:44:19 +02:00
|
|
|
# Fill in your Google Analytics ID to track your website using Google Analytics
|
2015-03-02 23:44:12 +01:00
|
|
|
#google_analytics: ""
|
|
|
|
|
2021-04-20 06:52:34 +02:00
|
|
|
# Fill in your Cloudflare Analytics beacon token to track your website using Cloudflare Analytics
|
|
|
|
#cloudflare_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
|
|
|
|
2021-02-04 17:28:36 +01:00
|
|
|
# To use Staticman comments, uncomment the following section. You may leave the reCaptcha
|
|
|
|
# section commented if you aren't using reCaptcha for spam protection.
|
|
|
|
# Using Staticman requires advanced knowledge, please consult
|
|
|
|
# https://github.com/eduardoboucas/staticman/ and https://staticman.net/ for further
|
|
|
|
# instructions. For any support with staticman please direct questions to staticman and
|
|
|
|
# not to BeautifulJekyll.
|
2020-04-27 17:10:04 +02:00
|
|
|
#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`
|
2021-02-04 17:28:36 +01:00
|
|
|
# endpoint : # URL of your deployment, with a trailing slash eg. "https://<your-api>/v3/entry/github/"
|
|
|
|
# reCaptcha: # (optional, set these parameters in `staticman.yml` as well)
|
|
|
|
# siteKey : # You need to apply for a site key on Google
|
|
|
|
# secret : # Encrypt your password by going to https://<your-own-api>/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
|
|
|
|
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)
|
2020-08-24 04:25:58 +02:00
|
|
|
timezone: "America/Toronto"
|
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:
|
2020-08-31 19:08:28 +02:00
|
|
|
path: "" # any file that's not a post will be a "page" layout by default
|
2015-03-02 23:44:12 +01:00
|
|
|
values:
|
2016-03-28 05:26:04 +02:00
|
|
|
layout: "page"
|
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
|
2020-08-08 08:09:00 +02:00
|
|
|
|