forked from Git/tommytran.io
		
	Update config.yml
This commit is contained in:
		
							
								
								
									
										285
									
								
								config.yml
									
									
									
									
									
								
							
							
						
						
									
										285
									
								
								config.yml
									
									
									
									
									
								
							@@ -1,145 +1,140 @@
 | 
			
		||||
baseURL: "https://tommytran.io"
 | 
			
		||||
title: Tommy Tran - System Administrator and Technical Writer
 | 
			
		||||
theme: WonderMod
 | 
			
		||||
copyright: '©Thien Tran 2021-2023'
 | 
			
		||||
enableRobotsTXT: true
 | 
			
		||||
enableGitInfo: true
 | 
			
		||||
 | 
			
		||||
minify:
 | 
			
		||||
  disableXML: true
 | 
			
		||||
  minifyOutput: true
 | 
			
		||||
 | 
			
		||||
params:
 | 
			
		||||
  env: production # to enable google analytics, opengraph, twitter-cards and schema.
 | 
			
		||||
  author: Tommy
 | 
			
		||||
  # author: ["Me", "You"] # multiple authors
 | 
			
		||||
  description: System Administrator and Technical Writer
 | 
			
		||||
  keywords: [TommyTran732]
 | 
			
		||||
  defaultTheme: dark # dark, light
 | 
			
		||||
  disableThemeToggle: false
 | 
			
		||||
  images: ["/cortana.png"]
 | 
			
		||||
  ShowReadingTime: true
 | 
			
		||||
  ShowPostNavLinks: true
 | 
			
		||||
  ShowBreadCrumbs: true
 | 
			
		||||
  ShowWordCount: true
 | 
			
		||||
  ShowToc: true
 | 
			
		||||
  ShowRssButtonInSectionTermList: false
 | 
			
		||||
  ShowCodeCopyButtons: true
 | 
			
		||||
 | 
			
		||||
  assets:
 | 
			
		||||
    disableHLJS: true
 | 
			
		||||
    disableFingerprinting: false
 | 
			
		||||
    favicon: "/favicon.ico"
 | 
			
		||||
    favicon16x16: "/favicon-16x16.png"
 | 
			
		||||
    favicon32x32: "/favicon-32x32.png"
 | 
			
		||||
    apple_touch_icon: "/apple-touch-icon.png"
 | 
			
		||||
    safari_pinned_tab: "/safari-pinned-tab.svg"
 | 
			
		||||
 | 
			
		||||
  label:
 | 
			
		||||
    text: "Tommy Tran"
 | 
			
		||||
    icon: "/cortana.png"
 | 
			
		||||
 | 
			
		||||
  # profile-mode
 | 
			
		||||
  profileMode:
 | 
			
		||||
    enabled: true # needs to be explicitly set
 | 
			
		||||
    title: Tommy Tran
 | 
			
		||||
    subtitle: "System Administrator and Technical Writer"
 | 
			
		||||
    imageUrl: "/cortana.png"
 | 
			
		||||
    buttons:
 | 
			
		||||
      - name: About
 | 
			
		||||
        url: about
 | 
			
		||||
      - name: Contact
 | 
			
		||||
        url: contact
 | 
			
		||||
 | 
			
		||||
  socialIcons:
 | 
			
		||||
    - name: github
 | 
			
		||||
      url: "https://github.com/tommytran732"
 | 
			
		||||
    - name: gitea
 | 
			
		||||
      url: "https://git.tommytran.io/Tomster"
 | 
			
		||||
    - name: matrix
 | 
			
		||||
      url: "https://invite.arcticfoxes.net/#/@tommy:arcticfoxes.net"
 | 
			
		||||
    - name: telegram
 | 
			
		||||
      url: "https://t.me/tommytran732"
 | 
			
		||||
    - name: twitter
 | 
			
		||||
      url: "https://twitter.com/tommytran732"
 | 
			
		||||
    - name: email
 | 
			
		||||
      url: "mailto:contact@tommytran.io"
 | 
			
		||||
    - name: youtube
 | 
			
		||||
      url: "https://www.youtube.com/channel/UCxm1CqMnCCj5byfXyb8C6_g"
 | 
			
		||||
 | 
			
		||||
  cover:
 | 
			
		||||
    hidden: false # hide everywhere but not in structured data
 | 
			
		||||
    hiddenInList: true # hide on list pages and home
 | 
			
		||||
    hiddenInSingle: false # hide on single page
 | 
			
		||||
 | 
			
		||||
  editPost:
 | 
			
		||||
    URL: "https://github.com/tommytran732/tommytran.io/blob/main/content"
 | 
			
		||||
    Text: "Suggest Changes" # edit text
 | 
			
		||||
    appendFilePath: true # to append file path to Edit link
 | 
			
		||||
 | 
			
		||||
  # for search
 | 
			
		||||
  # https://fusejs.io/api/options.html
 | 
			
		||||
  fuseOpts:
 | 
			
		||||
    isCaseSensitive: false
 | 
			
		||||
    shouldSort: true
 | 
			
		||||
    location: 0
 | 
			
		||||
    distance: 1000
 | 
			
		||||
    threshold: 0.4
 | 
			
		||||
    minMatchCharLength: 0
 | 
			
		||||
    keys: ["title", "summary"]
 | 
			
		||||
 | 
			
		||||
