From dc2a3731a2abbb867be026e2bca548072bf6bf13 Mon Sep 17 00:00:00 2001 From: Splitter Date: Thu, 9 Nov 2023 14:58:54 +0000 Subject: [PATCH] fix: links (cont.) --- .github/{ => workflows}/import-publications.yml | 8 ++++---- .github/{ => workflows}/publish.yaml | 0 README.md | 4 ++-- config/_default/config.yaml | 4 ++-- config/_default/languages.yaml | 2 +- config/_default/params.yaml | 8 ++++---- content/admin/index.md | 6 +++--- content/authors/admin/_index.md | 2 +- .../\345\220\263\346\201\251\351\201\224/_index.md" | 2 +- content/event/example/index.md | 4 ++-- content/publication/conference-paper/index.md | 2 +- content/publication/journal-article/index.md | 2 +- content/publication/preprint/index.md | 2 +- go.mod | 6 +++--- 14 files changed, 26 insertions(+), 26 deletions(-) rename .github/{ => workflows}/import-publications.yml (90%) rename .github/{ => workflows}/publish.yaml (100%) diff --git a/.github/import-publications.yml b/.github/workflows/import-publications.yml similarity index 90% rename from .github/import-publications.yml rename to .github/workflows/import-publications.yml index 675c2baac..8ee4b62c1 100644 --- a/.github/import-publications.yml +++ b/.github/workflows/import-publications.yml @@ -1,4 +1,4 @@ -# Wowchemy GitHub Action to convert Bibtex publications to Markdown-based webpages +# Hugo Blox GitHub Action to convert Bibtex publications to Markdown-based webpages name: Import Publications From Bibtex # Require permission to create a PR @@ -16,7 +16,7 @@ on: workflow_dispatch: jobs: - wowchemy: + hugoblox: if: github.repository_owner != 'HugoBlox' runs-on: ubuntu-latest steps: @@ -41,14 +41,14 @@ jobs: uses: peter-evans/create-pull-request@v5 with: commit-message: 'content: import publications from Bibtex' - title: Wowchemy - Import latest publications + title: Hugo Blox Builder - Import latest publications body: | Import the latest publications from `publications.bib` to `content/publication/`. 将最新的出版物从`publications.bib`导入到`content/publication/`。 [View Documentation](https://github.com/GetRD/academic-file-converter) base: main labels: automated-pr, content - branch: wowchemy-import-publications + branch: hugoblox-import-publications delete-branch: true - name: Check outputs if: ${{ steps.cpr.outputs.pull-request-number }} diff --git a/.github/publish.yaml b/.github/workflows/publish.yaml similarity index 100% rename from .github/publish.yaml rename to .github/workflows/publish.yaml diff --git a/README.md b/README.md index f7964b8cc..b61dac0b3 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ Easily write technical content with plain text Markdown, LaTeX math, diagrams, R The integrated [**Wowchemy**](https://hugoblox.com) website builder and CMS makes it easy to create a beautiful website for free. Edit your site in the CMS (or your favorite editor), generate it with [Hugo](https://github.com/gohugoio/hugo), and deploy with GitHub or Netlify. Customize anything on your site with widgets, light/dark themes, and language packs. - 👉 [**Get Started**](https://hugoblox.com/hugo-themes/) -- 📚 [View the **documentation**](https://hugoblox.com/docs/) +- 📚 [View the **documentation**](https://docs.hugoblox.com/) - 💬 [Chat with the **Wowchemy research community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io) - ⬇️ **Automatically import citations from BibTeX** with the [Hugo Academic CLI](https://github.com/GetRD/academic-file-converter) - 🐦 Share your new site with the community: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=%23MadeWithWowchemy&src=typed_query) - 🗳 [Take the survey and help us improve #OpenSource](https://forms.gle/NioD9VhUg7PNmdCAA) - 🚀 [Contribute improvements](https://github.com/HugoBlox/hugo-blox-builder/blob/main/CONTRIBUTING.md) or [suggest improvements](https://github.com/HugoBlox/hugo-blox-builder/issues) -- ⬆️ **Updating?** View the [Update Guide](https://hugoblox.com/docs/hugo-tutorials/update/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases) +- ⬆️ **Updating?** View the [Update Guide](https://docs.hugoblox.com/hugo-tutorials/update/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases) ## We ask you, humbly, to support this open source movement diff --git a/config/_default/config.yaml b/config/_default/config.yaml index 194d8cf5e..a9e87d8a6 100644 --- a/config/_default/config.yaml +++ b/config/_default/config.yaml @@ -1,5 +1,5 @@ # Configuration of Hugo -# Guide: https://hugoblox.com/docs/getting-started/ +# Guide: https://docs.hugoblox.com/tutorial/ # Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ @@ -21,7 +21,7 @@ removePathAccents: true module: imports: - - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify-cms + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-decap-cms - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 diff --git a/config/_default/languages.yaml b/config/_default/languages.yaml index 1f57cdf57..88fa733d4 100644 --- a/config/_default/languages.yaml +++ b/config/_default/languages.yaml @@ -1,6 +1,6 @@ # Languages # Create a section for each of your site's languages. -# Documentation: https://hugoblox.com/docs/guide/language/ +# Documentation: https://docs.hugoblox.com/reference/language/ # Default language en: diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 55a850d92..239ec05b2 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -1,6 +1,6 @@ # SITE SETUP -# Guide: https://hugoblox.com/docs/getting-started/ -# Documentation: https://hugoblox.com/docs/ +# Guide: https://docs.hugoblox.com/tutorial/ +# Documentation: https://docs.hugoblox.com/ # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ # Appearance @@ -19,7 +19,7 @@ marketing: local_business_type: '' org_name: '' description: 'A highly-customizable Hugo research group theme powered by Wowchemy website builder.' - twitter: 'wowchemy' + twitter: 'GetResearchDev' analytics: google_analytics: '' baidu_tongji: '' @@ -105,7 +105,7 @@ features: # Extensions extensions: - cms: + decap_cms: branch: main local_backend: false academicons: diff --git a/content/admin/index.md b/content/admin/index.md index 2729ebd10..c3196dd37 100644 --- a/content/admin/index.md +++ b/content/admin/index.md @@ -1,8 +1,8 @@ --- -# Generate Wowchemy CMS -type: wowchemycms +# Generate Decap CMS +type: decap_cms private: true outputs: - - wowchemycms_config + - decap_cms_config - HTML --- diff --git a/content/authors/admin/_index.md b/content/authors/admin/_index.md index efc5e83ca..b804d6b95 100644 --- a/content/authors/admin/_index.md +++ b/content/authors/admin/_index.md @@ -38,7 +38,7 @@ education: year: 2008 # Social/Academic Networking -# For available icons, see: https://hugoblox.com/docs/getting-started/page-builder/#icons +# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons # For an email link, use "fas" icon pack, "envelope" icon, and a link in the # form "mailto:your-email@example.com" or "#contact" for contact widget. social: diff --git "a/content/authors/\345\220\263\346\201\251\351\201\224/_index.md" "b/content/authors/\345\220\263\346\201\251\351\201\224/_index.md" index 996dc4df7..668c54ee4 100644 --- "a/content/authors/\345\220\263\346\201\251\351\201\224/_index.md" +++ "b/content/authors/\345\220\263\346\201\251\351\201\224/_index.md" @@ -42,7 +42,7 @@ education: year: 2008 # Social/Academic Networking -# For available icons, see: https://hugoblox.com/docs/getting-started/page-builder/#icons +# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons # For an email link, use "fas" icon pack, "envelope" icon, and a link in the # form "mailto:your-email@example.com" or "#contact" for contact widget. social: diff --git a/content/event/example/index.md b/content/event/example/index.md index 0abb3511d..abdf0083e 100644 --- a/content/event/example/index.md +++ b/content/event/example/index.md @@ -56,8 +56,8 @@ projects: Slides can be added in a few ways: -- **Create** slides using Wowchemy's [_Slides_](https://hugoblox.com/docs/managing-content/#create-slides) feature and link using `slides` parameter in the front matter of the talk file +- **Create** slides using Wowchemy's [_Slides_](https://docs.hugoblox.com/managing-content/#create-slides) feature and link using `slides` parameter in the front matter of the talk file - **Upload** an existing slide deck to `static/` and link using `url_slides` parameter in the front matter of the talk file -- **Embed** your slides (e.g. Google Slides) or presentation video on this page using [shortcodes](https://hugoblox.com/docs/writing-markdown-latex/). +- **Embed** your slides (e.g. Google Slides) or presentation video on this page using [shortcodes](https://docs.hugoblox.com/writing-markdown-latex/). Further event details, including page elements such as image galleries, can be added to the body of this page. diff --git a/content/publication/conference-paper/index.md b/content/publication/conference-paper/index.md index e2ef99323..3f1178b08 100644 --- a/content/publication/conference-paper/index.md +++ b/content/publication/conference-paper/index.md @@ -83,4 +83,4 @@ Click the _Cite_ button above to demo the feature to enable visitors to import p Create your slides in Markdown - click the _Slides_ button to check out the example. {{% /callout %}} -Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://hugoblox.com/docs/content/writing-markdown-latex/). +Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://docs.hugoblox.com/content/writing-markdown-latex/). diff --git a/content/publication/journal-article/index.md b/content/publication/journal-article/index.md index 75b757240..079228aa1 100644 --- a/content/publication/journal-article/index.md +++ b/content/publication/journal-article/index.md @@ -72,4 +72,4 @@ Click the *Cite* button above to demo the feature to enable visitors to import p Create your slides in Markdown - click the *Slides* button to check out the example. {{% /callout %}} -Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://hugoblox.com/docs/content/writing-markdown-latex/). +Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://docs.hugoblox.com/content/writing-markdown-latex/). diff --git a/content/publication/preprint/index.md b/content/publication/preprint/index.md index d2ecbff32..ccb94da95 100644 --- a/content/publication/preprint/index.md +++ b/content/publication/preprint/index.md @@ -65,4 +65,4 @@ slides: example Create your slides in Markdown - click the *Slides* button to check out the example. {{% /callout %}} -Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://hugoblox.com/docs/content/writing-markdown-latex/). +Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://docs.hugoblox.com/content/writing-markdown-latex/). diff --git a/go.mod b/go.mod index a7641e10e..f90fa38f1 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/wowchemy/starter-hugo-research-group go 1.15 require ( - github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.2 - github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.0.1-0.20231102163809-66b38685ac69 - github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify-cms v1.0.1-0.20231102163809-66b38685ac69 + github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7-0.20231108143325-448ed0e3bd2b + github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-decap-cms v0.1.2-0.20231108143325-448ed0e3bd2b + github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b )