Update config.yml
This commit is contained in:
parent
7a4a717db8
commit
90294e19e0
98
config.yml
98
config.yml
@ -1,7 +1,9 @@
|
|||||||
baseURL: "https://tommytran.io"
|
baseURL: "https://9x0rg.com/"
|
||||||
title: Tommy Tran - System Administrator
|
languageCode: 'en-us'
|
||||||
|
title: 9x0rg
|
||||||
theme: WonderMod
|
theme: WonderMod
|
||||||
copyright: '©Thien Tran 2021-2024'
|
copyright: '[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)'
|
||||||
|
|
||||||
enableRobotsTXT: true
|
enableRobotsTXT: true
|
||||||
enableGitInfo: true
|
enableGitInfo: true
|
||||||
|
|
||||||
@ -11,20 +13,27 @@ minify:
|
|||||||
|
|
||||||
params:
|
params:
|
||||||
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
||||||
author: Tommy
|
author: Olivier Falcoz
|
||||||
# author: ["Me", "You"] # multiple authors
|
# author: ["Me", "You"] # multiple authors
|
||||||
description: System Administrator
|
description: Loose collection of posts by Olivier Falcoz, mostly about infosec, mountain biking, all things Asian & data privacy. Oh, and beer of course.
|
||||||
keywords: [TommyTran732]
|
keywords: [Olivier Falcoz, Cybersecurity, Privacy, Information Security, Risk Management, Intelligence, Infosec, Moutain Biking, MTB]
|
||||||
defaultTheme: dark # dark, light
|
defaultTheme: dark # dark, light
|
||||||
disableThemeToggle: false
|
disableThemeToggle: false
|
||||||
images: ["/avatar.png"]
|
images: ["/9x0rg.png"]
|
||||||
ShowReadingTime: true
|
ShowReadingTime: true
|
||||||
ShowPostNavLinks: true
|
ShowPostNavLinks: true
|
||||||
ShowBreadCrumbs: true
|
ShowBreadCrumbs: true
|
||||||
ShowWordCount: true
|
ShowWordCount: false
|
||||||
ShowToc: true
|
ShowToc: true
|
||||||
ShowRssButtonInSectionTermList: false
|
ShowRssButtonInSectionTermList: false
|
||||||
ShowCodeCopyButtons: true
|
ShowCodeCopyButtons: true
|
||||||
|
cover:
|
||||||
|
linkFullImages: true
|
||||||
|
cover.hiddenInList: true
|
||||||
|
cover.responsiveImages: true
|
||||||
|
cover.hidden: true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
assets:
|
assets:
|
||||||
disableHLJS: true
|
disableHLJS: true
|
||||||
@ -36,29 +45,38 @@ params:
|
|||||||
safari_pinned_tab: "/safari-pinned-tab.svg"
|
safari_pinned_tab: "/safari-pinned-tab.svg"
|
||||||
|
|
||||||
label:
|
label:
|
||||||
text: "Tommy Tran"
|
text: "Home"
|
||||||
icon: "/avatar.png"
|
icon: "/9x0rg.png"
|
||||||
|
|
||||||
# profile-mode
|
# profile-mode
|
||||||
profileMode:
|
profileMode:
|
||||||
enabled: true # needs to be explicitly set
|
enabled: false # needs to be explicitly set
|
||||||
title: Tommy Tran
|
title: 9x0rg
|
||||||
subtitle: "System Administrator and Technical Writer"
|
subtitle: "Cybersecurity, Mountain Biking, Data Privacy, F/LOSS"
|
||||||
imageUrl: "/avatar.png"
|
imageUrl: "/9x0rg.png"
|
||||||
|
buttons:
|
||||||
|
- name: About
|
||||||
|
url: about
|
||||||
|
- name: Contact
|
||||||
|
url: contact
|
||||||
|
|
||||||
|
homeInfoParams:
|
||||||
|
Title: 9x0rg ~ a work in progress
|
||||||
|
Content: Loose collection of posts by a random dude, mostly about infosec, mountain biking, all things Asian & data privacy. Oh, and beer of course. Still a work-in-progress; hundreds of posts need to be migrated from the old platform.
|
||||||
|
|
||||||
socialIcons:
|
socialIcons:
|
||||||
- name: github
|
- name: mastodon
|
||||||
url: "https://github.com/tommytran732"
|
url: "https://mamot.fr/@9x0rg"
|
||||||
|
- name: gitea
|
||||||
|
url: "https://git.9x0rg.com/x0rg"
|
||||||
- name: matrix
|
- name: matrix
|
||||||
url: "https://invite.arcticfoxes.net/#/@tommy:arcticfoxes.net"
|
url: "https://matrix.to/#/@oyapok:envs.net"
|
||||||
- name: telegram
|
|
||||||
url: "https://t.me/tommytran732"
|
|
||||||
- name: twitter
|
|
||||||
url: "https://twitter.com/tommytran732"
|
|
||||||
- name: email
|
- name: email
|
||||||
url: "mailto:contact@tommytran.io"
|
url: "mailto:olivier |at| 9x0rg d0t com"
|
||||||
- name: youtube
|
- name: rss
|
||||||
url: "https://www.youtube.com/channel/UCxm1CqMnCCj5byfXyb8C6_g"
|
url: "https://9x0rg.com/posts/index.xml"
|
||||||
|
# - name: twitter
|
||||||
|
# url: "https://x.com/9x0rg"
|
||||||
|
|
||||||
cover:
|
cover:
|
||||||
hidden: false # hide everywhere but not in structured data
|
hidden: false # hide everywhere but not in structured data
|
||||||
@ -66,8 +84,8 @@ params:
|
|||||||
hiddenInSingle: false # hide on single page
|
hiddenInSingle: false # hide on single page
|
||||||
|
|
||||||
editPost:
|
editPost:
|
||||||
URL: "https://github.com/tommytran732/tommytran.io/blob/main/content"
|
URL: "https://git.9x0rg.com/x0rg/9x0rg.com/src/main/content"
|
||||||
Text: "Suggest Changes" # edit text
|
Text: "Source" # edit text
|
||||||
appendFilePath: true # to append file path to Edit link
|
appendFilePath: true # to append file path to Edit link
|
||||||
|
|
||||||
# for search
|
# for search
|
||||||
@ -101,22 +119,18 @@ menu:
|
|||||||
name: About
|
name: About
|
||||||
url: /about/
|
url: /about/
|
||||||
weight: 10
|
weight: 10
|
||||||
- identifier: Blog
|
- identifier: Archives
|
||||||
name: Blog
|
name: Archives
|
||||||
url: https://privsec.dev
|
url: /archives/
|
||||||
weight: 20
|
weight: 20
|
||||||
- identifier: Contact
|
- identifier: Blog
|
||||||
name: Contact
|
name: Categories
|
||||||
url: /contact/
|
url: /posts/
|
||||||
weight: 30
|
weight: 30
|
||||||
- identifier: Projects
|
- identifier: Search
|
||||||
name: Projects
|
name: Search
|
||||||
url: /projects/
|
url: /search/
|
||||||
weight: 40
|
weight: 40
|
||||||
- identifier: PGP
|
|
||||||
name: PGP
|
|
||||||
url: tommy.asc
|
|
||||||
weight: 50
|
|
||||||
|
|
||||||
privacy:
|
privacy:
|
||||||
disqus:
|
disqus:
|
||||||
@ -130,13 +144,13 @@ privacy:
|
|||||||
disable: true
|
disable: true
|
||||||
simple: false
|
simple: false
|
||||||
twitter:
|
twitter:
|
||||||
disable: false
|
disable: true
|
||||||
enableDNT: true
|
enableDNT: true
|
||||||
simple: false
|
simple: false
|
||||||
vimeo:
|
vimeo:
|
||||||
disable: false
|
disable: true
|
||||||
enableDNT: true
|
enableDNT: true
|
||||||
simple: false
|
simple: false
|
||||||
youtube:
|
youtube:
|
||||||
disable: false
|
disable: true
|
||||||
privacyEnhanced: true
|
privacyEnhanced: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user