From ac782cfeb880afea5571562fab938bc2c5416c4c Mon Sep 17 00:00:00 2001 From: Charles Guertin Date: Wed, 27 Nov 2024 22:37:49 -0500 Subject: [PATCH] replace twitter by bluesky link, +about tweak --- src/config.yaml | 308 +++++++++++++++++++++---------------------- src/content/about.md | 2 +- src/themes/PaperMod | 2 +- 3 files changed, 151 insertions(+), 161 deletions(-) diff --git a/src/config.yaml b/src/config.yaml index cd2bd8d..e66ebfc 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -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: @@ -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:charlesguertin@live.ca" - - 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:charlesguertin@live.ca" + - 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 \ No newline at end of file + instagram: + disableInlineCSS: true + twitter: + disableInlineCSS: true \ No newline at end of file diff --git a/src/content/about.md b/src/content/about.md index 1f19798..ee00afb 100644 --- a/src/content/about.md +++ b/src/content/about.md @@ -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 diff --git a/src/themes/PaperMod b/src/themes/PaperMod index 045c084..3e53621 160000 --- a/src/themes/PaperMod +++ b/src/themes/PaperMod @@ -1 +1 @@ -Subproject commit 045c08496d61b1b3f9c79e69e7d3d243a526d8f3 +Subproject commit 3e5362100777a9426e05ef30e972800cabb54f21