diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 3b635f6b..9b376b5b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -12,7 +12,7 @@ We use GitHub only for bug reports and feature requests - it's our project manag πŸš‘ For **help** and **questions**, solve common issues with the [Troubleshooting Guide](https://wowchemy.com/docs/guide/troubleshooting/). -For other issues, search if your question has already been asked on the community **[chat](https://discord.gg/z8wNYzb)** and **[forum](https://github.com/wowchemy/wowchemy-hugo-modules/discussions)**, and if not, consider posting a new thread there. +For other issues, search if your question has already been asked on the community **[chat](https://discord.gg/z8wNYzb)** and **[forum](https://github.com/wowchemy/wowchemy-hugo-themes/discussions)**, and if not, consider posting a new thread there. Also, you can search and browse the extensive [Wowchemy](https://wowchemy.com/docs/) and [Hugo](https://gohugo.io/documentation/) **documentation**. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 04379a71..301e83fe 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,7 +4,7 @@ contact_links: url: https://wowchemy.com/docs/faq/ about: Solve common issues fast. - name: Questions and Discussions - url: https://github.com/wowchemy/wowchemy-hugo-modules/discussions + url: https://github.com/wowchemy/wowchemy-hugo-themes/discussions about: Please ask and answer questions here. - name: Chat with the Community url: https://discord.gg/z8wNYzb diff --git a/.github/contributing.md b/.github/contributing.md index 5b4c488c..4ce5455f 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -12,13 +12,13 @@ Join the **Contributing** channel on the **[community Discord](https://discord.g Learn [how to contribute code on Github](https://codeburst.io/a-step-by-step-guide-to-making-your-first-github-contribution-5302260a2940). -If you're a developer looking to contribute, but you're not sure where to begin, check out the [good first issue](https://github.com/wowchemy/wowchemy-hugo-modules/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) label on Github, which contains small tasks that have been specifically flagged as being friendly to new contributors. +If you're a developer looking to contribute, but you're not sure where to begin, check out the [good first issue](https://github.com/wowchemy/wowchemy-hugo-themes/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) label on Github, which contains small tasks that have been specifically flagged as being friendly to new contributors. -After that, if you're looking for something a little more challenging to sink your teeth into, there's a broader [help wanted](https://github.com/wowchemy/wowchemy-hugo-modules/labels/help%20wanted) label encompassing issues which need some love. +After that, if you're looking for something a little more challenging to sink your teeth into, there's a broader [help wanted](https://github.com/wowchemy/wowchemy-hugo-themes/labels/help%20wanted) label encompassing issues which need some love. -If you have a straightforward bug fix or improvement, feel free to contribute it in a [Pull Request](https://github.com/wowchemy/wowchemy-hugo-modules/pulls) for the community to review. +If you have a straightforward bug fix or improvement, feel free to contribute it in a [Pull Request](https://github.com/wowchemy/wowchemy-hugo-themes/pulls) for the community to review. -If you have an idea for a new feature, please start by [searching the issues](https://github.com/wowchemy/wowchemy-hugo-modules/issues) to check that the feature has not already been suggested and then suggest it by [opening a new issue](https://github.com/wowchemy/wowchemy-hugo-modules/issues/new/choose), as adding new features to Wowchemy first requires some analysis around the design and spec. +If you have an idea for a new feature, please start by [searching the issues](https://github.com/wowchemy/wowchemy-hugo-themes/issues) to check that the feature has not already been suggested and then suggest it by [opening a new issue](https://github.com/wowchemy/wowchemy-hugo-themes/issues/new/choose), as adding new features to Wowchemy first requires some analysis around the design and spec. Code linting and formatting form part of the Continuous Integration process to help catch bugs and code issues in contributions. @@ -40,7 +40,7 @@ yarn run format ### Contribute a language pack -To contribute a **new language pack** or an improvement to a language pack, refer to the [language pack guide](https://wowchemy.com/docs/language/#create-or-modify-a-language-pack). Once created, [fork Wowchemy Hugo Modules](https://github.com/wowchemy/wowchemy-hugo-modules), place your language pack in `wowchemy/i18n/`, add the name of the language to `wowchemy/data/i18n/language.yaml`, and open a Pull Request on Github with these two files. +To contribute a **new language pack** or an improvement to a language pack, refer to the [language pack guide](https://wowchemy.com/docs/language/#create-or-modify-a-language-pack). Once created, [fork Wowchemy Hugo Modules](https://github.com/wowchemy/wowchemy-hugo-themes), place your language pack in `wowchemy/i18n/`, add the name of the language to `wowchemy/data/i18n/language.yaml`, and open a Pull Request on Github with these two files. ### Contribute a theme pack @@ -65,8 +65,8 @@ To help us develop this free software sustainably under the open source license, If you're not a developer there are still plenty of ways that you can help. We always need help with: -- Helping the Wowchemy community on the [chat](https://discord.gg/z8wNYzb) and [forum](https://github.com/wowchemy/wowchemy-hugo-modules/discussions) -- Investigating and reviewing open [Issues](https://github.com/wowchemy/wowchemy-hugo-modules/issues) and [Pull Requests](https://github.com/wowchemy/wowchemy-hugo-modules/pulls) +- Helping the Wowchemy community on the [chat](https://discord.gg/z8wNYzb) and [forum](https://github.com/wowchemy/wowchemy-hugo-themes/discussions) +- Investigating and reviewing open [Issues](https://github.com/wowchemy/wowchemy-hugo-themes/issues) and [Pull Requests](https://github.com/wowchemy/wowchemy-hugo-themes/pulls) - Give a thumbs up πŸ‘ to upvote a feature request you would like to use - Improving the [documentation](https://wowchemy.com/docs/) and writing tutorials - Just click the _Edit_ button at the bottom of pages or open an issue with your proposed improvement diff --git a/.github/support.md b/.github/support.md index 91069beb..75293f07 100644 --- a/.github/support.md +++ b/.github/support.md @@ -2,7 +2,7 @@ πŸš‘ For **help** and **questions**, solve common issues with the [**Troubleshooting Guide**](https://wowchemy.com/docs/guide/troubleshooting/). -For other issues, search if your question has already been asked on the community **[chat](https://discord.gg/z8wNYzb)** and **[forum](https://github.com/wowchemy/wowchemy-hugo-modules/discussions)**, and if not, consider posting a new thread there. +For other issues, search if your question has already been asked on the community **[chat](https://discord.gg/z8wNYzb)** and **[forum](https://github.com/wowchemy/wowchemy-hugo-themes/discussions)**, and if not, consider posting a new thread there. Please **_do not_** raise an issue on GitHub. diff --git a/README.md b/README.md index 34665d9f..114ba08f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [δΈ­ζ–‡](https://wowchemy.com/zh/) -

Wowchemy Website Builder

+

Wowchemy Website Builder

# [Wowchemy](https://wowchemy.com): the website builder for [Hugo](https://gohugo.io) @@ -12,13 +12,13 @@ πŸ›‹ **3. Write from your sofa or on the go with the integrated open source Content Management System (CMS)** -[Check out the latest **demos**](https://wowchemy.com/templates/) of what you'll get in less than 10 minutes, or [get **inspired**](https://wowchemy.com/user-stories/) by user stories. +[Check out the latest **demos**](https://wowchemy.com/hugo-themes/) of what you'll get in less than 10 minutes, or [get **inspired**](https://wowchemy.com/user-stories/) by user stories. -- πŸ‘‰ [**Get Started**](https://wowchemy.com/templates/) +- πŸ‘‰ [**Get Started**](https://wowchemy.com/hugo-themes/) - πŸ“š [View the **documentation**](https://wowchemy.com/docs/) - πŸ’¬ [Chat with the **Wowchemy community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io) - 🐦 Twitter: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=%28%23MadeWithWowchemy%20OR%20%23MadeWithAcademic%29&src=typed_query) -- πŸ’‘ [Request a **feature** or report a **bug** for _Wowchemy_](https://github.com/wowchemy/wowchemy-hugo-modules/issues) +- πŸ’‘ [Request a **feature** or report a **bug** for _Wowchemy_](https://github.com/wowchemy/wowchemy-hugo-themes/issues) - ⬆️ **Updating Wowchemy?** View the [Update Guide](https://wowchemy.com/docs/update/) and [Release Notes](https://wowchemy.com/updates/) ## Crowd-funded open-source software @@ -34,14 +34,14 @@ To help us develop this template and software sustainably under the MIT license, ## Features -[![Screenshot](https://raw.githubusercontent.com/wowchemy/wowchemy-hugo-modules/main/academic.png)](https://wowchemy.com) +[![Screenshot](https://raw.githubusercontent.com/wowchemy/wowchemy-hugo-themes/main/academic.png)](https://wowchemy.com) **Key features:** - **Page builder** - Create _anything_ with [**widgets**](https://wowchemy.com/docs/page-builder/) and [**elements**](https://wowchemy.com/docs/content/writing-markdown-latex/) - **Edit any type of content** - Blog posts, publications, talks, slides, projects, and more! - **Create content** in [**Markdown**](https://wowchemy.com/docs/writing-markdown-latex/), [**Jupyter**](https://wowchemy.com/docs/import/jupyter/), or [**RStudio**](https://wowchemy.com/docs/install-locally/) -- **Plugin System** - Fully customizable [**color** and **font themes**](https://wowchemy.com/templates/) +- **Plugin System** - Fully customizable [**color** and **font themes**](https://wowchemy.com/hugo-themes/) - **Display Code and Math** - Code highlighting and [LaTeX math](https://en.wikibooks.org/wiki/LaTeX/Mathematics) supported - **Integrations** - [Google Analytics](https://analytics.google.com), [Disqus commenting](https://disqus.com), Maps, Contact Forms, and more! - **Beautiful Site** - Simple and refreshing one page design @@ -56,13 +56,13 @@ To help us develop this template and software sustainably under the MIT license, ## Themes -Wowchemy comes with **automatic day (light) and night (dark) mode** built-in. Alternatively, click the moon icon in the top right of one of the [Demos](https://wowchemy.com/templates/) to set your preferred mode! +Wowchemy comes with **automatic day (light) and night (dark) mode** built-in. Alternatively, click the moon icon in the top right of one of the [Demos](https://wowchemy.com/hugo-themes/) to set your preferred mode! Choose a stunning theme for your site and [customize it](https://wowchemy.com/docs/customization/#custom-theme) to your liking: -[![Themes](https://raw.githubusercontent.com/wowchemy/wowchemy-hugo-modules/main/themes.png)](https://wowchemy.com/templates/) +[![Themes](https://raw.githubusercontent.com/wowchemy/wowchemy-hugo-themes/main/themes.png)](https://wowchemy.com/hugo-themes/) -[Browse more templates and themes...](https://wowchemy.com/templates/) +[Browse more templates and themes...](https://wowchemy.com/hugo-themes/) ## The Future of Technical Content Writing @@ -70,12 +70,12 @@ Choose a stunning theme for your site and [customize it](https://wowchemy.com/do ## Join the community -Feel free to _star_ the project on [Github](https://github.com/wowchemy/wowchemy-hugo-modules), [join the community](https://discord.gg/z8wNYzb) on Discord, and follow [@wowchemy](https://twitter.com/wowchemy) on Twitter to be the first to hear about new features. +Feel free to [_star_ the project on Github](https://github.com/wowchemy/wowchemy-hugo-themes), [join the community](https://discord.gg/z8wNYzb) on Discord, and follow [@wowchemy](https://twitter.com/wowchemy) on Twitter to be the first to hear about new features. ## License Copyright 2016-present [George Cushen](https://georgecushen.com). -Released under the [MIT](https://github.com/wowchemy/wowchemy-hugo-modules/blob/main/LICENSE.md) license. +The [Wowchemy Hugo Themes](https://github.com/wowchemy/wowchemy-hugo-themes/) repository is released under the [MIT](https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md) license. -[![Analytics](https://ga-beacon.appspot.com/UA-78646709-2/wowchemy-hugo-modules/readme?pixel)](https://github.com/igrigorik/ga-beacon) +[![Analytics](https://ga-beacon.appspot.com/UA-78646709-2/wowchemy-hugo-themes/readme?pixel)](https://github.com/igrigorik/ga-beacon) diff --git a/package.json b/package.json index d9bc7679..7abff691 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,12 @@ "author": "George Cushen", "license": "MIT", "bugs": { - "url": "https://github.com/wowchemy/wowchemy-hugo-modules/issues" + "url": "https://github.com/wowchemy/wowchemy-hugo-themes/issues" }, "homepage": "https://wowchemy.com", "repository": { "type": "git", - "url": "git+https://github.com/wowchemy/wowchemy-hugo-modules.git" + "url": "git+https://github.com/wowchemy/wowchemy-hugo-themes.git" }, "main": "index.js", "dependencies": { diff --git a/scripts/gen_demo_resources.sh b/scripts/gen_demo_resources.sh index 4dc42b12..149114a6 100755 --- a/scripts/gen_demo_resources.sh +++ b/scripts/gen_demo_resources.sh @@ -2,4 +2,4 @@ # Generate preprocessed resources for demo site whilst also removing disused resources. # Run this script from the root Wowchemy dir. -HUGO_THEME=wowchemy-hugo-modules hugo --source exampleSite --themesDir ../../ --gc +HUGO_THEME=wowchemy-hugo-themes hugo --source exampleSite --themesDir ../../ --gc diff --git a/scripts/rm_hugo_cache.sh b/scripts/rm_hugo_cache.sh new file mode 100644 index 00000000..57f5299a --- /dev/null +++ b/scripts/rm_hugo_cache.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +# Clear Hugo's cache on MacOS (assumes default path) +sudo rm -rf $TMPDIR/hugo_cache/ diff --git a/scripts/view_demo.sh b/scripts/view_demo.sh index 9427fe12..691d105e 100755 --- a/scripts/view_demo.sh +++ b/scripts/view_demo.sh @@ -2,7 +2,7 @@ # View the demo site on any local devices by binding the local IP on port 1315. # Run this script from the root Wowchemy dir. -HUGO_THEME=wowchemy-hugo-modules hugo \ +HUGO_THEME=wowchemy-hugo-themes hugo \ --source exampleSite --themesDir ../../ \ --bind=0.0.0.0 -p 1315 --baseURL=http://0.0.0.0:1315 \ --i18n-warnings --minify -e "development" \ diff --git a/test/content/admin/index.md b/test/content/admin/index.md index fda4a485..2729ebd1 100644 --- a/test/content/admin/index.md +++ b/test/content/admin/index.md @@ -1,6 +1,7 @@ --- # Generate Wowchemy CMS type: wowchemycms +private: true outputs: - wowchemycms_config - HTML diff --git a/test/package.json b/test/package.json index 10b04827..0317c827 100644 --- a/test/package.json +++ b/test/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "description": "Wowchemy Test Build", "main": "", - "repository": "https://github.com/wowchemy/wowchemy-hugo-modules", + "repository": "https://github.com/wowchemy/wowchemy-hugo-themes", "author": "George Cushen", "license": "MIT", "private": true, diff --git a/wowchemy-cms/README.md b/wowchemy-cms/README.md index 9cfef42c..e0922240 100644 --- a/wowchemy-cms/README.md +++ b/wowchemy-cms/README.md @@ -6,15 +6,13 @@ Built upon the open source [Netlify CMS](https://www.netlifycms.org/) and [Netli ## Install -1. Edit `config/_default/config.toml` to install the `wowchemy-cms` Hugo Module so that you have something like: +1. Edit `config/_default/config.yaml` to install the `wowchemy-cms` Hugo Module so that you have something like: - ```toml - [module] - # Any existing modules here... - [[module.imports]] - path = "github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms" - [[module.imports]] - path = "github.com/wowchemy/wowchemy-hugo-modules/wowchemy" + ```yaml + module: + imports: + - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 + - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 ``` 2. Create a `content/admin/index.md` file containing: @@ -22,6 +20,7 @@ Built upon the open source [Netlify CMS](https://www.netlifycms.org/) and [Netli ```yaml --- type: wowchemycms + private: true outputs: - wowchemycms_config - HTML @@ -29,9 +28,9 @@ Built upon the open source [Netlify CMS](https://www.netlifycms.org/) and [Netli ``` -3. (Optional) If your Git repository's branch is **not** `main`, define it in `config/_default/params.toml`: +3. (Optional) If your Git repository's branch is **not** `main`, define it in `config/_default/params.yaml`: - ```toml - [cms] - branch = "master" + ```yaml + cms: + branch: master ``` diff --git a/wowchemy/assets/js/algolia-search.js b/wowchemy/assets/js/algolia-search.js index 949d87bc..88ea5c75 100644 --- a/wowchemy/assets/js/algolia-search.js +++ b/wowchemy/assets/js/algolia-search.js @@ -1,6 +1,6 @@ /************************************************* * Wowchemy - * https://github.com/wowchemy/wowchemy-hugo-modules + * https://github.com/wowchemy/wowchemy-hugo-themes * * Algolia based search algorithm. **************************************************/ diff --git a/wowchemy/assets/js/wowchemy-animation.js b/wowchemy/assets/js/wowchemy-animation.js index 3a665655..1eb1d605 100644 --- a/wowchemy/assets/js/wowchemy-animation.js +++ b/wowchemy/assets/js/wowchemy-animation.js @@ -1,6 +1,6 @@ /************************************************* * Wowchemy - * https://github.com/wowchemy/wowchemy-hugo-modules + * https://github.com/wowchemy/wowchemy-hugo-themes * * Wowchemy Animation **************************************************/ diff --git a/wowchemy/assets/js/wowchemy-init.js b/wowchemy/assets/js/wowchemy-init.js index 670b737d..d35d3603 100644 --- a/wowchemy/assets/js/wowchemy-init.js +++ b/wowchemy/assets/js/wowchemy-init.js @@ -1,6 +1,6 @@ /************************************************* * Wowchemy - * https://github.com/wowchemy/wowchemy-hugo-modules + * https://github.com/wowchemy/wowchemy-hugo-themes * * Wowchemy Initialization **************************************************/ diff --git a/wowchemy/assets/js/wowchemy-search.js b/wowchemy/assets/js/wowchemy-search.js index c5b07de8..244b41a9 100644 --- a/wowchemy/assets/js/wowchemy-search.js +++ b/wowchemy/assets/js/wowchemy-search.js @@ -1,6 +1,6 @@ /************************************************* * Wowchemy - * https://github.com/wowchemy/wowchemy-hugo-modules + * https://github.com/wowchemy/wowchemy-hugo-themes * * In-built Fuse based search algorithm. **************************************************/ diff --git a/wowchemy/assets/js/wowchemy-theming.js b/wowchemy/assets/js/wowchemy-theming.js index 2e9e7d43..cf293d6e 100644 --- a/wowchemy/assets/js/wowchemy-theming.js +++ b/wowchemy/assets/js/wowchemy-theming.js @@ -1,6 +1,6 @@ /************************************************* * Wowchemy - * https://github.com/wowchemy/wowchemy-hugo-modules + * https://github.com/wowchemy/wowchemy-hugo-themes * * Wowchemy Theming System * Supported Modes: {0: Light, 1: Dark, 2: Auto} diff --git a/wowchemy/assets/js/wowchemy-utils.js b/wowchemy/assets/js/wowchemy-utils.js index 37f31323..ee90c790 100644 --- a/wowchemy/assets/js/wowchemy-utils.js +++ b/wowchemy/assets/js/wowchemy-utils.js @@ -1,6 +1,6 @@ /************************************************* * Wowchemy - * https://github.com/wowchemy/wowchemy-hugo-modules + * https://github.com/wowchemy/wowchemy-hugo-themes * * Wowchemy Utilities **************************************************/ diff --git a/wowchemy/assets/js/wowchemy.js b/wowchemy/assets/js/wowchemy.js index 3b45377d..ddd3e661 100644 --- a/wowchemy/assets/js/wowchemy.js +++ b/wowchemy/assets/js/wowchemy.js @@ -1,6 +1,6 @@ /************************************************* * Wowchemy - * https://github.com/wowchemy/wowchemy-hugo-modules + * https://github.com/wowchemy/wowchemy-hugo-themes * * Core JS functions and initialization. **************************************************/ diff --git a/wowchemy/assets/scss/wowchemy/wowchemy.scss b/wowchemy/assets/scss/wowchemy/wowchemy.scss index 14d07d4f..409dc4dc 100644 --- a/wowchemy/assets/scss/wowchemy/wowchemy.scss +++ b/wowchemy/assets/scss/wowchemy/wowchemy.scss @@ -2,7 +2,7 @@ * Wowchemy: The Website Builder for Hugo * Designed by @GeorgeCushen * https://wowchemy.com/ - * License: https://github.com/wowchemy/wowchemy-hugo-modules/blob/main/LICENSE.md + * License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md **************************************************/ @import 'helpers/all'; diff --git a/wowchemy/layouts/_default/baseof.html b/wowchemy/layouts/_default/baseof.html index 88b5cd1d..b07bc3f6 100644 --- a/wowchemy/layouts/_default/baseof.html +++ b/wowchemy/layouts/_default/baseof.html @@ -11,7 +11,7 @@ {{/* Initialise Wowchemy. */}} {{ $js_license := printf "/*! Wowchemy v%s | https://wowchemy.com/ */\n" site.Data.wowchemy.version }} {{ $js_license := $js_license | printf "%s/*! Copyright 2016-present George Cushen (https://georgecushen.com/) */\n" }} - {{ $js_license := $js_license | printf "%s/*! License: https://github.com/wowchemy/wowchemy-hugo-modules/blob/main/LICENSE.md */\n" }} + {{ $js_license := $js_license | printf "%s/*! License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */\n" }} {{ $js_bundle_head := $js_license | resources.FromString "js/bundle-head.js" }} {{ $wcDarkLightEnabled := site.Params.day_night | default false }} {{ $wcIsSiteThemeDark := not (.Scratch.Get "light") | default false }} diff --git a/wowchemy/layouts/partials/site_footer.html b/wowchemy/layouts/partials/site_footer.html index b16c7196..21a7d613 100644 --- a/wowchemy/layouts/partials/site_footer.html +++ b/wowchemy/layouts/partials/site_footer.html @@ -44,7 +44,7 @@ {{ $i18n_published_with = $default }} {{ end }} {{ $i18n_published_with = replace $i18n_published_with "{wowchemy}" "Wowchemy" | safeHTML }} - {{ $i18n_published_with = replace $i18n_published_with "{repo_link}" "" | safeHTML }} + {{ $i18n_published_with = replace $i18n_published_with "{repo_link}" "" | safeHTML }} {{ $i18n_published_with = replace $i18n_published_with "{/repo_link}" "" | safeHTML }} {{ $i18n_published_with | markdownify | emojify }} {{ end }} diff --git a/wowchemy/layouts/partials/site_head.html b/wowchemy/layouts/partials/site_head.html index 03380828..f8f0eb12 100644 --- a/wowchemy/layouts/partials/site_head.html +++ b/wowchemy/layouts/partials/site_head.html @@ -196,7 +196,7 @@ {{ $license := printf "/*! Wowchemy v%s | https://wowchemy.com/ */\n" site.Data.wowchemy.version }} {{ $license := $license | printf "%s/*! Copyright 2016-present George Cushen (https://georgecushen.com/) */\n" }} - {{ $license := $license | printf "%s/*! License: https://github.com/wowchemy/wowchemy-hugo-modules/blob/main/LICENSE.md */\n" }} + {{ $license := $license | printf "%s/*! License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */\n" }} {{ $css_bundle_head := $license | resources.FromString "css/bundle-head.css" }} {{ $css_options := dict "targetPath" "css/wowchemy.css" }} {{- if hugo.IsProduction -}} diff --git a/wowchemy/layouts/partials/site_js.html b/wowchemy/layouts/partials/site_js.html index 9ef69cb8..6cad0ec4 100644 --- a/wowchemy/layouts/partials/site_js.html +++ b/wowchemy/layouts/partials/site_js.html @@ -125,7 +125,7 @@ {{ $js_license := printf "/*! Wowchemy v%s | https://wowchemy.com/ */\n" site.Data.wowchemy.version }} {{ $js_license := $js_license | printf "%s/*! Copyright 2016-present George Cushen (https://georgecushen.com/) */\n" }} - {{ $js_license := $js_license | printf "%s/*! License: https://github.com/wowchemy/wowchemy-hugo-modules/blob/main/LICENSE.md */\n" }} + {{ $js_license := $js_license | printf "%s/*! License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */\n" }} {{ $js_bundle_head := $js_license | resources.FromString "js/bundle-head.js" }} {{ $js_params := dict "hugoEnvironment" hugo.Environment "codeHighlighting" ($scr.Get "highlight_enabled" | default false) "searchEnabled" (in (slice "wowchemy" "algolia") $search_provider) }} {{ $js_academic := resources.Get "js/wowchemy.js" | js.Build (dict "targetPath" (printf "%s/js/wow-core.js" .Lang ) "params" $js_params) }} diff --git a/wowchemy/layouts/partials/widget_page.html b/wowchemy/layouts/partials/widget_page.html index 0917c84a..27c87de9 100644 --- a/wowchemy/layouts/partials/widget_page.html +++ b/wowchemy/layouts/partials/widget_page.html @@ -21,7 +21,7 @@ {{ warnf "Hugo cannot find a Widget Page at %s!" $page }} {{ warnf "If the page exists, Hugo Server may need restarting due to file changes." }} {{ warnf "View the Widget Page documentation at https://wowchemy.com/docs/managing-content/#create-a-widget-page ." }} - {{ warnf "If the Hugo version is between 0.65 and 0.68, it may be a confirmed Hugo bug that is expected to be fixed in Hugo v0.69: https://github.com/wowchemy/wowchemy-hugo-modules/issues/1595#issuecomment-605514973 ." }} + {{ warnf "If the Hugo version is between 0.65 and 0.68, it may be a confirmed Hugo bug that is expected to be fixed in Hugo v0.69: https://github.com/wowchemy/wowchemy-hugo-themes/issues/1595#issuecomment-605514973 ." }} {{ end }} {{ end }} diff --git a/wowchemy/theme.toml b/wowchemy/theme.toml index 32b698c2..77f117ac 100644 --- a/wowchemy/theme.toml +++ b/wowchemy/theme.toml @@ -1,9 +1,9 @@ name = "Wowchemy Widget Pages" license = "MIT" -licenselink = "https://github.com/wowchemy/wowchemy-hugo-modules/blob/main/LICENSE.md" +licenselink = "https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md" description = "Create any kind of website with fully customizable widgets - 50+ light/dark color themes, language packs, and widgets included." -homepage = "https://github.com/wowchemy/wowchemy-hugo-modules" -demosite = "https://online-fitness-coach.netlify.app/" +homepage = "https://github.com/wowchemy/wowchemy-hugo-themes" +demosite = "https://hugo-academic-pages.netlify.app/" tags = ["widgets", "portfolio", "responsive",