beautifulSA-jekyll/_config.yml

254 lines
6.8 KiB
YAML
Raw Normal View History

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
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
# --- 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/"
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
# --- 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
navbar-col: "#F5F5F5"
navbar-text-col: "#404040"
2018-01-07 23:31:15 +01:00
navbar-children-col: "#F5F5F5"
page-col: "#FFFFFF"
link-col: "#008AFF"
2018-01-07 23:31:15 +01:00
hover-col: "#0085A1"
footer-col: "#F5F5F5"
2018-01-07 23:31:15 +01:00
footer-text-col: "#777777"
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
# navbar-img: "/img/bgimage.png"
# footer-img: "/img/bgimage.png"
# page-img: "/img/bgimage.png"
# --- Footer options --- #
2015-03-02 21:06:05 +01:00
# Change all these values or delete the ones you don't want.
# Important: you must keep the "name" parameter, everything else you can remove
2015-03-02 21:06:05 +01:00
author:
name: Some Person
# 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
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
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
# How to display the link to the website in the footer
# Remove this if you don't want a link in the footer
url-pretty: "MyWebsite.com" # eg. "deanattali.com/beautiful-jekyll"
2015-03-03 09:38:58 +01:00
# --- Web Statistics Section --- #
# Fill in your Google Analytics gtag.js ID to track your website using gtag
#gtag: ""
# Fill in your Google Analytics ID to track your website using GA
#google_analytics: ""
# Google Tag Manager ID
#gtm: ""
# 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
# --- Comments --- #
# Fill in your Disqus shortname (NOT the userid) if you want to support Disqus comments
# disqus: ""
# To use Facebook Comments, fill in a Facebook App ID
# fb_comment_id: ""
# To use Staticman comments, fill in repository, branch, and endpoint
staticman:
2018-12-26 00:07:36 +01:00
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:
# 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>
# --- Misc --- #
# Facebook App ID
# fb_app_id: ""
# Excerpt Word Length
# Truncates the excerpt to the specified number of words on the index page
excerpt_length: 50
# Character used to separate site title and description in HTML document title
# and RSS feed title
title-separator: "-"
# Ruby Date Format
date_format: "%B %-d, %Y"
# --- Don't need to touch anything below here (but you can if you want) --- #
# 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/
paginate: 5
2016-05-14 20:38:27 +02:00
kramdown:
input: GFM
# Default YAML values (more information on Jekyll's site)
defaults:
2015-03-14 02:35:19 +01:00
-
scope:
path: ""
type: "posts"
values:
layout: "post"
2015-03-14 02:35:19 +01:00
comments: true # add comments to all blog posts
social-share: true # add social media sharing buttons to all blog posts
-
scope:
path: "" # all files
values:
layout: "page"
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
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
- Gemfile
- Gemfile.lock
2015-03-02 21:06:05 +01:00
- LICENSE
- README.md
- 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:
rooturl: '_posts'
media: 'img'
2015-06-19 20:44:44 +02:00
ignore:
- 404.html
- LICENSE
- feed.xml
- _config.yml
2015-06-19 20:44:44 +02:00
- /_layouts
- /_includes
2015-06-19 20:44:44 +02:00
- /css
- /img
- /js
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
- name: "subtitle"
field:
element: "textarea"
label: "Subtitle"
placeholder: "A description of your post."
alterable: true
- name: "date"
field:
element: "text"
label: "Date"
help: "Enter date of post."
placeholder: "yyyy-mm-dd"
alterable: true
- 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
plugins:
2016-05-14 20:38:04 +02:00
- jekyll-paginate
- 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