-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
64 lines (54 loc) · 2.11 KB
/
_config.yml
File metadata and controls
64 lines (54 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Site settings
# -------------
title: Aidan Calderhead Portfolio
author:
name: Aidan Calderhead
email: aidan.calderhead@gmail.com
# The `>` after `description:` means to ignore line-breaks until next key. If
# you wish to omit the line-break after the end of text, use `>-` instead.
description: >
Updated regularly with new projects and refinements.
Template inspiration by @archd3sai.
From abstraction to application, may the journey always remain meaningful.
# Build settings
# --------------
# If you wish to use the gem-version of Minima with or without a Gemfile, use
# the following setting:
# theme: minima
# **OR** if you wish to use the theme directly from the GitHub repository by
# bypassing a Gemfile, use the following setting instead.
# It is best that you lock to a particular commit and update if uptream changes
# do not affect your site adversely.
remote_theme: jekyll/minima@d4d779a
# Minima requires the following plugins:
plugins:
- jekyll-feed
- jekyll-seo-tag
# Uncomment the following setting if you wish to disable deprecation warnings
# from newer versions of sass converter. Adapt as required.
sass:
quiet_deps: true
silence_deprecations: [import]
# Minima-specific settings (applicable to Minima v3 and above only)
# -----------------------------------------------------------------
minima:
# Minima skin selection. Available skins are:
# * classic Default, light color scheme.
# * dark Dark variant of the classic skin.
# * auto Adaptive skin based on the classic and dark skins.
# * solarized-light Light variant of solarized color scheme.
# * solarized-dark Dark variant of solarized color scheme.
# * solarized Adaptive skin for solarized color scheme skins.
skin: dark
# accent: "#68c7d4"
# Social links
social_links:
- title: GitHub
icon: square-github
url: "https://github.com/acalderhead"
- title: LinkedIn
icon: square-linkedin
url: "https://www.linkedin.com/in/aidan-calderhead/"
hide_site_feed_link: true
include:
- assets/css/style.scss