Skip to content

Commit

Permalink
replace twitter by bluesky link, +about tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
cguertin14 committed Nov 28, 2024
1 parent f54baa6 commit ac782cf
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 161 deletions.
308 changes: 149 additions & 159 deletions src/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,51 +12,51 @@ buildExpired: false
enableEmoji: true

minify:
disableXML: true
minifyOutput: true
disableXML: true
minifyOutput: true

languages:
en:
languageName: ":uk:"
params:
languageAltTitle: "English"
weight: 1
menu:
main:
- name: archive
url: archives
weight: 5
- name: search
url: search/
weight: 10
- name: tags
url: tags/
weight: 10
- name: categories
url: categories/
weight: 10
- name: about
url: about/
weight: 10

# fr:
# languageName: ":fr:"
# languageAltTitle: Français
# weight: 2
# menu:
# main:
# - name: Archive
# url: archives/
# weight: 5
# - name: Tags
# url: tags
# weight: 10
# - name: Catégories
# url: categories
# weight: 10
# - name: Recherche
# url: series
# weight: 10
en:
languageName: ":uk:"
params:
languageAltTitle: "English"
weight: 1
menu:
main:
- name: archive
url: archives
weight: 5
- name: search
url: search/
weight: 10
- name: tags
url: tags/
weight: 10
- name: categories
url: categories/
weight: 10
- name: about
url: about/
weight: 10

# fr:
# languageName: ":fr:"
# languageAltTitle: Français
# weight: 2
# menu:
# main:
# - name: Archive
# url: archives/
# weight: 5
# - name: Tags
# url: tags
# weight: 10
# - name: Catégories
# url: categories
# weight: 10
# - name: Recherche
# url: series
# weight: 10

outputs:
home:
Expand All @@ -65,130 +65,120 @@ outputs:
- JSON

params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
description: "cguertin.dev - https://github.com/cguertin14/cguertin.dev"
author: Charles Guertin
# author: ["Me", "You"] # multiple authors

defaultTheme: auto
# disableThemeToggle: true
ShowShareButtons: true
ShowReadingTime: true
# disableSpecial1stPost: true
displayFullLangName: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowToc: true
# comments: false
images: ["img/background.jpeg"]

profileMode:
enabled: false
title: PaperMod
imageUrl: "#"
imageTitle: my image
# imageWidth: 120
# imageHeight: 120
buttons:
- name: Archives
url: archives
- name: Tags
url: tags

homeInfoParams:
Title: "cguertin.dev"
Content: |
Welcome to my personal website. I created it with the goal to
write about stuff I'm currently learning and experiencing. I hope you'll enjoy it as much
as I enjoyed building it.
You can reach me and stay informed on what I do at the links below.
socialIcons:
- name: github
url: "https://github.com/cguertin14"
- name: twitter
url: "https://twitter.com/cguertini"
- name: linkedin
url: "https://www.linkedin.com/in/charles-guertin-495b6520/"
- name: email
url: "mailto:[email protected]"
- name: RsS
url: "index.xml"

# editPost:
# URL: "https://github.com/adityatelange/hugo-PaperMod/tree/exampleSite/content"
# Text: "Suggest Changes" # edit text
# appendFilePath: true # to append file path to Edit link

# label:
# text: "Home"
# icon: icon.png
# iconHeight: 35

# analytics:
# google:
# SiteVerificationTag: "XYZabc"

assets:
favicon: "/favicon.png"
favicon16x16: "/favicon.png"
favicon32x32: "/favicon.png"
apple_touch_icon: "/favicon.png"
safari_pinned_tab: "/favicon.png"

# cover:
# hidden: true # hide everywhere but not in structured data
# hiddenInList: true # hide on list pages and home
# hiddenInSingle: true # hide on single page

# fuseOpts:
# isCaseSensitive: false
# shouldSort: true
# location: 0
# distance: 1000
# threshold: 0.4
# minMatchCharLength: 0
# keys: ["title", "permalink", "summary", "content"]
env: production # to enable google analytics, opengraph, twitter-cards and schema.
description: "cguertin.dev - https://github.com/cguertin14/cguertin.dev"
author: Charles Guertin
# author: ["Me", "You"] # multiple authors

defaultTheme: auto
# disableThemeToggle: true
ShowShareButtons: true
ShowReadingTime: true
# disableSpecial1stPost: true
displayFullLangName: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowToc: true
# comments: false
images: ["img/background.jpeg"]

plugins:
link: plugins/font-awesome/v6/brands.css
lazy: true

profileMode:
enabled: false
title: PaperMod
imageUrl: "#"
imageTitle: my image
buttons:
- name: Archives
url: archives
- name: Tags
url: tags

homeInfoParams:
Title: "cguertin.dev"
Content: |
Welcome to my personal website. I created it with the goal to
write about stuff I'm currently learning and experiencing. I hope you'll enjoy it as much
as I enjoyed building it.
You can reach me and stay informed on what I do at the links below.
socialIcons:
- name: github
url: "https://github.com/cguertin14"
- name: bluesky
url: "https://bsky.app/profile/cguertin.dev"
- name: linkedin
url: "https://www.linkedin.com/in/charles-guertin-495b6520/"
- name: email
url: "mailto:[email protected]"
- name: RsS
url: "index.xml"

# label:
# text: "Home"
# icon: icon.png
# iconHeight: 35

# analytics:
# google:
# SiteVerificationTag: "XYZabc"

assets:
favicon: "/favicon.png"
favicon16x16: "/favicon.png"
favicon32x32: "/favicon.png"
apple_touch_icon: "/favicon.png"
safari_pinned_tab: "/favicon.png"

# cover:
# hidden: true # hide everywhere but not in structured data
# hiddenInList: true # hide on list pages and home
# hiddenInSingle: true # hide on single page

# fuseOpts:
# isCaseSensitive: false
# shouldSort: true
# location: 0
# distance: 1000
# threshold: 0.4
# minMatchCharLength: 0
# keys: ["title", "permalink", "summary", "content"]

taxonomies:
category: categories
tag: tags
series: series
category: categories
tag: tags
series: series

markup:
goldmark:
renderer:
unsafe: true
# highlight:
# # anchorLineNos: true
# codeFences: true
# guessSyntax: true
# lineNos: true
# # noClasses: false
# style: monokai
goldmark:
renderer:
unsafe: true

privacy:
vimeo:
disabled: false
simple: true
vimeo:
disabled: false
simple: true

twitter:
disabled: false
enableDNT: true
simple: true
twitter:
disabled: false
enableDNT: true
simple: true

instagram:
disabled: false
simple: true
instagram:
disabled: false
simple: true

youtube:
disabled: false
privacyEnhanced: true
youtube:
disabled: false
privacyEnhanced: true

services:
instagram:
disableInlineCSS: true
twitter:
disableInlineCSS: true
instagram:
disableInlineCSS: true
twitter:
disableInlineCSS: true
2 changes: 1 addition & 1 deletion src/content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TocOpen: false

## Charles Guertin

Charles Guertin, from Montréal (Québec, Canada), graduate in Software Engineering @ ÉTS Montréal (B. Eng). I speak fluently in both French :fr: and English :uk:. **Huge** Montréal Canadiens fan. I try to travel whenever I can. I also enjoy reading books of all kinds and listening to all genres of music on my turntable.
Charles Guertin, from Montréal (Québec, Canada), graduate in Software Engineering @ ÉTS Montréal (B. Eng). I speak fluently in both French :fr: and English :uk:. Montréal Canadiens :ice_hockey: and New England Patriots :football: fan. I try to travel whenever I can. I also enjoy reading books of all kinds and listening to all genres of music on my turntable.

## Professional Experience

Expand Down

0 comments on commit ac782cf

Please sign in to comment.