Skip to content

Commit

Permalink
Merge pull request #2 from luanfelipebr/draft/boring-margulis
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfelipebr authored Oct 24, 2024
2 parents 3df33e9 + 5984cf0 commit f39c8af
Show file tree
Hide file tree
Showing 65 changed files with 13,412 additions and 227 deletions.
96 changes: 15 additions & 81 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ languages:
services:
# Change it to your Disqus shortname before using
disqus:
shortname: "hugo-theme-stack"
shortname: "luanfr"
# GA Tracking ID
googleAnalytics:
id:

pagination:
pagerSize: 3
pagerSize: 5

permalinks:
post: /txt/:slug
Expand Down Expand Up @@ -72,71 +72,13 @@ params:
toc: true
readingTime: true
license:
enabled: true
enabled: false
default: Licensed under CC BY-NC-SA 4.0

comments:
enabled: false
enabled: true
provider: disqus

disqusjs:
shortname:
apiUrl:
apiKey:
admin:
adminLabel:

utterances:
repo:
issueTerm: pathname
label:

beaudar:
repo:
issueTerm: pathname
label:
theme:

remark42:
host:
site:
locale:

vssue:
platform:
owner:
repo:
clientId:
clientSecret:
autoCreateIssue: false

# Waline client configuration see: https://waline.js.org/en/reference/component.html
waline:
serverURL:
lang:
pageview:
emoji:
- https://unpkg.com/@waline/emojis@1.0.1/weibo
requiredMeta:
- name
- email
- url
locale:
admin: Admin
placeholder:

twikoo:
envId:
region:
path:
lang:

# See https://cactus.chat/docs/reference/web-client/#configuration for description of the various options
cactus:
defaultHomeserverUrl: "https://matrix.cactus.chat:8448"
serverName: "cactus.chat"
siteName: "" # You must insert a unique identifier here matching the one you registered (See https://cactus.chat/docs/getting-started/quick-start/#register-your-site)

giscus:
repo:
repoID:
Expand All @@ -148,17 +90,6 @@ params:
reactionsEnabled: 1
emitMetadata: 0

gitalk:
owner:
admin:
repo:
clientID:
clientSecret:
proxy:

cusdis:
host:
id:
widgets:
homepage:
- type: search
Expand All @@ -172,12 +103,15 @@ params:
params:
limit: 10
page:
- type: toc
- type: search
- type: archives
params:
limit: 5

opengraph:
twitter:
# Your Twitter username
site:
site: luanfr

# Available values: summary, summary_large_image
card: summary_large_image
Expand Down Expand Up @@ -222,12 +156,12 @@ menu:
icon: brand-instagram
newTab: true

# - identifier: youtube
# name: YouTube
# url: https://youtube.com/@luanfr
# params:
# icon: brand-youtube
# newTab: true
- identifier: youtube
name: YouTube
url: https://youtube.com/@luanfr
params:
icon: brand-youtube
newTab: true

related:
includeNewer: true
Expand Down
Loading

0 comments on commit f39c8af

Please sign in to comment.