diff --git a/go.mod b/go.mod index 23c43969f4..af10b9e8f5 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,6 @@ go 1.12 // AUTO-GENERATED using `npm run get:hugo-modules` require ( - github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 // indirect + github.com/FortAwesome/Font-Awesome v0.0.0-20230802202706-f0c25837a3fe // indirect github.com/twbs/bootstrap v5.2.3+incompatible // indirect ) diff --git a/go.sum b/go.sum index 2c81b8a9ad..0c285a9bf4 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 h1:Uv1z5EqCfmiK4IHUwT0m3h/u/WCk+kpRfxvAZhpC7Gc= -github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo= +github.com/FortAwesome/Font-Awesome v0.0.0-20230802202706-f0c25837a3fe h1:cwDWPzhCWsiI5IyPOvt+6L7enrMUzZ8zaRVjK6cUYg4= +github.com/FortAwesome/Font-Awesome v0.0.0-20230802202706-f0c25837a3fe/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo= github.com/twbs/bootstrap v5.2.3+incompatible h1:lOmsJx587qfF7/gE7Vv4FxEofegyJlEACeVV+Mt7cgc= github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= diff --git a/package.json b/package.json index ec1a89a836..b42f1b85bd 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "spelling": "cSpell:ignore docsy hugo fortawesome fontawesome userguide ", "dependencies": { - "@fortawesome/fontawesome-free": "6.4.0", + "@fortawesome/fontawesome-free": "6.4.2", "bootstrap": "5.2.3" }, "devDependencies": { diff --git a/userguide/content/en/_index.md b/userguide/content/en/_index.md index ec24e30b1d..b613e3f0f3 100644 --- a/userguide/content/en/_index.md +++ b/userguide/content/en/_index.md @@ -37,7 +37,7 @@ We do a [Pull Request](/~https://github.com/google/docsy/pulls) contributions work {{% /blocks/feature %}} -{{% blocks/feature icon="fa-brands fa-twitter" title="Follow us on Twitter!" url="https://twitter.com/docsydocs" %}} +{{% blocks/feature icon="fa-brands fa-x-twitter" title="Follow us on Twitter!" url="https://twitter.com/docsydocs" %}} Find out about new features and how our users are using Docsy. {{% /blocks/feature %}} diff --git a/userguide/content/en/docs/adding-content/content.md b/userguide/content/en/docs/adding-content/content.md index 88c070826a..ac2739011f 100644 --- a/userguide/content/en/docs/adding-content/content.md +++ b/userguide/content/en/docs/adding-content/content.md @@ -493,7 +493,7 @@ The `community` landing page template has boilerplate content that's automatical [[params.links.user]] name ="Twitter" url = "https://example.org/twitter" - icon = "fab fa-twitter" + icon = "fab fa-x-twitter" desc = "Follow us on Twitter to get the latest news!" [[params.links.user]] name = "Stack Overflow" @@ -527,7 +527,7 @@ params: desc: Discussion and help from your fellow users - name: Twitter url: 'https://example.org/twitter' - icon: fab fa-twitter + icon: fab fa-x-twitter desc: Follow us on Twitter to get the latest news! - name: Stack Overflow url: 'https://example.org/stack' @@ -561,7 +561,7 @@ params: { "name": "Twitter", "url": "https://example.org/twitter", - "icon": "fa-brands fa-twitter", + "icon": "fa-brands fa-x-twitter", "desc": "Follow us on Twitter to get the latest news!" }, { diff --git a/userguide/content/en/docs/adding-content/shortcodes/index.md b/userguide/content/en/docs/adding-content/shortcodes/index.md index 894dfe50b5..be506f0bce 100644 --- a/userguide/content/en/docs/adding-content/shortcodes/index.md +++ b/userguide/content/en/docs/adding-content/shortcodes/index.md @@ -105,7 +105,7 @@ Please follow this space for updates! {{%/* blocks/feature icon="fa-brands fa-github" title="Contributions welcome!" url="/~https://github.com/gohugoio/hugo" */%}} We do a [Pull Request](/~https://github.com/gohugoio/hugo/pulls) contributions workflow on **GitHub**. New users are always welcome! {{%/* /blocks/feature */%}} -{{%/* blocks/feature icon="fa-brands fa-twitter" title="Follow us on Twitter!" url="https://twitter.com/GoHugoIO" */%}} +{{%/* blocks/feature icon="fa-brands fa-x-twitter" title="Follow us on Twitter!" url="https://twitter.com/GoHugoIO" */%}} For announcement of latest features etc. {{%/* /blocks/feature */%}} {{}} diff --git a/userguide/content/en/docs/updating/convert-site-to-module.md b/userguide/content/en/docs/updating/convert-site-to-module.md index 8b0bc3dfcf..a6fb3452bf 100644 --- a/userguide/content/en/docs/updating/convert-site-to-module.md +++ b/userguide/content/en/docs/updating/convert-site-to-module.md @@ -176,7 +176,7 @@ hugo mod graph hugo: collected modules in 1092 ms github.com/me/my-existing-site github.com/google/docsy@v{{% param "version" %}} github.com/google/docsy@v{{% param "version" %}} github.com/twbs/bootstrap@v5.2.3+incompatible -github.com/google/docsy@v{{% param "version" %}} github.com/FortAwesome/Font-Awesome@v0.0.0-20230327165841-0698449d50f2 +github.com/google/docsy@v{{% param "version" %}} github.com/FortAwesome/Font-Awesome@ v0.0.0-20230802202706-f0c25837a3fe ``` Make sure that three lines with dependencies `docsy`, `bootstrap` and `Font-Awesome` are listed. If not, please double check your config settings. diff --git a/userguide/hugo.yaml b/userguide/hugo.yaml index 1a42d9c399..6b0ad8df3e 100644 --- a/userguide/hugo.yaml +++ b/userguide/hugo.yaml @@ -98,7 +98,7 @@ params: desc: Sign up for Docsy announcements - name: Twitter url: https://twitter.com/docsydocs - icon: fa-brands fa-twitter + icon: fa-brands fa-x-twitter desc: Follow us on Twitter to get the latest news! - name: Stack Overflow url: https://stackoverflow.com/questions/tagged/docsy