-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
48 lines (43 loc) · 1.28 KB
/
_config.yml
File metadata and controls
48 lines (43 loc) · 1.28 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
# Site settings (modified to fit Whiteglass expectations for site.vars)
title: Lambda reflections
author: Fotis Koutoulakis
author_bio: >- # this means to ignore newlines until "author_email:"
My name is Fotis Koutoulakis. I'm a software engineer currently working at
the intersection of AI Engineering and Backend Development. I love functional
programming, type theory, formal verification and distributed systems.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://nlightnfotis.github.io" # the base hostname & protocol for your site, e.g. http://example.com
lang: en-GB
timezone: UTC
exclude:
- Gemfile
- Gemfile.lock
- readme.md
- .gitignore
- justfile
plugins:
- jekyll-archives
- jekyll-paginate
- jekyll-sitemap
permalink: /:year/:month/:day/:title/
paginate_path: /posts/:num/
paginate: 5
jekyll-archives:
enabled:
- tags
layout: archive
permalinks:
tag: /tags/:name/
# Conversion (these form part of the default configuration, but it helps me
# to have them listed here explicitly)
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM # Github-Flavoured Markdown
auto_ids: false
enable_coderay: false
entity_output: as_char
footnote_nr: 1
smart_quotes: lsquo,rsquo,ldquo,rdquo
toc_levels: 1..6
excerpt_separator: "<!-- more -->"