23
23
description : >- # this means to ignore newlines until "baseurl:"
24
24
This is my awesome site.
25
25
It's pretty awesome.
26
+ domain : " jth0.github.io"
26
27
baseurl : " " # the subpath of your site, e.g. /blog
27
28
url : " https://jth0.github.io" # the base hostname & protocol for your site, e.g. http://example.com
28
29
twitter_username : jth
@@ -32,6 +33,57 @@ github_username: jth0
32
33
theme : minima
33
34
plugins :
34
35
- jekyll-feed
36
+ - jekyll-titles-from-headings
37
+ - jekyll-remote-theme
38
+ - jekyll-seo-tag
39
+ highlighter : rouge
40
+ gist :
41
+ noscript : false
42
+ kramdown :
43
+ math_engine : mathjax
44
+ syntax_highlighter : rouge
45
+ show_downloads : false
46
+ show_github_url : false
47
+
48
+ header_pages :
49
+ - index.md
50
+ - about.md
51
+
52
+ # Minima specific settings, which are only available from Minima 3.0 onward.
53
+ minima :
54
+ # Minima skin selection.
55
+ # Available skins are:
56
+ # classic Default, light color scheme.
57
+ # dark Dark variant of the classic skin.
58
+ # auto Adaptive skin based on the default classic and dark skins.
59
+ # solarized-light Light variant of solarized color scheme.
60
+ # solarized-dark Dark variant of solarized color scheme.
61
+ # solarized Adaptive skin for solarized color scheme skins.
62
+ skin : dark
63
+
64
+ # Set to `true` to show excerpts on the homepage.
65
+ # show_excerpts: false
66
+
67
+ # Minima date format.
68
+ # The default value is "%b %d, %Y" (e.g. Nov 14, 2023)
69
+ # Refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this.
70
+ date_format : " %Y-%m-%d"
71
+
72
+ # Social Media Links
73
+ # Renders icons via Font Awesome Free webfonts CDN, based on ordered list of entries.
74
+ #
75
+ # Entry keys:
76
+ # * title Tooltip rendered on hovering over icon.
77
+ # * icon Font Awesome icon id. `github` corresponds to `fa-github`.
78
+ # * url Full URL of social profile.
79
+ social_links :
80
+ - title : gh
81
+ icon : github
82
+ url : " https://github.com/jth0"
83
+ - title : twtr
84
+ icon : twitter
85
+ url : " https://x.com/jth"
86
+
35
87
36
88
# Exclude from processing.
37
89
# The following items will not be processed, by default.
0 commit comments