-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
103 lines (85 loc) · 2.08 KB
/
hugo.yaml
File metadata and controls
103 lines (85 loc) · 2.08 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
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
# Hugo configuration file
title: Diego Ripley
# import hextra as module
module:
imports:
- path: github.com/imfing/hextra
markup:
# allow raw html
goldmark:
renderer:
unsafe: true
# enable hextra syntax highlight
highlight:
noClasses: false
# Do not inject generator meta tag on homepage
disableHugoGeneratorInject: true
# Parse Git commit
enableGitInfo: true
enableInlineShortcodes: true
enableEmoji: true
outputs:
home: [html, rss]
page: [html, rss, markdown]
rss: [rss]
section: [html, rss, markdown]
taxonomy: [html, rss]
term: [html, rss]
menu:
main:
- name: Blog
url: /blog/
weight: 1
- name: Contact
url: /contact/
weight: 2
- name: Search
weight: 3
params:
type: search
- name: GitHub
weight: 4
url: "https://github.com/diegoripley/www.diegoripley.ca"
params:
icon: github
params:
navbar:
displayTitle: true
displayLogo: true
theme:
default: dark
displayToggle: true
search:
flexsearch:
tokenize: forward
# Display the last modification date
displayUpdatedDate: true
dateFormat: "Monday, January 2, 2006 at 3:04 PM MST"
page:
# full (100%), wide (90rem), normal (1280px)
width: wide
contextMenu:
enable: true
links:
- name: "Ask ChatGPT"
url: "https://chatgpt.com/?q=Help+me+understand+the+content+in+this+url:+{url}+read+the+url+and+any+other+urls+referenced+on+the+page"
icon: "sparkles"
- name: "Ask Claude"
url: "https://claude.ai/new?q=Help+me+understand+the+content+in+this+url:+{url}+read+the+url+and+any+other+urls+referenced+on+the+page"
icon: "puzzle"
footer:
displayCopyright: false
displayPoweredBy: false
imageZoom:
enable: true
comments:
enable: true
type: giscus
giscus:
repo: diegoripley/www.diegoripley.ca
repoId: R_kgDOO6vPXg
category: General
categoryId: DIC_kwDOO6vPXs4CrbL_
editURL:
enable: true
base: "https://github.com/diegoripley/www.diegoripley.ca/edit/main/content"