This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·119 lines (93 loc) · 3.81 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
117
118
119
# -----------------------------------------------------------------------------
# User configuration
# -----------------------------------------------------------------------------
title: thrownewexception();
# The unique resource location of your page.
# Set to `https://<username>.github.io` when hosting on GitHub Pages (and not using custom domains!)
url: https://thrownewexception.com
# Set to '' when hosting a blog on GitHub Pages, ie on `//<username>.github.io`
# Set to '/<reponame>' when using the `gh-pages` branch of a repository
baseurl:
# A very short description of your page
tagline: My personal opinions on software design
# A longer description of the page, used in the sidebar and as fallback for the meta description tag.
# Markdown enabled, however don't use more than one paragraph (enforced by `>`)
description: >
[`@brunomvpcosta`{:rel="me"}](https://twitter.com/brunomvpcosta)'s internet little corner
to write about scalability, architecture, software and more stuff.
# This should be the same author as first in `_data/authors.yml`
author:
name: Bruno Costa
email: [email protected]
# Fallback image and color if not overwritten
image: /assets/img/side_image.png
color: '#4f86aa'
# Remove to disable Google Fonts
google_fonts: Roboto+Slab:700|Noto+Serif:400,400i,700,700i
font_heading: "'Roboto Slab', Helvetica, Arial, sans-serif"
font: "'Noto Serif', Georgia, serif"
# Remove to disable Google Anaylics
google_analytics: UA-6819542-2
# Setting a disqus shortname will enable the comment section on pages
# that have `comments: true` in the front matter
disqus_shortname: thrownewexceptioncom
# This text will appear in the footer of every page. Markdown enabled.
copyright: © 2022. All rights reserved.
# Format of the permalinks
permalink: pretty
# Pagination configuration (used by the `blog` layout)
paginate: 5
paginate_path: '/page-:num/'
# If you are updating form a previous verison of Hydejack, uncomment the two lines below,
# so that existing subscribers to your feed continue to receive updates.
# feed:
# path: atom.xml
# Set to true when building locally with the `--lsi` option
# See: https://jekyllrb.com/docs/variables/#site-variables, `site.related_posts`
# use_lsi: true
# Set to `true` if you don't want to show an icon after each link that opens to an external site
# no_mark_external: true
# Uncomment this line if 3rd party plugins fail to work with dynimically loaded pages
# disable_push_state: true
# Uncomment this line if want to disable the touch drawer on mobile
# disable_drawer: true
# -----------------------------------------------------------------------------
# Collections
# -----------------------------------------------------------------------------
collections:
featured_categories:
permalink: /category/:name/
output: true
featured_tags:
permalink: /tag/:name/
output: true
projects:
permalink: /projects/:path/
output: true
# -----------------------------------------------------------------------------
# Advanced configuration
# -----------------------------------------------------------------------------
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-redirect-from
- jekyll-seo-tag
exclude:
- README.md
- LICENSE.md
- package.json
kramdown:
footnote_backlink: '↩︎'
math_engine: mathjax
math_engine_opts:
preview: true
preview_as_code: true
compress_html:
comments: ["<!-- ", " -->"]
clippings: all
endings: all
ignore:
envs: [development]
sass:
style: compressed