#Enabling Search
 | 
			
		||||
outputs:
 | 
			
		||||
    home:
 | 
			
		||||
        - HTML
 | 
			
		||||
        - JSON # is necessary
 | 
			
		||||
 | 
			
		||||
# Enable Chroma
 | 
			
		||||
markup:
 | 
			
		||||
    highlight:
 | 
			
		||||
        style: dracula
 | 
			
		||||
        lineNos: false
 | 
			
		||||
        noClasses: false
 | 
			
		||||
        guessSyntax: true
 | 
			
		||||
 | 
			
		||||
menu:
 | 
			
		||||
  main:
 | 
			
		||||
    - identifier: Blog
 | 
			
		||||
      name: Blog
 | 
			
		||||
      url: https://privsec.dev
 | 
			
		||||
      weight: 10
 | 
			
		||||
    - identifier: Projects
 | 
			
		||||
      name: Projects
 | 
			
		||||
      url: /projects/
 | 
			
		||||
      weight: 20
 | 
			
		||||
    - identifier: Packages
 | 
			
		||||
      name: Packages
 | 
			
		||||
      url: /packages/
 | 
			
		||||
      weight: 30
 | 
			
		||||
    - identifier: PGP
 | 
			
		||||
      name: PGP
 | 
			
		||||
      url: tommy.asc
 | 
			
		||||
      weight: 40
 | 
			
		||||
 | 
			
		||||
privacy:
 | 
			
		||||
  disqus:
 | 
			
		||||
    disable: true
 | 
			
		||||
  googleAnalytics:
 | 
			
		||||
    anonymizeIP: true
 | 
			
		||||
    disable: true
 | 
			
		||||
    respectDoNotTrack: true
 | 
			
		||||
    useSessionStorage: false
 | 
			
		||||
  instagram:
 | 
			
		||||
    disable: true
 | 
			
		||||
    simple: false
 | 
			
		||||
  twitter:
 | 
			
		||||
    disable: false
 | 
			
		||||
    enableDNT: true
 | 
			
		||||
    simple: false
 | 
			
		||||
  vimeo:
 | 
			
		||||
    disable: false
 | 
			
		||||
    enableDNT: true
 | 
			
		||||
    simple: false
 | 
			
		||||
  youtube:
 | 
			
		||||
    disable: false
 | 
			
		||||
    privacyEnhanced: true
 | 
			
		||||
baseURL: "https://olivier.falcoz.net/"
 | 
			
		||||
languageCode: 'en-us'
 | 
			
		||||
title: Olivier Falcoz - My landing page
 | 
			
		||||
theme: WonderMod
 | 
			
		||||
copyright: '© Olivier Falcoz 2022'
 | 
			
		||||
  # copyright: '[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)'
 | 
			
		||||
enableRobotsTXT: true
 | 
			
		||||
enableGitInfo: true
 | 
			
		||||
 | 
			
		||||
disableKinds:
 | 
			
		||||
- taxonomy
 | 
			
		||||
- term
 | 
			
		||||
 | 
			
		||||
minify:
 | 
			
		||||
  disableXML: true
 | 
			
		||||
  minifyOutput: true
 | 
			
		||||
 | 
			
		||||
