-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
63 lines (49 loc) · 1.25 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
title: AlphaGameDeveloper
description: "Damien Boisvert (AlphaGameDeveloper) is a software developer. This is my website, where I put my work out there for the world to see!"
url: "https://alphagame.dev"
# note to self: dont set if it is running in the root dir
# problems like linking to //style.css (note the two slashes)
# will occur.
baseurl: ""
permalink: /blog/:year/:month/:title
excerpt_separator: <!--more-->
markdown: kramdown
highlighter: rouge
#ins_logo: "./bits-logo.png"
tracking_id: "G-Y1CR4RKJQZ"
footer: yes
footer_url: "https://alphagame.dev/"
footer_text: "Website copyright © Damien Boisvert (AlphaGameDeveloper) 2024. Some rights reserved."
license: "Creative Commons Attribution 4.0 International"
isso: https://isso.alphagame.dev
comments: true
keywords:
- damien
- boisvert
- damienboisvert
- alphagamedeveloper
- gamedev
- alphagame
sass:
style: compressed
sass_dir: _sass
nav:
- name: "Home"
link: "/"
- name: "About"
link: "/about"
- name: "Blog"
link: /blog
# - name: "School"
# link: /school/
- name: "Projects"
link: /projects/
- name: "AlphaGameBot"
link: /alphagamebot/
author: damienboisvert
feed:
path: /feed.xml
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap