-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
111 lines (99 loc) · 3.21 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Frederick Morlock
email: [email protected]
description: Tinkerer, Researcher, Programmer.
long_description: >-
Computer Scientist, Mathematician, and Programmer with a passion for open-source and open-science.
I have been programming, tinkering, and constantly curious for over a decade, and I consider it to truly be my lifelong passion.
My research primarily lies in Machine Learning Theory, but my interests span many fields connected to mathematics and computing.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://freddy.us" # the base hostname & protocol for your site, e.g. http://example.com
repository: FrederickGeek8/freddy.us
author: Frederick Morlock
resume: "https://drive.google.com/file/d/11o0st1t7VJx8rg1RcgJzFW3q0JSlgz3C/view?usp=sharing"
author:
googlescholar: "https://scholar.google.com/citations?hl=en&user=7qxBxa4AAAAJ&view_op=list_works&sortby=pubdate"
# Social media
socials:
mastodon: "https://social.nerd.net/@fooderick"
goodreads: "https://www.goodreads.com/frederickgeek8"
github: "https://github.com/FrederickGeek8"
letterboxd: "https://letterboxd.com/frederickgeek8/"
linkedin: "https://www.linkedin.com/in/frederickmorlock"
# Build settings
highligher: rouge
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
- jekyll-optional-front-matter
- jekyll-titles-from-headings
- jekyll-relative-links
- jekyll-redirect-from
# - jekyll-github-metadata
exclude:
- Gemfile
- Gemfile.lock
- TODO.md
- .prettierrc
- .gitignore
- .gitmodules
- .sass-cache
defaults:
- scope:
path: "assets/**"
values:
sitemap: false
- scope:
path: "blog/categories/*"
values:
sitemap: false
- scope:
path: "blog/tags/*"
values:
sitemap: false
feed:
excerpt_only: true
tags: true
categories:
- CS
- Personal
- Tutorials
- Libraries
sass:
style: compressed
blog_root: "/blog"
# Custom stuff
navigation:
- title: Home
url: /
- title: About
url: /about/
- title: Resume/CV
url: /resume/
- title: My Bookshelf
url: /bookshelf/
- title: Blog
url: /blog/
- title: Get In Touch!
url: /contact/
# Post permalink format
# permalink: /blog/:categories/:year/:month/:day/:title/
permalink: /blog/posts/:year/:month/:day/:title/