params:
 | 
			
		||||
  env: production # to enable google analytics, opengraph, twitter-cards and schema.
 | 
			
		||||
  author: Olivier Falcoz
 | 
			
		||||
  # author: ["Me", "You"] # multiple authors
 | 
			
		||||
  description: Risk Management professional, Fraud and Financial crime expert, Infosec,Privacy & FLOSS advocate, MTB addict
 | 
			
		||||
  keywords: [Privacy, Information Security, Risk Management, Infosec, Fraud, Financial crime, Expert, Privacy, FLOSS, MTB]
 | 
			
		||||
  defaultTheme: dark # dark, light
 | 
			
		||||
  disableThemeToggle: false
 | 
			
		||||
  images: ["/olivier.png"]
 | 
			
		||||
  ShowReadingTime: true
 | 
			
		||||
  ShowPostNavLinks: true
 | 
			
		||||
  ShowBreadCrumbs: true
 | 
			
		||||
  ShowWordCount: false
 | 
			
		||||
  ShowToc: true
 | 
			
		||||
  ShowRssButtonInSectionTermList: false
 | 
			
		||||
  ShowCodeCopyButtons: true
 | 
			
		||||
 | 
			
		||||
  assets:
 | 
			
		||||
    disableHLJS: true
 | 
			
		||||
    disableFingerprinting: false
 | 
			
		||||
    favicon: "/favicon.ico"
 | 
			
		||||
    favicon16x16: "/favicon-16x16.png"
 | 
			
		||||
    favicon32x32: "/favicon-32x32.png"
 | 
			
		||||
    apple_touch_icon: "/apple-touch-icon.png"
 | 
			
		||||
    safari_pinned_tab: "/safari-pinned-tab.svg"
 | 
			
		||||
 | 
			
		||||
  label:
 | 
			
		||||
    text: "Home"
 | 
			
		||||
    icon: "/olivier.png"
 | 
			
		||||
 | 
			
		||||
  # profile-mode
 | 
			
		||||
  profileMode:
 | 
			
		||||
    enabled: true # needs to be explicitly set
 | 
			
		||||
    title: Olivier Falcoz
 | 
			
		||||
    subtitle: "Cyber & risk intelligence professional | Infosec | Privacy & FLOSS advocate | MTB addict"
 | 
			
		||||
    imageUrl: "/olivier.png"
 | 
			
		||||
    buttons:
 | 
			
		||||
      - name: About
 | 
			
		||||
        url: about
 | 
			
		||||
      - name: Contact
 | 
			
		||||
        url: contact
 | 
			
		||||
      - name: Services
 | 
			
		||||
        url: services
 | 
			
		||||
 | 
			
		||||
  socialIcons:
 | 
			
		||||
    - name: email
 | 
			
		||||
      url: "mailto:x0rg |at| 9x0rg d0t com"
 | 
			
		||||
    - name: matrix
 | 
			
		||||
      url: "https://matrix.to/#/@olivier:envs.net"
 | 
			
		||||
    - name: linkedin
 | 
			
		||||
      url: "https://www.linkedin.com/in/olivierfalcoz"
 | 
			
		||||
#    - name: xmpp
 | 
			
		||||
#      url: "x0rg@disroot.org"
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
  cover:
 | 
			
		||||
    hidden: false # hide everywhere but not in structured data
 | 
			
		||||
    hiddenInList: true # hide on list pages and home
 | 
			
		||||
    hiddenInSingle: false # hide on single page
 | 
			
		||||
 | 
			
		||||
  editPost:
 | 
			
		||||
    URL: "https://git.9x0rg.com"
 | 
			
		||||
    Text: "Source" # edit text
 | 
			
		||||
    appendFilePath: true # to append file path to Edit link
 | 
			
		||||
 | 
			
		||||
  # for search
 | 
			
		||||
  # https://fusejs.io/api/options.html
 | 
			
		||||
  fuseOpts:
 | 
			
		||||
    isCaseSensitive: false
 | 
			
		||||
    shouldSort: true
 | 
			
		||||
    location: 0
 | 
			
		||||
    distance: 1000
 | 
			
		||||
    threshold: 0.4
 | 
			
		||||
    minMatchCharLength: 0
 | 
			
		||||
    keys: ["title", "summary"]
 | 
			
		||||
 | 
			
		||||
#Enabling Search
 | 
			
		||||
outputs:
 | 
			
		||||
    home:
 | 
			
		||||
        - HTML
 | 
			
		||||
        - JSON # is necessary
 | 
			
		||||
 | 
			
		||||
# Enable Chroma
 | 
			
		||||
markup:
 | 
			
		||||
    highlight:
 | 
			
		||||
        style: dracula
 | 
			
		||||
        lineNos: false
 | 
			
		||||
        noClasses: false
 | 
			
		||||
        guessSyntax: true
 | 
			
		||||
 | 
			
		||||
menu:
 | 
			
		||||
  main:
 | 
			
		||||
    - identifier: Services
 | 
			
		||||
      name: Resume
 | 
			
		||||
      url: /resume/
 | 
			
		||||
      weight: 10
 | 
			
		||||
    - identifier: PGP
 | 
			
		||||
      name: PGP
 | 
			
		||||
      url: olivier.falcoz.pgp.key.asc
 | 
			
		||||
      weight: 10
 | 
			
		||||
 | 
			
		||||
privacy:
 | 
			
		||||
  disqus:
 | 
			
		||||
    disable: true
 | 
			
		||||
  googleAnalytics:
 | 
			
		||||
    anonymizeIP: true
 | 
			
		||||
    disable: true
 | 
			
		||||
    respectDoNotTrack: true
 | 
			
		||||
    useSessionStorage: false
 | 
			
		||||
  instagram:
 | 
			
		||||
    disable: true
 | 
			
		||||
    simple: false
 | 
			
		||||
  twitter:
 | 
			
		||||
    disable: true
 | 
			
		||||
    enableDNT: true
 | 
			
		||||
    simple: false
 | 
			
		||||
  vimeo:
 | 
			
		||||
    disable: true
 | 
			
		||||
    enableDNT: true
 | 
			
		||||
    simple: false
 | 
			
		||||
  youtube:
 | 
			
		||||
    disable: true
 | 
			
		||||
    privacyEnhanced: true
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user