-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
105 lines (92 loc) · 2.33 KB
/
_config.yml
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Site settings
title: All Around Electronics # site title
description: >- # site description
Doing code stuff <a href="https://github.com/duncanyoyo1" target="_blank" rel="noopener">@github.com/duncanyoyo1</a>.
lang: en-US # default lang
timezone: America/New_York # set your timezone
image: assets/img/ogp.webp # This image used for Open Graph more info https://ogp.me/
repo: https://github.com/duncanyoyo1/jekyll # site repo [optional]
mode: dark # default theme "dark" | "light"
github:
url: https://raw.githubusercontent.com/duncanyoyo1/jekyll/master
# Profile settings
author:
name: Duncanyoyo1 # author name
bio: >- # tell to the world
Welcome to All Around Electronics!
<br>
<br>
<p><a href="/contact/"> Contact Information </a></p>
username: duncanyoyo1 # general username
github: duncanyoyo1 # github username
twitter: duncanyoyo1 # twitter username
email: [email protected] # email adress
twitch: duncanyoyo1 # twitch address
discord: duncanyoyo1#0785 # discord name
discordinv: https://discord.gg/JkKfBVp # DIY_eJuice Discord invite link
discordlink: https://discordapp.com/users/281308567695261707
avatar: /assets/img/avatar_hq.webp # change with your own avatar
# CSS Settings
# URL settings
url: "https://aaelec.info" #
baseurl:
permalink: /:title/
google_analytics: G-QKMFCRB73T
fb_appid:
# Collection setting
collections:
posts:
output: true
# Markdown settings
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter: rouge
# Default front matter
defaults:
- scope:
path: ""
values:
layout: post
comments: false
# Jekyll Compose default front matter
jekyll_compose:
post_default_front_matter:
modified:
tags: []
description:
draft_default_front_matter:
modified:
tags: []
description:
# Homepage limit posts
number_of_posts: 5
# Build settings
# theme: klise
sass:
style: compressed
include:
- _redirects
- .htaccess
exclude:
- CNAME
- Gemfile
- Gemfile.lock
- LICENSE
- CHANGELOG.md
- README.md
- node_modules
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- lighthouse.png
- klise-*.gem
- klise.gemspec
- workspace.code-workspace
- 'assets/download/StarterKit.rar'
- 'assets/download/InitialD_Manual2020.pdf'
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-postfiles
- jekyll-pdf-embed