generated from SimonDarksideJ/the-mvm.github.io
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·116 lines (101 loc) · 3.72 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
106
107
108
109
110
111
112
113
114
115
116
# Site settings
title: DarkGenesis - indie development for the new world order
description: >- # this means to ignore newlines until "baseurl:"
Indie development blog for the new world order.
Featuring blogs, tutorials and content all geared around Mixed Reality and beyond
As well as a touch of Game Development and services :D
permalink: ':title:output_ext'
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://simondarksidej.github.io" # the base hostname & protocol for your site, e.g. http://example.com
logo: "/assets/img/branding/darkgenesis-logo-full-light.png"
logo-icon: "/assets/img/branding/ZenithMoonLogo.png"
logo-icon-SEO: "/assets/img/branding/ZenithMoonLogo.png" # must be a non SVG file
logo-dark: "/assets/img/branding/darkgenesis-logo-full-dark.png"
# Night/Dark mode
# Default mode is "auto", "auto" is for auto nightshift
# (19:00 - 07:00), "manual" is for manual toggle, and
# "on/off" is for default on/off.
#
# Whatever the user's choice is, it will supersede the
# default setting of the site and be kept during the
# visit (session). Only the dark mode setting is "manual",
# it will be always kept on every visit (i.e. no matter
# the browser is closed or not)
night_mode: "auto"
highlight_theme: syntax-base16.monokai.dark # select a dark theme for the code highlighter if needed
# Author settings
author: Simon (darkside) Jackson
author-pic: Myself_grey.jpg
about-author: Engineer, industry executive, research enthusiast. Avid learner with diverse interests in coding, game development, Mixed Reality (AR/VR/XR) and reinforcement learning. 25+ years of experience working in multinational corporations and startups.
# Contact links
email: [email protected]
phone: # Add your Phone number
website: https://darkgenesis.zenithmoon.com # Add your website
linkedin: xrconsultant # Add your Linkedin handle
github: simondarksidej # Add your Github handle
twitter: '@simondarksidej' # Add your Twitter handle
bandcamp: # Add your Bandcamp username
stackoverflow: darkside # Add your stackoverflow account
# Newsletter
mailchimp: #http://eepurl.com/hWCpYz #"https://github.us1.list-manage.com/subscribe/post?u=8ece198b3eb260e6838461a60&id=397d90b5f4"
# Comments
comments: utteranc #[disqus, utteranc]
comments_opts:
comments_curtain: yes # leave empty to show the disqus embed directly
repo: SimonDarksideJ/comments.SimonDarksideJ.github.io # The GitHub repo URL. https://utteranc.es/
issue_term: darkgenesis blog comment # The GitHub issue label
label: comments # The GitHub comments label
theme: github-dark # The GitHub comment's there. e.g. github-dark
# Disqus
discus_identifier: # Add your discus identifier
# Tracker
analytics: G-S2P4W0VHVB # UA-33026449-1
fbadmin: #ar.maybach
# Paginate
paginate: 8
paginate_path: 'page:num'
words_per_minute: 200
# Build settings
markdown: kramdown
mathjax: true
highlighter: rouge
compress_html:
clippings: all
comments: all
startings: [html, head, body]
# Outputting
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
category_archive:
type: liquid
path: /categories/
sass:
style: compressed
plugins:
- jekyll-paginate
- jekyll-feed
- jekyll-sitemap
include: [_pages]
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock", "package-lock.json", "assets/css/sass/"]
jekyll_compose:
auto_open: true
default_front_matter:
drafts:
description:
img: posts/defaultpostimage.jpg
category:
tags: []
author: Simon Jackson
github:
mathjax: no
posts:
description:
img: posts/
category:
tags: []
author: Simon Jackson
github:
mathjax: no
published: false
sitemap: false
read_time: true
show_date: true