From 11038d2dbc919e71ee32b1b66429e7e723dde757 Mon Sep 17 00:00:00 2001 From: Robin Moffatt Date: Wed, 13 Nov 2024 17:52:32 +0000 Subject: [PATCH] Fix FA, change socials ordering --- config.yaml | 22 ++++---- config_new.yaml | 68 ----------------------- themes/story/layouts/_default/baseof.html | 2 +- 3 files changed, 12 insertions(+), 80 deletions(-) delete mode 100644 config_new.yaml diff --git a/config.yaml b/config.yaml index ba0a26b4..a04211dc 100644 --- a/config.yaml +++ b/config.yaml @@ -1,7 +1,7 @@ theme: "story" baseURL: "https://rmoff.net" languageCode : "en-us" -title: "rmoff's random ramblings" +title: "rmoff's random ramblings2" googleAnalytics: "UA-75492960-1" paginate: 20 timeout: 120s @@ -46,18 +46,22 @@ menu: url: https://talks.rmoff.net weight: -9 social: - - name: youtube - title: "fab fa-youtube-square" - url: https://www.youtube.com/c/rmoff - weight: -7 - name: bluesky - title: "fab fa-bluesky" + title: "fa-brands fa-bluesky" url: https://bsky.app/profile/rmoff.net weight: -8 - name: github title: "fab fa-github-square" url: https://github.com/rmoff/ + weight: -7 + - name: youtube + title: "fab fa-youtube-square" + url: https://www.youtube.com/c/rmoff weight: -6 + - name: linkedin + title: "fab fa-linkedin" + url: https://www.linkedin.com/in/robinmoffatt/ + weight: -5 - name: mastodon title: "fab fa-mastodon" url: https://data-folks.masto.host/@rmoff @@ -65,11 +69,7 @@ menu: - name: twitter title: "fab fa-twitter-square" url: https://twitter.com/rmoff/ - weight: -5 - - name: linkedin - title: "fab fa-linkedin" - url: https://www.linkedin.com/in/robinmoffatt/ - weight: -4 + weight: -3 markup: asciidocExt: diff --git a/config_new.yaml b/config_new.yaml deleted file mode 100644 index b24d1c8f..00000000 --- a/config_new.yaml +++ /dev/null @@ -1,68 +0,0 @@ -theme: "story" -baseURL: "https://rmoff.net" -languageCode : "en-us" -title: "rmoff's random ramblings" -googleAnalytics: "UA-75492960-1" -paginate: 20 -pygmentsStyle: pygments - -params: - AuthorName: Robin Moffatt - GitHubUser: "rmoff" - image: "images/2018/07/IMG_3647.jpg" -permalinks: - post: /:year/:month/:day/:title/ - -taxonomies: - category: categories - tag: tag - -outputs: - home: - - HTML - - JSON - - RSS - page: - - HTML - section: - - HTML - - RSS - taxonomy: - - HTML - - RSS - taxonomyTerm: - - HTML - - RSS - -menu: - main: - - name: about - title: about - url: https://talks.rmoff.net/bio - weight: -10 - - name: talks - title: talks - url: https://talks.rmoff.net - weight: -9 - social: - - name: github - title: "fab fa-github-square" - url: https://github.com/rmoff/ - weight: -6 - - name: youtube - title: "fab fa-youtube-square" - url: https://www.youtube.com/c/rmoff - weight: -8 - - name: twitter - title: "fab fa-twitter-square" - url: https://twitter.com/rmoff/ - weight: -7 - - name: linkedin - title: "fab fa-linkedin" - url: https://www.linkedin.com/in/robinmoffatt/ - weight: -5 - -markup: - asciidocExt: - attributes: {allow-uri-read} - safeMode: unsafe diff --git a/themes/story/layouts/_default/baseof.html b/themes/story/layouts/_default/baseof.html index 9a0b2c9d..d56aabfc 100644 --- a/themes/story/layouts/_default/baseof.html +++ b/themes/story/layouts/_default/baseof.html @@ -24,7 +24,7 @@ {{ end }} - + {{ end }}