diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index a8056929..2ed14d29 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ github: gcushen -custom: https://wowchemy.com/sponsor/ +custom: https://hugoblox.com/sponsor/ diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 32cd5fe9..2c586132 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -11,11 +11,11 @@ body: We use GitHub Issues for project management, **NOT for support**. - 🚑 For **help** and **questions**, 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, ask your question there instead. + 🚑 For **help** and **questions**, search if your question has already been asked on the community **[chat](https://discord.gg/z8wNYzb)** and **[forum](https://github.com/HugoBlox/hugo-blox-builder/discussions)**, and if not, ask your question there instead. Bug reports also shouldn't be used for support requests about a specific problem in your site, only if the issue can be reproduced on a fresh Wowchemy template. - Also, you can search and browse the extensive [Wowchemy](https://wowchemy.com/docs/) and [Hugo](https://gohugo.io/documentation/) **documentation**. + Also, you can search and browse the extensive [Wowchemy](https://hugoblox.com/docs/) and [Hugo](https://gohugo.io/documentation/) **documentation**. For questions on _Blogdown_, please reach out to the [Blogdown community](https://github.com/rstudio/blogdown). @@ -27,7 +27,7 @@ body: label: Preliminary Checks description: Please make sure that you verify each checkbox and follow the instructions for them. options: - - label: "This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/wowchemy/wowchemy-hugo-themes/issues?q=is%3Aissue" + - label: "This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/HugoBlox/hugo-blox-builder/issues?q=is%3Aissue" required: true - label: "This issue is not a question, feature request, or anything other than a bug report directly related to Wowchemy. Please post those things on Discord: https://discord.gg/z8wNYzb" required: true @@ -46,7 +46,7 @@ body: description: | Link to a minimal reproduction of the issue (GitHub repository). - **Ideally, create a minimal reproduction of the issue on a fresh template rather than linking to your site's repository: https://wowchemy.com/hugo-themes/ + **Ideally, create a minimal reproduction of the issue on a fresh template rather than linking to your site's repository: https://hugoblox.com/hugo-themes/ validations: required: true - type: textarea @@ -106,7 +106,7 @@ body: id: wowchemy-tpl attributes: label: Which Wowchemy template are you using? - description: 'For example, a template from https://wowchemy.com/hugo-themes/' + description: 'For example, a template from https://hugoblox.com/hugo-themes/' placeholder: 'e.g., Academic Resume' validations: required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 18fc7ded..bb366789 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,11 +4,11 @@ contact_links: url: https://discord.gg/z8wNYzb about: Chat live with the Wowchemy community on Discord. - name: Discussions - url: https://github.com/wowchemy/wowchemy-hugo-themes/discussions + url: https://github.com/HugoBlox/hugo-blox-builder/discussions about: Discuss Wowchemy on the GitHub Discussions forum - name: Troubleshooting Guide - url: https://wowchemy.com/docs/hugo-tutorials/troubleshooting/ + url: https://hugoblox.com/docs/hugo-tutorials/troubleshooting/ about: Solve common issues fast. - name: Documentation - url: https://wowchemy.com/docs/ + url: https://hugoblox.com/docs/ about: Review the documentation diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 62fd3988..b985cd2b 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -8,9 +8,9 @@ body: label: Prerequisites description: Take a minute to help our open source contributors. options: - - label: I have [searched](https://github.com/wowchemy/wowchemy-hugo-themes/issues?q=is%3Aissue) for duplicate or closed feature requests + - label: I have [searched](https://github.com/HugoBlox/hugo-blox-builder/issues?q=is%3Aissue) for duplicate or closed feature requests required: true - - label: I am mindful of the project [scope](https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/CONTRIBUTING.md#scope) + - label: I am mindful of the project [scope](https://github.com/HugoBlox/hugo-blox-builder/blob/main/CONTRIBUTING.md#scope) required: true - type: textarea id: proposal diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4b0bd00d..9ba4038c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,4 +8,4 @@ If this is a GUI change, try to include screenshots of the change. If not, pleas ### Documentation -If this is an enhancement, add a link here to the corresponding pull request on https://github.com/sourcethemes/academic-www or describe the documentation changes necessary. +If this is an enhancement, link to the relevant page on the documentation site and describe the necessary changes. diff --git a/.github/media/sharing.png b/.github/media/sharing.png index 79bb87a3..73bdce35 100644 Binary files a/.github/media/sharing.png and b/.github/media/sharing.png differ diff --git a/.github/workflows/build-test-site.yaml b/.github/workflows/build-test-site.yaml index 21dedb1d..5cff9ecf 100644 --- a/.github/workflows/build-test-site.yaml +++ b/.github/workflows/build-test-site.yaml @@ -54,7 +54,7 @@ jobs: # - name: Prettify code # uses: creyD/prettier_action@v3.1 # with: -# prettier_options: '--write wowchemy/*.{css,js,json,md,scss} wowchemy/**/*.{css,js,json,md,scss}' # Match package.json +# prettier_options: '--write blox-tailwind/*.{css,js,json,md,scss} blox-tailwind/**/*.{css,js,json,md,scss}' # Match package.json # prettier_version: '2.2.1' # Match package.json # commit_message: 'refactor: format code' # env: diff --git a/.github/workflows/split-packages.yaml b/.github/workflows/split-packages.yaml index d0586edd..be1c49ad 100644 --- a/.github/workflows/split-packages.yaml +++ b/.github/workflows/split-packages.yaml @@ -17,12 +17,12 @@ jobs: matrix: # define package to repository map package: - - local_path: 'academic' - split_repository: 'starter-hugo-academic' + - local_path: 'academic-cv' + split_repository: 'theme-academic-cv' - local_path: 'markdown-slides' split_repository: 'starter-hugo-markdown-slides' - local_path: 'blog' - split_repository: 'hugo-blog-theme' + split_repository: 'theme-blog' - local_path: 'documentation' split_repository: 'hugo-documentation-theme' - local_path: 'portfolio' @@ -30,7 +30,7 @@ jobs: - local_path: 'course' split_repository: 'starter-hugo-online-course' - local_path: 'link-in-bio' - split_repository: 'hugo-link-in-bio-theme' + split_repository: 'theme-link-in-bio' - local_path: 'research-group' split_repository: 'starter-hugo-research-group' - local_path: 'second-brain' @@ -52,4 +52,4 @@ jobs: # ↓ the user signed under the split commit user_name: "Splitter Bot" - user_email: "no.reply@wowchemy.com" + user_email: "no.reply@hugoblox.com" diff --git a/.prettierignore b/.prettierignore index 23f06855..5940d977 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,14 +1,14 @@ _vendor/ vendor/ -wowchemy/assets/css/libs/ +blox-bootstrapassets/css/libs/ public/ resources/ *.html -wowchemy/assets/css/reveal.css -wowchemy/assets/scss/main.scss +blox-bootstrapassets/css/reveal.css +blox-bootstrapassets/scss/main.scss -wowchemy/layouts/index.json -wowchemy/layouts/index.webmanifest +blox-bootstraplayouts/index.json +blox-bootstraplayouts/index.webmanifest diff --git a/.stylelintignore b/.stylelintignore index 6a0b438b..4d38a1e1 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -4,5 +4,5 @@ **/libs/ public/ -wowchemy/assets/scss/main.scss -wowchemy/assets/css/reveal_custom.css +blox-bootstrap/assets/scss/main.scss +blox-bootstrap/assets/css/reveal_custom.css diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 59192946..20603b62 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -2,4 +2,4 @@ We want to foster a positive, inclusive, and welcoming environment 💜 -We expect you to follow our [Code of Conduct](https://university.wowchemy.com/reference/contribute/) to fulfil this goal. +We expect you to follow our [Code of Conduct](https://docs.hugoblox.com/reference/contribute/) to fulfil this goal. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aeade4dc..8f1542ce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,8 @@ -# Contributing to Wowchemy +# Contributing to Hugo Blox Builder Thanks for being interested in contributing! We’re so glad you want to help! -We want contributing to Wowchemy to be fun, enjoyable, and educational for anyone and everyone. All contributions are welcome, including new plugins (such as new widgets, shortcodes, theme packs, and language packs), templates, features, documentation as well as updates and tweaks, blog posts, YouTube tutorials, live streaming customizations, meetups, and more. +We want contributing to Hugo Blox to be fun, enjoyable, and educational for anyone and everyone. All contributions are welcome, including new plugins (such as new widgets, shortcodes, theme packs, and language packs), templates, features, documentation as well as updates and tweaks, blog posts, YouTube tutorials, live streaming customizations, meetups, and more. ## Where to Start @@ -12,22 +12,22 @@ Join the **Contributing** channel on the **[community Discord](https://discord.g Whether or not you're a developer, there are plenty of non-technical ways that you can help. We always need help with: -- Helping the Wowchemy community via the live [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) +- Helping the Hugo Blox community via the live [chat](https://discord.gg/z8wNYzb) and [forum](https://github.com/HugoBlox/hugo-blox-builder/discussions) +- Investigating and reviewing open [Issues](https://github.com/HugoBlox/hugo-blox-builder/issues) and [Pull Requests](https://github.com/HugoBlox/hugo-blox-builder/pulls) - Influence the roadmap! Give a thumbs up 👍 to upvote a feature request you would like to use -- Improving the [documentation](https://wowchemy.com/docs/) and writing tutorials +- Improving the [documentation](https://hugoblox.com/docs/) and writing tutorials - Just click the _Edit_ button at the bottom of pages or open an issue with your proposed improvement - Testing and quality assurance, such as checking the latest version of the templates work as you expect and fixing any dead-links etc. -- Translating the Wowchemy templates or the Wowchemy documentation -- Hosting local Wowchemy themed events or meetups -- Promoting Wowchemy to others by blogging, vlogging, code streaming, talking etc. +- Translating the Hugo Blox templates or the Hugo Blox documentation +- Hosting local Hugo Blox themed events or meetups +- Promoting Hugo Blox to others by blogging, vlogging, code streaming, talking etc. ### For technical contributions Repository structure: - modules - - The components and layouts which form the Wowchemy page building framework that the templates depend on + - The components and layouts which form the Hugo Blox page building framework that the templates depend on - scripts - A collection of scripts for helping maintain the repository - starters @@ -38,13 +38,13 @@ Repository structure: #### What are some good issues to contribute to? -If you're a developer looking to contribute, but you're not sure where to begin, check out the [help wanted](https://github.com/wowchemy/wowchemy-hugo-themes/labels/help%20wanted) label on Github, which contains issues which need some love. +If you're a developer looking to contribute, but you're not sure where to begin, check out the [help wanted](https://github.com/HugoBlox/hugo-blox-builder/labels/help%20wanted) label on Github, which contains issues which need some love. #### How can I propose an improvement? -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 a straightforward bug fix or improvement, feel free to contribute it in a [Pull Request](https://github.com/HugoBlox/hugo-blox-builder/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-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. +If you have an idea for a new feature, please start by [searching the issues](https://github.com/HugoBlox/hugo-blox-builder/issues) to check that the feature has not already been suggested and then suggest it by [opening a new issue](https://github.com/HugoBlox/hugo-blox-builder/issues/new/choose), as adding new features to Hugo Blox first requires some analysis around the design and spec. Please be mindful of the project [scope](#scope). @@ -61,7 +61,7 @@ Otherwise, for larger changes, you can edit locally on your computer in your fav Fork (copy) the repo on GitHub and then clone (download) your fork to your computer: ```sh -git clone https://github.com//wowchemy-hugo-themes.git +git clone https://github.com//hugo-blox-builder.git ``` **View a template** @@ -82,7 +82,7 @@ Implement you changes and then check for any linting or formatting issues. Code linting and formatting form part of the Continuous Integration process to help catch bugs and code issues in contributions. -Contributors can also run the flow on their fork of the "Wowchemy Hugo Modules" repo when making contributions (you'll need Node and Yarn to run): +Contributors can also run the flow on their fork of the "Hugo Blox Builder" repo when making contributions (you'll need Node and Yarn to run): ```sh yarn install @@ -92,7 +92,7 @@ yarn run format **Open a Pull Request with your changes** -Use git to push (upload) your changes to GitHub and then open a Pull Request (PR) at https://github.com/wowchemy/wowchemy-hugo-themes/pulls +Use git to push (upload) your changes to GitHub and then open a Pull Request (PR) at https://github.com/HugoBlox/hugo-blox-builder/pulls Please be mindful of the project [scope](#scope). @@ -106,26 +106,26 @@ Please be mindful of the project [scope](#scope). ### 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-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. +To contribute a **new language pack** or an improvement to a language pack, refer to the [language pack guide](https://hugoblox.com/docs/language/#create-or-modify-a-language-pack). Once created, [fork Hugo Blox Builder](https://github.com/HugoBlox/hugo-blox-builder), place your language pack in `blox-tailwind/i18n/`, add the name of the language to `blox-tailwind/data/i18n/language.yaml`, and open a Pull Request on Github with these two files. ### Contribute a theme pack -[View the guide](https://wowchemy.com/docs/customization/#share-your-theme) to contributing a color and font theme pack. +[View the guide](https://hugoblox.com/docs/customization/#share-your-theme) to contributing a color and font theme pack. ### Contribute a template -Consider duplicating a bare-bones template, such as the [Minimal](https://github.com/wowchemy/wowchemy-hugo-themes/tree/main/starters/minimal) folder, and building up your own template using the Wowchemy Hugo Module. Reach out on the **Contributing** channel in Discord to submit your template. +Consider duplicating a bare-bones template, such as the [Minimal](https://github.com/HugoBlox/hugo-blox-builder/tree/main/starters/minimal) folder, and building up your own template using the Hugo Blox. Reach out on the **Contributing** channel in Discord to submit your template. ### Contribute to the Publication importer -To contribute to **Hugo Academic CLI**, the automatic publication importer, refer to [its dedicated Github repository](https://github.com/wowchemy/hugo-academic-cli) and Issue queue. +To contribute to **Hugo Academic CLI**, the automatic publication importer, refer to [its dedicated Github repository](https://github.com/GetRD/academic-file-converter) and Issue queue. ## Become a backer To help us develop this free software sustainably under the open source license, we ask all individuals and businesses that use it to help support its ongoing maintenance and development via sponsorship: - ☕️ [**Donate a coffee**](https://github.com/sponsors/gcushen?frequency=one-time) -- ❤️ [**Become a sponsor and unlock awesome rewards**](https://wowchemy.com/sponsor/) +- ❤️ [**Become a sponsor and unlock awesome rewards**](https://hugoblox.com/sponsor/) ## Best practices @@ -161,4 +161,4 @@ The more regular active volunteers (rather than one-off contributors) we have su The project's scope also has to be constrained so that it doesn't get too complex and unwieldy, from an architectural perspective, a testing perspective, and from a usability perspective. -Plugins (widgets, shortcodes, theme packs, language packs, and third-party JavaScript integrations) as well as templates allow the community to add major features without needing to contribute to Wowchemy itself. +Plugins (widgets, shortcodes, theme packs, language packs, and third-party JavaScript integrations) as well as templates allow the community to add major features without needing to contribute to Hugo Blox itself. diff --git a/README.md b/README.md index 5f0d7a75..5448c101 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ [**中文**](./README.zh.md) -

Wowchemy Website Builder

+

Hugo Blox Builder

-[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://wowchemy.com/templates/) +[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://hugoblox.com/templates/) [![Discord](https://img.shields.io/discord/722225264733716590?style=for-the-badge)](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138) [![GitHub Sponsors](https://img.shields.io/github/sponsors/gcushen?label=%E2%9D%A4%EF%B8%8F%20sponsor&style=for-the-badge)](https://github.com/sponsors/gcushen) -[![Twitter Follow](https://img.shields.io/twitter/follow/wowchemy?label=Follow%20on%20Twitter&style=for-the-badge)](https://twitter.com/wowchemy) +[![Twitter Follow](https://img.shields.io/twitter/follow/GetResearchDev?label=Follow%20on%20Twitter&style=for-the-badge)](https://twitter.com/GetResearchDev) [![GitHub followers](https://img.shields.io/github/followers/gcushen?label=Follow%20on%20GH&style=for-the-badge)](https://github.com/gcushen) -# [Wowchemy](https://wowchemy.com): the all-in-one website builder +# [Hugo Blox Builder](https://hugoblox.com): easy, all-in-one website builder ### Join 750,000+ Sites. No Code. Easily Create Future-Proof Websites ✏️ 📰 🚀 @@ -16,25 +16,25 @@ 🎨 **2. Personalize** a beautiful starter template with **50+ light/dark color themes, language packs, and blocks** -🛋 **3. Optionally, write from your sofa or on the go with the integrated open source Content Management System (CMS) based on [Decap CMS](https://university.wowchemy.com/getting-started/cms/decap/)** +🛋 **3. Optionally, write from your sofa or on the go with the integrated open source Content Management System (CMS) based on [Decap CMS](https://docs.hugoblox.com/getting-started/cms/decap/)** -

Wowchemy CMS

+

Hugo Blox Builder CMS

-[Check out the latest **demos**](https://wowchemy.com/templates/) of what you'll get in less than 60 seconds, or [get **inspired**](https://wowchemy.com/creators/) by other creators. +[Check out the latest **demos**](https://hugoblox.com/templates/) of what you'll get in less than 60 seconds, or [get **inspired**](https://hugoblox.com/creators/) by other creators. -- 👉 [**Get Started**](https://wowchemy.com/templates/) -- 📚 [View the **documentation**](https://university.wowchemy.com/) +- 👉 [**Get Started**](https://hugoblox.com/templates/) +- 📚 [View the **documentation**](https://docs.hugoblox.com/) - 🙋‍♀️ **Have a question?** - - **Chat with us now on [Discord](https://discord.gg/z8wNYzb)** or explore the [Troubleshooting Guide](https://university.wowchemy.com/reference/troubleshooting/) and [Q&A Forum](https://github.com/wowchemy/wowchemy-hugo-themes/discussions) + - **Chat with us now on [Discord](https://discord.gg/z8wNYzb)** or explore the [Troubleshooting Guide](https://docs.hugoblox.com/reference/troubleshooting/) and [Q&A Forum](https://github.com/HugoBlox/hugo-blox-builder/discussions) - _Also, check out [Hugo Forum](https://discourse.gohugo.io) for Hugo Qs and [Netlify Forum](https://answers.netlify.com/) for Netlify Qs_ -- 🐦 Share your Wowchemy site with the community on Twitter: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=%23MadeWithWowchemy&src=typed_query) +- 🐦 Share your Hugo Blox Builder site with the community on Twitter: [@GetResearchDev](https://twitter.com/GetResearchDev) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithHugoBlox](https://twitter.com/search?q=%23MadeWithHugoBlox&src=typed_query) - 🗳 [Take the survey and help us improve #OpenSource](https://forms.gle/NioD9VhUg7PNmdCAA) -- ⬆️ **Updating?** View the [Update Guide](https://university.wowchemy.com/reference/update/) and [Release Notes](https://github.com/wowchemy/wowchemy-hugo-themes/releases) -- 🚀 [Contribute improvements](CONTRIBUTING.md) or [suggest improvements](https://github.com/wowchemy/wowchemy-hugo-themes/issues) +- ⬆️ **Updating?** View the [Update Guide](https://docs.hugoblox.com/reference/update/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases) +- 🚀 [Contribute improvements](CONTRIBUTING.md) or [suggest improvements](https://github.com/HugoBlox/hugo-blox-builder/issues) ## 💙 We ask you, humbly, to support this open source movement -Today we ask you to defend the open source independence of the Wowchemy website builder and themes 🐧 +Today we ask you to defend the open source independence of the Hugo Blox Builder website builder and themes 🐧 We're an **open source and open science movement** that depends on your support to stay online and thriving, but 99.9% of our creators don't give; they simply look the other way 🤦🏻‍♀️ @@ -53,29 +53,29 @@ We're an **open source and open science movement** that depends on your support ## Starter Templates -Wowchemy is a **no-code** framework for creating _any_ kind of website using **widgets**. Each site is 100% customizable to **make it your own**! +Hugo Blox Builder is a **no-code** framework for creating _any_ kind of website using **widgets**. Each site is 100% customizable to **make it your own**! Choose from one of the starter templates to easily get started: -[![Writing technical content](./.github/media/starters.webp)](https://wowchemy.com/templates/) +[![Writing technical content](./.github/media/starters.webp)](https://hugoblox.com/templates/) ## The Future of Technical Content Writing -**Write rich, future-proof content** using standardized Markdown along with bundled extensions for math and diagrams. Edit in the open source CMS or via an editor such as the online GitHub Editor, Jupyter Notebook, or RStudio! [Learn more](https://university.wowchemy.com/reference/markdown/) +**Write rich, future-proof content** using standardized Markdown along with bundled extensions for math and diagrams. Edit in the open source CMS or via an editor such as the online GitHub Editor, Jupyter Notebook, or RStudio! [Learn more](https://docs.hugoblox.com/reference/markdown/) -[![Writing technical content](https://wowchemy.com/uploads/readmes/writing-technical-content.gif)](https://academic-demo.netlify.app/post/writing-technical-content/) +[![Writing technical content](https://hugoblox.com/uploads/readmes/writing-technical-content.gif)](https://academic-demo.netlify.app/post/writing-technical-content/) ## Features -[![Screenshot](./.github/media/academic.png)](https://wowchemy.com/templates/) +[![Screenshot](./.github/media/academic.png)](https://hugoblox.com/templates/) **Key features:** -- **Page builder** - Create _anything_ with [**blocks**](https://university.wowchemy.com/getting-started/page-builder/) and [**elements**](https://university.wowchemy.com/reference/markdown/) +- **Page builder** - Create _anything_ with [**blocks**](https://docs.hugoblox.com/getting-started/page-builder/) and [**elements**](https://docs.hugoblox.com/reference/markdown/) - **Edit any type of content** - Blog posts, publications, talks, slides, projects, and more! -- **Create content** in [**Markdown**](https://university.wowchemy.com/reference/markdown/), [**Jupyter**](https://university.wowchemy.com/getting-started/cms/), or [**RStudio**](https://university.wowchemy.com/getting-started/cms/rstudio/) -- **Plugin System** - Fully customizable [**color** and **font themes**](https://university.wowchemy.com/getting-started/customize/#appearance) -- **Display Code and Math** - Code highlighting and [LaTeX math](https://university.wowchemy.com/reference/markdown/#math) supported +- **Create content** in [**Markdown**](https://docs.hugoblox.com/reference/markdown/), [**Jupyter**](https://docs.hugoblox.com/getting-started/cms/), or [**RStudio**](https://docs.hugoblox.com/getting-started/cms/rstudio/) +- **Plugin System** - Fully customizable [**color** and **font themes**](https://docs.hugoblox.com/getting-started/customize/#appearance) +- **Display Code and Math** - Code highlighting and [LaTeX math](https://docs.hugoblox.com/reference/markdown/#math) 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 - **Industry-Leading SEO** - Help get your website found on search engines and social media @@ -89,25 +89,25 @@ Choose from one of the starter templates to easily get started: ## 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! +Hugo Blox Builder 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://hugoblox.com/templates/) to set your preferred mode! -Choose a stunning theme for your site and [customize it](https://university.wowchemy.com/getting-started/customize/#custom-theme) to your liking: +Choose a stunning theme for your site and [customize it](https://docs.hugoblox.com/getting-started/customize/#custom-theme) to your liking: -[![Themes](./.github/media/themes.png)](https://wowchemy.com/templates/) +[![Themes](./.github/media/themes.png)](https://hugoblox.com/templates/) -[Browse more templates and themes...](https://wowchemy.com/templates/) +[Browse more templates and themes...](https://hugoblox.com/templates/) ## Ecosystem -- [**Bibtex to Markdown**](https://github.com/wowchemy/bibtex-to-markdown): Automatically import academic publications from BibTeX to Markdown files -- [**Awesome Hugo**](https://github.com/wowchemy/awesome-hugo): Scripts to help migrate content to new versions of Hugo +- [**Academic File Converter**](https://github.com/GetRD/academic-file-converter): Automatically import academic publications from BibTeX to Markdown files +- [**Awesome Hugo**](https://github.com/HugoBlox/awesome-hugo): Scripts to help migrate content to new versions of Hugo ## Join the community -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. +Feel free to [_star_ the project on Github](https://github.com/HugoBlox/hugo-blox-builder), [join the community](https://discord.gg/z8wNYzb) on Discord, and follow [@GetResearchDev](https://twitter.com/GetResearchDev) on Twitter to be the first to hear about new features. ## License Copyright 2016-present [George Cushen](https://georgecushen.com). -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. +The [Hugo Blox Builder](https://github.com/HugoBlox/hugo-blox-builder/) repository is released under the [MIT](https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md) license. diff --git a/README.zh.md b/README.zh.md index 1a41af76..d79c3d4a 100644 --- a/README.zh.md +++ b/README.zh.md @@ -1,14 +1,14 @@ [**English**](./README.md) -

Wowchemy 网站构建工具

+

Hugo Blox Builder 网站构建工具

-[![开始使用](https://img.shields.io/badge/-开始使用-ff4655?style=for-the-badge)](https://wowchemy.com/templates/) +[![开始使用](https://img.shields.io/badge/-开始使用-ff4655?style=for-the-badge)](https://hugoblox.com/templates/) [![Discord](https://img.shields.io/discord/722225264733716590?style=for-the-badge)](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138) [![GitHub 赞助者](https://img.shields.io/github/sponsors/gcushen?label=%E2%9D%A4%EF%B8%8F%20赞助&style=for-the-badge)](https://github.com/sponsors/gcushen) -[![Twitter 关注者](https://img.shields.io/twitter/follow/wowchemy?label=关注Twitter&style=for-the-badge)](https://twitter.com/wowchemy) +[![Twitter 关注者](https://img.shields.io/twitter/follow/GetResearchDev?label=关注Twitter&style=for-the-badge)](https://twitter.com/GetResearchDev) [![GitHub 关注者](https://img.shields.io/github/followers/gcushen?label=关注GH&style=for-the-badge)](https://github.com/gcushen) -# [Wowchemy](https://wowchemy.com): 全能网站构建工具 +# [Hugo Blox Builder](https://hugoblox.com): 全能网站构建工具 ### 加入 750,000+ 站点。零代码。轻松创建面向未来的网站✏️ 📰 🚀 @@ -16,25 +16,25 @@ 🎨 **2. 个性化**漂亮的起始模板,享有**50+种浅色/深色主题、多语言包和模块** -🛋 **3. 可选地,使用基于 [Decap CMS](https://university.wowchemy.com/getting-started/cms/decap/) 的开源内容管理系统(CMS),随时随地从沙发上或外出写作** +🛋 **3. 可选地,使用基于 [Decap CMS](https://docs.hugoblox.com/getting-started/cms/decap/) 的开源内容管理系统(CMS),随时随地从沙发上或外出写作** -

Wowchemy CMS

+

Decap CMS

-[查看最新的 **演示**](https://wowchemy.com/templates/),在不到 60 秒内获取您将获得的内容,或者获得其他创作者的 [**灵感**](https://wowchemy.com/creators/)。 +[查看最新的 **演示**](https://hugoblox.com/templates/),在不到 60 秒内获取您将获得的内容,或者获得其他创作者的 [**灵感**](https://hugoblox.com/creators/)。 -- 👉 [**开始使用**](https://wowchemy.com/templates/) -- 📚 [查看 **文档**](https://university.wowchemy.com/) +- 👉 [**开始使用**](https://hugoblox.com/templates/) +- 📚 [查看 **文档**](https://docs.hugoblox.com/) - 🙋‍♀️ **有问题吗?** - - **立即在 [Discord](https://discord.gg/z8wNYzb) 上与我们聊天**,或浏览 [故障排除指南](https://university.wowchemy.com/reference/troubleshooting/) 和 [问答论坛](https://github.com/wowchemy/wowchemy-hugo-themes/discussions) + - **立即在 [Discord](https://discord.gg/z8wNYzb) 上与我们聊天**,或浏览 [故障排除指南](https://docs.hugoblox.com/reference/troubleshooting/) 和 [问答论坛](https://github.com/HugoBlox/hugo-blox-builder/discussions) - _此外,查看 [Hugo 论坛](https://discourse.gohugo.io) 解决 Hugo 相关问题,以及 [Netlify 论坛](https://answers.netlify.com/) 解答 Netlify 相关问题_ -- 🐦 与社区共享您的 Wowchemy 网站:[@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=%23MadeWithWowchemy&src=typed_query) +- 🐦 与社区共享您的 Hugo Blox Builder 网站:[@GetResearchDev](https://twitter.com/GetResearchDev) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithHugoBlox](https://twitter.com/search?q=%23MadeWithHugoBlox&src=typed_query) - 🗳 [参加调查,帮助我们改进 #开源](https://forms.gle/NioD9VhUg7PNmdCAA) -- ⬆️ **更新?** 查看 [更新指南](https://university.wowchemy.com/reference/update/) 和 [发布说明](https://github.com/wowchemy/wowchemy-hugo-themes/releases) -- 🚀 [贡献改进](CONTRIBUTING.md) 或 [建议改进](https://github.com/wowchemy/wowchemy-hugo-themes/issues) +- ⬆️ **更新?** 查看 [更新指南](https://docs.hugoblox.com/reference/update/) 和 [发布说明](https://github.com/HugoBlox/hugo-blox-builder/releases) +- 🚀 [贡献改进](CONTRIBUTING.md) 或 [建议改进](https://github.com/HugoBlox/hugo-blox-builder/issues) ## 💙 我们向您恳请支持这个开源运动 -今天我们请求您捍卫 Wowchemy 网站构建工具和主题的开源独立性 🐧 +今天我们请求您捍卫 Hugo Blox Builder 网站构建工具和主题的开源独立性 🐧 我们是一个**开源和开放科学的运动**,依靠您的支持来保持在线和繁荣,但我们的 99.9% 的创作者没有做出贡献,他们只是选择置之不理 🤦🏻‍♀️ @@ -53,27 +53,27 @@ ## 起始模板 -Wowchemy 是一个使用**小部件**创建_任何_类型网站的**零代码**框架。每个网站都是 100% 可自定义,使其成为您的专属网站! +Hugo Blox Builder 是一个使用**小部件**创建_任何_类型网站的**零代码**框架。每个网站都是 100% 可自定义,使其成为您的专属网站! 选择一个起始模板,轻松上手: -[![撰写技术内容](./.github/media/starters.webp)](https://wowchemy.com/templates/) +[![撰写技术内容](./.github/media/starters.webp)](https://hugoblox.com/templates/) ## 技术内容撰写的未来 -使用标准化的 Markdown 和捆绑的扩展(包括数学和图表)**编写丰富、具备未来性的内容**。可以在开源 CMS 中编辑,也可以通过在线的 GitHub 编辑器、Jupyter Notebook 或 RStudio 进行编辑![了解更多](https://university.wowchemy.com/reference/markdown/) +使用标准化的 Markdown 和捆绑的扩展(包括数学和图表)**编写丰富、具备未来性的内容**。可以在开源 CMS 中编辑,也可以通过在线的 GitHub 编辑器、Jupyter Notebook 或 RStudio 进行编辑![了解更多](https://docs.hugoblox.com/reference/markdown/) -[![撰写技术内容](https://wowchemy.com/uploads/readmes/writing-technical-content.gif)](https://academic-demo.netlify.app/post/writing-technical-content/) +[![撰写技术内容](https://hugoblox.com/uploads/readmes/writing-technical-content.gif)](https://academic-demo.netlify.app/post/writing-technical-content/) ## 特点 -[![截图](./.github/media/academic.png)](https://wowchemy.com/templates/) +[![截图](./.github/media/academic.png)](https://hugoblox.com/templates/) -**主要特点:**- **页面构建器** - 使用[小部件](https://university.wowchemy.com/getting-started/page-builder/)和[元素](https://university.wowchemy.com/reference/markdown/)创建_任何东西_ +**主要特点:**- **页面构建器** - 使用[小部件](https://docs.hugoblox.com/getting-started/page-builder/)和[元素](https://docs.hugoblox.com/reference/markdown/)创建_任何东西_ - **编辑任何类型的内容** - 博客文章、出版物、演讲、幻灯片、项目等等! -- 使用 [**Markdown**](https://university.wowchemy.com/reference/markdown/)、[**Jupyter**](https://university.wowchemy.com/getting-started/cms/) 或 [**RStudio**](https://university.wowchemy.com/getting-started/cms/rstudio/) 创建内容 -- **插件系统** - 完全可定制的[**颜色**和**字体主题**](https://university.wowchemy.com/getting-started/customize/#appearance) -- **显示代码和数学公式** - 支持代码高亮和[LaTeX数学](https://university.wowchemy.com/reference/markdown/#math) +- 使用 [**Markdown**](https://docs.hugoblox.com/reference/markdown/)、[**Jupyter**](https://docs.hugoblox.com/getting-started/cms/) 或 [**RStudio**](https://docs.hugoblox.com/getting-started/cms/rstudio/) 创建内容 +- **插件系统** - 完全可定制的[**颜色**和**字体主题**](https://docs.hugoblox.com/getting-started/customize/#appearance) +- **显示代码和数学公式** - 支持代码高亮和[LaTeX数学](https://docs.hugoblox.com/reference/markdown/#math) - **集成** - [Google Analytics](https://analytics.google.com)、[Disqus评论](https://disqus.com)、地图、联系表单等等! - **美丽的网站** - 简单清爽的单页设计 - **行业领先的SEO** - 帮助您的网站在搜索引擎和社交媒体上被发现 @@ -87,25 +87,25 @@ Wowchemy 是一个使用**小部件**创建_任何_类型网站的**零代码** ## 主题 -Wowchemy内置了**自动白天(浅色)和黑夜(暗色)模式**。或者,单击[Demos](https://wowchemy.com/templates/)右上角的月亮图标设置您喜欢的模式! +Hugo Blox Builder内置了**自动白天(浅色)和黑夜(暗色)模式**。或者,单击[Demos](https://hugoblox.com/templates/)右上角的月亮图标设置您喜欢的模式! -为您的网站选择一个惊艳的主题,并[自定义它](https://university.wowchemy.com/getting-started/customize/#custom-theme)以满足您的喜好: +为您的网站选择一个惊艳的主题,并[自定义它](https://docs.hugoblox.com/getting-started/customize/#custom-theme)以满足您的喜好: -[![主题](./.github/media/themes.png)](https://wowchemy.com/templates/) +[![主题](./.github/media/themes.png)](https://hugoblox.com/templates/) -[浏览更多模板和主题...](https://wowchemy.com/templates/) +[浏览更多模板和主题...](https://hugoblox.com/templates/) ## 生态系统 -- [**Bibtex to Markdown**](https://github.com/wowchemy/bibtex-to-markdown):自动将学术出版物从BibTeX导入到Markdown文件 -- [**Awesome Hugo**](https://github.com/wowchemy/awesome-hugo):帮助将内容迁移到Hugo的新版本的脚本 +- [**Academic File Converter**](https://github.com/GetRD/academic-file-converter):自动将学术出版物从BibTeX导入到Markdown文件 +- [**Awesome Hugo**](https://github.com/HugoBlox/awesome-hugo):帮助将内容迁移到Hugo的新版本的脚本 ## 加入社区 -请随意在Github上[_star_该项目](https://github.com/wowchemy/wowchemy-hugo-themes),在Discord上[join the community](https://discord.gg/z8wNYzb),并关注Twitter上的[@wowchemy](https://twitter.com/wowchemy),第一时间获取新功能的消息。 +请随意在Github上[_star_该项目](https://github.com/HugoBlox/hugo-blox-builder),在Discord上[join the community](https://discord.gg/z8wNYzb),并关注Twitter上的[@GetResearchDev](https://twitter.com/GetResearchDev),第一时间获取新功能的消息。 ## 许可证 版权所有 2016-present [George Cushen](https://georgecushen.com)。 -[Wowchemy Hugo Themes](https://github.com/wowchemy/wowchemy-hugo-themes/)存储库根据[MIT](https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md)许可证发布。 +[Hugo Blox Builder](https://github.com/HugoBlox/hugo-blox-builder/)存储库根据[MIT](https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md)许可证发布。 diff --git a/modules/wowchemy-bootstrap/archetypes/authors/_index.md b/modules/blox-bootstrap/archetypes/authors/_index.md similarity index 96% rename from modules/wowchemy-bootstrap/archetypes/authors/_index.md rename to modules/blox-bootstrap/archetypes/authors/_index.md index e8e7c5f5..93c6720e 100644 --- a/modules/wowchemy-bootstrap/archetypes/authors/_index.md +++ b/modules/blox-bootstrap/archetypes/authors/_index.md @@ -35,7 +35,7 @@ education: year: 2012 # Social/Academic Networking -# For available icons, see: https://wowchemy.com/docs/page-builder/#icons +# For available icons, see: https://hugoblox.com/docs/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/modules/wowchemy-bootstrap/archetypes/authors/avatar.jpg b/modules/blox-bootstrap/archetypes/authors/avatar.jpg similarity index 100% rename from modules/wowchemy-bootstrap/archetypes/authors/avatar.jpg rename to modules/blox-bootstrap/archetypes/authors/avatar.jpg diff --git a/modules/wowchemy-bootstrap/archetypes/book.md b/modules/blox-bootstrap/archetypes/book.md similarity index 70% rename from modules/wowchemy-bootstrap/archetypes/book.md rename to modules/blox-bootstrap/archetypes/book.md index 369f5776..1bbbeb5d 100644 --- a/modules/wowchemy-bootstrap/archetypes/book.md +++ b/modules/blox-bootstrap/archetypes/book.md @@ -1,5 +1,5 @@ --- -# Documentation: https://wowchemy.com/docs/managing-content/ +# Documentation: https://hugoblox.com/docs/managing-content/ title: "{{ replace .Name "-" " " | title }}" linktitle: "{{ replace .Name "-" " " | title }}" diff --git a/modules/wowchemy-bootstrap/archetypes/default.md b/modules/blox-bootstrap/archetypes/default.md similarity index 92% rename from modules/wowchemy-bootstrap/archetypes/default.md rename to modules/blox-bootstrap/archetypes/default.md index 4adf22e7..991e74e9 100644 --- a/modules/wowchemy-bootstrap/archetypes/default.md +++ b/modules/blox-bootstrap/archetypes/default.md @@ -1,5 +1,5 @@ --- -# Documentation: https://wowchemy.com/docs/managing-content/ +# Documentation: https://hugoblox.com/docs/managing-content/ title: "{{ replace .Name "-" " " | title }}" subtitle: "" diff --git a/modules/wowchemy-bootstrap/archetypes/event/index.md b/modules/blox-bootstrap/archetypes/event/index.md similarity index 96% rename from modules/wowchemy-bootstrap/archetypes/event/index.md rename to modules/blox-bootstrap/archetypes/event/index.md index 868bc0ab..593a7712 100644 --- a/modules/wowchemy-bootstrap/archetypes/event/index.md +++ b/modules/blox-bootstrap/archetypes/event/index.md @@ -1,5 +1,5 @@ --- -# Documentation: https://wowchemy.com/docs/managing-content/ +# Documentation: https://hugoblox.com/docs/managing-content/ title: "{{ replace .Name "-" " " | title }}" event: diff --git a/modules/wowchemy-bootstrap/archetypes/home.md b/modules/blox-bootstrap/archetypes/home.md similarity index 91% rename from modules/wowchemy-bootstrap/archetypes/home.md rename to modules/blox-bootstrap/archetypes/home.md index a2963f07..13f200ed 100644 --- a/modules/wowchemy-bootstrap/archetypes/home.md +++ b/modules/blox-bootstrap/archetypes/home.md @@ -1,6 +1,6 @@ +++ # A section created with the Blank widget. -widget = "blank" # See https://wowchemy.com/docs/page-builder/ +widget = "blank" # See https://hugoblox.com/docs/page-builder/ headless = true # This file represents a page section. active = true # Activate this widget? true/false weight = 1 # Order that this section will appear. @@ -45,4 +45,4 @@ subtitle = "" css_class = "" +++ -[**Add some elements here**](https://wowchemy.com/docs/writing-markdown-latex/) +[**Add some elements here**](https://hugoblox.com/docs/writing-markdown-latex/) diff --git a/modules/wowchemy-bootstrap/archetypes/post/index.md b/modules/blox-bootstrap/archetypes/post/index.md similarity index 92% rename from modules/wowchemy-bootstrap/archetypes/post/index.md rename to modules/blox-bootstrap/archetypes/post/index.md index 4adf22e7..991e74e9 100644 --- a/modules/wowchemy-bootstrap/archetypes/post/index.md +++ b/modules/blox-bootstrap/archetypes/post/index.md @@ -1,5 +1,5 @@ --- -# Documentation: https://wowchemy.com/docs/managing-content/ +# Documentation: https://hugoblox.com/docs/managing-content/ title: "{{ replace .Name "-" " " | title }}" subtitle: "" diff --git a/modules/wowchemy-bootstrap/archetypes/project/index.md b/modules/blox-bootstrap/archetypes/project/index.md similarity index 93% rename from modules/wowchemy-bootstrap/archetypes/project/index.md rename to modules/blox-bootstrap/archetypes/project/index.md index 22079c54..f94857d3 100644 --- a/modules/wowchemy-bootstrap/archetypes/project/index.md +++ b/modules/blox-bootstrap/archetypes/project/index.md @@ -1,5 +1,5 @@ --- -# Documentation: https://wowchemy.com/docs/managing-content/ +# Documentation: https://hugoblox.com/docs/managing-content/ title: "{{ replace .Name "-" " " | title }}" summary: "" diff --git a/modules/wowchemy-bootstrap/archetypes/publication/index.md b/modules/blox-bootstrap/archetypes/publication/index.md similarity index 96% rename from modules/wowchemy-bootstrap/archetypes/publication/index.md rename to modules/blox-bootstrap/archetypes/publication/index.md index f49efe32..4b7adc19 100644 --- a/modules/wowchemy-bootstrap/archetypes/publication/index.md +++ b/modules/blox-bootstrap/archetypes/publication/index.md @@ -1,5 +1,5 @@ --- -# Documentation: https://wowchemy.com/docs/managing-content/ +# Documentation: https://hugoblox.com/docs/managing-content/ title: "{{ replace .Name "-" " " | title }}" authors: [] diff --git a/modules/wowchemy-bootstrap/archetypes/slides/index.md b/modules/blox-bootstrap/archetypes/slides/index.md similarity index 95% rename from modules/wowchemy-bootstrap/archetypes/slides/index.md rename to modules/blox-bootstrap/archetypes/slides/index.md index 13d085e1..1cf6f8a7 100644 --- a/modules/wowchemy-bootstrap/archetypes/slides/index.md +++ b/modules/blox-bootstrap/archetypes/slides/index.md @@ -1,5 +1,5 @@ --- -# Documentation: https://wowchemy.com/docs/managing-content/ +# Documentation: https://hugoblox.com/docs/managing-content/ title: "{{ replace .Name "-" " " | title }}" summary: "" diff --git a/modules/wowchemy-bootstrap/assets/css/libs/chroma/dracula.css b/modules/blox-bootstrap/assets/css/libs/chroma/dracula.css similarity index 100% rename from modules/wowchemy-bootstrap/assets/css/libs/chroma/dracula.css rename to modules/blox-bootstrap/assets/css/libs/chroma/dracula.css diff --git a/modules/wowchemy-bootstrap/assets/css/libs/chroma/github-dark.css b/modules/blox-bootstrap/assets/css/libs/chroma/github-dark.css similarity index 100% rename from modules/wowchemy-bootstrap/assets/css/libs/chroma/github-dark.css rename to modules/blox-bootstrap/assets/css/libs/chroma/github-dark.css diff --git a/modules/wowchemy-bootstrap/assets/css/libs/chroma/github-light.css b/modules/blox-bootstrap/assets/css/libs/chroma/github-light.css similarity index 100% rename from modules/wowchemy-bootstrap/assets/css/libs/chroma/github-light.css rename to modules/blox-bootstrap/assets/css/libs/chroma/github-light.css diff --git a/modules/wowchemy-bootstrap/assets/css/libs/fontawesome/all.min.css b/modules/blox-bootstrap/assets/css/libs/fontawesome/all.min.css similarity index 100% rename from modules/wowchemy-bootstrap/assets/css/libs/fontawesome/all.min.css rename to modules/blox-bootstrap/assets/css/libs/fontawesome/all.min.css diff --git a/modules/wowchemy-bootstrap/assets/js/_vendor/bootstrap.bundle.min.js b/modules/blox-bootstrap/assets/js/_vendor/bootstrap.bundle.min.js similarity index 100% rename from modules/wowchemy-bootstrap/assets/js/_vendor/bootstrap.bundle.min.js rename to modules/blox-bootstrap/assets/js/_vendor/bootstrap.bundle.min.js diff --git a/modules/wowchemy-bootstrap/assets/js/_vendor/headroom.min.js b/modules/blox-bootstrap/assets/js/_vendor/headroom.min.js similarity index 100% rename from modules/wowchemy-bootstrap/assets/js/_vendor/headroom.min.js rename to modules/blox-bootstrap/assets/js/_vendor/headroom.min.js diff --git a/modules/wowchemy-bootstrap/assets/js/_vendor/instantpage.js b/modules/blox-bootstrap/assets/js/_vendor/instantpage.js similarity index 100% rename from modules/wowchemy-bootstrap/assets/js/_vendor/instantpage.js rename to modules/blox-bootstrap/assets/js/_vendor/instantpage.js diff --git a/modules/wowchemy-bootstrap/assets/js/_vendor/jquery.min.js b/modules/blox-bootstrap/assets/js/_vendor/jquery.min.js similarity index 100% rename from modules/wowchemy-bootstrap/assets/js/_vendor/jquery.min.js rename to modules/blox-bootstrap/assets/js/_vendor/jquery.min.js diff --git a/modules/wowchemy-bootstrap/assets/js/_vendor/medium-zoom.esm.js b/modules/blox-bootstrap/assets/js/_vendor/medium-zoom.esm.js similarity index 100% rename from modules/wowchemy-bootstrap/assets/js/_vendor/medium-zoom.esm.js rename to modules/blox-bootstrap/assets/js/_vendor/medium-zoom.esm.js diff --git a/modules/wowchemy-bootstrap/assets/js/algolia-search.js b/modules/blox-bootstrap/assets/js/algolia-search.js similarity index 98% rename from modules/wowchemy-bootstrap/assets/js/algolia-search.js rename to modules/blox-bootstrap/assets/js/algolia-search.js index 9d49d62b..a3627bfc 100644 --- a/modules/wowchemy-bootstrap/assets/js/algolia-search.js +++ b/modules/blox-bootstrap/assets/js/algolia-search.js @@ -1,6 +1,6 @@ /************************************************* - * Wowchemy - * https://github.com/wowchemy/wowchemy-hugo-themes + * Hugo Blox Builder + * https://github.com/HugoBlox/hugo-blox-builder * * Algolia based search algorithm. **************************************************/ diff --git a/modules/wowchemy-bootstrap/assets/js/mathjax-config.js b/modules/blox-bootstrap/assets/js/mathjax-config.js similarity index 100% rename from modules/wowchemy-bootstrap/assets/js/mathjax-config.js rename to modules/blox-bootstrap/assets/js/mathjax-config.js diff --git a/modules/wowchemy-bootstrap/assets/js/wowchemy-animation.js b/modules/blox-bootstrap/assets/js/wowchemy-animation.js similarity index 84% rename from modules/wowchemy-bootstrap/assets/js/wowchemy-animation.js rename to modules/blox-bootstrap/assets/js/wowchemy-animation.js index 1eb1d605..fa68abde 100644 --- a/modules/wowchemy-bootstrap/assets/js/wowchemy-animation.js +++ b/modules/blox-bootstrap/assets/js/wowchemy-animation.js @@ -1,8 +1,8 @@ /************************************************* - * Wowchemy - * https://github.com/wowchemy/wowchemy-hugo-themes + * Hugo Blox Builder + * https://github.com/HugoBlox/hugo-blox-builder * - * Wowchemy Animation + * Hugo Blox Builder Animation **************************************************/ function fadeIn(element, duration = 600) { diff --git a/modules/wowchemy-bootstrap/assets/js/wowchemy-announcement.js b/modules/blox-bootstrap/assets/js/wowchemy-announcement.js similarity index 94% rename from modules/wowchemy-bootstrap/assets/js/wowchemy-announcement.js rename to modules/blox-bootstrap/assets/js/wowchemy-announcement.js index 069705df..4bfc3377 100644 --- a/modules/wowchemy-bootstrap/assets/js/wowchemy-announcement.js +++ b/modules/blox-bootstrap/assets/js/wowchemy-announcement.js @@ -1,6 +1,6 @@ /* --------------------------------------------------------------------------- - * Wowchemy - * https://github.com/wowchemy/wowchemy-hugo-themes + * Hugo Blox Builder + * https://github.com/HugoBlox/hugo-blox-builder * * Announcement Bar component * --------------------------------------------------------------------------- */ diff --git a/modules/wowchemy-bootstrap/assets/js/wowchemy-carousel.js b/modules/blox-bootstrap/assets/js/wowchemy-carousel.js similarity index 100% rename from modules/wowchemy-bootstrap/assets/js/wowchemy-carousel.js rename to modules/blox-bootstrap/assets/js/wowchemy-carousel.js diff --git a/modules/wowchemy-bootstrap/assets/js/wowchemy-github.js b/modules/blox-bootstrap/assets/js/wowchemy-github.js similarity index 100% rename from modules/wowchemy-bootstrap/assets/js/wowchemy-github.js rename to modules/blox-bootstrap/assets/js/wowchemy-github.js diff --git a/modules/wowchemy-bootstrap/assets/js/wowchemy-headroom.js b/modules/blox-bootstrap/assets/js/wowchemy-headroom.js similarity index 87% rename from modules/wowchemy-bootstrap/assets/js/wowchemy-headroom.js rename to modules/blox-bootstrap/assets/js/wowchemy-headroom.js index e7d8f3d1..1c32c45e 100644 --- a/modules/wowchemy-bootstrap/assets/js/wowchemy-headroom.js +++ b/modules/blox-bootstrap/assets/js/wowchemy-headroom.js @@ -1,8 +1,8 @@ /************************************************* - * Wowchemy - * https://github.com/wowchemy/wowchemy-hugo-themes + * Hugo Blox Builder + * https://github.com/HugoBlox/hugo-blox-builder * - * Wowchemy Headroom + * Hugo Blox Builder Headroom **************************************************/ import Headroom from './_vendor/headroom.min.js'; diff --git a/modules/wowchemy-bootstrap/assets/js/wowchemy-init.js b/modules/blox-bootstrap/assets/js/wowchemy-init.js similarity index 90% rename from modules/wowchemy-bootstrap/assets/js/wowchemy-init.js rename to modules/blox-bootstrap/assets/js/wowchemy-init.js index 1da7a225..61c9db9e 100644 --- a/modules/wowchemy-bootstrap/assets/js/wowchemy-init.js +++ b/modules/blox-bootstrap/assets/js/wowchemy-init.js @@ -1,8 +1,8 @@ /************************************************* - * Wowchemy - * https://github.com/wowchemy/wowchemy-hugo-themes + * Hugo Blox Builder + * https://github.com/HugoBlox/hugo-blox-builder * - * Wowchemy Initialization + * Hugo Blox Builder Initialization **************************************************/ import {initThemeVariation} from './wowchemy-theming'; diff --git a/modules/wowchemy-bootstrap/assets/js/wowchemy-map.js b/modules/blox-bootstrap/assets/js/wowchemy-map.js similarity index 96% rename from modules/wowchemy-bootstrap/assets/js/wowchemy-map.js rename to modules/blox-bootstrap/assets/js/wowchemy-map.js index d4a93d4e..6e6bc133 100644 --- a/modules/wowchemy-bootstrap/assets/js/wowchemy-map.js +++ b/modules/blox-bootstrap/assets/js/wowchemy-map.js @@ -1,8 +1,8 @@ /************************************************* - * Wowchemy - * https://github.com/wowchemy/wowchemy-hugo-themes + * Hugo Blox Builder + * https://github.com/HugoBlox/hugo-blox-builder * - * Wowchemy Maps + * Hugo Blox Builder Maps **************************************************/ // Initialize Google Maps or OpenStreetMap via Leaflet. diff --git a/modules/wowchemy-bootstrap/assets/js/wowchemy-navigation.js b/modules/blox-bootstrap/assets/js/wowchemy-navigation.js similarity index 100% rename from modules/wowchemy-bootstrap/assets/js/wowchemy-navigation.js rename to modules/blox-bootstrap/assets/js/wowchemy-navigation.js diff --git a/modules/wowchemy-bootstrap/assets/js/wowchemy-publication.js b/modules/blox-bootstrap/assets/js/wowchemy-publication.js similarity index 97% rename from modules/wowchemy-bootstrap/assets/js/wowchemy-publication.js rename to modules/blox-bootstrap/assets/js/wowchemy-publication.js index 285c5dd1..5faff59f 100644 --- a/modules/wowchemy-bootstrap/assets/js/wowchemy-publication.js +++ b/modules/blox-bootstrap/assets/js/wowchemy-publication.js @@ -1,8 +1,8 @@ /************************************************* - * Wowchemy - * https://github.com/wowchemy/wowchemy-hugo-themes + * Hugo Blox Builder + * https://github.com/HugoBlox/hugo-blox-builder * - * Wowchemy Publications + * Hugo Blox Builder Publications **************************************************/ // Active publication filters. diff --git a/modules/wowchemy-bootstrap/assets/js/wowchemy-search.js b/modules/blox-bootstrap/assets/js/wowchemy-search.js similarity index 98% rename from modules/wowchemy-bootstrap/assets/js/wowchemy-search.js rename to modules/blox-bootstrap/assets/js/wowchemy-search.js index 59a6ff7d..a41ea365 100644 --- a/modules/wowchemy-bootstrap/assets/js/wowchemy-search.js +++ b/modules/blox-bootstrap/assets/js/wowchemy-search.js @@ -1,6 +1,6 @@ /************************************************* - * Wowchemy - * https://github.com/wowchemy/wowchemy-hugo-themes + * Hugo Blox Builder + * https://github.com/HugoBlox/hugo-blox-builder * * In-built Fuse based search algorithm. **************************************************/ diff --git a/modules/wowchemy-bootstrap/assets/js/wowchemy-theming.js b/modules/blox-bootstrap/assets/js/wowchemy-theming.js similarity index 97% rename from modules/wowchemy-bootstrap/assets/js/wowchemy-theming.js rename to modules/blox-bootstrap/assets/js/wowchemy-theming.js index d2a80578..c29f1678 100644 --- a/modules/wowchemy-bootstrap/assets/js/wowchemy-theming.js +++ b/modules/blox-bootstrap/assets/js/wowchemy-theming.js @@ -1,8 +1,8 @@ /************************************************* - * Wowchemy - * https://github.com/wowchemy/wowchemy-hugo-themes + * Hugo Blox Builder + * https://github.com/HugoBlox/hugo-blox-builder * - * Wowchemy Theming System + * Hugo Blox Builder Theming System * Supported Modes: {0: Light, 1: Dark, 2: Auto} **************************************************/ @@ -58,10 +58,10 @@ function initThemeVariation() { } if (isDarkTheme && !body.classList.contains('dark')) { - console.debug('Applying Wowchemy dark theme'); + console.debug('Applying Hugo Blox Builder dark theme'); document.body.classList.add('dark'); } else if (!isDarkTheme && body.classList.contains('dark')) { - console.debug('Applying Wowchemy light theme'); + console.debug('Applying Hugo Blox Builder light theme'); document.body.classList.remove('dark'); } diff --git a/modules/wowchemy-bootstrap/assets/js/wowchemy-utils.js b/modules/blox-bootstrap/assets/js/wowchemy-utils.js similarity index 89% rename from modules/wowchemy-bootstrap/assets/js/wowchemy-utils.js rename to modules/blox-bootstrap/assets/js/wowchemy-utils.js index 671430b1..ff17a7a3 100644 --- a/modules/wowchemy-bootstrap/assets/js/wowchemy-utils.js +++ b/modules/blox-bootstrap/assets/js/wowchemy-utils.js @@ -1,8 +1,8 @@ /************************************************* - * Wowchemy - * https://github.com/wowchemy/wowchemy-hugo-themes + * Hugo Blox Builder + * https://github.com/HugoBlox/hugo-blox-builder * - * Wowchemy Utilities + * Hugo Blox Builder Utilities **************************************************/ /** diff --git a/modules/wowchemy-bootstrap/assets/js/wowchemy.js b/modules/blox-bootstrap/assets/js/wowchemy.js similarity index 99% rename from modules/wowchemy-bootstrap/assets/js/wowchemy.js rename to modules/blox-bootstrap/assets/js/wowchemy.js index f6797b8a..87cb1a28 100644 --- a/modules/wowchemy-bootstrap/assets/js/wowchemy.js +++ b/modules/blox-bootstrap/assets/js/wowchemy.js @@ -1,6 +1,6 @@ /************************************************* - * Wowchemy - * https://github.com/wowchemy/wowchemy-hugo-themes + * Hugo Blox Builder + * https://github.com/HugoBlox/hugo-blox-builder * * Core JS functions and initialization. **************************************************/ @@ -95,7 +95,7 @@ function fixHugoOutput() { document.querySelectorAll('input[type=\'checkbox\'][disabled]').forEach((checkbox) => { checkbox.closest('ul').classList.add('task-list'); }); - + // Bootstrap table style is opt-in and Goldmark doesn't add it. document.querySelectorAll('table').forEach((table) => { table.classList.add('table'); @@ -249,7 +249,7 @@ window.addEventListener('load', function () { } } - // Parse Wowchemy keyboard shortcuts. + // Parse Hugo Blox Builder keyboard shortcuts. document.addEventListener('keyup', (event) => { if (event.code === 'Escape') { const body = document.body; diff --git a/modules/wowchemy-bootstrap/assets/media/icons/brands/coursera.svg b/modules/blox-bootstrap/assets/media/icons/brands/coursera.svg similarity index 100% rename from modules/wowchemy-bootstrap/assets/media/icons/brands/coursera.svg rename to modules/blox-bootstrap/assets/media/icons/brands/coursera.svg diff --git a/modules/wowchemy-bootstrap/assets/media/icons/brands/datacamp.svg b/modules/blox-bootstrap/assets/media/icons/brands/datacamp.svg similarity index 100% rename from modules/wowchemy-bootstrap/assets/media/icons/brands/datacamp.svg rename to modules/blox-bootstrap/assets/media/icons/brands/datacamp.svg diff --git a/modules/wowchemy-bootstrap/assets/media/icons/brands/edx.svg b/modules/blox-bootstrap/assets/media/icons/brands/edx.svg similarity index 100% rename from modules/wowchemy-bootstrap/assets/media/icons/brands/edx.svg rename to modules/blox-bootstrap/assets/media/icons/brands/edx.svg diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_alert.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_alert.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_alert.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_alert.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_badge.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_badge.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_badge.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_badge.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_breadcrumb.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_breadcrumb.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_breadcrumb.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_breadcrumb.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_button-group.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_button-group.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_button-group.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_button-group.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_buttons.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_buttons.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_buttons.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_buttons.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_card.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_card.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_card.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_card.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_carousel.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_carousel.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_carousel.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_carousel.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_close.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_close.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_close.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_close.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_code.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_code.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_code.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_code.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_custom-forms.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_custom-forms.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_custom-forms.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_custom-forms.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_dropdown.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_dropdown.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_dropdown.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_dropdown.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_forms.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_forms.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_forms.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_forms.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_functions.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_functions.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_functions.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_functions.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_grid.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_grid.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_grid.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_grid.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_images.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_images.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_images.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_images.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_input-group.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_input-group.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_input-group.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_input-group.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_jumbotron.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_jumbotron.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_jumbotron.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_jumbotron.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_list-group.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_list-group.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_list-group.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_list-group.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_media.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_media.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_media.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_media.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_mixins.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_mixins.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_mixins.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_mixins.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_modal.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_modal.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_modal.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_modal.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_nav.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_nav.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_nav.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_nav.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_navbar.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_navbar.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_navbar.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_navbar.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_pagination.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_pagination.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_pagination.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_pagination.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_popover.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_popover.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_popover.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_popover.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_print.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_print.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_print.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_print.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_progress.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_progress.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_progress.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_progress.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_reboot.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_reboot.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_reboot.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_reboot.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_root.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_root.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_root.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_root.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_spinners.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_spinners.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_spinners.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_spinners.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_tables.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_tables.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_tables.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_tables.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_toasts.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_toasts.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_toasts.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_toasts.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_tooltip.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_tooltip.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_tooltip.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_tooltip.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_transitions.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_transitions.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_transitions.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_transitions.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_type.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_type.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_type.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_type.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_utilities.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_utilities.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_utilities.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_utilities.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_variables.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_variables.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_variables.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_variables.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_vendor/_rfs.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_vendor/_rfs.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/_vendor/_rfs.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/_vendor/_rfs.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/bootstrap-grid.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/bootstrap-grid.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/bootstrap-grid.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/bootstrap-grid.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/bootstrap-reboot.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/bootstrap-reboot.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/bootstrap-reboot.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/bootstrap-reboot.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/bootstrap.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/bootstrap.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/bootstrap.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/bootstrap.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_alert.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_alert.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_alert.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_alert.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_background-variant.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_background-variant.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_background-variant.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_background-variant.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_badge.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_badge.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_badge.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_badge.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_border-radius.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_border-radius.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_border-radius.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_border-radius.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_box-shadow.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_box-shadow.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_box-shadow.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_box-shadow.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_breakpoints.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_breakpoints.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_breakpoints.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_breakpoints.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_buttons.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_buttons.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_buttons.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_buttons.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_caret.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_caret.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_caret.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_caret.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_clearfix.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_clearfix.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_clearfix.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_clearfix.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_deprecate.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_deprecate.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_deprecate.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_deprecate.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_float.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_float.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_float.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_float.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_forms.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_forms.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_forms.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_forms.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_gradients.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_gradients.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_gradients.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_gradients.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_grid-framework.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_grid-framework.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_grid-framework.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_grid-framework.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_grid.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_grid.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_grid.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_grid.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_hover.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_hover.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_hover.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_hover.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_image.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_image.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_image.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_image.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_list-group.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_list-group.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_list-group.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_list-group.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_lists.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_lists.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_lists.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_lists.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_nav-divider.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_nav-divider.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_nav-divider.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_nav-divider.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_pagination.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_pagination.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_pagination.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_pagination.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_reset-text.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_reset-text.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_reset-text.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_reset-text.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_resize.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_resize.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_resize.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_resize.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_screen-reader.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_screen-reader.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_screen-reader.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_screen-reader.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_size.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_size.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_size.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_size.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_table-row.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_table-row.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_table-row.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_table-row.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_text-emphasis.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_text-emphasis.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_text-emphasis.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_text-emphasis.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_text-hide.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_text-hide.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_text-hide.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_text-hide.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_text-truncate.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_text-truncate.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_text-truncate.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_text-truncate.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_transition.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_transition.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_transition.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_transition.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_visibility.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_visibility.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/mixins/_visibility.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/mixins/_visibility.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_align.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_align.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_align.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_align.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_background.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_background.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_background.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_background.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_borders.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_borders.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_borders.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_borders.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_clearfix.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_clearfix.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_clearfix.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_clearfix.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_display.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_display.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_display.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_display.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_embed.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_embed.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_embed.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_embed.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_flex.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_flex.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_flex.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_flex.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_float.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_float.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_float.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_float.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_interactions.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_interactions.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_interactions.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_interactions.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_overflow.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_overflow.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_overflow.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_overflow.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_position.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_position.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_position.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_position.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_screenreaders.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_screenreaders.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_screenreaders.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_screenreaders.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_shadows.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_shadows.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_shadows.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_shadows.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_sizing.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_sizing.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_sizing.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_sizing.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_spacing.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_spacing.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_spacing.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_spacing.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_stretched-link.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_stretched-link.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_stretched-link.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_stretched-link.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_text.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_text.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_text.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_text.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_visibility.scss b/modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_visibility.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/_vendor/bootstrap/utilities/_visibility.scss rename to modules/blox-bootstrap/assets/scss/_vendor/bootstrap/utilities/_visibility.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/bootstrap_variables.scss b/modules/blox-bootstrap/assets/scss/bootstrap_variables.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/bootstrap_variables.scss rename to modules/blox-bootstrap/assets/scss/bootstrap_variables.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/custom.scss b/modules/blox-bootstrap/assets/scss/custom.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/custom.scss rename to modules/blox-bootstrap/assets/scss/custom.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/main.scss b/modules/blox-bootstrap/assets/scss/main.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/main.scss rename to modules/blox-bootstrap/assets/scss/main.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/template.scss b/modules/blox-bootstrap/assets/scss/template.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/template.scss rename to modules/blox-bootstrap/assets/scss/template.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/_base.scss b/modules/blox-bootstrap/assets/scss/wowchemy/_base.scss similarity index 99% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/_base.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/_base.scss index e248a236..7fb04587 100644 --- a/modules/wowchemy-bootstrap/assets/scss/wowchemy/_base.scss +++ b/modules/blox-bootstrap/assets/scss/wowchemy/_base.scss @@ -1,5 +1,5 @@ /************************************************* - * Wowchemy's Core Style + * Hugo Blox Builder's Core Style **************************************************/ html { diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/_dark.scss b/modules/blox-bootstrap/assets/scss/wowchemy/_dark.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/_dark.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/_dark.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/_integrations.scss b/modules/blox-bootstrap/assets/scss/wowchemy/_integrations.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/_integrations.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/_integrations.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_all.scss b/modules/blox-bootstrap/assets/scss/wowchemy/components/_all.scss similarity index 84% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_all.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/components/_all.scss index 35cc439c..fc9c30ee 100644 --- a/modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_all.scss +++ b/modules/blox-bootstrap/assets/scss/wowchemy/components/_all.scss @@ -1,4 +1,4 @@ -/* Wowchemy Components */ +/* Hugo Blox Builder Components */ @import 'author-card'; @import 'breadcrumb'; diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_announcement_bar.scss b/modules/blox-bootstrap/assets/scss/wowchemy/components/_announcement_bar.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_announcement_bar.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/components/_announcement_bar.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_author-card.scss b/modules/blox-bootstrap/assets/scss/wowchemy/components/_author-card.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_author-card.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/components/_author-card.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_breadcrumb.scss b/modules/blox-bootstrap/assets/scss/wowchemy/components/_breadcrumb.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_breadcrumb.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/components/_breadcrumb.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_card.scss b/modules/blox-bootstrap/assets/scss/wowchemy/components/_card.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_card.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/components/_card.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_modal.scss b/modules/blox-bootstrap/assets/scss/wowchemy/components/_modal.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_modal.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/components/_modal.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_nav.scss b/modules/blox-bootstrap/assets/scss/wowchemy/components/_nav.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_nav.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/components/_nav.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_pagination.scss b/modules/blox-bootstrap/assets/scss/wowchemy/components/_pagination.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_pagination.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/components/_pagination.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_sharing.scss b/modules/blox-bootstrap/assets/scss/wowchemy/components/_sharing.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_sharing.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/components/_sharing.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_shortcode.scss b/modules/blox-bootstrap/assets/scss/wowchemy/components/_shortcode.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/components/_shortcode.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/components/_shortcode.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/elements/_all.scss b/modules/blox-bootstrap/assets/scss/wowchemy/elements/_all.scss similarity index 78% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/elements/_all.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/elements/_all.scss index 8fa64378..35c24171 100644 --- a/modules/wowchemy-bootstrap/assets/scss/wowchemy/elements/_all.scss +++ b/modules/blox-bootstrap/assets/scss/wowchemy/elements/_all.scss @@ -1,4 +1,4 @@ -/* Wowchemy Elements */ +/* Hugo Blox Builder Elements */ @import 'button'; @import 'callout'; diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/elements/_button.scss b/modules/blox-bootstrap/assets/scss/wowchemy/elements/_button.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/elements/_button.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/elements/_button.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/elements/_callout.scss b/modules/blox-bootstrap/assets/scss/wowchemy/elements/_callout.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/elements/_callout.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/elements/_callout.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/elements/_content.scss b/modules/blox-bootstrap/assets/scss/wowchemy/elements/_content.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/elements/_content.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/elements/_content.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/elements/_icon.scss b/modules/blox-bootstrap/assets/scss/wowchemy/elements/_icon.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/elements/_icon.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/elements/_icon.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/elements/_media.scss b/modules/blox-bootstrap/assets/scss/wowchemy/elements/_media.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/elements/_media.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/elements/_media.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/elements/_table.scss b/modules/blox-bootstrap/assets/scss/wowchemy/elements/_table.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/elements/_table.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/elements/_table.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/elements/_tag.scss b/modules/blox-bootstrap/assets/scss/wowchemy/elements/_tag.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/elements/_tag.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/elements/_tag.scss diff --git a/modules/blox-bootstrap/assets/scss/wowchemy/helpers/_all.scss b/modules/blox-bootstrap/assets/scss/wowchemy/helpers/_all.scss new file mode 100644 index 00000000..d2afe70e --- /dev/null +++ b/modules/blox-bootstrap/assets/scss/wowchemy/helpers/_all.scss @@ -0,0 +1,3 @@ +/* Hugo Blox Builder Helpers */ + +@import 'word-wrap'; diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/helpers/_word-wrap.scss b/modules/blox-bootstrap/assets/scss/wowchemy/helpers/_word-wrap.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/helpers/_word-wrap.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/helpers/_word-wrap.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/layouts/_all.scss b/modules/blox-bootstrap/assets/scss/wowchemy/layouts/_all.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/layouts/_all.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/layouts/_all.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/layouts/_book.scss b/modules/blox-bootstrap/assets/scss/wowchemy/layouts/_book.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/layouts/_book.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/layouts/_book.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/layouts/_footer.scss b/modules/blox-bootstrap/assets/scss/wowchemy/layouts/_footer.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/layouts/_footer.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/layouts/_footer.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/layouts/_listing.scss b/modules/blox-bootstrap/assets/scss/wowchemy/layouts/_listing.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/layouts/_listing.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/layouts/_listing.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/layouts/_publication.scss b/modules/blox-bootstrap/assets/scss/wowchemy/layouts/_publication.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/layouts/_publication.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/layouts/_publication.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/layouts/_rtl.scss b/modules/blox-bootstrap/assets/scss/wowchemy/layouts/_rtl.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/layouts/_rtl.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/layouts/_rtl.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/layouts/_search.scss b/modules/blox-bootstrap/assets/scss/wowchemy/layouts/_search.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/layouts/_search.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/layouts/_search.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_about.scss b/modules/blox-bootstrap/assets/scss/wowchemy/widgets/_about.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_about.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/widgets/_about.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_all.scss b/modules/blox-bootstrap/assets/scss/wowchemy/widgets/_all.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_all.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/widgets/_all.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_base.scss b/modules/blox-bootstrap/assets/scss/wowchemy/widgets/_base.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_base.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/widgets/_base.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_contact.scss b/modules/blox-bootstrap/assets/scss/wowchemy/widgets/_contact.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_contact.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/widgets/_contact.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_experience.scss b/modules/blox-bootstrap/assets/scss/wowchemy/widgets/_experience.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_experience.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/widgets/_experience.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_featurette.scss b/modules/blox-bootstrap/assets/scss/wowchemy/widgets/_featurette.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_featurette.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/widgets/_featurette.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_hero.scss b/modules/blox-bootstrap/assets/scss/wowchemy/widgets/_hero.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_hero.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/widgets/_hero.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_people.scss b/modules/blox-bootstrap/assets/scss/wowchemy/widgets/_people.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_people.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/widgets/_people.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_portfolio.scss b/modules/blox-bootstrap/assets/scss/wowchemy/widgets/_portfolio.scss similarity index 100% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_portfolio.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/widgets/_portfolio.scss diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_skills.scss b/modules/blox-bootstrap/assets/scss/wowchemy/widgets/_skills.scss similarity index 97% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_skills.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/widgets/_skills.scss index 1ce46d1b..1ccff69b 100644 --- a/modules/wowchemy-bootstrap/assets/scss/wowchemy/widgets/_skills.scss +++ b/modules/blox-bootstrap/assets/scss/wowchemy/widgets/_skills.scss @@ -1,5 +1,5 @@ /************************************************* - * Wowchemy Blocks: Skills + * Hugo Blox: Skills **************************************************/ .skill-group-title { diff --git a/modules/wowchemy-bootstrap/assets/scss/wowchemy/wowchemy.scss b/modules/blox-bootstrap/assets/scss/wowchemy/wowchemy.scss similarity index 66% rename from modules/wowchemy-bootstrap/assets/scss/wowchemy/wowchemy.scss rename to modules/blox-bootstrap/assets/scss/wowchemy/wowchemy.scss index 409dc4dc..472d8f1a 100644 --- a/modules/wowchemy-bootstrap/assets/scss/wowchemy/wowchemy.scss +++ b/modules/blox-bootstrap/assets/scss/wowchemy/wowchemy.scss @@ -1,8 +1,8 @@ /************************************************* - * Wowchemy: The Website Builder for Hugo + * Hugo Blox Builder: The Website Builder for Hugo * Designed by @GeorgeCushen - * https://wowchemy.com/ - * License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md + * https://hugoblox.com/ + * License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md **************************************************/ @import 'helpers/all'; diff --git a/modules/wowchemy-bootstrap/config.yaml b/modules/blox-bootstrap/config.yaml similarity index 86% rename from modules/wowchemy-bootstrap/config.yaml rename to modules/blox-bootstrap/config.yaml index d3fcad6f..81b0f0e9 100644 --- a/modules/wowchemy-bootstrap/config.yaml +++ b/modules/blox-bootstrap/config.yaml @@ -27,8 +27,8 @@ module: min: '0.119.0' extended: true imports: - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-seo + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-core + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-seo mounts: - source: content target: content diff --git a/modules/wowchemy-bootstrap/data/address_formats.toml b/modules/blox-bootstrap/data/address_formats.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/address_formats.toml rename to modules/blox-bootstrap/data/address_formats.toml diff --git a/modules/wowchemy-bootstrap/data/assets.toml b/modules/blox-bootstrap/data/assets.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/assets.toml rename to modules/blox-bootstrap/data/assets.toml diff --git a/modules/wowchemy-bootstrap/data/fonts/classic.toml b/modules/blox-bootstrap/data/fonts/classic.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/fonts/classic.toml rename to modules/blox-bootstrap/data/fonts/classic.toml diff --git a/modules/wowchemy-bootstrap/data/fonts/cyberpunk.toml b/modules/blox-bootstrap/data/fonts/cyberpunk.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/fonts/cyberpunk.toml rename to modules/blox-bootstrap/data/fonts/cyberpunk.toml diff --git a/modules/wowchemy-bootstrap/data/fonts/minimal.toml b/modules/blox-bootstrap/data/fonts/minimal.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/fonts/minimal.toml rename to modules/blox-bootstrap/data/fonts/minimal.toml diff --git a/modules/wowchemy-bootstrap/data/fonts/mr_robot.toml b/modules/blox-bootstrap/data/fonts/mr_robot.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/fonts/mr_robot.toml rename to modules/blox-bootstrap/data/fonts/mr_robot.toml diff --git a/modules/wowchemy-bootstrap/data/fonts/native.toml b/modules/blox-bootstrap/data/fonts/native.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/fonts/native.toml rename to modules/blox-bootstrap/data/fonts/native.toml diff --git a/modules/wowchemy-bootstrap/data/fonts/rose.toml b/modules/blox-bootstrap/data/fonts/rose.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/fonts/rose.toml rename to modules/blox-bootstrap/data/fonts/rose.toml diff --git a/modules/blox-bootstrap/data/hugoblox.toml b/modules/blox-bootstrap/data/hugoblox.toml new file mode 100644 index 00000000..8a2fab62 --- /dev/null +++ b/modules/blox-bootstrap/data/hugoblox.toml @@ -0,0 +1,3 @@ +# Hugo Blox Builder + +version = "5.9.3" diff --git a/modules/wowchemy-bootstrap/data/i18n/languages.yaml b/modules/blox-bootstrap/data/i18n/languages.yaml similarity index 100% rename from modules/wowchemy-bootstrap/data/i18n/languages.yaml rename to modules/blox-bootstrap/data/i18n/languages.yaml diff --git a/modules/wowchemy-bootstrap/data/i18n/rtl.toml b/modules/blox-bootstrap/data/i18n/rtl.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/i18n/rtl.toml rename to modules/blox-bootstrap/data/i18n/rtl.toml diff --git a/modules/wowchemy-bootstrap/data/page_sharer.toml b/modules/blox-bootstrap/data/page_sharer.toml similarity index 96% rename from modules/wowchemy-bootstrap/data/page_sharer.toml rename to modules/blox-bootstrap/data/page_sharer.toml index c890a604..325b8869 100644 --- a/modules/wowchemy-bootstrap/data/page_sharer.toml +++ b/modules/blox-bootstrap/data/page_sharer.toml @@ -1,5 +1,5 @@ # Page Sharer -# Documentation: https://wowchemy.com/docs/customization/#page-sharer +# Documentation: https://hugoblox.com/docs/customization/#page-sharer [[buttons]] id = "twitter" diff --git a/modules/wowchemy-bootstrap/data/themes/1950s.toml b/modules/blox-bootstrap/data/themes/1950s.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/themes/1950s.toml rename to modules/blox-bootstrap/data/themes/1950s.toml diff --git a/modules/wowchemy-bootstrap/data/themes/apogee.toml b/modules/blox-bootstrap/data/themes/apogee.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/themes/apogee.toml rename to modules/blox-bootstrap/data/themes/apogee.toml diff --git a/modules/wowchemy-bootstrap/data/themes/coffee.toml b/modules/blox-bootstrap/data/themes/coffee.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/themes/coffee.toml rename to modules/blox-bootstrap/data/themes/coffee.toml diff --git a/modules/wowchemy-bootstrap/data/themes/cyberpunk.toml b/modules/blox-bootstrap/data/themes/cyberpunk.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/themes/cyberpunk.toml rename to modules/blox-bootstrap/data/themes/cyberpunk.toml diff --git a/modules/wowchemy-bootstrap/data/themes/dark.toml b/modules/blox-bootstrap/data/themes/dark.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/themes/dark.toml rename to modules/blox-bootstrap/data/themes/dark.toml diff --git a/modules/wowchemy-bootstrap/data/themes/earth.toml b/modules/blox-bootstrap/data/themes/earth.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/themes/earth.toml rename to modules/blox-bootstrap/data/themes/earth.toml diff --git a/modules/wowchemy-bootstrap/data/themes/forest.toml b/modules/blox-bootstrap/data/themes/forest.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/themes/forest.toml rename to modules/blox-bootstrap/data/themes/forest.toml diff --git a/modules/wowchemy-bootstrap/data/themes/minimal.toml b/modules/blox-bootstrap/data/themes/minimal.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/themes/minimal.toml rename to modules/blox-bootstrap/data/themes/minimal.toml diff --git a/modules/wowchemy-bootstrap/data/themes/mr_robot.toml b/modules/blox-bootstrap/data/themes/mr_robot.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/themes/mr_robot.toml rename to modules/blox-bootstrap/data/themes/mr_robot.toml diff --git a/modules/wowchemy-bootstrap/data/themes/ocean.toml b/modules/blox-bootstrap/data/themes/ocean.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/themes/ocean.toml rename to modules/blox-bootstrap/data/themes/ocean.toml diff --git a/modules/wowchemy-bootstrap/data/themes/rose.toml b/modules/blox-bootstrap/data/themes/rose.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/themes/rose.toml rename to modules/blox-bootstrap/data/themes/rose.toml diff --git a/modules/wowchemy-bootstrap/data/themes/strawberry.toml b/modules/blox-bootstrap/data/themes/strawberry.toml similarity index 100% rename from modules/wowchemy-bootstrap/data/themes/strawberry.toml rename to modules/blox-bootstrap/data/themes/strawberry.toml diff --git a/modules/blox-bootstrap/go.mod b/modules/blox-bootstrap/go.mod new file mode 100644 index 00000000..4db98d8c --- /dev/null +++ b/modules/blox-bootstrap/go.mod @@ -0,0 +1,8 @@ +module github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 + +go 1.15 + +require ( + github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.2.1-0.20231101183733-7b61e2f369e6 + github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.1.1-0.20231101183733-7b61e2f369e6 +) diff --git a/modules/wowchemy-bootstrap/i18n/ar.yaml b/modules/blox-bootstrap/i18n/ar.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/ar.yaml rename to modules/blox-bootstrap/i18n/ar.yaml index 79c6534e..27955af3 100644 --- a/modules/wowchemy-bootstrap/i18n/ar.yaml +++ b/modules/blox-bootstrap/i18n/ar.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-tailwind/i18n/bn.yaml b/modules/blox-bootstrap/i18n/bn.yaml similarity index 99% rename from modules/wowchemy-tailwind/i18n/bn.yaml rename to modules/blox-bootstrap/i18n/bn.yaml index 0ca1e595..d6771c5c 100644 --- a/modules/wowchemy-tailwind/i18n/bn.yaml +++ b/modules/blox-bootstrap/i18n/bn.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: '{wowchemy}-এর সাথে প্রকাশিত – বিনামূল্যে, {repo_link}ওপেন সোর্স{/repo_link} ওয়েবসাইট নির্মাতা যা সৃজনকারীদের ক্ষমতায়ন করে।' + translation: '{hugoblox}-এর সাথে প্রকাশিত – বিনামূল্যে, {repo_link}ওপেন সোর্স{/repo_link} ওয়েবসাইট নির্মাতা যা সৃজনকারীদের ক্ষমতায়ন করে।' diff --git a/modules/wowchemy-tailwind/i18n/ca.yaml b/modules/blox-bootstrap/i18n/ca.yaml similarity index 98% rename from modules/wowchemy-tailwind/i18n/ca.yaml rename to modules/blox-bootstrap/i18n/ca.yaml index 53a727a0..9aedb39f 100644 --- a/modules/wowchemy-tailwind/i18n/ca.yaml +++ b/modules/blox-bootstrap/i18n/ca.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-tailwind/i18n/cs.yaml b/modules/blox-bootstrap/i18n/cs.yaml similarity index 98% rename from modules/wowchemy-tailwind/i18n/cs.yaml rename to modules/blox-bootstrap/i18n/cs.yaml index 93440753..7e900622 100644 --- a/modules/wowchemy-tailwind/i18n/cs.yaml +++ b/modules/blox-bootstrap/i18n/cs.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-bootstrap/i18n/da.yaml b/modules/blox-bootstrap/i18n/da.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/da.yaml rename to modules/blox-bootstrap/i18n/da.yaml index 11498eb3..336b4e15 100644 --- a/modules/wowchemy-bootstrap/i18n/da.yaml +++ b/modules/blox-bootstrap/i18n/da.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-bootstrap/i18n/de.yaml b/modules/blox-bootstrap/i18n/de.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/de.yaml rename to modules/blox-bootstrap/i18n/de.yaml index 4a0f3c78..88db886c 100644 --- a/modules/wowchemy-bootstrap/i18n/de.yaml +++ b/modules/blox-bootstrap/i18n/de.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-bootstrap/i18n/el.yaml b/modules/blox-bootstrap/i18n/el.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/el.yaml rename to modules/blox-bootstrap/i18n/el.yaml index 04e4445d..2247ec48 100644 --- a/modules/wowchemy-bootstrap/i18n/el.yaml +++ b/modules/blox-bootstrap/i18n/el.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-tailwind/i18n/en.yaml b/modules/blox-bootstrap/i18n/en.yaml similarity index 98% rename from modules/wowchemy-tailwind/i18n/en.yaml rename to modules/blox-bootstrap/i18n/en.yaml index 048cd539..adb4a459 100644 --- a/modules/wowchemy-tailwind/i18n/en.yaml +++ b/modules/blox-bootstrap/i18n/en.yaml @@ -262,7 +262,7 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. # Feedback widget diff --git a/modules/wowchemy-bootstrap/i18n/es.yaml b/modules/blox-bootstrap/i18n/es.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/es.yaml rename to modules/blox-bootstrap/i18n/es.yaml index 2acec8e3..2211afbc 100644 --- a/modules/wowchemy-bootstrap/i18n/es.yaml +++ b/modules/blox-bootstrap/i18n/es.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-bootstrap/i18n/et.yaml b/modules/blox-bootstrap/i18n/et.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/et.yaml rename to modules/blox-bootstrap/i18n/et.yaml index 3240f698..b5861334 100644 --- a/modules/wowchemy-bootstrap/i18n/et.yaml +++ b/modules/blox-bootstrap/i18n/et.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-bootstrap/i18n/eu.yaml b/modules/blox-bootstrap/i18n/eu.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/eu.yaml rename to modules/blox-bootstrap/i18n/eu.yaml index b0dfc86a..eaa3c8da 100644 --- a/modules/wowchemy-bootstrap/i18n/eu.yaml +++ b/modules/blox-bootstrap/i18n/eu.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-tailwind/i18n/fa.yaml b/modules/blox-bootstrap/i18n/fa.yaml similarity index 98% rename from modules/wowchemy-tailwind/i18n/fa.yaml rename to modules/blox-bootstrap/i18n/fa.yaml index 6a26d5e3..c85f61a3 100644 --- a/modules/wowchemy-tailwind/i18n/fa.yaml +++ b/modules/blox-bootstrap/i18n/fa.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-tailwind/i18n/fi.yaml b/modules/blox-bootstrap/i18n/fi.yaml similarity index 98% rename from modules/wowchemy-tailwind/i18n/fi.yaml rename to modules/blox-bootstrap/i18n/fi.yaml index ee50ee88..6c40e64d 100644 --- a/modules/wowchemy-tailwind/i18n/fi.yaml +++ b/modules/blox-bootstrap/i18n/fi.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-bootstrap/i18n/fr.yaml b/modules/blox-bootstrap/i18n/fr.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/fr.yaml rename to modules/blox-bootstrap/i18n/fr.yaml index 3330bfa7..f636e6e1 100644 --- a/modules/wowchemy-bootstrap/i18n/fr.yaml +++ b/modules/blox-bootstrap/i18n/fr.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Publié avec {wowchemy} — le générateur {repo_link}libre{/repo_link} de site web gratuit permetant aux créateurs de s'épanouir. + translation: Publié avec {hugoblox} — le générateur {repo_link}libre{/repo_link} de site web gratuit permetant aux créateurs de s'épanouir. diff --git a/modules/wowchemy-bootstrap/i18n/he.yaml b/modules/blox-bootstrap/i18n/he.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/he.yaml rename to modules/blox-bootstrap/i18n/he.yaml index 9094045c..d93d0053 100644 --- a/modules/wowchemy-bootstrap/i18n/he.yaml +++ b/modules/blox-bootstrap/i18n/he.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: פורסם באמצעות {wowchemy} — בונה האתרים החינמי, בעל {repo_link}קוד פתוח{/repo_link}, שמעצים יוצרים. + translation: פורסם באמצעות {hugoblox} — בונה האתרים החינמי, בעל {repo_link}קוד פתוח{/repo_link}, שמעצים יוצרים. diff --git a/modules/wowchemy-tailwind/i18n/hu.yaml b/modules/blox-bootstrap/i18n/hu.yaml similarity index 98% rename from modules/wowchemy-tailwind/i18n/hu.yaml rename to modules/blox-bootstrap/i18n/hu.yaml index 7dc90d06..2d90e282 100644 --- a/modules/wowchemy-tailwind/i18n/hu.yaml +++ b/modules/blox-bootstrap/i18n/hu.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-tailwind/i18n/id.yaml b/modules/blox-bootstrap/i18n/id.yaml similarity index 98% rename from modules/wowchemy-tailwind/i18n/id.yaml rename to modules/blox-bootstrap/i18n/id.yaml index 1b66e181..99638315 100644 --- a/modules/wowchemy-tailwind/i18n/id.yaml +++ b/modules/blox-bootstrap/i18n/id.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Diterbitkan dengan {wowchemy} — Secara gratis, {repo_link}sumber terbuka{/repo_link} pembuat situs web yang memberdayakan para pembuat konten. + translation: Diterbitkan dengan {hugoblox} — Secara gratis, {repo_link}sumber terbuka{/repo_link} pembuat situs web yang memberdayakan para pembuat konten. diff --git a/modules/wowchemy-bootstrap/i18n/it.yaml b/modules/blox-bootstrap/i18n/it.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/it.yaml rename to modules/blox-bootstrap/i18n/it.yaml index bd552e44..b05ad4ce 100644 --- a/modules/wowchemy-bootstrap/i18n/it.yaml +++ b/modules/blox-bootstrap/i18n/it.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-tailwind/i18n/ja.yaml b/modules/blox-bootstrap/i18n/ja.yaml similarity index 98% rename from modules/wowchemy-tailwind/i18n/ja.yaml rename to modules/blox-bootstrap/i18n/ja.yaml index 58fa87fd..f54c5097 100644 --- a/modules/wowchemy-tailwind/i18n/ja.yaml +++ b/modules/blox-bootstrap/i18n/ja.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-bootstrap/i18n/km.yaml b/modules/blox-bootstrap/i18n/km.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/km.yaml rename to modules/blox-bootstrap/i18n/km.yaml index ce1d257c..018827de 100644 --- a/modules/wowchemy-bootstrap/i18n/km.yaml +++ b/modules/blox-bootstrap/i18n/km.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-bootstrap/i18n/ko.yaml b/modules/blox-bootstrap/i18n/ko.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/ko.yaml rename to modules/blox-bootstrap/i18n/ko.yaml index a457287f..5ea7d469 100644 --- a/modules/wowchemy-bootstrap/i18n/ko.yaml +++ b/modules/blox-bootstrap/i18n/ko.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-tailwind/i18n/lt.yaml b/modules/blox-bootstrap/i18n/lt.yaml similarity index 98% rename from modules/wowchemy-tailwind/i18n/lt.yaml rename to modules/blox-bootstrap/i18n/lt.yaml index a0ee01a5..6aa0114a 100644 --- a/modules/wowchemy-tailwind/i18n/lt.yaml +++ b/modules/blox-bootstrap/i18n/lt.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-bootstrap/i18n/lv.yaml b/modules/blox-bootstrap/i18n/lv.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/lv.yaml rename to modules/blox-bootstrap/i18n/lv.yaml index 243607bb..ce8d9a42 100644 --- a/modules/wowchemy-bootstrap/i18n/lv.yaml +++ b/modules/blox-bootstrap/i18n/lv.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-bootstrap/i18n/mg.yaml b/modules/blox-bootstrap/i18n/mg.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/mg.yaml rename to modules/blox-bootstrap/i18n/mg.yaml index 0faed64d..37fc1906 100644 --- a/modules/wowchemy-bootstrap/i18n/mg.yaml +++ b/modules/blox-bootstrap/i18n/mg.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Navoaka niaraka tamin'ny {wowchemy} — ilay famoronana tranonkala {repo_link}open source{/repo_link} maimaim-poana izay manankahery ny mpamorona. + translation: Navoaka niaraka tamin'ny {hugoblox} — ilay famoronana tranonkala {repo_link}open source{/repo_link} maimaim-poana izay manankahery ny mpamorona. diff --git a/modules/wowchemy-bootstrap/i18n/ms-Arab.yaml b/modules/blox-bootstrap/i18n/ms-Arab.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/ms-Arab.yaml rename to modules/blox-bootstrap/i18n/ms-Arab.yaml index 94717430..54c21ec5 100644 --- a/modules/wowchemy-bootstrap/i18n/ms-Arab.yaml +++ b/modules/blox-bootstrap/i18n/ms-Arab.yaml @@ -262,7 +262,7 @@ # Published with - id: published_with - translation: دتربيتکنن دڠن {wowchemy} — ڤمبوات لامن ويب ڤرچوما {repo_link}برسومبر تربوک{/repolink} دان برکواس + translation: دتربيتکنن دڠن {hugoblox} — ڤمبوات لامن ويب ڤرچوما {repo_link}برسومبر تربوک{/repolink} دان برکواس # Feedback widget diff --git a/modules/wowchemy-bootstrap/i18n/ms.yaml b/modules/blox-bootstrap/i18n/ms.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/ms.yaml rename to modules/blox-bootstrap/i18n/ms.yaml index 6cffd532..2ae163f1 100644 --- a/modules/wowchemy-bootstrap/i18n/ms.yaml +++ b/modules/blox-bootstrap/i18n/ms.yaml @@ -262,7 +262,7 @@ # Published with - id: published_with - translation: Diterbitkan dengan {wowchemy} — pembuat laman web percuma {repo_link}bersumber terbuka{/repo_link} dan berkuasa. + translation: Diterbitkan dengan {hugoblox} — pembuat laman web percuma {repo_link}bersumber terbuka{/repo_link} dan berkuasa. # Feedback widget diff --git a/modules/wowchemy-bootstrap/i18n/nb.yaml b/modules/blox-bootstrap/i18n/nb.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/nb.yaml rename to modules/blox-bootstrap/i18n/nb.yaml index 8d1dc7ee..34f1a666 100644 --- a/modules/wowchemy-bootstrap/i18n/nb.yaml +++ b/modules/blox-bootstrap/i18n/nb.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Publisert med {wowchemy} — en gratis løsning, {repo_link}basert på åpen kildekode{/repo_link} for å generere nettsider. + translation: Publisert med {hugoblox} — en gratis løsning, {repo_link}basert på åpen kildekode{/repo_link} for å generere nettsider. diff --git a/modules/wowchemy-tailwind/i18n/nl.yaml b/modules/blox-bootstrap/i18n/nl.yaml similarity index 98% rename from modules/wowchemy-tailwind/i18n/nl.yaml rename to modules/blox-bootstrap/i18n/nl.yaml index b166825d..442f009e 100644 --- a/modules/wowchemy-tailwind/i18n/nl.yaml +++ b/modules/blox-bootstrap/i18n/nl.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-tailwind/i18n/pl.yaml b/modules/blox-bootstrap/i18n/pl.yaml similarity index 98% rename from modules/wowchemy-tailwind/i18n/pl.yaml rename to modules/blox-bootstrap/i18n/pl.yaml index fbcc293c..85e4cea9 100644 --- a/modules/wowchemy-tailwind/i18n/pl.yaml +++ b/modules/blox-bootstrap/i18n/pl.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-tailwind/i18n/pt.yaml b/modules/blox-bootstrap/i18n/pt.yaml similarity index 98% rename from modules/wowchemy-tailwind/i18n/pt.yaml rename to modules/blox-bootstrap/i18n/pt.yaml index 97c83020..0a8ba386 100644 --- a/modules/wowchemy-tailwind/i18n/pt.yaml +++ b/modules/blox-bootstrap/i18n/pt.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-tailwind/i18n/ro.yaml b/modules/blox-bootstrap/i18n/ro.yaml similarity index 98% rename from modules/wowchemy-tailwind/i18n/ro.yaml rename to modules/blox-bootstrap/i18n/ro.yaml index 8da88d04..2fcfc2b9 100644 --- a/modules/wowchemy-tailwind/i18n/ro.yaml +++ b/modules/blox-bootstrap/i18n/ro.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-bootstrap/i18n/ru.yaml b/modules/blox-bootstrap/i18n/ru.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/ru.yaml rename to modules/blox-bootstrap/i18n/ru.yaml index b6158275..647f4928 100644 --- a/modules/wowchemy-bootstrap/i18n/ru.yaml +++ b/modules/blox-bootstrap/i18n/ru.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-tailwind/i18n/so.yaml b/modules/blox-bootstrap/i18n/so.yaml similarity index 98% rename from modules/wowchemy-tailwind/i18n/so.yaml rename to modules/blox-bootstrap/i18n/so.yaml index 23f969fb..65fda5cf 100644 --- a/modules/wowchemy-tailwind/i18n/so.yaml +++ b/modules/blox-bootstrap/i18n/so.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-bootstrap/i18n/sv.yaml b/modules/blox-bootstrap/i18n/sv.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/sv.yaml rename to modules/blox-bootstrap/i18n/sv.yaml index 9908f7de..b12fa671 100644 --- a/modules/wowchemy-bootstrap/i18n/sv.yaml +++ b/modules/blox-bootstrap/i18n/sv.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-bootstrap/i18n/tr.yaml b/modules/blox-bootstrap/i18n/tr.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/tr.yaml rename to modules/blox-bootstrap/i18n/tr.yaml index a7be905c..e53b7c3c 100644 --- a/modules/wowchemy-bootstrap/i18n/tr.yaml +++ b/modules/blox-bootstrap/i18n/tr.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-bootstrap/i18n/uk.yaml b/modules/blox-bootstrap/i18n/uk.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/uk.yaml rename to modules/blox-bootstrap/i18n/uk.yaml index c92e1bfc..8867efc9 100644 --- a/modules/wowchemy-bootstrap/i18n/uk.yaml +++ b/modules/blox-bootstrap/i18n/uk.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. diff --git a/modules/wowchemy-tailwind/i18n/vi.yaml b/modules/blox-bootstrap/i18n/vi.yaml similarity index 98% rename from modules/wowchemy-tailwind/i18n/vi.yaml rename to modules/blox-bootstrap/i18n/vi.yaml index 2de8234b..2fc7f3fd 100644 --- a/modules/wowchemy-tailwind/i18n/vi.yaml +++ b/modules/blox-bootstrap/i18n/vi.yaml @@ -262,7 +262,7 @@ # Published with - id: published_with - translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. + translation: Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators. # Feedback widget diff --git a/modules/wowchemy-bootstrap/i18n/zh-Hant.yaml b/modules/blox-bootstrap/i18n/zh-Hant.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/zh-Hant.yaml rename to modules/blox-bootstrap/i18n/zh-Hant.yaml index 44f22ca2..d086c9ea 100644 --- a/modules/wowchemy-bootstrap/i18n/zh-Hant.yaml +++ b/modules/blox-bootstrap/i18n/zh-Hant.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: 由{wowchemy}支持發布——免費{repo_link}開源{/repo_link}網站,為創作者賦能。 + translation: 由{hugoblox}支持發布——免費{repo_link}開源{/repo_link}網站,為創作者賦能。 diff --git a/modules/wowchemy-bootstrap/i18n/zh.yaml b/modules/blox-bootstrap/i18n/zh.yaml similarity index 98% rename from modules/wowchemy-bootstrap/i18n/zh.yaml rename to modules/blox-bootstrap/i18n/zh.yaml index 48922ca6..7d0b111e 100644 --- a/modules/wowchemy-bootstrap/i18n/zh.yaml +++ b/modules/blox-bootstrap/i18n/zh.yaml @@ -262,4 +262,4 @@ # Published with - id: published_with - translation: 由{wowchemy}支持发布——免费{repo_link}开源{/repo_link}网站,为创作者赋能。 + translation: 由{hugoblox}支持发布——免费{repo_link}开源{/repo_link}网站,为创作者赋能。 diff --git a/modules/wowchemy-bootstrap/images/screenshot.png b/modules/blox-bootstrap/images/screenshot.png similarity index 100% rename from modules/wowchemy-bootstrap/images/screenshot.png rename to modules/blox-bootstrap/images/screenshot.png diff --git a/modules/wowchemy-bootstrap/images/tn.png b/modules/blox-bootstrap/images/tn.png similarity index 100% rename from modules/wowchemy-bootstrap/images/tn.png rename to modules/blox-bootstrap/images/tn.png diff --git a/modules/wowchemy-bootstrap/layouts/404.html b/modules/blox-bootstrap/layouts/404.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/404.html rename to modules/blox-bootstrap/layouts/404.html diff --git a/modules/wowchemy-bootstrap/layouts/_default/_markup/render-codeblock-markmap.html b/modules/blox-bootstrap/layouts/_default/_markup/render-codeblock-markmap.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/_default/_markup/render-codeblock-markmap.html rename to modules/blox-bootstrap/layouts/_default/_markup/render-codeblock-markmap.html diff --git a/modules/wowchemy-bootstrap/layouts/_default/_markup/render-codeblock-mermaid.html b/modules/blox-bootstrap/layouts/_default/_markup/render-codeblock-mermaid.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/_default/_markup/render-codeblock-mermaid.html rename to modules/blox-bootstrap/layouts/_default/_markup/render-codeblock-mermaid.html diff --git a/modules/wowchemy-bootstrap/layouts/_default/_markup/render-image.html b/modules/blox-bootstrap/layouts/_default/_markup/render-image.html similarity index 98% rename from modules/wowchemy-bootstrap/layouts/_default/_markup/render-image.html rename to modules/blox-bootstrap/layouts/_default/_markup/render-image.html index 8c7cea6f..1169d27f 100644 --- a/modules/wowchemy-bootstrap/layouts/_default/_markup/render-image.html +++ b/modules/blox-bootstrap/layouts/_default/_markup/render-image.html @@ -1,4 +1,4 @@ -{{/* Markdown Image Renderer for Wowchemy. */}} +{{/* Markdown Image Renderer for Hugo Blox Builder. */}} {{/* Load image from page dir falling back to media library at `assets/media/` and then to remote URI. */}} {{ $destination := .Destination }} diff --git a/modules/wowchemy-bootstrap/layouts/_default/_markup/render-link.html b/modules/blox-bootstrap/layouts/_default/_markup/render-link.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/_default/_markup/render-link.html rename to modules/blox-bootstrap/layouts/_default/_markup/render-link.html diff --git a/modules/wowchemy-bootstrap/layouts/_default/baseof.html b/modules/blox-bootstrap/layouts/_default/baseof.html similarity index 92% rename from modules/wowchemy-bootstrap/layouts/_default/baseof.html rename to modules/blox-bootstrap/layouts/_default/baseof.html index 75b37fcd..75230bdd 100644 --- a/modules/wowchemy-bootstrap/layouts/_default/baseof.html +++ b/modules/blox-bootstrap/layouts/_default/baseof.html @@ -1,5 +1,5 @@ -{{ "" | safeHTML }} +{{ "" | safeHTML }} {{ printf "" (now | time.Format ":date_long") | safeHTML }} {{- $language_code := site.LanguageCode | default "en-us" -}} @@ -10,10 +10,10 @@ {{- $highlight_active_link := site.Params.header.navbar.highlight_active_link | default true -}} - {{/* Initialise Wowchemy. */}} - {{ $js_license := printf "/*! Wowchemy v%s | https://wowchemy.com/ */\n" site.Data.wowchemy.version }} + {{/* Initialise Hugo Blox. */}} + {{ $js_license := printf "/*! Hugo Blox Builder v%s | https://hugoblox.com/ */\n" site.Data.hugoblox.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-themes/blob/main/LICENSE.md */\n" }} + {{ $js_license := $js_license | printf "%s/*! License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */\n" }} {{ $js_bundle_head := $js_license | resources.FromString "js/bundle-head.js" }} {{ $wcDarkLightEnabled := (and site.Params.appearance.theme_day site.Params.appearance.theme_night) }} {{ $wcIsSiteThemeDark := not (.Scratch.Get "light") | default false }} diff --git a/modules/wowchemy-bootstrap/layouts/_default/list.html b/modules/blox-bootstrap/layouts/_default/list.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/_default/list.html rename to modules/blox-bootstrap/layouts/_default/list.html diff --git a/modules/wowchemy-bootstrap/layouts/_default/rss.xml b/modules/blox-bootstrap/layouts/_default/rss.xml similarity index 96% rename from modules/wowchemy-bootstrap/layouts/_default/rss.xml rename to modules/blox-bootstrap/layouts/_default/rss.xml index 3ac74e1b..c90c9bfd 100644 --- a/modules/wowchemy-bootstrap/layouts/_default/rss.xml +++ b/modules/blox-bootstrap/layouts/_default/rss.xml @@ -15,7 +15,7 @@ {{ printf "" .Permalink .MediaType | safeHTML }} {{ end -}} {{ .Title | default site.Title }} - Wowchemy (https://wowchemy.com) + Hugo Blox Builder (https://hugoblox.com) {{- with site.LanguageCode }}{{.}}{{end -}} {{- with site.Copyright }}{{ replace (replace . "{year}" now.Year) "©" "©" | plainify }}{{end -}} {{- if not .Date.IsZero }}{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end -}} diff --git a/modules/wowchemy-bootstrap/layouts/_default/single.html b/modules/blox-bootstrap/layouts/_default/single.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/_default/single.html rename to modules/blox-bootstrap/layouts/_default/single.html diff --git a/modules/wowchemy-bootstrap/layouts/authors/list.html b/modules/blox-bootstrap/layouts/authors/list.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/authors/list.html rename to modules/blox-bootstrap/layouts/authors/list.html diff --git a/modules/wowchemy-bootstrap/layouts/authors/terms.html b/modules/blox-bootstrap/layouts/authors/terms.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/authors/terms.html rename to modules/blox-bootstrap/layouts/authors/terms.html diff --git a/modules/wowchemy-bootstrap/layouts/book/list.html b/modules/blox-bootstrap/layouts/book/list.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/book/list.html rename to modules/blox-bootstrap/layouts/book/list.html diff --git a/modules/wowchemy-bootstrap/layouts/book/single.html b/modules/blox-bootstrap/layouts/book/single.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/book/single.html rename to modules/blox-bootstrap/layouts/book/single.html diff --git a/modules/wowchemy-bootstrap/layouts/event/single.html b/modules/blox-bootstrap/layouts/event/single.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/event/single.html rename to modules/blox-bootstrap/layouts/event/single.html diff --git a/modules/wowchemy-bootstrap/layouts/index.html b/modules/blox-bootstrap/layouts/index.html similarity index 76% rename from modules/wowchemy-bootstrap/layouts/index.html rename to modules/blox-bootstrap/layouts/index.html index d70b7e4e..ee78bad5 100644 --- a/modules/wowchemy-bootstrap/layouts/index.html +++ b/modules/blox-bootstrap/layouts/index.html @@ -1,9 +1,9 @@ {{- define "main" -}} -{{/* Check that user fully installed Wowchemy. */}} +{{/* Check that user fully installed Hugo Blox Builder. */}} {{/* Commented out to allow user to have no params.yaml and just use the defaults. */}} {{/* if not (isset site.Params "seo") */}} - {{/* errorf "Please complete the installation of Wowchemy by following the steps at https://wowchemy.com/docs/install/" */}} + {{/* errorf "Please complete the installation of Hugo Blox Builder by following the steps at https://hugoblox.com/docs/install/" */}} {{/* end */}} {{/* Deprecation warnings */}} @@ -11,7 +11,7 @@ {{/* v4.5: Address changed from string to map. */}} {{ if isset site.Params "address" }} {{ if eq (reflect.IsMap site.Params.address) false }} - {{ errorf "Please upgrade the `address` field in `config/_default/params.toml`. Refer to all of the Breaking Changes in v4.5 at https://wowchemy.com/updates/v4.5.0/" }} + {{ errorf "Please upgrade the `address` field in `config/_default/params.toml`. Refer to all of the Breaking Changes in v4.5 at https://hugoblox.com/updates/v4.5.0/" }} {{ end }} {{ end }} diff --git a/modules/wowchemy-bootstrap/layouts/index.json b/modules/blox-bootstrap/layouts/index.json similarity index 100% rename from modules/wowchemy-bootstrap/layouts/index.json rename to modules/blox-bootstrap/layouts/index.json diff --git a/modules/wowchemy-bootstrap/layouts/landing/single.html b/modules/blox-bootstrap/layouts/landing/single.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/landing/single.html rename to modules/blox-bootstrap/layouts/landing/single.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/about.avatar.html b/modules/blox-bootstrap/layouts/partials/blocks/about.avatar.html similarity index 90% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/about.avatar.html rename to modules/blox-bootstrap/layouts/partials/blocks/about.avatar.html index ee554fdb..2c39353f 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/about.avatar.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/about.avatar.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: About - avatar variation */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: About - avatar variation */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} @@ -16,7 +16,7 @@ {{ $person_page_path := (printf "/authors/%s" $author) }} {{ $person_page := site.GetPage $person_page_path }} {{ if not $person_page }} - {{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your About widget and create an associated author page if one does not already exist. See https://wowchemy.com/docs/page-builder/#about " $person_page_path }} + {{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your About widget and create an associated author page if one does not already exist. See https://hugoblox.com/docs/page-builder/#about " $person_page_path }} {{end}} {{ $person := $person_page.Params }} {{ $avatar := ($person_page.Resources.ByType "image").GetMatch "*avatar*" }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/about.biography.html b/modules/blox-bootstrap/layouts/partials/blocks/about.biography.html similarity index 93% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/about.biography.html rename to modules/blox-bootstrap/layouts/partials/blocks/about.biography.html index 777e25e2..662f6efd 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/about.biography.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/about.biography.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: About */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: About */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} @@ -16,7 +16,7 @@ {{ $person_page_path := (printf "/authors/%s" $author) }} {{ $person_page := site.GetPage $person_page_path }} {{ if not $person_page }} - {{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your About widget and create an associated author page if one does not already exist. See https://wowchemy.com/docs/page-builder/#about " $person_page_path }} + {{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your About widget and create an associated author page if one does not already exist. See https://hugoblox.com/docs/page-builder/#about " $person_page_path }} {{end}} {{ $person := $person_page.Params }} {{ $avatar := ($person_page.Resources.ByType "image").GetMatch "*avatar*" }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/accomplishments.html b/modules/blox-bootstrap/layouts/partials/blocks/accomplishments.html similarity index 92% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/accomplishments.html rename to modules/blox-bootstrap/layouts/partials/blocks/accomplishments.html index 49439968..d3f2d9eb 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/accomplishments.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/accomplishments.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Accomplishments */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Accomplishments */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/collection.html b/modules/blox-bootstrap/layouts/partials/blocks/collection.html similarity index 93% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/collection.html rename to modules/blox-bootstrap/layouts/partials/blocks/collection.html index 7268c093..f26eb8a4 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/collection.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/collection.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Collection */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Collection */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} @@ -63,7 +63,7 @@ {{/* Sort */}} {{ $sort_by := $block.content.sort_by | default "Date" }} -{{ $sort_by = partial "wowchemy-core/functions/get_sort_by_parameter" $sort_by }} +{{ $sort_by = partial "blox-core/functions/get_sort_by_parameter" $sort_by }} {{ $sort_ascending := $block.content.sort_ascending | default (eq $block.content.order "asc") | default false }} {{ $sort_order := cond $sort_ascending "asc" "desc" }} {{ $query = sort $query $sort_by $sort_order }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/contact.html b/modules/blox-bootstrap/layouts/partials/blocks/contact.html similarity index 96% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/contact.html rename to modules/blox-bootstrap/layouts/partials/blocks/contact.html index db8eec28..f37e4801 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/contact.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/contact.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Contact */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Contact */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} @@ -33,7 +33,7 @@ {{ $post_action = "netlify" }} {{ else if $use_formspree_form }} {{ if not $block.content.form.formspree.id }} - {{ errorf "You have chosen to use Formspree as the provider for the contact form. Please set your Formspree Form ID in the Contact widget or disable the form.\nDocumentation: https://wowchemy.com/docs/widget/contact/" }} + {{ errorf "You have chosen to use Formspree as the provider for the contact form. Please set your Formspree Form ID in the Contact widget or disable the form.\nDocumentation: https://hugoblox.com/docs/widget/contact/" }} {{ end }} {{ if and $use_formspree_captcha (not $block.content.form.formspree.captcha_key) }} {{ errorf "You have chosen to use reCAPTCHA for Formspree. Please set your Formspree CAPTCHA KEY in the Contact widget or disable reCAPTCHA.\nDocumentation: https://help.formspree.io/hc/en-us/articles/360022811154" }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/experience.html b/modules/blox-bootstrap/layouts/partials/blocks/experience.html similarity index 94% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/experience.html rename to modules/blox-bootstrap/layouts/partials/blocks/experience.html index fdfe8cf3..b6aff9f5 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/experience.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/experience.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Experience */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Experience */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/features.html b/modules/blox-bootstrap/layouts/partials/blocks/features.html similarity index 88% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/features.html rename to modules/blox-bootstrap/layouts/partials/blocks/features.html index 19f969c0..b91f0b55 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/features.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/features.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Features */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Features */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/hero.html b/modules/blox-bootstrap/layouts/partials/blocks/hero.html similarity index 95% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/hero.html rename to modules/blox-bootstrap/layouts/partials/blocks/hero.html index 2bb662b4..d5f4664a 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/hero.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/hero.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Hero */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Hero */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/markdown.html b/modules/blox-bootstrap/layouts/partials/blocks/markdown.html similarity index 65% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/markdown.html rename to modules/blox-bootstrap/layouts/partials/blocks/markdown.html index 76f8d48e..8f241ace 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/markdown.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/markdown.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Markdown */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Markdown */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/people.html b/modules/blox-bootstrap/layouts/partials/blocks/people.html similarity index 92% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/people.html rename to modules/blox-bootstrap/layouts/partials/blocks/people.html index 68f75a58..868d5dd5 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/people.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/people.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: People */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: People */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} @@ -29,7 +29,7 @@ {{/* Sort */}} {{ $sort_by := $block.content.sort_by | default "Params.last_name" }} - {{ $sort_by = partial "wowchemy-core/functions/get_sort_by_parameter" $sort_by }} + {{ $sort_by = partial "blox-core/functions/get_sort_by_parameter" $sort_by }} {{ $sort_ascending := $block.content.sort_ascending | default true }} {{ $sort_order := cond $sort_ascending "asc" "desc" }} {{ $query = sort $query $sort_by $sort_order }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/portfolio.html b/modules/blox-bootstrap/layouts/partials/blocks/portfolio.html similarity index 94% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/portfolio.html rename to modules/blox-bootstrap/layouts/partials/blocks/portfolio.html index d542e203..5d9427a4 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/portfolio.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/portfolio.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Portfolio */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Portfolio */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} @@ -87,7 +87,7 @@ {{/* Sort */}} {{ $sort_by := $block.content.sort_by | default "Date" }} - {{ $sort_by = partial "wowchemy-core/functions/get_sort_by_parameter" $sort_by }} + {{ $sort_by = partial "blox-core/functions/get_sort_by_parameter" $sort_by }} {{ $sort_ascending := $block.content.sort_ascending | default (eq $block.content.order "asc") | default false }} {{ $sort_order := cond $sort_ascending "asc" "desc" }} {{ $query = sort $query $sort_by $sort_order }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/skills.html b/modules/blox-bootstrap/layouts/partials/blocks/skills.html similarity index 89% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/skills.html rename to modules/blox-bootstrap/layouts/partials/blocks/skills.html index 8fd29ba1..2bd61867 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/skills.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/skills.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Skills */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Skills */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} @@ -11,7 +11,7 @@ {{ $person_page_path := (printf "/authors/%s" $author) }} {{ $person_page := site.GetPage $person_page_path }} {{ if not $person_page }} - {{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your Skill block and create an associated author page if one does not already exist. See https://wowchemy.com/docs/page-builder/#about " $person_page_path }} + {{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your Skill block and create an associated author page if one does not already exist. See https://hugoblox.com/docs/page-builder/#about " $person_page_path }} {{end}} {{ $skills := $person_page.Params.skills }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/slider.html b/modules/blox-bootstrap/layouts/partials/blocks/slider.html similarity index 95% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/slider.html rename to modules/blox-bootstrap/layouts/partials/blocks/slider.html index f8db4e05..ec10a362 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/slider.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/slider.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Slider */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Slider */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/tag_cloud.html b/modules/blox-bootstrap/layouts/partials/blocks/tag_cloud.html similarity index 90% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/tag_cloud.html rename to modules/blox-bootstrap/layouts/partials/blocks/tag_cloud.html index f1cf9b6b..4de8aa22 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/tag_cloud.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/tag_cloud.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Tag Cloud */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Tag Cloud */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/about.avatar.html b/modules/blox-bootstrap/layouts/partials/blocks/v1/about.avatar.html similarity index 89% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/v1/about.avatar.html rename to modules/blox-bootstrap/layouts/partials/blocks/v1/about.avatar.html index 59a22dd7..2d12da02 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/about.avatar.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/v1/about.avatar.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: About - avatar variation */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: About - avatar variation */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} @@ -16,7 +16,7 @@ {{ $person_page_path := (printf "/authors/%s" $author) }} {{ $person_page := site.GetPage $person_page_path }} {{ if not $person_page }} - {{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your About widget and create an associated author page if one does not already exist. See https://wowchemy.com/docs/page-builder/#about " $person_page_path }} + {{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your About widget and create an associated author page if one does not already exist. See https://hugoblox.com/docs/page-builder/#about " $person_page_path }} {{end}} {{ $person := $person_page.Params }} {{ $avatar := ($person_page.Resources.ByType "image").GetMatch "*avatar*" }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/about.html b/modules/blox-bootstrap/layouts/partials/blocks/v1/about.html similarity index 93% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/v1/about.html rename to modules/blox-bootstrap/layouts/partials/blocks/v1/about.html index c3735690..3bf94a8f 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/about.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/v1/about.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: About */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: About */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} @@ -16,7 +16,7 @@ {{ $person_page_path := (printf "/authors/%s" $author) }} {{ $person_page := site.GetPage $person_page_path }} {{ if not $person_page }} - {{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your About widget and create an associated author page if one does not already exist. See https://wowchemy.com/docs/page-builder/#about " $person_page_path }} + {{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your About widget and create an associated author page if one does not already exist. See https://hugoblox.com/docs/page-builder/#about " $person_page_path }} {{end}} {{ $person := $person_page.Params }} {{ $avatar := ($person_page.Resources.ByType "image").GetMatch "*avatar*" }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/accomplishments.html b/modules/blox-bootstrap/layouts/partials/blocks/v1/accomplishments.html similarity index 92% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/v1/accomplishments.html rename to modules/blox-bootstrap/layouts/partials/blocks/v1/accomplishments.html index d0e9ee1c..a136e3d3 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/accomplishments.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/v1/accomplishments.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Accomplishments */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Accomplishments */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/collection.html b/modules/blox-bootstrap/layouts/partials/blocks/v1/collection.html similarity index 95% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/v1/collection.html rename to modules/blox-bootstrap/layouts/partials/blocks/v1/collection.html index 369b58b7..d2d82237 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/collection.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/v1/collection.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Collection */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Collection */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/contact.html b/modules/blox-bootstrap/layouts/partials/blocks/v1/contact.html similarity index 96% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/v1/contact.html rename to modules/blox-bootstrap/layouts/partials/blocks/v1/contact.html index 8e19a665..801a3e59 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/contact.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/v1/contact.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Contact */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Contact */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} @@ -34,7 +34,7 @@ {{ $post_action = "netlify" }} {{ else if $use_formspree_form }} {{ if not $block.Params.content.form.formspree.id }} - {{ errorf "You have chosen to use Formspree as the provider for the contact form. Please set your Formspree Form ID in the Contact widget or disable the form.\nDocumentation: https://wowchemy.com/docs/widget/contact/" }} + {{ errorf "You have chosen to use Formspree as the provider for the contact form. Please set your Formspree Form ID in the Contact widget or disable the form.\nDocumentation: https://hugoblox.com/docs/widget/contact/" }} {{ end }} {{ if and $use_formspree_captcha (not $block.Params.content.form.formspree.captcha_key) }} {{ errorf "You have chosen to use reCAPTCHA for Formspree. Please set your Formspree CAPTCHA KEY in the Contact widget or disable reCAPTCHA.\nDocumentation: https://help.formspree.io/hc/en-us/articles/360022811154" }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/experience.html b/modules/blox-bootstrap/layouts/partials/blocks/v1/experience.html similarity index 94% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/v1/experience.html rename to modules/blox-bootstrap/layouts/partials/blocks/v1/experience.html index bf24b9a0..a019dc0e 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/experience.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/v1/experience.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Experience */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Experience */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/features.html b/modules/blox-bootstrap/layouts/partials/blocks/v1/features.html similarity index 88% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/v1/features.html rename to modules/blox-bootstrap/layouts/partials/blocks/v1/features.html index 89af1b76..97ab5a89 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/features.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/v1/features.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Features */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Features */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/hero.html b/modules/blox-bootstrap/layouts/partials/blocks/v1/hero.html similarity index 95% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/v1/hero.html rename to modules/blox-bootstrap/layouts/partials/blocks/v1/hero.html index 8fa2b0c4..13e94f35 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/hero.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/v1/hero.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Hero */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Hero */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/markdown.html b/modules/blox-bootstrap/layouts/partials/blocks/v1/markdown.html similarity index 62% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/v1/markdown.html rename to modules/blox-bootstrap/layouts/partials/blocks/v1/markdown.html index 0e92ab48..8871a54d 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/markdown.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/v1/markdown.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Markdown */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Markdown */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/people.html b/modules/blox-bootstrap/layouts/partials/blocks/v1/people.html similarity index 93% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/v1/people.html rename to modules/blox-bootstrap/layouts/partials/blocks/v1/people.html index 506a1f4f..d2ae6d79 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/people.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/v1/people.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: People */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: People */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/portfolio.html b/modules/blox-bootstrap/layouts/partials/blocks/v1/portfolio.html similarity index 96% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/v1/portfolio.html rename to modules/blox-bootstrap/layouts/partials/blocks/v1/portfolio.html index 7740c470..a76aa5d0 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/portfolio.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/v1/portfolio.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Portfolio */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Portfolio */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/slider.html b/modules/blox-bootstrap/layouts/partials/blocks/v1/slider.html similarity index 95% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/v1/slider.html rename to modules/blox-bootstrap/layouts/partials/blocks/v1/slider.html index 18d39ee8..126ea3c0 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/slider.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/v1/slider.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Slider */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Slider */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/tag_cloud.html b/modules/blox-bootstrap/layouts/partials/blocks/v1/tag_cloud.html similarity index 89% rename from modules/wowchemy-bootstrap/layouts/partials/blocks/v1/tag_cloud.html rename to modules/blox-bootstrap/layouts/partials/blocks/v1/tag_cloud.html index 98578219..d37db0b8 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/blocks/v1/tag_cloud.html +++ b/modules/blox-bootstrap/layouts/partials/blocks/v1/tag_cloud.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Blocks: Tag Cloud */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox: Tag Cloud */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/book_layout.html b/modules/blox-bootstrap/layouts/partials/book_layout.html similarity index 91% rename from modules/wowchemy-bootstrap/layouts/partials/book_layout.html rename to modules/blox-bootstrap/layouts/partials/book_layout.html index bf0e8c25..1bbc5a8d 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/book_layout.html +++ b/modules/blox-bootstrap/layouts/partials/book_layout.html @@ -12,7 +12,7 @@ {{/* Show ToC by default. */}} {{ if ne .Params.toc false }}
- {{ partial "wowchemy-core/functions/get_hook" (dict "hook" "toc-start" "context" .) }} + {{ partial "blox-core/functions/get_hook" (dict "hook" "toc-start" "context" .) }}
{{ end }} @@ -33,7 +33,7 @@ {{/* Cover image */}} - {{ $cover_image := partial "wowchemy-core/functions/get_featured_image.html" . }} + {{ $cover_image := partial "blox-core/functions/get_featured_image.html" . }} {{ if $cover_image }}
{{ $alt := (.Params.image.caption | default "") | plainify }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/book_menu.html b/modules/blox-bootstrap/layouts/partials/book_menu.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/book_menu.html rename to modules/blox-bootstrap/layouts/partials/book_menu.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/book_sidebar.html b/modules/blox-bootstrap/layouts/partials/book_sidebar.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/book_sidebar.html rename to modules/blox-bootstrap/layouts/partials/book_sidebar.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/citation.html b/modules/blox-bootstrap/layouts/partials/citation.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/citation.html rename to modules/blox-bootstrap/layouts/partials/citation.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/comments.html b/modules/blox-bootstrap/layouts/partials/comments.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/comments.html rename to modules/blox-bootstrap/layouts/partials/comments.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/comments/commento.html b/modules/blox-bootstrap/layouts/partials/comments/commento.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/comments/commento.html rename to modules/blox-bootstrap/layouts/partials/comments/commento.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/comments/disqus.html b/modules/blox-bootstrap/layouts/partials/comments/disqus.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/comments/disqus.html rename to modules/blox-bootstrap/layouts/partials/comments/disqus.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/comments/giscus.html b/modules/blox-bootstrap/layouts/partials/comments/giscus.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/comments/giscus.html rename to modules/blox-bootstrap/layouts/partials/comments/giscus.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/components/announcement_bar.html b/modules/blox-bootstrap/layouts/partials/components/announcement_bar.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/components/announcement_bar.html rename to modules/blox-bootstrap/layouts/partials/components/announcement_bar.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/components/breadcrumb.html b/modules/blox-bootstrap/layouts/partials/components/breadcrumb.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/components/breadcrumb.html rename to modules/blox-bootstrap/layouts/partials/components/breadcrumb.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/components/feedback.html b/modules/blox-bootstrap/layouts/partials/components/feedback.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/components/feedback.html rename to modules/blox-bootstrap/layouts/partials/components/feedback.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/components/footers/minimal.html b/modules/blox-bootstrap/layouts/partials/components/footers/minimal.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/components/footers/minimal.html rename to modules/blox-bootstrap/layouts/partials/components/footers/minimal.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/components/headers/navbar.html b/modules/blox-bootstrap/layouts/partials/components/headers/navbar.html similarity index 98% rename from modules/wowchemy-bootstrap/layouts/partials/components/headers/navbar.html rename to modules/blox-bootstrap/layouts/partials/components/headers/navbar.html index 815302ed..8ae59cb2 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/components/headers/navbar.html +++ b/modules/blox-bootstrap/layouts/partials/components/headers/navbar.html @@ -10,7 +10,7 @@ {{ $has_logo := fileExists "assets/media/logo.png" | or (fileExists "assets/media/logo.svg") }} {{ $logo := "" }} {{ if $has_logo }} - {{ $logo = (partial "wowchemy-core/functions/get_logo" (dict "constraint" "max_height" "size" 70)) }} + {{ $logo = (partial "blox-core/functions/get_logo" (dict "constraint" "max_height" "size" 70)) }} {{ end }}
diff --git a/modules/wowchemy-bootstrap/layouts/partials/components/page_sharer.html b/modules/blox-bootstrap/layouts/partials/components/page_sharer.html similarity index 92% rename from modules/wowchemy-bootstrap/layouts/partials/components/page_sharer.html rename to modules/blox-bootstrap/layouts/partials/components/page_sharer.html index 79f4d7e0..1f5d069b 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/components/page_sharer.html +++ b/modules/blox-bootstrap/layouts/partials/components/page_sharer.html @@ -8,7 +8,7 @@ {{ $pack_prefix = "fa" }} {{ end }} {{/* Utilise `urlquery` over `htmlEscape` to encode sharing URL */}} - {{/* See https://github.com/wowchemy/wowchemy-hugo-themes/pull/2726 */}} + {{/* See https://github.com/HugoBlox/hugo-blox-builder/pull/2726 */}} {{ $link := replace .url "{url}" ($.Permalink | urlquery) }} {{ $link = replace $link "{title}" ($.Title | urlquery) }} {{/* Workaround `urlquery` encoding for mailto as `urlquery` encodes `+` as `%2B` and ` ` (space) as `+` */}} diff --git a/modules/wowchemy-bootstrap/layouts/partials/components/pager.html b/modules/blox-bootstrap/layouts/partials/components/pager.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/components/pager.html rename to modules/blox-bootstrap/layouts/partials/components/pager.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/cookie_consent.html b/modules/blox-bootstrap/layouts/partials/cookie_consent.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/cookie_consent.html rename to modules/blox-bootstrap/layouts/partials/cookie_consent.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/functions/get_address.html b/modules/blox-bootstrap/layouts/partials/functions/get_address.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/functions/get_address.html rename to modules/blox-bootstrap/layouts/partials/functions/get_address.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/functions/get_event_dates.html b/modules/blox-bootstrap/layouts/partials/functions/get_event_dates.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/functions/get_event_dates.html rename to modules/blox-bootstrap/layouts/partials/functions/get_event_dates.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/functions/get_pub_types.html b/modules/blox-bootstrap/layouts/partials/functions/get_pub_types.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/functions/get_pub_types.html rename to modules/blox-bootstrap/layouts/partials/functions/get_pub_types.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/functions/get_social_link.html b/modules/blox-bootstrap/layouts/partials/functions/get_social_link.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/functions/get_social_link.html rename to modules/blox-bootstrap/layouts/partials/functions/get_social_link.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/functions/has_attachments.html b/modules/blox-bootstrap/layouts/partials/functions/has_attachments.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/functions/has_attachments.html rename to modules/blox-bootstrap/layouts/partials/functions/has_attachments.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/functions/parse_block_v1.html b/modules/blox-bootstrap/layouts/partials/functions/parse_block_v1.html similarity index 97% rename from modules/wowchemy-bootstrap/layouts/partials/functions/parse_block_v1.html rename to modules/blox-bootstrap/layouts/partials/functions/parse_block_v1.html index bb365455..9851feef 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/functions/parse_block_v1.html +++ b/modules/blox-bootstrap/layouts/partials/functions/parse_block_v1.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Block Parser v1 */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox Parser v1 */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{ $page := .page }} {{ $block := .block }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/functions/parse_block_v2.html b/modules/blox-bootstrap/layouts/partials/functions/parse_block_v2.html similarity index 97% rename from modules/wowchemy-bootstrap/layouts/partials/functions/parse_block_v2.html rename to modules/blox-bootstrap/layouts/partials/functions/parse_block_v2.html index a25b8b98..7e20ad22 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/functions/parse_block_v2.html +++ b/modules/blox-bootstrap/layouts/partials/functions/parse_block_v2.html @@ -1,6 +1,6 @@ -{{/* Wowchemy Block Parser v2 */}} -{{/* Documentation: https://wowchemy.com/blocks/ */}} -{{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} +{{/* Hugo Blox Parser v2 */}} +{{/* Documentation: https://hugoblox.com/blocks/ */}} +{{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{ $page := .page }} {{ $block := .block }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/functions/parse_theme.html b/modules/blox-bootstrap/layouts/partials/functions/parse_theme.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/functions/parse_theme.html rename to modules/blox-bootstrap/layouts/partials/functions/parse_theme.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/functions/render_view.html b/modules/blox-bootstrap/layouts/partials/functions/render_view.html similarity index 95% rename from modules/wowchemy-bootstrap/layouts/partials/functions/render_view.html rename to modules/blox-bootstrap/layouts/partials/functions/render_view.html index 73e9df4e..ea476e8a 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/functions/render_view.html +++ b/modules/blox-bootstrap/layouts/partials/functions/render_view.html @@ -1,4 +1,4 @@ -{{/* Wowchemy content preview renderer */}} +{{/* Hugo Blox Builder content preview renderer */}} {{ $page := .page }} {{ $item := .item }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/landing_page.html b/modules/blox-bootstrap/layouts/partials/landing_page.html similarity index 93% rename from modules/wowchemy-bootstrap/layouts/partials/landing_page.html rename to modules/blox-bootstrap/layouts/partials/landing_page.html index 5289970b..acd15932 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/landing_page.html +++ b/modules/blox-bootstrap/layouts/partials/landing_page.html @@ -2,7 +2,7 @@ -{{/* Load Wowchemy blocks */}} +{{/* Load Hugo Blox */}} {{ range $index, $block := .Params.sections }} {{/* Do not show sections intended only for the demo site. */}} {{ if or (not $block.demo) ($block.demo | and (eq (os.Getenv "WC_DEMO") "true")) }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/page_author.html b/modules/blox-bootstrap/layouts/partials/page_author.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/page_author.html rename to modules/blox-bootstrap/layouts/partials/page_author.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/page_author_card.html b/modules/blox-bootstrap/layouts/partials/page_author_card.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/page_author_card.html rename to modules/blox-bootstrap/layouts/partials/page_author_card.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/page_edit.html b/modules/blox-bootstrap/layouts/partials/page_edit.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/page_edit.html rename to modules/blox-bootstrap/layouts/partials/page_edit.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/page_footer.html b/modules/blox-bootstrap/layouts/partials/page_footer.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/page_footer.html rename to modules/blox-bootstrap/layouts/partials/page_footer.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/page_header.html b/modules/blox-bootstrap/layouts/partials/page_header.html similarity index 97% rename from modules/wowchemy-bootstrap/layouts/partials/page_header.html rename to modules/blox-bootstrap/layouts/partials/page_header.html index 24a37b6b..ad8c185c 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/page_header.html +++ b/modules/blox-bootstrap/layouts/partials/page_header.html @@ -1,5 +1,5 @@ {{ $page := . }} -{{ $featured := partial "wowchemy-core/functions/get_featured_image.html" $page }} +{{ $featured := partial "blox-core/functions/get_featured_image.html" $page }} {{ $anchor := $page.Params.image.focal_point | default "Smart" }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/page_links.html b/modules/blox-bootstrap/layouts/partials/page_links.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/page_links.html rename to modules/blox-bootstrap/layouts/partials/page_links.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/page_links_div.html b/modules/blox-bootstrap/layouts/partials/page_links_div.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/page_links_div.html rename to modules/blox-bootstrap/layouts/partials/page_links_div.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/page_metadata.html b/modules/blox-bootstrap/layouts/partials/page_metadata.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/page_metadata.html rename to modules/blox-bootstrap/layouts/partials/page_metadata.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/page_metadata_authors.html b/modules/blox-bootstrap/layouts/partials/page_metadata_authors.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/page_metadata_authors.html rename to modules/blox-bootstrap/layouts/partials/page_metadata_authors.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/page_related.html b/modules/blox-bootstrap/layouts/partials/page_related.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/page_related.html rename to modules/blox-bootstrap/layouts/partials/page_related.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/pagination.html b/modules/blox-bootstrap/layouts/partials/pagination.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/pagination.html rename to modules/blox-bootstrap/layouts/partials/pagination.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/search.html b/modules/blox-bootstrap/layouts/partials/search.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/search.html rename to modules/blox-bootstrap/layouts/partials/search.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/site_footer.html b/modules/blox-bootstrap/layouts/partials/site_footer.html similarity index 65% rename from modules/wowchemy-bootstrap/layouts/partials/site_footer.html rename to modules/blox-bootstrap/layouts/partials/site_footer.html index ca2cc8e8..503b203f 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/site_footer.html +++ b/modules/blox-bootstrap/layouts/partials/site_footer.html @@ -1,6 +1,6 @@
- {{ partial "wowchemy-core/functions/get_hook" (dict "hook" "footer-start" "context" .) }} + {{ partial "blox-core/functions/get_hook" (dict "hook" "footer-start" "context" .) }} {{/* Load footer block */}} {{ $footer_section_name := site.Params.footer.block | default "minimal" }} @@ -14,14 +14,14 @@ {{ $is_sponsor := site.Params.i_am_a_sponsor | default false }} {{ $hide_published_with_footer := site.Params.power_ups.hide_published_with | default true }} {{ if not (and $is_sponsor $hide_published_with_footer) }} - {{ $default := "Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators." }} + {{ $default := "Published with {hugoblox} — the free, {repo_link}open source{/repo_link} website builder that empowers creators." }} {{ $i18n_published_with := i18n "published_with" | default $default }} - {{ if not (findRE "{wowchemy}" $i18n_published_with) }} - {{ warnf "Please attribute Wowchemy using `{wowchemy}` in the `published_with` text." }} + {{ if not (findRE "{hugoblox}" $i18n_published_with) }} + {{ warnf "Please attribute Hugo Blox using `{hugoblox}` in the `published_with` text." }} {{ $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 "{hugoblox}" "Hugo Blox Builder" | safeHTML }} + {{ $i18n_published_with = replace $i18n_published_with "{repo_link}" "" | safeHTML }} {{ $i18n_published_with = replace $i18n_published_with "{/repo_link}" "" | safeHTML }} {{ $i18n_published_with | replaceRE "{year}" now.Year | markdownify | emojify | safeHTML }} {{ end }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/site_footer_license.html b/modules/blox-bootstrap/layouts/partials/site_footer_license.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/site_footer_license.html rename to modules/blox-bootstrap/layouts/partials/site_footer_license.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/site_head.html b/modules/blox-bootstrap/layouts/partials/site_head.html similarity index 93% rename from modules/wowchemy-bootstrap/layouts/partials/site_head.html rename to modules/blox-bootstrap/layouts/partials/site_head.html index 81ca4515..e4129bce 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/site_head.html +++ b/modules/blox-bootstrap/layouts/partials/site_head.html @@ -6,11 +6,11 @@ {{ $is_sponsor := site.Params.i_am_a_sponsor | default false }} {{ $hide_generator := site.Params.power_ups.hide_generator | default false }} {{ if not (and $is_sponsor $hide_generator) }} - + {{ end }} {{/* EXTENSIBILITY HOOK: HEAD-START */}} - {{ partial "wowchemy-core/functions/get_hook" (dict "hook" "head-start" "context" .) }} + {{ partial "blox-core/functions/get_hook" (dict "hook" "head-start" "context" .) }} {{/* Parse theme and font */}} {{ partial "functions/parse_theme" . }} @@ -28,7 +28,7 @@ {{ else }} - {{ errorf "There is a new version of Google Fonts. Learn how to upgrade your font pack at https://wowchemy.com/docs/customization/#custom-font" }} + {{ errorf "There is a new version of Google Fonts. Learn how to upgrade your font pack at https://hugoblox.com/docs/customization/#custom-font" }} {{ end }} {{ end }} @@ -136,9 +136,9 @@ {{ end }} {{/* Load WC style */}} - {{ $license := printf "/*! Wowchemy v%s | https://wowchemy.com/ */\n" site.Data.wowchemy.version }} + {{ $license := printf "/*! Hugo Blox Builder v%s | https://hugoblox.com/ */\n" site.Data.hugoblox.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-themes/blob/main/LICENSE.md */\n" }} + {{ $license := $license | printf "%s/*! License: https://github.com/HugoBlox/hugo-blox-builder/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 -}} @@ -195,10 +195,10 @@ {{ end }} {{/* Load SEO module */}} - {{ partial "wowchemy_seo" . }} + {{ partial "blox_seo" . }} {{/* Netlify Identity integration. */}} - {{ $use_cms := templates.Exists "wowchemycms/single.wowchemycms_config.yml" | default (site.Params.extensions.cms.enable | default false) }} + {{ $use_cms := templates.Exists "decap_cms/single.decap_cms_config.yml" | default (site.Params.extensions.decap_cms.enable | default false) }} {{ if .IsHome | and $use_cms }} {{ end }} @@ -210,7 +210,7 @@ {{ partial "cookie_consent" . }} - {{ $title := partial "wowchemy-core/functions/get_page_title" . }} + {{ $title := partial "blox-core/functions/get_page_title" . }} {{$title}} {{/* EXTENSIBILITY HOOK: HEAD-END */}} @@ -218,5 +218,5 @@ {{ if templates.Exists "partials/custom_head.html" }} {{ partial "custom_head" . }} {{ end }} - {{ partial "wowchemy-core/functions/get_hook" (dict "hook" "head-end" "context" .) }} + {{ partial "blox-core/functions/get_hook" (dict "hook" "head-end" "context" .) }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/site_js.html b/modules/blox-bootstrap/layouts/partials/site_js.html similarity index 97% rename from modules/wowchemy-bootstrap/layouts/partials/site_js.html rename to modules/blox-bootstrap/layouts/partials/site_js.html index 7713dd63..3a888192 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/site_js.html +++ b/modules/blox-bootstrap/layouts/partials/site_js.html @@ -56,7 +56,7 @@ {{ $algoliaConfig := dict }} {{ $search_provider := lower site.Params.features.search.provider }} {{ if eq $search_provider "wowchemy" }} - {{/* Wowchemy built-in search result template (Fuse). */}} + {{/* Hugo Blox built-in search result template (Fuse). */}} " (dict "use_headroom" $use_headroom | jsonify) | safeHTML}} {{ if $use_headroom }} @@ -194,9 +194,9 @@ {{ end -}} -{{ $js_license := printf "/*! Wowchemy v%s | https://wowchemy.com/ */\n" site.Data.wowchemy.version }} +{{ $js_license := printf "/*! Hugo Blox Builder v%s | https://hugoblox.com/ */\n" site.Data.hugoblox.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-themes/blob/main/LICENSE.md */\n" }} +{{ $js_license := $js_license | printf "%s/*! License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */\n" }} {{ $js_bundle_head := $js_license | resources.FromString "js/bundle-head.js" }} {{ $i18n := dict "copy" (i18n "btn_copy") "copied" (i18n "btn_copied" | default "Copied") }} {{ $js_params := dict "hugoEnvironment" hugo.Environment "searchEnabled" (in (slice "wowchemy" "algolia") $search_provider) "i18n" $i18n }} @@ -267,4 +267,4 @@ {{ if templates.Exists "partials/custom_js.html" }} {{ partial "custom_js" . }} {{ end }} -{{ partial "wowchemy-core/functions/get_hook" (dict "hook" "body-end" "context" .) }} +{{ partial "blox-core/functions/get_hook" (dict "hook" "body-end" "context" .) }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/social_links.html b/modules/blox-bootstrap/layouts/partials/social_links.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/social_links.html rename to modules/blox-bootstrap/layouts/partials/social_links.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/tags.html b/modules/blox-bootstrap/layouts/partials/tags.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/tags.html rename to modules/blox-bootstrap/layouts/partials/tags.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/views/card.html b/modules/blox-bootstrap/layouts/partials/views/card.html similarity index 96% rename from modules/wowchemy-bootstrap/layouts/partials/views/card.html rename to modules/blox-bootstrap/layouts/partials/views/card.html index 06c3e5dd..1cd001a2 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/views/card.html +++ b/modules/blox-bootstrap/layouts/partials/views/card.html @@ -41,7 +41,7 @@ {{ partial "page_metadata" (dict "page" $item "is_list" 1) }} {{ end }} - {{ $resource := partial "wowchemy-core/functions/get_featured_image.html" $item }} + {{ $resource := partial "blox-core/functions/get_featured_image.html" $item }} {{ $anchor := $item.Params.image.focal_point | default "Smart" }} {{ with $resource }} {{ $image := .Fill (printf "808x455 %s" $anchor) }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/views/citation.html b/modules/blox-bootstrap/layouts/partials/views/citation.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/views/citation.html rename to modules/blox-bootstrap/layouts/partials/views/citation.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/views/community/.gitkeep b/modules/blox-bootstrap/layouts/partials/views/community/.gitkeep similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/views/community/.gitkeep rename to modules/blox-bootstrap/layouts/partials/views/community/.gitkeep diff --git a/modules/wowchemy-bootstrap/layouts/partials/views/compact.html b/modules/blox-bootstrap/layouts/partials/views/compact.html similarity index 96% rename from modules/wowchemy-bootstrap/layouts/partials/views/compact.html rename to modules/blox-bootstrap/layouts/partials/views/compact.html index 854e7f7a..c65035ea 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/views/compact.html +++ b/modules/blox-bootstrap/layouts/partials/views/compact.html @@ -74,7 +74,7 @@
- {{ $resource := partial "wowchemy-core/functions/get_featured_image.html" $item }} + {{ $resource := partial "blox-core/functions/get_featured_image.html" $item }} {{ with $resource }} {{ $image := .Resize "150x" }} {{ if ne $image.MediaType.SubType "gif" }}{{ $image = $image.Process "webp" }}{{ end }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/views/list.html b/modules/blox-bootstrap/layouts/partials/views/list.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/partials/views/list.html rename to modules/blox-bootstrap/layouts/partials/views/list.html diff --git a/modules/wowchemy-bootstrap/layouts/partials/views/masonry.html b/modules/blox-bootstrap/layouts/partials/views/masonry.html similarity index 94% rename from modules/wowchemy-bootstrap/layouts/partials/views/masonry.html rename to modules/blox-bootstrap/layouts/partials/views/masonry.html index 2a3e8754..46fb3dc4 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/views/masonry.html +++ b/modules/blox-bootstrap/layouts/partials/views/masonry.html @@ -18,7 +18,7 @@ {{ $summary = $item.Summary }} {{ end }} -{{ $resource := partial "wowchemy-core/functions/get_featured_image.html" $item }} +{{ $resource := partial "blox-core/functions/get_featured_image.html" $item }}
{{ with $resource }} diff --git a/modules/wowchemy-bootstrap/layouts/partials/views/showcase.html b/modules/blox-bootstrap/layouts/partials/views/showcase.html similarity index 96% rename from modules/wowchemy-bootstrap/layouts/partials/views/showcase.html rename to modules/blox-bootstrap/layouts/partials/views/showcase.html index 46102174..6d993686 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/views/showcase.html +++ b/modules/blox-bootstrap/layouts/partials/views/showcase.html @@ -53,7 +53,7 @@
- {{ $resource := partial "wowchemy-core/functions/get_featured_image.html" $item }} + {{ $resource := partial "blox-core/functions/get_featured_image.html" $item }} {{ with $resource }} {{/* Use CSS to expand images to consistent widths rather than just Hugo as Hugo can significantly increase the diff --git a/modules/wowchemy-bootstrap/layouts/partials/widget_page.html b/modules/blox-bootstrap/layouts/partials/widget_page.html similarity index 78% rename from modules/wowchemy-bootstrap/layouts/partials/widget_page.html rename to modules/blox-bootstrap/layouts/partials/widget_page.html index 1ac5c76b..f757a8c6 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/widget_page.html +++ b/modules/blox-bootstrap/layouts/partials/widget_page.html @@ -12,7 +12,7 @@ {{ if not $headless_bundle }} {{ 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 "Add the `/home/index.md` homepage file to each language's content folder. For example, your site should have a `content/home/` folder containing `index.md` and your homepage sections, or for multi-language sites, `content/en/home/` and `content/zh/home/` etc. Refer to the 'Build Your Homepage' and 'Language' documentation at https://wowchemy.com/docs/ and the example homepage at https://github.com/wowchemy/starter-academic/tree/master/exampleSite/content/home/index.md ." }} + {{ warnf "Add the `/home/index.md` homepage file to each language's content folder. For example, your site should have a `content/home/` folder containing `index.md` and your homepage sections, or for multi-language sites, `content/en/home/` and `content/zh/home/` etc. Refer to the 'Build Your Homepage' and 'Language' documentation at https://docs.hugoblox.com/ ." }} {{ end }} {{ else }} {{ $page = .File.Path }} @@ -21,12 +21,12 @@ {{ if not $headless_bundle }} {{ 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-themes/issues/1595#issuecomment-605514973 ." }} + {{ warnf "View the Widget Page documentation at https://hugoblox.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/HugoBlox/hugo-blox-builder/issues/1595#issuecomment-605514973 ." }} {{ end }} {{ end }} -{{/* Load Wowchemy blocks */}} +{{/* Load Hugo Blox */}} {{ range $index, $block := where ( $headless_bundle.Resources.ByType "page" ) ".Params.active" "!=" false }} {{ partial "functions/parse_block_v1" (dict "page" $ "block" $block) }} {{ end }} diff --git a/modules/wowchemy-bootstrap/layouts/project/single.html b/modules/blox-bootstrap/layouts/project/single.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/project/single.html rename to modules/blox-bootstrap/layouts/project/single.html diff --git a/modules/wowchemy-bootstrap/layouts/publication/single.html b/modules/blox-bootstrap/layouts/publication/single.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/publication/single.html rename to modules/blox-bootstrap/layouts/publication/single.html diff --git a/modules/wowchemy-bootstrap/layouts/section/event.html b/modules/blox-bootstrap/layouts/section/event.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/section/event.html rename to modules/blox-bootstrap/layouts/section/event.html diff --git a/modules/wowchemy-bootstrap/layouts/section/post.html b/modules/blox-bootstrap/layouts/section/post.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/section/post.html rename to modules/blox-bootstrap/layouts/section/post.html diff --git a/modules/wowchemy-bootstrap/layouts/section/publication.html b/modules/blox-bootstrap/layouts/section/publication.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/section/publication.html rename to modules/blox-bootstrap/layouts/section/publication.html diff --git a/modules/wowchemy-tailwind/layouts/shortcodes/audio.html b/modules/blox-bootstrap/layouts/shortcodes/audio.html similarity index 91% rename from modules/wowchemy-tailwind/layouts/shortcodes/audio.html rename to modules/blox-bootstrap/layouts/shortcodes/audio.html index 85f4dda0..4c2ee496 100644 --- a/modules/wowchemy-tailwind/layouts/shortcodes/audio.html +++ b/modules/blox-bootstrap/layouts/shortcodes/audio.html @@ -1,9 +1,9 @@ -{{/* Audio Shortcode for Wowchemy. */}} +{{/* Audio Shortcode for Hugo Blox Builder. */}} {{/* Load audio from page dir falling back to media library at `assets/media/` and then to remote URI. */}} {{/* Supports primarily MP3 and MP4. */}} {{/* - Docs: https://wowchemy.com/docs/content/writing-markdown-latex/#audio + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#audio Parameters ---------- diff --git a/modules/wowchemy-bootstrap/layouts/shortcodes/bilibili.html b/modules/blox-bootstrap/layouts/shortcodes/bilibili.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/shortcodes/bilibili.html rename to modules/blox-bootstrap/layouts/shortcodes/bilibili.html diff --git a/modules/wowchemy-bootstrap/layouts/shortcodes/callout.html b/modules/blox-bootstrap/layouts/shortcodes/callout.html similarity index 64% rename from modules/wowchemy-bootstrap/layouts/shortcodes/callout.html rename to modules/blox-bootstrap/layouts/shortcodes/callout.html index a4285a0a..f864cec8 100644 --- a/modules/wowchemy-bootstrap/layouts/shortcodes/callout.html +++ b/modules/blox-bootstrap/layouts/shortcodes/callout.html @@ -1,12 +1,12 @@ {{/* - Docs: https://wowchemy.com/docs/content/writing-markdown-latex/#callouts + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#callouts Parameters ---------- #0 : optional, positional Add the class "alert-{#0}" to the
container of the callout element. - Default Wowchemy available styles are "note" and "warning". - Otherwise you can create your own class (see `assets/scss/wowchemy/elements/_callout.scss`). + Default Hugo Blox Builder available styles are "note" and "warning". + Otherwise you can create your own class (see `assets/scss/blox-bootstrap/elements/_callout.scss`). */}}
diff --git a/modules/wowchemy-bootstrap/layouts/shortcodes/chart.html b/modules/blox-bootstrap/layouts/shortcodes/chart.html similarity index 91% rename from modules/wowchemy-bootstrap/layouts/shortcodes/chart.html rename to modules/blox-bootstrap/layouts/shortcodes/chart.html index 7aa467c5..2732f1e6 100644 --- a/modules/wowchemy-bootstrap/layouts/shortcodes/chart.html +++ b/modules/blox-bootstrap/layouts/shortcodes/chart.html @@ -1,5 +1,5 @@ {{/* - Docs: https://wowchemy.com/docs/content/writing-markdown-latex/#charts + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#charts Parameters ---------- diff --git a/modules/wowchemy-bootstrap/layouts/shortcodes/cite.html b/modules/blox-bootstrap/layouts/shortcodes/cite.html similarity index 81% rename from modules/wowchemy-bootstrap/layouts/shortcodes/cite.html rename to modules/blox-bootstrap/layouts/shortcodes/cite.html index 6036b12e..0f4a7711 100644 --- a/modules/wowchemy-bootstrap/layouts/shortcodes/cite.html +++ b/modules/blox-bootstrap/layouts/shortcodes/cite.html @@ -1,12 +1,12 @@ {{/* - Docs: https://wowchemy.com/docs/content/writing-markdown-latex/#cite + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#cite Parameters ---------- page : required Path to Markdown page to be referenced. view : optional, default "compact" - A built-in Wowchemy view or an installed community view. + A built-in Hugo Blox Builder view or an installed community view. */}} {{ $page := .Page }} diff --git a/modules/wowchemy-bootstrap/layouts/shortcodes/cta.html b/modules/blox-bootstrap/layouts/shortcodes/cta.html similarity index 94% rename from modules/wowchemy-bootstrap/layouts/shortcodes/cta.html rename to modules/blox-bootstrap/layouts/shortcodes/cta.html index 99646078..044304f5 100644 --- a/modules/wowchemy-bootstrap/layouts/shortcodes/cta.html +++ b/modules/blox-bootstrap/layouts/shortcodes/cta.html @@ -1,5 +1,5 @@ {{/* - Docs: https://wowchemy.com/docs/content/writing-markdown-latex/#call-to-action-buttons + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#call-to-action-buttons Parameters ---------- diff --git a/modules/blox-bootstrap/layouts/shortcodes/emoji_list.html b/modules/blox-bootstrap/layouts/shortcodes/emoji_list.html new file mode 100644 index 00000000..9ca28ad5 --- /dev/null +++ b/modules/blox-bootstrap/layouts/shortcodes/emoji_list.html @@ -0,0 +1,5 @@ +{{/* + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#emojis +*/}} + +
{{ .Inner }}
\ No newline at end of file diff --git a/modules/wowchemy-bootstrap/layouts/shortcodes/figure.html b/modules/blox-bootstrap/layouts/shortcodes/figure.html similarity index 97% rename from modules/wowchemy-bootstrap/layouts/shortcodes/figure.html rename to modules/blox-bootstrap/layouts/shortcodes/figure.html index aa633ca0..134b1835 100644 --- a/modules/wowchemy-bootstrap/layouts/shortcodes/figure.html +++ b/modules/blox-bootstrap/layouts/shortcodes/figure.html @@ -1,10 +1,10 @@ -{{/* Figure Shortcode for Wowchemy. */}} +{{/* Figure Shortcode for Hugo Blox Builder. */}} {{/* Load image from page dir falling back to media library at `assets/media/` and then to remote URI. */}} {{/* Note: Uses `{{-` to unindent HTML so that Figure shortcode can be nested within a `{{%` Markdown shortcode, such as Callout, without the HTML being rendered as a Markdown code block. */}} {{/* - Docs: https://wowchemy.com/docs/content/writing-markdown-latex/#single-image + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#single-image Parameters ---------- diff --git a/modules/wowchemy-bootstrap/layouts/shortcodes/gallery.html b/modules/blox-bootstrap/layouts/shortcodes/gallery.html similarity index 92% rename from modules/wowchemy-bootstrap/layouts/shortcodes/gallery.html rename to modules/blox-bootstrap/layouts/shortcodes/gallery.html index 83139031..e674c51a 100644 --- a/modules/wowchemy-bootstrap/layouts/shortcodes/gallery.html +++ b/modules/blox-bootstrap/layouts/shortcodes/gallery.html @@ -1,9 +1,9 @@ -{{/* Gallery Shortcode for Wowchemy. */}} +{{/* Gallery Shortcode for Hugo Blox Builder. */}} {{/* Load gallery images from media library. */}} -{{/* https://github.com/wowchemy/wowchemy-hugo-themes */}} +{{/* https://github.com/HugoBlox/hugo-blox-builder */}} {{/* - Docs: https://wowchemy.com/docs/content/writing-markdown-latex/#image-gallery + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#image-gallery Parameters ---------- diff --git a/modules/wowchemy-bootstrap/layouts/shortcodes/gdocs.html b/modules/blox-bootstrap/layouts/shortcodes/gdocs.html similarity index 81% rename from modules/wowchemy-bootstrap/layouts/shortcodes/gdocs.html rename to modules/blox-bootstrap/layouts/shortcodes/gdocs.html index 0982f4e3..d5d01bb6 100644 --- a/modules/wowchemy-bootstrap/layouts/shortcodes/gdocs.html +++ b/modules/blox-bootstrap/layouts/shortcodes/gdocs.html @@ -1,5 +1,5 @@ {{/* - Docs: https://wowchemy.com/docs/content/writing-markdown-latex/#embed-documents + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#embed-documents Parameters ---------- diff --git a/modules/blox-bootstrap/layouts/shortcodes/hl.html b/modules/blox-bootstrap/layouts/shortcodes/hl.html new file mode 100644 index 00000000..5a6a5677 --- /dev/null +++ b/modules/blox-bootstrap/layouts/shortcodes/hl.html @@ -0,0 +1,5 @@ +{{/* + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#highlight-quote +*/}} + +{{ .Inner | markdownify | emojify }} \ No newline at end of file diff --git a/modules/wowchemy-bootstrap/layouts/shortcodes/icon.html b/modules/blox-bootstrap/layouts/shortcodes/icon.html similarity index 91% rename from modules/wowchemy-bootstrap/layouts/shortcodes/icon.html rename to modules/blox-bootstrap/layouts/shortcodes/icon.html index d3f2ef42..2dafa224 100644 --- a/modules/wowchemy-bootstrap/layouts/shortcodes/icon.html +++ b/modules/blox-bootstrap/layouts/shortcodes/icon.html @@ -1,5 +1,5 @@ {{/* - Docs: https://wowchemy.com/docs/content/writing-markdown-latex/#inline-image + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#inline-image Parameters ---------- diff --git a/modules/wowchemy-bootstrap/layouts/shortcodes/list_categories.html b/modules/blox-bootstrap/layouts/shortcodes/list_categories.html similarity index 72% rename from modules/wowchemy-bootstrap/layouts/shortcodes/list_categories.html rename to modules/blox-bootstrap/layouts/shortcodes/list_categories.html index 1a1c1c38..53c8080d 100644 --- a/modules/wowchemy-bootstrap/layouts/shortcodes/list_categories.html +++ b/modules/blox-bootstrap/layouts/shortcodes/list_categories.html @@ -1,5 +1,5 @@ {{/* - Docs: https://wowchemy.com/docs/content/writing-markdown-latex/#tags-and-categories + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#tags-and-categories */}}
    diff --git a/modules/wowchemy-bootstrap/layouts/shortcodes/list_children.html b/modules/blox-bootstrap/layouts/shortcodes/list_children.html similarity index 91% rename from modules/wowchemy-bootstrap/layouts/shortcodes/list_children.html rename to modules/blox-bootstrap/layouts/shortcodes/list_children.html index a26d6377..50aff9f5 100644 --- a/modules/wowchemy-bootstrap/layouts/shortcodes/list_children.html +++ b/modules/blox-bootstrap/layouts/shortcodes/list_children.html @@ -1,5 +1,5 @@ {{/* - Docs: https://wowchemy.com/docs/content/writing-markdown-latex/#list-child-pages + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#list-child-pages Parameters ---------- diff --git a/modules/wowchemy-bootstrap/layouts/shortcodes/list_tags.html b/modules/blox-bootstrap/layouts/shortcodes/list_tags.html similarity index 71% rename from modules/wowchemy-bootstrap/layouts/shortcodes/list_tags.html rename to modules/blox-bootstrap/layouts/shortcodes/list_tags.html index 86ffcbaa..1ae64a97 100644 --- a/modules/wowchemy-bootstrap/layouts/shortcodes/list_tags.html +++ b/modules/blox-bootstrap/layouts/shortcodes/list_tags.html @@ -1,5 +1,5 @@ {{/* - Docs: https://wowchemy.com/docs/content/writing-markdown-latex/#tags-and-categories + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#tags-and-categories */}}
      diff --git a/modules/blox-bootstrap/layouts/shortcodes/math.html b/modules/blox-bootstrap/layouts/shortcodes/math.html new file mode 100644 index 00000000..b9502be9 --- /dev/null +++ b/modules/blox-bootstrap/layouts/shortcodes/math.html @@ -0,0 +1,5 @@ +{{/* + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#math +*/}} + +{{ .Inner }} \ No newline at end of file diff --git a/modules/wowchemy-tailwind/layouts/shortcodes/mention.html b/modules/blox-bootstrap/layouts/shortcodes/mention.html similarity index 79% rename from modules/wowchemy-tailwind/layouts/shortcodes/mention.html rename to modules/blox-bootstrap/layouts/shortcodes/mention.html index f97374df..33f57813 100644 --- a/modules/wowchemy-tailwind/layouts/shortcodes/mention.html +++ b/modules/blox-bootstrap/layouts/shortcodes/mention.html @@ -1,10 +1,10 @@ {{/* - Docs: https://wowchemy.com/docs/content/writing-markdown-latex/#mention-a-user + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#mention-a-user Parameters ---------- #0 : positional - User account in Wowchemy to mention. + User account in Hugo Blox Builder to mention. */}} {{- $username := .Get 0 -}} diff --git a/modules/wowchemy-tailwind/layouts/shortcodes/spoiler.html b/modules/blox-bootstrap/layouts/shortcodes/spoiler.html similarity index 86% rename from modules/wowchemy-tailwind/layouts/shortcodes/spoiler.html rename to modules/blox-bootstrap/layouts/shortcodes/spoiler.html index 0cb6eca5..fffec463 100644 --- a/modules/wowchemy-tailwind/layouts/shortcodes/spoiler.html +++ b/modules/blox-bootstrap/layouts/shortcodes/spoiler.html @@ -1,5 +1,5 @@ {{/* - Docs: https://wowchemy.com/docs/content/writing-markdown-latex/#toggle-list + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#toggle-list Parameters ---------- diff --git a/modules/wowchemy-bootstrap/layouts/shortcodes/staticref.html b/modules/blox-bootstrap/layouts/shortcodes/staticref.html similarity index 85% rename from modules/wowchemy-bootstrap/layouts/shortcodes/staticref.html rename to modules/blox-bootstrap/layouts/shortcodes/staticref.html index 8c744948..32831994 100644 --- a/modules/wowchemy-bootstrap/layouts/shortcodes/staticref.html +++ b/modules/blox-bootstrap/layouts/shortcodes/staticref.html @@ -1,5 +1,5 @@ {{/* - Docs: https://wowchemy.com/docs/content/writing-markdown-latex/#link-to-a-page + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#link-to-a-page Parameters ---------- #0 : positional diff --git a/modules/wowchemy-bootstrap/layouts/shortcodes/table.html b/modules/blox-bootstrap/layouts/shortcodes/table.html similarity index 92% rename from modules/wowchemy-bootstrap/layouts/shortcodes/table.html rename to modules/blox-bootstrap/layouts/shortcodes/table.html index c1dfe3a4..a93e8cfa 100644 --- a/modules/wowchemy-bootstrap/layouts/shortcodes/table.html +++ b/modules/blox-bootstrap/layouts/shortcodes/table.html @@ -1,9 +1,9 @@ -{{/* Table Shortcode for Wowchemy. */}} +{{/* Table Shortcode for Hugo Blox Builder. */}} {{/* Load a CSV table from page dir falling back back to remote URL */}} {{/* Defaults to expecting a comma-separated CSV with a header row. */}} {{/* - Docs: https://wowchemy.com/docs/content/writing-markdown-latex/#csv-table + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#csv-table Parameters ---------- diff --git a/modules/wowchemy-bootstrap/layouts/shortcodes/toc.html b/modules/blox-bootstrap/layouts/shortcodes/toc.html similarity index 90% rename from modules/wowchemy-bootstrap/layouts/shortcodes/toc.html rename to modules/blox-bootstrap/layouts/shortcodes/toc.html index 64cdb047..aa558bad 100644 --- a/modules/wowchemy-bootstrap/layouts/shortcodes/toc.html +++ b/modules/blox-bootstrap/layouts/shortcodes/toc.html @@ -1,5 +1,5 @@ {{/* - Docs: https://wowchemy.com/docs/content/writing-markdown-latex/#table-of-contents + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#table-of-contents Parameters ---------- diff --git a/modules/wowchemy-tailwind/layouts/shortcodes/video.html b/modules/blox-bootstrap/layouts/shortcodes/video.html similarity index 94% rename from modules/wowchemy-tailwind/layouts/shortcodes/video.html rename to modules/blox-bootstrap/layouts/shortcodes/video.html index 7cafb7a3..6075acfe 100644 --- a/modules/wowchemy-tailwind/layouts/shortcodes/video.html +++ b/modules/blox-bootstrap/layouts/shortcodes/video.html @@ -1,8 +1,8 @@ -{{/* Video Shortcode for Wowchemy. */}} +{{/* Video Shortcode for Hugo Blox. */}} {{/* Load video from page dir falling back to media library at `assets/media/` and then to remote URI. */}} {{/* - Docs: https://wowchemy.com/docs/content/writing-markdown-latex/#videos + Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#videos Parameters ---------- diff --git a/modules/wowchemy-bootstrap/layouts/widget_page/single.html b/modules/blox-bootstrap/layouts/widget_page/single.html similarity index 100% rename from modules/wowchemy-bootstrap/layouts/widget_page/single.html rename to modules/blox-bootstrap/layouts/widget_page/single.html diff --git a/modules/wowchemy-bootstrap/static/webfonts/fa-brands-400.ttf b/modules/blox-bootstrap/static/webfonts/fa-brands-400.ttf similarity index 100% rename from modules/wowchemy-bootstrap/static/webfonts/fa-brands-400.ttf rename to modules/blox-bootstrap/static/webfonts/fa-brands-400.ttf diff --git a/modules/wowchemy-bootstrap/static/webfonts/fa-brands-400.woff2 b/modules/blox-bootstrap/static/webfonts/fa-brands-400.woff2 similarity index 100% rename from modules/wowchemy-bootstrap/static/webfonts/fa-brands-400.woff2 rename to modules/blox-bootstrap/static/webfonts/fa-brands-400.woff2 diff --git a/modules/wowchemy-bootstrap/static/webfonts/fa-regular-400.ttf b/modules/blox-bootstrap/static/webfonts/fa-regular-400.ttf similarity index 100% rename from modules/wowchemy-bootstrap/static/webfonts/fa-regular-400.ttf rename to modules/blox-bootstrap/static/webfonts/fa-regular-400.ttf diff --git a/modules/wowchemy-bootstrap/static/webfonts/fa-regular-400.woff2 b/modules/blox-bootstrap/static/webfonts/fa-regular-400.woff2 similarity index 100% rename from modules/wowchemy-bootstrap/static/webfonts/fa-regular-400.woff2 rename to modules/blox-bootstrap/static/webfonts/fa-regular-400.woff2 diff --git a/modules/wowchemy-bootstrap/static/webfonts/fa-solid-900.ttf b/modules/blox-bootstrap/static/webfonts/fa-solid-900.ttf similarity index 100% rename from modules/wowchemy-bootstrap/static/webfonts/fa-solid-900.ttf rename to modules/blox-bootstrap/static/webfonts/fa-solid-900.ttf diff --git a/modules/wowchemy-bootstrap/static/webfonts/fa-solid-900.woff2 b/modules/blox-bootstrap/static/webfonts/fa-solid-900.woff2 similarity index 100% rename from modules/wowchemy-bootstrap/static/webfonts/fa-solid-900.woff2 rename to modules/blox-bootstrap/static/webfonts/fa-solid-900.woff2 diff --git a/modules/wowchemy-bootstrap/static/webfonts/fa-v4compatibility.ttf b/modules/blox-bootstrap/static/webfonts/fa-v4compatibility.ttf similarity index 100% rename from modules/wowchemy-bootstrap/static/webfonts/fa-v4compatibility.ttf rename to modules/blox-bootstrap/static/webfonts/fa-v4compatibility.ttf diff --git a/modules/wowchemy-bootstrap/static/webfonts/fa-v4compatibility.woff2 b/modules/blox-bootstrap/static/webfonts/fa-v4compatibility.woff2 similarity index 100% rename from modules/wowchemy-bootstrap/static/webfonts/fa-v4compatibility.woff2 rename to modules/blox-bootstrap/static/webfonts/fa-v4compatibility.woff2 diff --git a/modules/wowchemy-bootstrap/theme.toml b/modules/blox-bootstrap/theme.toml similarity index 79% rename from modules/wowchemy-bootstrap/theme.toml rename to modules/blox-bootstrap/theme.toml index 77f117ac..58979cc4 100644 --- a/modules/wowchemy-bootstrap/theme.toml +++ b/modules/blox-bootstrap/theme.toml @@ -1,8 +1,8 @@ -name = "Wowchemy Widget Pages" +name = "Hugo Blox - Bootstrap" license = "MIT" -licenselink = "https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md" +licenselink = "https://github.com/HugoBlox/hugo-blox-builder/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-themes" +homepage = "https://github.com/HugoBlox/hugo-blox-builder" demosite = "https://hugo-academic-pages.netlify.app/" tags = ["widgets", "portfolio", diff --git a/modules/blox-core/README.md b/modules/blox-core/README.md new file mode 100644 index 00000000..a5eeda3b --- /dev/null +++ b/modules/blox-core/README.md @@ -0,0 +1,13 @@ +# blox-core + +Core Hugo Blox Builder utilities and integrations. + +A module for commonalities between the `blox-bootstrap` and `blox-tailwind` UIs. + +## Uses + +Used in the following modules: + +- blox-seo +- blox-bootstrap +- blox-tailwind diff --git a/modules/wowchemy-core/config.yaml b/modules/blox-core/config.yaml similarity index 100% rename from modules/wowchemy-core/config.yaml rename to modules/blox-core/config.yaml diff --git a/modules/blox-core/go.mod b/modules/blox-core/go.mod new file mode 100644 index 00000000..9c10c706 --- /dev/null +++ b/modules/blox-core/go.mod @@ -0,0 +1,3 @@ +module github.com/HugoBlox/hugo-blox-builder/modules/blox-core + +go 1.15 diff --git a/modules/wowchemy-core/layouts/partials/wowchemy-core/functions/get_author_name.html b/modules/blox-core/layouts/partials/blox-core/functions/get_author_name.html similarity index 100% rename from modules/wowchemy-core/layouts/partials/wowchemy-core/functions/get_author_name.html rename to modules/blox-core/layouts/partials/blox-core/functions/get_author_name.html diff --git a/modules/wowchemy-core/layouts/partials/wowchemy-core/functions/get_featured_image.html b/modules/blox-core/layouts/partials/blox-core/functions/get_featured_image.html similarity index 100% rename from modules/wowchemy-core/layouts/partials/wowchemy-core/functions/get_featured_image.html rename to modules/blox-core/layouts/partials/blox-core/functions/get_featured_image.html diff --git a/modules/wowchemy-core/layouts/partials/wowchemy-core/functions/get_hook.html b/modules/blox-core/layouts/partials/blox-core/functions/get_hook.html similarity index 100% rename from modules/wowchemy-core/layouts/partials/wowchemy-core/functions/get_hook.html rename to modules/blox-core/layouts/partials/blox-core/functions/get_hook.html diff --git a/modules/wowchemy-core/layouts/partials/wowchemy-core/functions/get_icon.html b/modules/blox-core/layouts/partials/blox-core/functions/get_icon.html similarity index 100% rename from modules/wowchemy-core/layouts/partials/wowchemy-core/functions/get_icon.html rename to modules/blox-core/layouts/partials/blox-core/functions/get_icon.html diff --git a/modules/wowchemy-core/layouts/partials/wowchemy-core/functions/get_logo.html b/modules/blox-core/layouts/partials/blox-core/functions/get_logo.html similarity index 100% rename from modules/wowchemy-core/layouts/partials/wowchemy-core/functions/get_logo.html rename to modules/blox-core/layouts/partials/blox-core/functions/get_logo.html diff --git a/modules/wowchemy-core/layouts/partials/wowchemy-core/functions/get_logo_url.html b/modules/blox-core/layouts/partials/blox-core/functions/get_logo_url.html similarity index 57% rename from modules/wowchemy-core/layouts/partials/wowchemy-core/functions/get_logo_url.html rename to modules/blox-core/layouts/partials/blox-core/functions/get_logo_url.html index e4db23a1..4c2eb8a2 100644 --- a/modules/wowchemy-core/layouts/partials/wowchemy-core/functions/get_logo_url.html +++ b/modules/blox-core/layouts/partials/blox-core/functions/get_logo_url.html @@ -4,9 +4,9 @@ {{ $logo_url := "" }} {{ if resources.Get "media/logo.png" | or (resources.Get "media/logo.svg") }} - {{ $logo_url = (partial "wowchemy-core/functions/get_logo" (dict "constraint" "fit" "size" 192)).Permalink }} + {{ $logo_url = (partial "blox-core/functions/get_logo" (dict "constraint" "fit" "size" 192)).Permalink }} {{ else }} - {{ $logo_url = (partial "wowchemy-core/functions/get_icon" 192).Permalink }} + {{ $logo_url = (partial "blox-core/functions/get_icon" 192).Permalink }} {{ end }} {{ return $logo_url }} diff --git a/modules/wowchemy-core/layouts/partials/wowchemy-core/functions/get_page_title.html b/modules/blox-core/layouts/partials/blox-core/functions/get_page_title.html similarity index 100% rename from modules/wowchemy-core/layouts/partials/wowchemy-core/functions/get_page_title.html rename to modules/blox-core/layouts/partials/blox-core/functions/get_page_title.html diff --git a/modules/wowchemy-core/layouts/partials/wowchemy-core/functions/get_sort_by_parameter.html b/modules/blox-core/layouts/partials/blox-core/functions/get_sort_by_parameter.html similarity index 71% rename from modules/wowchemy-core/layouts/partials/wowchemy-core/functions/get_sort_by_parameter.html rename to modules/blox-core/layouts/partials/blox-core/functions/get_sort_by_parameter.html index 2d29519d..d0ceec65 100644 --- a/modules/wowchemy-core/layouts/partials/wowchemy-core/functions/get_sort_by_parameter.html +++ b/modules/blox-core/layouts/partials/blox-core/functions/get_sort_by_parameter.html @@ -1,14 +1,14 @@ -{{/* Uniform 'sort_by' parameter between built-in Hugo and Wowchemy ones */}} +{{/* Uniform 'sort_by' parameter between built-in Hugo and Hugo Blox Builder ones */}} {{/* Input: 'sort_by' parameter (string) */}} {{/* Output: fixed 'sort_by' parameter (string) */}} {{/* Fix the 'sort_by' parameter, by adding "Params." as prefix if it is not a built-in Hugo parameter. - Since Wowchemy parameters are all standardised to lowercase-underscore convention, we: + Since Hugo Blox Builder parameters are all standardised to lowercase-underscore convention, we: - remove any leading ".": ".Date" is the same as "Date" - check the first letter: - if it is capitalized, then we have a built-in Hugo parameter, and we do nothing - - otherwise, it is a custom Wowchemy parameter, and we add "Params." as prefix + - otherwise, it is a custom Hugo Blox Builder parameter, and we add "Params." as prefix This logic should also be backward compatible, since "Params.my_param" is not modified. */}} @@ -21,4 +21,4 @@ {{ $param = printf "Params.%s" $param }} {{ end }} -{{ return $param }} \ No newline at end of file +{{ return $param }} diff --git a/modules/wowchemy-core/layouts/shortcodes/dependencies.html b/modules/blox-core/layouts/shortcodes/dependencies.html similarity index 100% rename from modules/wowchemy-core/layouts/shortcodes/dependencies.html rename to modules/blox-core/layouts/shortcodes/dependencies.html diff --git a/modules/wowchemy-plugin-decap-cms/README.md b/modules/blox-plugin-decap-cms/README.md similarity index 71% rename from modules/wowchemy-plugin-decap-cms/README.md rename to modules/blox-plugin-decap-cms/README.md index 9bb9d971..d624ef14 100644 --- a/modules/wowchemy-plugin-decap-cms/README.md +++ b/modules/blox-plugin-decap-cms/README.md @@ -1,17 +1,17 @@ # Decap CMS -A Content Management System (CMS) for the [Wowchemy](https://wowchemy.com) website builder. +A Content Management System (CMS) for the [Hugo Blox](https://hugoblox.com) website builder. Built upon the open source [Decap CMS](https://decapcms.org/) and [Netlify Identity](https://docs.netlify.com/visitor-access/identity/#enable-identity-in-the-ui) projects. ## Install -1. Edit `config/_default/config.yaml` to install the `wowchemy-plugin-decap-cms` module: +1. Edit `config/_default/config.yaml` to install the `blox-plugin-decap-cms` module: ```yaml module: imports: - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-decap-cms + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-decap-cms ``` 2. Create a `content/admin/index.md` file containing: diff --git a/modules/wowchemy-plugin-decap-cms/config.yaml b/modules/blox-plugin-decap-cms/config.yaml similarity index 100% rename from modules/wowchemy-plugin-decap-cms/config.yaml rename to modules/blox-plugin-decap-cms/config.yaml diff --git a/modules/wowchemy-plugin-decap-cms/data/decap_cms_config.yaml b/modules/blox-plugin-decap-cms/data/decap_cms_config.yaml similarity index 98% rename from modules/wowchemy-plugin-decap-cms/data/decap_cms_config.yaml rename to modules/blox-plugin-decap-cms/data/decap_cms_config.yaml index 7fc073e2..e549edbc 100644 --- a/modules/wowchemy-plugin-decap-cms/data/decap_cms_config.yaml +++ b/modules/blox-plugin-decap-cms/data/decap_cms_config.yaml @@ -45,7 +45,7 @@ collections: - {label: "Regular", value: "far"} - {label: "Brand", value: "fab"} - {label: "Academic", value: "ai"} - - {label: Icon (see https://wowchemy.com/docs/page-builder/#icons), name: icon, widget: string} + - {label: Icon (see https://hugoblox.com/docs/page-builder/#icons), name: icon, widget: string} - {label: Label (tooltip), name: label, widget: string, required: false} - label: Display in About widget and... name: display @@ -195,7 +195,7 @@ collections: - {label: "Regular", value: "far"} - {label: "Brand", value: "fab"} - {label: "Academic", value: "ai"} - - {label: "Icon (see https://wowchemy.com/docs/page-builder/#icons)", name: icon, widget: string, required: false} + - {label: "Icon (see https://hugoblox.com/docs/page-builder/#icons)", name: icon, widget: string, required: false} - label: "Featured Image" name: "image" required: false @@ -245,7 +245,7 @@ collections: - {label: "Regular", value: "far"} - {label: "Brand", value: "fab"} - {label: "Academic", value: "ai"} - - {label: "Icon (see https://wowchemy.com/docs/page-builder/#icons)", name: icon, widget: string, required: false} + - {label: "Icon (see https://hugoblox.com/docs/page-builder/#icons)", name: icon, widget: string, required: false} - {label: "Event", name: "event", widget: "string"} - {label: "Event link", name: "event_url", widget: "string"} - {label: "Publish this page on", name: "publishDate", widget: "datetime"} diff --git a/modules/wowchemy-plugin-decap-cms/functions/generate.html b/modules/blox-plugin-decap-cms/functions/generate.html similarity index 100% rename from modules/wowchemy-plugin-decap-cms/functions/generate.html rename to modules/blox-plugin-decap-cms/functions/generate.html diff --git a/modules/wowchemy-plugin-decap-cms/functions/parse.html b/modules/blox-plugin-decap-cms/functions/parse.html similarity index 100% rename from modules/wowchemy-plugin-decap-cms/functions/parse.html rename to modules/blox-plugin-decap-cms/functions/parse.html diff --git a/modules/blox-plugin-decap-cms/go.mod b/modules/blox-plugin-decap-cms/go.mod new file mode 100644 index 00000000..75ab8e1f --- /dev/null +++ b/modules/blox-plugin-decap-cms/go.mod @@ -0,0 +1,3 @@ +module github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-decap-cms + +go 1.15 diff --git a/modules/blox-plugin-decap-cms/templates/single.decap_cms_config.yml b/modules/blox-plugin-decap-cms/templates/single.decap_cms_config.yml new file mode 100644 index 00000000..15dc8dce --- /dev/null +++ b/modules/blox-plugin-decap-cms/templates/single.decap_cms_config.yml @@ -0,0 +1,3 @@ +{{- with partialCached "mod-decap-cms/generate" . "mod-decap-cms/generate" -}} + {{- . }} +{{- end -}} diff --git a/modules/wowchemy-plugin-decap-cms/templates/single.html b/modules/blox-plugin-decap-cms/templates/single.html similarity index 100% rename from modules/wowchemy-plugin-decap-cms/templates/single.html rename to modules/blox-plugin-decap-cms/templates/single.html diff --git a/modules/wowchemy-plugin-netlify/README.md b/modules/blox-plugin-netlify/README.md similarity index 73% rename from modules/wowchemy-plugin-netlify/README.md rename to modules/blox-plugin-netlify/README.md index 3f48ff4b..49fff464 100644 --- a/modules/wowchemy-plugin-netlify/README.md +++ b/modules/blox-plugin-netlify/README.md @@ -1,4 +1,4 @@ -# Wowchemy Plugin for Netlify +# Hugo Plugin for Netlify A build plugin to integrate your Hugo site seamlessly with Netlify. @@ -8,12 +8,12 @@ By default, the plugin will help secure your site with some common security head ## Install -1. Edit `config/_default/config.yaml` to install the `wowchemy-plugin-netlify` module: +1. Edit `config/_default/config.yaml` to install the `blox-plugin-netlify` module: ```yaml module: imports: - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify ``` 2. Tell Hugo to generate the Netlify `headers` and `redirects` files by adding them to Hugo's `outputs` config. For example, @@ -25,4 +25,4 @@ By default, the plugin will help secure your site with some common security head ## Configure -- 📚 [View the **documentation**](https://wowchemy.com/docs/hugo-tutorials/security/) +- 📚 [View the **documentation**](https://hugoblox.com/docs/hugo-tutorials/security/) diff --git a/modules/wowchemy-plugin-netlify/config.yaml b/modules/blox-plugin-netlify/config.yaml similarity index 100% rename from modules/wowchemy-plugin-netlify/config.yaml rename to modules/blox-plugin-netlify/config.yaml diff --git a/modules/blox-plugin-netlify/go.mod b/modules/blox-plugin-netlify/go.mod new file mode 100644 index 00000000..c3df0ec3 --- /dev/null +++ b/modules/blox-plugin-netlify/go.mod @@ -0,0 +1,3 @@ +module github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify + +go 1.15 diff --git a/modules/wowchemy-plugin-netlify/src/layouts/index.headers b/modules/blox-plugin-netlify/src/layouts/index.headers similarity index 94% rename from modules/wowchemy-plugin-netlify/src/layouts/index.headers rename to modules/blox-plugin-netlify/src/layouts/index.headers index a594b05b..206da0d7 100644 --- a/modules/wowchemy-plugin-netlify/src/layouts/index.headers +++ b/modules/blox-plugin-netlify/src/layouts/index.headers @@ -5,7 +5,7 @@ {{- $permissions_policy := site.Params.security.permissions.policy | default $default_perms -}} # Netlify headers # Automatically generated -# Documentation: https://wowchemy.com/docs/hugo-tutorials/security/ +# Documentation: https://hugoblox.com/docs/hugo-tutorials/security/ /* {{if not $allow_frame}}X-Frame-Options: DENY{{end}} X-XSS-Protection: 1; mode=block diff --git a/modules/wowchemy-plugin-netlify/src/layouts/index.redirects b/modules/blox-plugin-netlify/src/layouts/index.redirects similarity index 100% rename from modules/wowchemy-plugin-netlify/src/layouts/index.redirects rename to modules/blox-plugin-netlify/src/layouts/index.redirects diff --git a/modules/wowchemy-plugin-reveal/README.md b/modules/blox-plugin-reveal/README.md similarity index 57% rename from modules/wowchemy-plugin-reveal/README.md rename to modules/blox-plugin-reveal/README.md index 736dbe88..cc08b953 100644 --- a/modules/wowchemy-plugin-reveal/README.md +++ b/modules/blox-plugin-reveal/README.md @@ -1,6 +1,6 @@ -# wowchemy-plugin-reveal +# blox-plugin-reveal -A Wowchemy/Hugo plugin for [Reveal.JS](https://revealjs.com/). +A Hugo plugin for [Reveal.JS](https://revealjs.com/). Empowers you to easily create, share, and present slide decks using the open, future-proof Markdown standard. @@ -13,9 +13,9 @@ Supports math, syntax highlighting, diagrams, speaker notes, and much more! ```yaml module: imports: - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal ``` ## Usage -[View the documentation](https://wowchemy.com/docs/content/slides/) +[View the documentation](https://hugoblox.com/docs/content/slides/) diff --git a/modules/wowchemy-plugin-reveal/assets/css/libs/chroma/dracula.css b/modules/blox-plugin-reveal/assets/css/libs/chroma/dracula.css similarity index 100% rename from modules/wowchemy-plugin-reveal/assets/css/libs/chroma/dracula.css rename to modules/blox-plugin-reveal/assets/css/libs/chroma/dracula.css diff --git a/modules/wowchemy-plugin-reveal/assets/css/libs/chroma/github-dark.css b/modules/blox-plugin-reveal/assets/css/libs/chroma/github-dark.css similarity index 100% rename from modules/wowchemy-plugin-reveal/assets/css/libs/chroma/github-dark.css rename to modules/blox-plugin-reveal/assets/css/libs/chroma/github-dark.css diff --git a/modules/wowchemy-plugin-reveal/assets/css/libs/chroma/github-light.css b/modules/blox-plugin-reveal/assets/css/libs/chroma/github-light.css similarity index 100% rename from modules/wowchemy-plugin-reveal/assets/css/libs/chroma/github-light.css rename to modules/blox-plugin-reveal/assets/css/libs/chroma/github-light.css diff --git a/modules/wowchemy-plugin-reveal/assets/js/wowchemy-slides.js b/modules/blox-plugin-reveal/assets/js/wowchemy-slides.js similarity index 96% rename from modules/wowchemy-plugin-reveal/assets/js/wowchemy-slides.js rename to modules/blox-plugin-reveal/assets/js/wowchemy-slides.js index 79cb5ca2..15400f33 100644 --- a/modules/wowchemy-plugin-reveal/assets/js/wowchemy-slides.js +++ b/modules/blox-plugin-reveal/assets/js/wowchemy-slides.js @@ -1,6 +1,6 @@ /************************************************* - * Wowchemy - https://wowchemy.com/ - * License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md + * Hugo Blox Builder - https://hugoblox.com/ + * License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md * * Reveal.JS integration **************************************************/ diff --git a/modules/wowchemy-plugin-reveal/config.yaml b/modules/blox-plugin-reveal/config.yaml similarity index 60% rename from modules/wowchemy-plugin-reveal/config.yaml rename to modules/blox-plugin-reveal/config.yaml index 4df424ea..8e0d963b 100644 --- a/modules/wowchemy-plugin-reveal/config.yaml +++ b/modules/blox-plugin-reveal/config.yaml @@ -5,4 +5,4 @@ module: - source: layouts target: layouts imports: - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-core diff --git a/modules/blox-plugin-reveal/go.mod b/modules/blox-plugin-reveal/go.mod new file mode 100644 index 00000000..6ea12a29 --- /dev/null +++ b/modules/blox-plugin-reveal/go.mod @@ -0,0 +1,5 @@ +module github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal + +go 1.15 + +require github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.2.1-0.20231101183355-53a94b591ea8 diff --git a/modules/wowchemy-plugin-reveal/layouts/partials/slides.html b/modules/blox-plugin-reveal/layouts/partials/slides.html similarity index 100% rename from modules/wowchemy-plugin-reveal/layouts/partials/slides.html rename to modules/blox-plugin-reveal/layouts/partials/slides.html diff --git a/modules/wowchemy-plugin-reveal/layouts/shortcodes/fragment.html b/modules/blox-plugin-reveal/layouts/shortcodes/fragment.html similarity index 100% rename from modules/wowchemy-plugin-reveal/layouts/shortcodes/fragment.html rename to modules/blox-plugin-reveal/layouts/shortcodes/fragment.html diff --git a/modules/wowchemy-plugin-reveal/layouts/shortcodes/slide.html b/modules/blox-plugin-reveal/layouts/shortcodes/slide.html similarity index 100% rename from modules/wowchemy-plugin-reveal/layouts/shortcodes/slide.html rename to modules/blox-plugin-reveal/layouts/shortcodes/slide.html diff --git a/modules/wowchemy-plugin-reveal/layouts/shortcodes/speaker_note.html b/modules/blox-plugin-reveal/layouts/shortcodes/speaker_note.html similarity index 100% rename from modules/wowchemy-plugin-reveal/layouts/shortcodes/speaker_note.html rename to modules/blox-plugin-reveal/layouts/shortcodes/speaker_note.html diff --git a/modules/wowchemy-plugin-reveal/layouts/slides/baseof.html b/modules/blox-plugin-reveal/layouts/slides/baseof.html similarity index 93% rename from modules/wowchemy-plugin-reveal/layouts/slides/baseof.html rename to modules/blox-plugin-reveal/layouts/slides/baseof.html index 02f64e10..3f0a7896 100644 --- a/modules/wowchemy-plugin-reveal/layouts/slides/baseof.html +++ b/modules/blox-plugin-reveal/layouts/slides/baseof.html @@ -10,14 +10,14 @@ - + {{ with site.Home.OutputFormats.Get "WebAppManifest" }} {{ end }} - - + + diff --git a/modules/wowchemy-plugin-reveal/layouts/slides/list.html b/modules/blox-plugin-reveal/layouts/slides/list.html similarity index 100% rename from modules/wowchemy-plugin-reveal/layouts/slides/list.html rename to modules/blox-plugin-reveal/layouts/slides/list.html diff --git a/modules/wowchemy-plugin-reveal/layouts/slides/single.html b/modules/blox-plugin-reveal/layouts/slides/single.html similarity index 100% rename from modules/wowchemy-plugin-reveal/layouts/slides/single.html rename to modules/blox-plugin-reveal/layouts/slides/single.html diff --git a/modules/blox-seo/README.md b/modules/blox-seo/README.md new file mode 100644 index 00000000..19a8628d --- /dev/null +++ b/modules/blox-seo/README.md @@ -0,0 +1,27 @@ +# blox-seo + +A Hugo plugin for [Search Engine Optimisation (SEO)](https://hugoblox.com/docs/hugo-tutorials/seo/), site verification, and [analytics](https://hugoblox.com/docs/hugo-tutorials/analytics/). + +## Install + +The `blox-bootstrap` module will automatically include the SEO module in your site so you don't have to. + +Otherwise, if you are not using the `blox-bootstrap` module, you can get SEO features for your Hugo site by following the guide below: + +1. Add the module to your `config/_default/config.yaml`: + + ```yaml + module: + imports: + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-seo + ``` + +2. If you're not using the `blox-bootstrap` module, load the SEO module in your site's `` with: + + ```go + {{ partial "blox_seo" . }} + ``` + +## Usage + +[View the documentation](https://hugoblox.com/docs/hugo-tutorials/seo/) diff --git a/modules/wowchemy-seo/assets/media/icon.png b/modules/blox-seo/assets/media/icon.png similarity index 100% rename from modules/wowchemy-seo/assets/media/icon.png rename to modules/blox-seo/assets/media/icon.png diff --git a/modules/wowchemy-seo/config.yaml b/modules/blox-seo/config.yaml similarity index 65% rename from modules/wowchemy-seo/config.yaml rename to modules/blox-seo/config.yaml index 1aa622ea..609f873d 100644 --- a/modules/wowchemy-seo/config.yaml +++ b/modules/blox-seo/config.yaml @@ -7,4 +7,4 @@ module: - source: layouts target: layouts imports: - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-core diff --git a/modules/blox-seo/go.mod b/modules/blox-seo/go.mod new file mode 100644 index 00000000..66a5de53 --- /dev/null +++ b/modules/blox-seo/go.mod @@ -0,0 +1,5 @@ +module github.com/HugoBlox/hugo-blox-builder/modules/blox-seo + +go 1.15 + +require github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.2.1-0.20231101183355-53a94b591ea8 diff --git a/modules/wowchemy-seo/layouts/_default/_markup/sitemap.xml b/modules/blox-seo/layouts/_default/_markup/sitemap.xml similarity index 100% rename from modules/wowchemy-seo/layouts/_default/_markup/sitemap.xml rename to modules/blox-seo/layouts/_default/_markup/sitemap.xml diff --git a/modules/wowchemy-seo/layouts/index.webmanifest b/modules/blox-seo/layouts/index.webmanifest similarity index 77% rename from modules/wowchemy-seo/layouts/index.webmanifest rename to modules/blox-seo/layouts/index.webmanifest index 2b2b2ae1..c352da93 100644 --- a/modules/wowchemy-seo/layouts/index.webmanifest +++ b/modules/blox-seo/layouts/index.webmanifest @@ -7,11 +7,11 @@ "theme_color": "{{ $theme_color }}", "background_color": "{{ $theme_color }}", "icons": [{ - "src": "{{ (partial "wowchemy-core/functions/get_icon" 192).RelPermalink }}", + "src": "{{ (partial "blox-core/functions/get_icon" 192).RelPermalink }}", "sizes": "192x192", "type": "image/png" }, { - "src": "{{ (partial "wowchemy-core/functions/get_icon" 512).RelPermalink }}", + "src": "{{ (partial "blox-core/functions/get_icon" 512).RelPermalink }}", "sizes": "512x512", "type": "image/png" }], diff --git a/modules/wowchemy-seo/layouts/partials/analytics/baidu_tongji.html b/modules/blox-seo/layouts/partials/analytics/baidu_tongji.html similarity index 100% rename from modules/wowchemy-seo/layouts/partials/analytics/baidu_tongji.html rename to modules/blox-seo/layouts/partials/analytics/baidu_tongji.html diff --git a/modules/wowchemy-seo/layouts/partials/analytics/google_analytics.html b/modules/blox-seo/layouts/partials/analytics/google_analytics.html similarity index 100% rename from modules/wowchemy-seo/layouts/partials/analytics/google_analytics.html rename to modules/blox-seo/layouts/partials/analytics/google_analytics.html diff --git a/modules/wowchemy-seo/layouts/partials/analytics/google_tag_manager.html b/modules/blox-seo/layouts/partials/analytics/google_tag_manager.html similarity index 100% rename from modules/wowchemy-seo/layouts/partials/analytics/google_tag_manager.html rename to modules/blox-seo/layouts/partials/analytics/google_tag_manager.html diff --git a/modules/wowchemy-seo/layouts/partials/analytics/main.html b/modules/blox-seo/layouts/partials/analytics/main.html similarity index 100% rename from modules/wowchemy-seo/layouts/partials/analytics/main.html rename to modules/blox-seo/layouts/partials/analytics/main.html diff --git a/modules/wowchemy-seo/layouts/partials/analytics/microsoft_clarity.html b/modules/blox-seo/layouts/partials/analytics/microsoft_clarity.html similarity index 100% rename from modules/wowchemy-seo/layouts/partials/analytics/microsoft_clarity.html rename to modules/blox-seo/layouts/partials/analytics/microsoft_clarity.html diff --git a/modules/wowchemy-seo/layouts/partials/wowchemy_seo.html b/modules/blox-seo/layouts/partials/blox_seo.html similarity index 100% rename from modules/wowchemy-seo/layouts/partials/wowchemy_seo.html rename to modules/blox-seo/layouts/partials/blox_seo.html diff --git a/modules/wowchemy-seo/layouts/partials/jsonld/article.html b/modules/blox-seo/layouts/partials/jsonld/article.html similarity index 80% rename from modules/wowchemy-seo/layouts/partials/jsonld/article.html rename to modules/blox-seo/layouts/partials/jsonld/article.html index e77c42c7..d3d98a46 100644 --- a/modules/wowchemy-seo/layouts/partials/jsonld/article.html +++ b/modules/blox-seo/layouts/partials/jsonld/article.html @@ -1,6 +1,6 @@ {{- $page := .page }} {{ $summary := .summary }} -{{ $featured_image := partial "wowchemy-core/functions/get_featured_image.html" $page }} +{{ $featured_image := partial "blox-core/functions/get_featured_image.html" $page }} {{/* Get schema type. */}} {{ $schema := "Article" }} @@ -8,9 +8,9 @@ {{ $schema = "BlogPosting" }} {{ end }} -{{ $author := partial "wowchemy-core/functions/get_author_name" $page }} +{{ $author := partial "blox-core/functions/get_author_name" $page }} {{ $publisher := site.Params.marketing.seo.org_name | default site.Title }} -{{ $logo_url := partial "wowchemy-core/functions/get_logo_url" $page -}} +{{ $logo_url := partial "blox-core/functions/get_logo_url" $page -}} +Star Wowchemy Website Builder for Hugo
      Star the Online Course template diff --git a/starters/course/content/home/people.md b/starters/course/content/home/people.md index 0a36464b..1616d8de 100644 --- a/starters/course/content/home/people.md +++ b/starters/course/content/home/people.md @@ -1,6 +1,6 @@ --- # An instance of the People widget. -# Documentation: https://wowchemy.com/docs/page-builder/ +# Documentation: https://hugoblox.com/docs/page-builder/ widget: people # This file represents a page section. diff --git a/starters/course/content/post/20-12-02-ICML-best-paper/index.md b/starters/course/content/post/20-12-02-ICML-best-paper/index.md index 607ee966..b5242fea 100644 --- a/starters/course/content/post/20-12-02-ICML-best-paper/index.md +++ b/starters/course/content/post/20-12-02-ICML-best-paper/index.md @@ -1,9 +1,9 @@ --- -title: Jian Yang and Monica Hall Win the Best Paper Award at Wowchemy 2020 +title: Jian Yang and Monica Hall Win the Best Paper Award at Hugo Blox 2023 date: 2020-12-02 --- -Congratulations to Jian Yang and Monica Hall for winning the Best Paper Award at the 2020 Conference on Wowchemy for their paper “Learning Wowchemy”. +Congratulations to Jian Yang and Monica Hall for winning the Best Paper Award at the 2023 Conference on Hugo Blox for their paper “Learning Hugo Blox”. diff --git a/starters/course/go.mod b/starters/course/go.mod index c90d75bc..a33f0833 100644 --- a/starters/course/go.mod +++ b/starters/course/go.mod @@ -1,9 +1,9 @@ -module github.com/wowchemy/starter-hugo-online-course +module my_website go 1.15 require ( - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 v5.9.2 - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.1-0.20231102163809-66b38685ac69 - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.1-0.20231102163809-66b38685ac69 + 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 ) diff --git a/starters/documentation/.github/FUNDING.yml b/starters/documentation/.github/FUNDING.yml index a8056929..2ed14d29 100644 --- a/starters/documentation/.github/FUNDING.yml +++ b/starters/documentation/.github/FUNDING.yml @@ -1,2 +1,2 @@ github: gcushen -custom: https://wowchemy.com/sponsor/ +custom: https://hugoblox.com/sponsor/ diff --git a/starters/documentation/README.md b/starters/documentation/README.md index 9a1c3fcc..23dbf302 100644 --- a/starters/documentation/README.md +++ b/starters/documentation/README.md @@ -1,25 +1,25 @@ # [Hugo Documentation Theme](https://github.com/wowchemy/hugo-documentation-theme) -[![Screenshot](./preview.png)](https://wowchemy.com/hugo-themes/) +[![Screenshot](./preview.png)](https://hugoblox.com/hugo-themes/) The **Documentation** starter template empowers you to easily create **product documentation**, **digital books**, **personal notes**, and **knowledge bases**. -[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://wowchemy.com/hugo-themes/) +[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://hugoblox.com/hugo-themes/) [![Discord](https://img.shields.io/discord/722225264733716590?style=for-the-badge)](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138) -[![Twitter Follow](https://img.shields.io/twitter/follow/wowchemy?label=Follow%20on%20Twitter)](https://twitter.com/wowchemy) +[![Twitter Follow](https://img.shields.io/twitter/follow/GetResearchDev?label=Follow%20on%20Twitter)](https://twitter.com/wowchemy) -[Check out the latest demo](https://wowchemy.com/docs/) of what you'll get in less than 10 minutes, or [get inspired by how others are using this template](https://wowchemy.com/creators/). +[Check out the latest demo](https://hugoblox.com/docs/) of what you'll get in less than 10 minutes, or [get inspired by how others are using this template](https://hugoblox.com/creators/). -The integrated [**Wowchemy**](https://wowchemy.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. +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://wowchemy.com/hugo-themes/) -- 📚 [View the **documentation**](https://wowchemy.com/docs/) +- 👉 [**Get Started**](https://hugoblox.com/hugo-themes/) +- 📚 [View the **documentation**](https://hugoblox.com/docs/) - 💬 [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/wowchemy/hugo-academic-cli) +- ⬇️ **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/wowchemy/wowchemy-hugo-themes/blob/main/CONTRIBUTING.md) or [suggest improvements](https://github.com/wowchemy/wowchemy-hugo-themes/issues) -- ⬆️ **Updating?** View the [Update Guide](https://wowchemy.com/docs/hugo-tutorials/update/) and [Release Notes](https://github.com/wowchemy/wowchemy-hugo-themes/releases) +- 🚀 [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) ## We ask you, humbly, to support this open source movement diff --git a/starters/documentation/config/_default/config.yaml b/starters/documentation/config/_default/config.yaml index 6c405709..61b349ff 100644 --- a/starters/documentation/config/_default/config.yaml +++ b/starters/documentation/config/_default/config.yaml @@ -1,5 +1,5 @@ # Configuration of Hugo -# Guide: https://wowchemy.com/docs/getting-started/ +# Guide: https://hugoblox.com/docs/getting-started/ # 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/ @@ -32,9 +32,9 @@ removePathAccents: true module: imports: - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify-cms + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 ############################ ## ADVANCED diff --git a/starters/documentation/config/_default/languages.yaml b/starters/documentation/config/_default/languages.yaml index 40884cc1..1f57cdf5 100644 --- a/starters/documentation/config/_default/languages.yaml +++ b/starters/documentation/config/_default/languages.yaml @@ -1,6 +1,6 @@ # Languages # Create a section for each of your site's languages. -# Documentation: https://wowchemy.com/docs/guide/language/ +# Documentation: https://hugoblox.com/docs/guide/language/ # Default language en: diff --git a/starters/documentation/config/_default/params.yaml b/starters/documentation/config/_default/params.yaml index 742c7936..65079945 100644 --- a/starters/documentation/config/_default/params.yaml +++ b/starters/documentation/config/_default/params.yaml @@ -1,6 +1,6 @@ # SITE SETUP -# Guide: https://wowchemy.com/docs/getting-started/ -# Documentation: https://wowchemy.com/docs/ +# Guide: https://hugoblox.com/docs/getting-started/ +# Documentation: https://hugoblox.com/docs/ # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ # Appearance diff --git a/starters/documentation/content/home/hero.md b/starters/documentation/content/home/hero.md index fa25b737..4e901442 100644 --- a/starters/documentation/content/home/hero.md +++ b/starters/documentation/content/home/hero.md @@ -24,8 +24,8 @@ cta_note: --- -Published with the [Wowchemy Website Builder](https://wowchemy.com/) for Hugo. +Published with the [Wowchemy Website Builder](https://hugoblox.com/) for Hugo. Write something interesting about your project here. -Star Wowchemy Website Builder for Hugo
      Star the Hugo Documentation Theme +Star Wowchemy Website Builder for Hugo
      Star the Hugo Documentation Theme diff --git a/starters/documentation/go.mod b/starters/documentation/go.mod index 7be8971d..40de7bdc 100644 --- a/starters/documentation/go.mod +++ b/starters/documentation/go.mod @@ -3,7 +3,7 @@ module github.com/wowchemy/hugo-documentation-theme go 1.15 require ( - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 v5.9.2 - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.1-0.20231102163809-66b38685ac69 - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.1-0.20231102163809-66b38685ac69 + 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 ) diff --git a/starters/link-in-bio/.github/FUNDING.yml b/starters/link-in-bio/.github/FUNDING.yml index a8056929..2ed14d29 100644 --- a/starters/link-in-bio/.github/FUNDING.yml +++ b/starters/link-in-bio/.github/FUNDING.yml @@ -1,2 +1,2 @@ github: gcushen -custom: https://wowchemy.com/sponsor/ +custom: https://hugoblox.com/sponsor/ diff --git a/starters/link-in-bio/README.md b/starters/link-in-bio/README.md index c08a69ff..6d9dee21 100644 --- a/starters/link-in-bio/README.md +++ b/starters/link-in-bio/README.md @@ -1,6 +1,6 @@ # [Fast & Flexible Link In Bio Theme](https://github.com/wowchemy/hugo-link-in-bio-theme) -[![Screenshot](./.github/preview.webp)](https://wowchemy.com/templates/) +[![Screenshot](./.github/preview.webp)](https://hugoblox.com/templates/) The **Fast & Flexible Link In Bio Template** empowers you to easily create a personalized and customizable page that houses all the important links that you want to share with your audience. @@ -8,22 +8,22 @@ It's a link-in-bio solution that can be used on social platforms like Instagram, ️**Trusted by 250,000+ creators, researchers, and educators.** Highly customizable via the integrated **no-code, widget-based Wowchemy page builder**, making every site truly personalized ⭐⭐⭐⭐⭐ -[Check out the latest demo](https://link-in-bio-theme.netlify.app) of what you'll get in less than 5 minutes, or [view the showcase](https://wowchemy.com/creators/). +[Check out the latest demo](https://link-in-bio-theme.netlify.app) of what you'll get in less than 5 minutes, or [view the showcase](https://hugoblox.com/creators/). -[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://wowchemy.com/templates/) +[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://hugoblox.com/templates/) [![Discord](https://img.shields.io/discord/722225264733716590?style=for-the-badge)](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138) -[![Twitter Follow](https://img.shields.io/twitter/follow/wowchemy?label=Follow%20on%20Twitter)](https://twitter.com/wowchemy) +[![Twitter Follow](https://img.shields.io/twitter/follow/GetResearchDev?label=Follow%20on%20Twitter)](https://twitter.com/wowchemy) -The integrated [**Wowchemy**](https://wowchemy.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. +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://wowchemy.com/templates/) -- 📚 [View the **documentation**](https://university.wowchemy.com/) +- 👉 [**Get Started**](https://hugoblox.com/templates/) +- 📚 [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 [Bibtex to Markdown tool](https://github.com/wowchemy/bibtex-to-markdown) +- ⬇️ **Automatically import citations from BibTeX** with the [Bibtex to Markdown tool](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/wowchemy/wowchemy-hugo-themes/blob/main/CONTRIBUTING.md) or [suggest improvements](https://github.com/wowchemy/wowchemy-hugo-themes/issues) -- ⬆️ **Updating?** View the [Update Guide](https://university.wowchemy.com/) and [Release Notes](https://github.com/wowchemy/wowchemy-hugo-themes/releases) +- 🚀 [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://docs.hugoblox.com/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases) ## We ask you, humbly, to support this open source movement diff --git a/starters/link-in-bio/assets/dist/wc.css b/starters/link-in-bio/assets/dist/wc.css index 76e067c8..71a5339e 100644 --- a/starters/link-in-bio/assets/dist/wc.css +++ b/starters/link-in-bio/assets/dist/wc.css @@ -1,2 +1,2 @@ /*! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com*/*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter var,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;-webkit-font-feature-settings:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:1;color:#9ca3af}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1;color:#9ca3af}input::-ms-input-placeholder,textarea::-ms-input-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::-ms-backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);-webkit-box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);font-size:.875em;border-radius:.3125rem;padding:.1875em .375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:initial;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:initial}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-left:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-slate{--tw-prose-body:#334155;--tw-prose-headings:#0f172a;--tw-prose-lead:#475569;--tw-prose-links:#0f172a;--tw-prose-bold:#0f172a;--tw-prose-counters:#64748b;--tw-prose-bullets:#cbd5e1;--tw-prose-hr:#e2e8f0;--tw-prose-quotes:#0f172a;--tw-prose-quote-borders:#e2e8f0;--tw-prose-captions:#64748b;--tw-prose-kbd:#0f172a;--tw-prose-kbd-shadows:15 23 42;--tw-prose-code:#0f172a;--tw-prose-pre-code:#e2e8f0;--tw-prose-pre-bg:#1e293b;--tw-prose-th-borders:#cbd5e1;--tw-prose-td-borders:#e2e8f0;--tw-prose-invert-body:#cbd5e1;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#94a3b8;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#94a3b8;--tw-prose-invert-bullets:#475569;--tw-prose-invert-hr:#334155;--tw-prose-invert-quotes:#f1f5f9;--tw-prose-invert-quote-borders:#334155;--tw-prose-invert-captions:#94a3b8;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#cbd5e1;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#475569;--tw-prose-invert-td-borders:#334155}.\!visible{visibility:visible!important}.fixed{position:fixed}.relative{position:relative}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.-ml-10{margin-left:-2.5rem}.mb-0{margin-bottom:0}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.me-2{-webkit-margin-end:.5rem;margin-inline-end:.5rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.ms-2{-webkit-margin-start:.5rem;margin-inline-start:.5rem}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-\[0\.1rem\]{margin-top:.1rem}.block{display:block}.inline-block{display:inline-block}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.table{display:table}.table-caption{display:table-caption}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-24{height:6rem}.h-48{height:12rem}.h-7{height:1.75rem}.w-10{width:2.5rem}.w-24{width:6rem}.w-7{width:1.75rem}.w-full{width:100%}.max-w-3xl{max-width:48rem}.max-w-\[65ch\],.max-w-prose{max-width:65ch}.flex-grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.basis-\[100\%\]{-ms-flex-preferred-size:100%;flex-basis:100%}.table-auto{table-layout:auto}.transform{-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-items-center{justify-items:center}.gap-2{gap:.5rem}.place-self-center{place-self:center}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.border-0{border-width:0}.border-dotted{border-style:dotted}.border-neutral-300{--tw-border-opacity:1;border-color:rgba(var(--color-neutral-300),var(--tw-border-opacity))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-primary-100{--tw-bg-opacity:1;background-color:rgba(var(--color-primary-100),var(--tw-bg-opacity))}.bg-transparent{background-color:initial}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pb-2{padding-bottom:.5rem}.pb-5{padding-bottom:1.25rem}.pl-0{padding-left:0}.pl-2{padding-left:.5rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[0\.6rem\]{font-size:.6rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.leading-3{line-height:.75rem}.leading-6{line-height:1.5rem}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-indigo-700{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity))}.text-neutral-400{--tw-text-opacity:1;color:rgba(var(--color-neutral-400),var(--tw-text-opacity))}.text-neutral-500{--tw-text-opacity:1;color:rgba(var(--color-neutral-500),var(--tw-text-opacity))}.text-neutral-700{--tw-text-opacity:1;color:rgba(var(--color-neutral-700),var(--tw-text-opacity))}.text-neutral-800{--tw-text-opacity:1;color:rgba(var(--color-neutral-800),var(--tw-text-opacity))}.text-primary-400{--tw-text-opacity:1;color:rgba(var(--color-primary-400),var(--tw-text-opacity))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity))}.no-underline{text-decoration-line:none}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-md{-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.filter{-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s}.transition-colors{-webkit-transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s}.transition-transform{-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s} -/*! Wowchemy Components | https://wowchemy.com */.page-wrapper{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;grid-template-columns:100%}.page-footer,.page-header{-ms-flex-negative:0;flex-shrink:0}.page-body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.article-header{position:relative;clear:both}.article-banner{width:100%;height:260px;-o-object-fit:cover;object-fit:cover}.featured-image-wrapper{position:relative;padding-left:0;padding-right:0}.featured-image{position:relative;width:100%;display:block;margin:0 auto}.article-header-caption{position:absolute;bottom:0;right:0;margin:0 auto;padding:2px 5px;color:#fff;font-size:.7em;background:#000;text-align:right;z-index:5;opacity:.65;border-radius:5px 0 0}@media (min-width:64em){.article-header-caption{padding:5px 10px}}.article-header-caption a{color:#fff;text-decoration:none}#page-bg{position:fixed;left:0;right:0;height:100%;width:100%;z-index:-1;display:block}ul.task-list{list-style:none}ul.task-list li input[type=checkbox]{margin-right:.5rem}ul.task-list input[type=checkbox]:checked{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1em;height:1em;border:none;background:initial;position:relative}ul.task-list input[type=checkbox]:not(:checked){width:.9em;height:.9em}ul.task-list input[type=checkbox]:checked:after{content:"✅"}.highlight{position:relative;z-index:0}.highlight:hover>.copy-button{visibility:visible}.copy-button{visibility:hidden;position:absolute;right:0;top:0;z-index:10;width:5rem;cursor:pointer;white-space:nowrap;border-bottom-left-radius:.375rem;border-top-right-radius:.375rem;--tw-bg-opacity:1;background-color:rgba(var(--color-neutral-200),var(--tw-bg-opacity));padding-top:.25rem;padding-bottom:.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(var(--color-neutral-700),var(--tw-text-opacity));opacity:.9}:is(.dark .copy-button){--tw-bg-opacity:1;background-color:rgba(var(--color-neutral-600),var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(var(--color-neutral-200),var(--tw-text-opacity))}.copy-button:active,.copy-button:active:hover,.copy-button:focus,.copy-button:hover{--tw-bg-opacity:1;background-color:rgba(var(--color-primary-100),var(--tw-bg-opacity))}:is(.dark .copy-button:active),:is(.dark .copy-button:active:hover),:is(.dark .copy-button:focus),:is(.dark .copy-button:hover){--tw-bg-opacity:1;background-color:rgba(var(--color-primary-600),var(--tw-bg-opacity))}.wg-about-avatar{#profile{text-align:center;padding:30px 10px;position:relative}.avatar{width:auto;height:auto;max-width:225px;max-height:225px;-o-object-fit:cover;object-fit:cover}.portrait-title h2{font-size:1.75em;font-weight:300;margin:20px 0 10px}.portrait-title h3{font-size:1rem;font-weight:300;margin:0 0 10px}.network-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;padding:0;margin:0}#profile .network-icon{margin-top:.5rem}.network-icon li{margin-right:10px;@media (max-width:640px){margin-right:12px}}.network-icon li:last-of-type{margin-right:0}.network-icon li:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.big-icon{font-size:2rem}.ul-interests li{font-size:.9rem}.ul-edu{list-style:none}.ul-edu li{position:relative;padding:0 15px 4px 3px}.ul-edu li .description p{margin:0}.ul-edu li .description p.course{font-size:.9rem}.ul-edu li .description p.institution{font-size:.75rem}.network-icon .big-icon{font-size:1.5rem}.dark .portrait-title h3{color:#ffffffe6;font-weight:700}.dark .portrait-title h2{color:#fff;font-weight:700}.bio-text{max-width:680px}}.avatar-wrapper{position:relative;width:150px;height:150px;margin-left:auto;margin-right:auto}.avatar-emoji{position:absolute;width:40px;height:40px;line-height:40px;border-radius:100%;bottom:0;right:0;text-align:center;font-size:20px;background-color:#fff;color:#000;-webkit-box-shadow:0 10px 20px #0000000a,0 2px 6px #0000000a,0 0 1px #0000000a;box-shadow:0 10px 20px #0000000a,0 2px 6px #0000000a,0 0 1px #0000000a}.dark .avatar-emoji{background-color:#000;-webkit-box-shadow:0 10px 20px #0000000a,0 2px 6px #0000000a,0 0 1px #fffffff5;box-shadow:0 10px 20px #0000000a,0 2px 6px #0000000a,0 0 1px #fffffff5}:root{--color-neutral:255,255,255;--color-neutral-50:248,250,252;--color-neutral-100:241,245,249;--color-neutral-200:226,232,240;--color-neutral-300:203,213,225;--color-neutral-400:148,163,184;--color-neutral-500:100,116,139;--color-neutral-600:71,85,105;--color-neutral-700:51,65,85;--color-neutral-800:30,41,59;--color-neutral-900:15,23,42;--color-primary-50:239,246,255;--color-primary-100:219,234,254;--color-primary-200:191,219,254;--color-primary-300:147,197,253;--color-primary-400:96,165,250;--color-primary-500:59,130,246;--color-primary-600:37,99,235;--color-primary-700:29,78,216;--color-primary-800:30,64,175;--color-primary-900:30,58,138;--color-secondary-50:236,254,255;--color-secondary-100:207,250,254;--color-secondary-200:165,243,252;--color-secondary-300:103,232,249;--color-secondary-400:34,211,238;--color-secondary-500:6,182,212;--color-secondary-600:8,145,178;--color-secondary-700:14,116,144;--color-secondary-800:21,94,117;--color-secondary-900:22,78,99}:is(.dark .dark\:prose-invert){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}@media (min-width:1024px){.lg\:prose-xl{font-size:1.25rem;line-height:1.8}.lg\:prose-xl :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.lg\:prose-xl :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}.lg\:prose-xl :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-left:1.0666667em}.lg\:prose-xl :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}.lg\:prose-xl :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}.lg\:prose-xl :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}.lg\:prose-xl :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.lg\:prose-xl :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose-xl :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;border-radius:.3125rem;padding:.25em .4em}.lg\:prose-xl :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.lg\:prose-xl :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8611111em}.lg\:prose-xl :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.lg\:prose-xl :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding:1.1111111em 1.3333333em}.lg\:prose-xl :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.lg\:prose-xl :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.lg\:prose-xl :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6em;margin-bottom:.6em}.lg\:prose-xl :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4em}.lg\:prose-xl :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4em}.lg\:prose-xl :where(.lg\:prose-xl>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.lg\:prose-xl :where(.lg\:prose-xl>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(.lg\:prose-xl>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.2em}.lg\:prose-xl :where(.lg\:prose-xl>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(.lg\:prose-xl>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.2em}.lg\:prose-xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.lg\:prose-xl :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.lg\:prose-xl :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6em;padding-left:1.6em}.lg\:prose-xl :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8em;margin-bottom:2.8em}.lg\:prose-xl :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.5555556}.lg\:prose-xl :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.lg\:prose-xl :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.lg\:prose-xl :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.lg\:prose-xl :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.8888889em .6666667em}.lg\:prose-xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.lg\:prose-xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.lg\:prose-xl :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose-xl :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.5555556;margin-top:1em}.lg\:prose-xl :where(.lg\:prose-xl>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(.lg\:prose-xl>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:scale-105:hover,.hover\:scale-125:hover{-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-125:hover{--tw-scale-x:1.25;--tw-scale-y:1.25}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:text-neutral-700:hover{--tw-text-opacity:1;color:rgba(var(--color-neutral-700),var(--tw-text-opacity))}.hover\:text-primary-700:hover{--tw-text-opacity:1;color:rgba(var(--color-primary-700),var(--tw-text-opacity))}.hover\:no-underline:hover{text-decoration-line:none}.hover\:shadow-none:hover{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:text-neutral-700:focus{--tw-text-opacity:1;color:rgba(var(--color-neutral-700),var(--tw-text-opacity))}.focus\:no-underline:focus{text-decoration-line:none}.focus\:shadow-none:focus{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);-webkit-box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.group:hover .group-hover\:-translate-x-\[2px\]{--tw-translate-x:-2px;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-primary-600{--tw-text-opacity:1;color:rgba(var(--color-primary-600),var(--tw-text-opacity))}.group:hover .group-hover\:underline{text-decoration-line:underline}.group:hover .group-hover\:decoration-primary-500{text-decoration-color:rgba(var(--color-primary-500),1)}.group[data-theme=dark] .group-data-\[theme\=dark\]\:hidden,.group[data-theme=light] .group-data-\[theme\=light\]\:hidden{display:none}:is([dir=ltr] .ltr\:inline){display:inline}:is([dir=rtl] .rtl\:hidden){display:none}:is(.dark .dark\:block){display:block}:is(.dark .dark\:hidden){display:none}:is(.dark .dark\:border-neutral-600){--tw-border-opacity:1;border-color:rgba(var(--color-neutral-600),var(--tw-border-opacity))}:is(.dark .dark\:bg-blue-900){--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-800){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}:is(.dark .dark\:bg-primary-900){--tw-bg-opacity:1;background-color:rgba(var(--color-primary-900),var(--tw-bg-opacity))}:is(.dark .dark\:bg-slate-900){--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity))}:is(.dark .dark\:bg-yellow-900){--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity))}:is(.dark .dark\:text-blue-300){--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-400){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}:is(.dark .dark\:text-indigo-200){--tw-text-opacity:1;color:rgb(199 210 254/var(--tw-text-opacity))}:is(.dark .dark\:text-neutral){--tw-text-opacity:1;color:rgba(var(--color-neutral),var(--tw-text-opacity))}:is(.dark .dark\:text-neutral-200){--tw-text-opacity:1;color:rgba(var(--color-neutral-200),var(--tw-text-opacity))}:is(.dark .dark\:text-neutral-300){--tw-text-opacity:1;color:rgba(var(--color-neutral-300),var(--tw-text-opacity))}:is(.dark .dark\:text-neutral-400){--tw-text-opacity:1;color:rgba(var(--color-neutral-400),var(--tw-text-opacity))}:is(.dark .dark\:text-neutral-500){--tw-text-opacity:1;color:rgba(var(--color-neutral-500),var(--tw-text-opacity))}:is(.dark .dark\:text-slate-200){--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity))}:is(.dark .dark\:text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .dark\:hover\:bg-primary-100\/5:hover){background-color:rgba(var(--color-primary-100),.05)}:is(.dark .dark\:hover\:text-gray-200:hover){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-gray-50:hover){--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-primary-400:hover),:is(.dark .group:hover .dark\:group-hover\:text-primary-400){--tw-text-opacity:1;color:rgba(var(--color-primary-400),var(--tw-text-opacity))}@media print{.print\:hidden{display:none}}@media (min-width:640px){.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width:768px){.md\:flex{display:-webkit-box;display:-ms-flexbox;display:flex}.md\:w-48{width:12rem}.md\:flex-shrink-0{-ms-flex-negative:0;flex-shrink:0}}@media (min-width:1024px){.lg\:my-0{margin-bottom:0}.lg\:mt-0,.lg\:my-0{margin-top:0}.lg\:mt-1{margin-top:.25rem}.lg\:\!flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.lg\:hidden{display:none}.lg\:basis-auto{-ms-flex-preferred-size:auto;flex-basis:auto}.lg\:flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.lg\:flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.lg\:justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:pl-2{padding-left:.5rem}.lg\:pr-1{padding-right:.25rem}.lg\:text-6xl{font-size:3.75rem;line-height:1}}.\[\&\.active\]\:font-bold.active{font-weight:700}.\[\&\.active\]\:text-black\/90.active{color:#000000e6}:is(.dark .dark\:\[\&\.active\]\:text-white.active){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.\[\&\:not\(dark\)\]\:hidden:not(dark){display:none}.\[\&\>svg\]\:w-7>svg{width:1.75rem} \ No newline at end of file +/*! Wowchemy Components | https://hugoblox.com */.page-wrapper{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;grid-template-columns:100%}.page-footer,.page-header{-ms-flex-negative:0;flex-shrink:0}.page-body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.article-header{position:relative;clear:both}.article-banner{width:100%;height:260px;-o-object-fit:cover;object-fit:cover}.featured-image-wrapper{position:relative;padding-left:0;padding-right:0}.featured-image{position:relative;width:100%;display:block;margin:0 auto}.article-header-caption{position:absolute;bottom:0;right:0;margin:0 auto;padding:2px 5px;color:#fff;font-size:.7em;background:#000;text-align:right;z-index:5;opacity:.65;border-radius:5px 0 0}@media (min-width:64em){.article-header-caption{padding:5px 10px}}.article-header-caption a{color:#fff;text-decoration:none}#page-bg{position:fixed;left:0;right:0;height:100%;width:100%;z-index:-1;display:block}ul.task-list{list-style:none}ul.task-list li input[type=checkbox]{margin-right:.5rem}ul.task-list input[type=checkbox]:checked{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1em;height:1em;border:none;background:initial;position:relative}ul.task-list input[type=checkbox]:not(:checked){width:.9em;height:.9em}ul.task-list input[type=checkbox]:checked:after{content:"✅"}.highlight{position:relative;z-index:0}.highlight:hover>.copy-button{visibility:visible}.copy-button{visibility:hidden;position:absolute;right:0;top:0;z-index:10;width:5rem;cursor:pointer;white-space:nowrap;border-bottom-left-radius:.375rem;border-top-right-radius:.375rem;--tw-bg-opacity:1;background-color:rgba(var(--color-neutral-200),var(--tw-bg-opacity));padding-top:.25rem;padding-bottom:.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(var(--color-neutral-700),var(--tw-text-opacity));opacity:.9}:is(.dark .copy-button){--tw-bg-opacity:1;background-color:rgba(var(--color-neutral-600),var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(var(--color-neutral-200),var(--tw-text-opacity))}.copy-button:active,.copy-button:active:hover,.copy-button:focus,.copy-button:hover{--tw-bg-opacity:1;background-color:rgba(var(--color-primary-100),var(--tw-bg-opacity))}:is(.dark .copy-button:active),:is(.dark .copy-button:active:hover),:is(.dark .copy-button:focus),:is(.dark .copy-button:hover){--tw-bg-opacity:1;background-color:rgba(var(--color-primary-600),var(--tw-bg-opacity))}.wg-about-avatar{#profile{text-align:center;padding:30px 10px;position:relative}.avatar{width:auto;height:auto;max-width:225px;max-height:225px;-o-object-fit:cover;object-fit:cover}.portrait-title h2{font-size:1.75em;font-weight:300;margin:20px 0 10px}.portrait-title h3{font-size:1rem;font-weight:300;margin:0 0 10px}.network-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;padding:0;margin:0}#profile .network-icon{margin-top:.5rem}.network-icon li{margin-right:10px;@media (max-width:640px){margin-right:12px}}.network-icon li:last-of-type{margin-right:0}.network-icon li:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.big-icon{font-size:2rem}.ul-interests li{font-size:.9rem}.ul-edu{list-style:none}.ul-edu li{position:relative;padding:0 15px 4px 3px}.ul-edu li .description p{margin:0}.ul-edu li .description p.course{font-size:.9rem}.ul-edu li .description p.institution{font-size:.75rem}.network-icon .big-icon{font-size:1.5rem}.dark .portrait-title h3{color:#ffffffe6;font-weight:700}.dark .portrait-title h2{color:#fff;font-weight:700}.bio-text{max-width:680px}}.avatar-wrapper{position:relative;width:150px;height:150px;margin-left:auto;margin-right:auto}.avatar-emoji{position:absolute;width:40px;height:40px;line-height:40px;border-radius:100%;bottom:0;right:0;text-align:center;font-size:20px;background-color:#fff;color:#000;-webkit-box-shadow:0 10px 20px #0000000a,0 2px 6px #0000000a,0 0 1px #0000000a;box-shadow:0 10px 20px #0000000a,0 2px 6px #0000000a,0 0 1px #0000000a}.dark .avatar-emoji{background-color:#000;-webkit-box-shadow:0 10px 20px #0000000a,0 2px 6px #0000000a,0 0 1px #fffffff5;box-shadow:0 10px 20px #0000000a,0 2px 6px #0000000a,0 0 1px #fffffff5}:root{--color-neutral:255,255,255;--color-neutral-50:248,250,252;--color-neutral-100:241,245,249;--color-neutral-200:226,232,240;--color-neutral-300:203,213,225;--color-neutral-400:148,163,184;--color-neutral-500:100,116,139;--color-neutral-600:71,85,105;--color-neutral-700:51,65,85;--color-neutral-800:30,41,59;--color-neutral-900:15,23,42;--color-primary-50:239,246,255;--color-primary-100:219,234,254;--color-primary-200:191,219,254;--color-primary-300:147,197,253;--color-primary-400:96,165,250;--color-primary-500:59,130,246;--color-primary-600:37,99,235;--color-primary-700:29,78,216;--color-primary-800:30,64,175;--color-primary-900:30,58,138;--color-secondary-50:236,254,255;--color-secondary-100:207,250,254;--color-secondary-200:165,243,252;--color-secondary-300:103,232,249;--color-secondary-400:34,211,238;--color-secondary-500:6,182,212;--color-secondary-600:8,145,178;--color-secondary-700:14,116,144;--color-secondary-800:21,94,117;--color-secondary-900:22,78,99}:is(.dark .dark\:prose-invert){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}@media (min-width:1024px){.lg\:prose-xl{font-size:1.25rem;line-height:1.8}.lg\:prose-xl :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.lg\:prose-xl :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}.lg\:prose-xl :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-left:1.0666667em}.lg\:prose-xl :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}.lg\:prose-xl :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}.lg\:prose-xl :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}.lg\:prose-xl :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.lg\:prose-xl :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose-xl :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;border-radius:.3125rem;padding:.25em .4em}.lg\:prose-xl :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.lg\:prose-xl :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8611111em}.lg\:prose-xl :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.lg\:prose-xl :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding:1.1111111em 1.3333333em}.lg\:prose-xl :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.lg\:prose-xl :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.lg\:prose-xl :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6em;margin-bottom:.6em}.lg\:prose-xl :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4em}.lg\:prose-xl :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4em}.lg\:prose-xl :where(.lg\:prose-xl>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.lg\:prose-xl :where(.lg\:prose-xl>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(.lg\:prose-xl>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.2em}.lg\:prose-xl :where(.lg\:prose-xl>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(.lg\:prose-xl>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.2em}.lg\:prose-xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.lg\:prose-xl :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.lg\:prose-xl :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6em;padding-left:1.6em}.lg\:prose-xl :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8em;margin-bottom:2.8em}.lg\:prose-xl :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.5555556}.lg\:prose-xl :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.lg\:prose-xl :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.lg\:prose-xl :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.lg\:prose-xl :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.8888889em .6666667em}.lg\:prose-xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.lg\:prose-xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.lg\:prose-xl :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose-xl :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.5555556;margin-top:1em}.lg\:prose-xl :where(.lg\:prose-xl>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(.lg\:prose-xl>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:scale-105:hover,.hover\:scale-125:hover{-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-125:hover{--tw-scale-x:1.25;--tw-scale-y:1.25}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:text-neutral-700:hover{--tw-text-opacity:1;color:rgba(var(--color-neutral-700),var(--tw-text-opacity))}.hover\:text-primary-700:hover{--tw-text-opacity:1;color:rgba(var(--color-primary-700),var(--tw-text-opacity))}.hover\:no-underline:hover{text-decoration-line:none}.hover\:shadow-none:hover{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:text-neutral-700:focus{--tw-text-opacity:1;color:rgba(var(--color-neutral-700),var(--tw-text-opacity))}.focus\:no-underline:focus{text-decoration-line:none}.focus\:shadow-none:focus{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);-webkit-box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.group:hover .group-hover\:-translate-x-\[2px\]{--tw-translate-x:-2px;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-primary-600{--tw-text-opacity:1;color:rgba(var(--color-primary-600),var(--tw-text-opacity))}.group:hover .group-hover\:underline{text-decoration-line:underline}.group:hover .group-hover\:decoration-primary-500{text-decoration-color:rgba(var(--color-primary-500),1)}.group[data-theme=dark] .group-data-\[theme\=dark\]\:hidden,.group[data-theme=light] .group-data-\[theme\=light\]\:hidden{display:none}:is([dir=ltr] .ltr\:inline){display:inline}:is([dir=rtl] .rtl\:hidden){display:none}:is(.dark .dark\:block){display:block}:is(.dark .dark\:hidden){display:none}:is(.dark .dark\:border-neutral-600){--tw-border-opacity:1;border-color:rgba(var(--color-neutral-600),var(--tw-border-opacity))}:is(.dark .dark\:bg-blue-900){--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-800){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}:is(.dark .dark\:bg-primary-900){--tw-bg-opacity:1;background-color:rgba(var(--color-primary-900),var(--tw-bg-opacity))}:is(.dark .dark\:bg-slate-900){--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity))}:is(.dark .dark\:bg-yellow-900){--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity))}:is(.dark .dark\:text-blue-300){--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-400){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}:is(.dark .dark\:text-indigo-200){--tw-text-opacity:1;color:rgb(199 210 254/var(--tw-text-opacity))}:is(.dark .dark\:text-neutral){--tw-text-opacity:1;color:rgba(var(--color-neutral),var(--tw-text-opacity))}:is(.dark .dark\:text-neutral-200){--tw-text-opacity:1;color:rgba(var(--color-neutral-200),var(--tw-text-opacity))}:is(.dark .dark\:text-neutral-300){--tw-text-opacity:1;color:rgba(var(--color-neutral-300),var(--tw-text-opacity))}:is(.dark .dark\:text-neutral-400){--tw-text-opacity:1;color:rgba(var(--color-neutral-400),var(--tw-text-opacity))}:is(.dark .dark\:text-neutral-500){--tw-text-opacity:1;color:rgba(var(--color-neutral-500),var(--tw-text-opacity))}:is(.dark .dark\:text-slate-200){--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity))}:is(.dark .dark\:text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .dark\:hover\:bg-primary-100\/5:hover){background-color:rgba(var(--color-primary-100),.05)}:is(.dark .dark\:hover\:text-gray-200:hover){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-gray-50:hover){--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-primary-400:hover),:is(.dark .group:hover .dark\:group-hover\:text-primary-400){--tw-text-opacity:1;color:rgba(var(--color-primary-400),var(--tw-text-opacity))}@media print{.print\:hidden{display:none}}@media (min-width:640px){.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width:768px){.md\:flex{display:-webkit-box;display:-ms-flexbox;display:flex}.md\:w-48{width:12rem}.md\:flex-shrink-0{-ms-flex-negative:0;flex-shrink:0}}@media (min-width:1024px){.lg\:my-0{margin-bottom:0}.lg\:mt-0,.lg\:my-0{margin-top:0}.lg\:mt-1{margin-top:.25rem}.lg\:\!flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.lg\:hidden{display:none}.lg\:basis-auto{-ms-flex-preferred-size:auto;flex-basis:auto}.lg\:flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.lg\:flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.lg\:justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:pl-2{padding-left:.5rem}.lg\:pr-1{padding-right:.25rem}.lg\:text-6xl{font-size:3.75rem;line-height:1}}.\[\&\.active\]\:font-bold.active{font-weight:700}.\[\&\.active\]\:text-black\/90.active{color:#000000e6}:is(.dark .dark\:\[\&\.active\]\:text-white.active){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.\[\&\:not\(dark\)\]\:hidden:not(dark){display:none}.\[\&\>svg\]\:w-7>svg{width:1.75rem} diff --git a/starters/link-in-bio/config/_default/config.yaml b/starters/link-in-bio/config/_default/config.yaml index f346d9a3..9bcd1c98 100644 --- a/starters/link-in-bio/config/_default/config.yaml +++ b/starters/link-in-bio/config/_default/config.yaml @@ -1,5 +1,5 @@ # Configuration of Hugo -# Guide: https://wowchemy.com/docs/getting-started/ +# Guide: https://hugoblox.com/docs/getting-started/ # 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,8 +21,8 @@ removePathAccents: true module: imports: - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-tailwind + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind ############################ ## ADVANCED diff --git a/starters/link-in-bio/config/_default/languages.yaml b/starters/link-in-bio/config/_default/languages.yaml index 40884cc1..1f57cdf5 100644 --- a/starters/link-in-bio/config/_default/languages.yaml +++ b/starters/link-in-bio/config/_default/languages.yaml @@ -1,6 +1,6 @@ # Languages # Create a section for each of your site's languages. -# Documentation: https://wowchemy.com/docs/guide/language/ +# Documentation: https://hugoblox.com/docs/guide/language/ # Default language en: diff --git a/starters/link-in-bio/config/_default/params.yaml b/starters/link-in-bio/config/_default/params.yaml index b87caaf4..54c1a1f3 100644 --- a/starters/link-in-bio/config/_default/params.yaml +++ b/starters/link-in-bio/config/_default/params.yaml @@ -1,6 +1,6 @@ # SITE SETUP -# Guide: https://wowchemy.com/docs/getting-started/ -# Documentation: https://wowchemy.com/docs/ +# Guide: https://hugoblox.com/docs/getting-started/ +# Documentation: https://hugoblox.com/docs/ # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ # Appearance diff --git a/starters/link-in-bio/go.mod b/starters/link-in-bio/go.mod index d6d63748..113c5569 100644 --- a/starters/link-in-bio/go.mod +++ b/starters/link-in-bio/go.mod @@ -1,7 +1,7 @@ -module github.com/wowchemy/wowchemy-hugo-themes/starters/blog +module github.com/HugoBlox/hugo-blox-builder/starters/blog go 1.19 -require github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.1-0.20231024173257-66e3c7e27eb0 +require github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.0.1-0.20231024173257-66e3c7e27eb0 -require github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-tailwind v0.0.0-20231029092337-9b6cb2d6cc15 +require github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.0.0-20231029092337-9b6cb2d6cc15 diff --git a/starters/markdown-slides/.github/FUNDING.yml b/starters/markdown-slides/.github/FUNDING.yml index a8056929..2ed14d29 100644 --- a/starters/markdown-slides/.github/FUNDING.yml +++ b/starters/markdown-slides/.github/FUNDING.yml @@ -1,2 +1,2 @@ github: gcushen -custom: https://wowchemy.com/sponsor/ +custom: https://hugoblox.com/sponsor/ diff --git a/starters/markdown-slides/README.md b/starters/markdown-slides/README.md index 29b806bf..765cb8b3 100644 --- a/starters/markdown-slides/README.md +++ b/starters/markdown-slides/README.md @@ -1,25 +1,25 @@ # [Hugo Markdown Slides Theme](https://github.com/wowchemy/starter-hugo-markdown-slides) -[![Screenshot](./preview.webp)](https://wowchemy.com/hugo-themes/) +[![Screenshot](./preview.webp)](https://hugoblox.com/hugo-themes/) The **Markdown Slides** starter template empowers you to **easily create, share, and present slide decks using the open, future-proof Markdown standard**. Supports math, syntax highlighting, diagrams, speaker notes, and much more! -[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://wowchemy.com/hugo-themes/) +[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://hugoblox.com/hugo-themes/) [![Discord](https://img.shields.io/discord/722225264733716590?style=for-the-badge)](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138) -[![Twitter Follow](https://img.shields.io/twitter/follow/wowchemy?label=Follow%20on%20Twitter)](https://twitter.com/wowchemy) +[![Twitter Follow](https://img.shields.io/twitter/follow/GetResearchDev?label=Follow%20on%20Twitter)](https://twitter.com/wowchemy) -[Check out the latest demo](https://markdown-slides.netlify.app/) of what you'll get in less than 10 minutes, or [get inspired by how others are using this template](https://wowchemy.com/creators/). +[Check out the latest demo](https://markdown-slides.netlify.app/) of what you'll get in less than 10 minutes, or [get inspired by how others are using this template](https://hugoblox.com/creators/). -The integrated [**Wowchemy**](https://wowchemy.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. +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://wowchemy.com/hugo-themes/) -- 📚 [View the **documentation**](https://wowchemy.com/docs/) +- 👉 [**Get Started**](https://hugoblox.com/hugo-themes/) +- 📚 [View the **documentation**](https://hugoblox.com/docs/) - 💬 [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/wowchemy/hugo-academic-cli) +- ⬇️ **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/wowchemy/wowchemy-hugo-themes/blob/main/CONTRIBUTING.md) or [suggest improvements](https://github.com/wowchemy/wowchemy-hugo-themes/issues) -- ⬆️ **Updating?** View the [Update Guide](https://wowchemy.com/docs/hugo-tutorials/update/) and [Release Notes](https://github.com/wowchemy/wowchemy-hugo-themes/releases) +- 🚀 [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) ## We ask you, humbly, to support this open source movement diff --git a/starters/markdown-slides/config/_default/config.yaml b/starters/markdown-slides/config/_default/config.yaml index 7d905ef2..6c2bd893 100644 --- a/starters/markdown-slides/config/_default/config.yaml +++ b/starters/markdown-slides/config/_default/config.yaml @@ -1,5 +1,5 @@ # Configuration of Hugo -# Guide: https://wowchemy.com/docs/getting-started/ +# Guide: https://hugoblox.com/docs/getting-started/ # 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,10 +21,10 @@ removePathAccents: true module: imports: - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify-cms + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 ############################ ## ADVANCED diff --git a/starters/markdown-slides/config/_default/params.yaml b/starters/markdown-slides/config/_default/params.yaml index 36b2fffe..f83fd7de 100644 --- a/starters/markdown-slides/config/_default/params.yaml +++ b/starters/markdown-slides/config/_default/params.yaml @@ -1,6 +1,6 @@ # SITE SETUP -# Guide: https://wowchemy.com/docs/getting-started/customization/ -# Documentation: https://wowchemy.com/docs/ +# Guide: https://hugoblox.com/docs/getting-started/customization/ +# Documentation: https://hugoblox.com/docs/ # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ # Appearance diff --git a/starters/markdown-slides/content/home/slides.md b/starters/markdown-slides/content/home/slides.md index bcf8cd5e..1a563285 100644 --- a/starters/markdown-slides/content/home/slides.md +++ b/starters/markdown-slides/content/home/slides.md @@ -1,6 +1,6 @@ --- # An instance of the Pages widget. -# Documentation: https://wowchemy.com/docs/page-builder/ +# Documentation: https://hugoblox.com/docs/page-builder/ widget: pages # This file represents a page section. diff --git a/starters/markdown-slides/content/home/tags.md b/starters/markdown-slides/content/home/tags.md index ed91a319..77fb9e80 100644 --- a/starters/markdown-slides/content/home/tags.md +++ b/starters/markdown-slides/content/home/tags.md @@ -1,6 +1,6 @@ --- # An instance of the Tag Cloud widget. -# Docs: https://wowchemy.com/docs/page-builder/ +# Docs: https://hugoblox.com/docs/page-builder/ widget: tag_cloud # This file represents a page section. diff --git a/starters/markdown-slides/content/slides/example/index.md b/starters/markdown-slides/content/slides/example/index.md index 50cb4bb7..a33d54f6 100644 --- a/starters/markdown-slides/content/slides/example/index.md +++ b/starters/markdown-slides/content/slides/example/index.md @@ -15,7 +15,7 @@ slides: # Create slides in Markdown with Wowchemy -[Wowchemy](https://wowchemy.com/) | [Documentation](https://wowchemy.com/docs/content/slides/) +[Wowchemy](https://hugoblox.com/) | [Documentation](https://hugoblox.com/docs/content/slides/) --- @@ -168,4 +168,4 @@ Create `assets/css/reveal_custom.css` with: [Ask](https://discord.gg/z8wNYzb) -[Documentation](https://wowchemy.com/docs/content/slides/) +[Documentation](https://hugoblox.com/docs/content/slides/) diff --git a/starters/markdown-slides/go.mod b/starters/markdown-slides/go.mod index 30486517..3633b877 100644 --- a/starters/markdown-slides/go.mod +++ b/starters/markdown-slides/go.mod @@ -3,8 +3,8 @@ module github.com/wowchemy/starter-hugo-markdown-slides go 1.15 require ( - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 v5.9.2 - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.1-0.20231102163809-66b38685ac69 - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.1-0.20231102163809-66b38685ac69 - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v0.0.0-20231102163809-66b38685ac69 + 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-plugin-reveal v0.0.0-20231102163809-66b38685ac69 ) diff --git a/starters/portfolio/.github/FUNDING.yml b/starters/portfolio/.github/FUNDING.yml index a8056929..2ed14d29 100644 --- a/starters/portfolio/.github/FUNDING.yml +++ b/starters/portfolio/.github/FUNDING.yml @@ -1,2 +1,2 @@ github: gcushen -custom: https://wowchemy.com/sponsor/ +custom: https://hugoblox.com/sponsor/ diff --git a/starters/portfolio/README.md b/starters/portfolio/README.md index ca40e48d..4573d259 100644 --- a/starters/portfolio/README.md +++ b/starters/portfolio/README.md @@ -1,27 +1,27 @@ # [Hugo Portfolio Theme](https://github.com/wowchemy/starter-hugo-portfolio-theme) -[![Screenshot](./preview.png)](https://wowchemy.com/hugo-themes/) +[![Screenshot](./preview.png)](https://hugoblox.com/hugo-themes/) The **Hugo Portfolio Template** empowers you to easily create a portfolio website. Make it your own by choosing a color theme and grid layout! ️**Trusted by 250,000+ researchers, educators, and students.** Highly customizable via the integrated **no-code, widget-based Wowchemy page builder**, making every site truly personalized ⭐⭐⭐⭐⭐ -[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://wowchemy.com/hugo-themes/) +[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://hugoblox.com/hugo-themes/) [![Discord](https://img.shields.io/discord/722225264733716590?style=for-the-badge)](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138) -[![Twitter Follow](https://img.shields.io/twitter/follow/wowchemy?label=Follow%20on%20Twitter)](https://twitter.com/wowchemy) +[![Twitter Follow](https://img.shields.io/twitter/follow/GetResearchDev?label=Follow%20on%20Twitter)](https://twitter.com/wowchemy) -[Check out the latest demo](https://hugo-portfolio-theme.netlify.app/) of what you'll get in less than 10 minutes, or [view the showcase](https://wowchemy.com/creators/). +[Check out the latest demo](https://hugo-portfolio-theme.netlify.app/) of what you'll get in less than 10 minutes, or [view the showcase](https://hugoblox.com/creators/). -The integrated [**Wowchemy**](https://wowchemy.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. +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://wowchemy.com/hugo-themes/) -- 📚 [View the **documentation**](https://wowchemy.com/docs/) +- 👉 [**Get Started**](https://hugoblox.com/hugo-themes/) +- 📚 [View the **documentation**](https://hugoblox.com/docs/) - 💬 [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/wowchemy/hugo-academic-cli) +- ⬇️ **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/wowchemy/wowchemy-hugo-themes/blob/main/CONTRIBUTING.md) or [suggest improvements](https://github.com/wowchemy/wowchemy-hugo-themes/issues) -- ⬆️ **Updating?** View the [Update Guide](https://wowchemy.com/docs/hugo-tutorials/update/) and [Release Notes](https://github.com/wowchemy/wowchemy-hugo-themes/releases) +- 🚀 [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) ## We ask you, humbly, to support this open source movement diff --git a/starters/portfolio/assets/scss/template.scss b/starters/portfolio/assets/scss/template.scss index 443488b6..6eff9353 100644 --- a/starters/portfolio/assets/scss/template.scss +++ b/starters/portfolio/assets/scss/template.scss @@ -1,5 +1,5 @@ // Starter Blog Template -// https://wowchemy.com/hugo-themes/ +// https://hugoblox.com/hugo-themes/ body { background-color: rgb(247, 250, 252); diff --git a/starters/portfolio/config/_default/config.yaml b/starters/portfolio/config/_default/config.yaml index 6fba08d4..872b2918 100644 --- a/starters/portfolio/config/_default/config.yaml +++ b/starters/portfolio/config/_default/config.yaml @@ -1,5 +1,5 @@ # Configuration of Hugo -# Guide: https://wowchemy.com/docs/getting-started/ +# Guide: https://hugoblox.com/docs/getting-started/ # 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/ @@ -35,9 +35,9 @@ removePathAccents: true module: imports: - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify-cms + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 ############################ ## ADVANCED diff --git a/starters/portfolio/config/_default/languages.yaml b/starters/portfolio/config/_default/languages.yaml index 40884cc1..1f57cdf5 100644 --- a/starters/portfolio/config/_default/languages.yaml +++ b/starters/portfolio/config/_default/languages.yaml @@ -1,6 +1,6 @@ # Languages # Create a section for each of your site's languages. -# Documentation: https://wowchemy.com/docs/guide/language/ +# Documentation: https://hugoblox.com/docs/guide/language/ # Default language en: diff --git a/starters/portfolio/config/_default/params.yaml b/starters/portfolio/config/_default/params.yaml index 29965e8a..7ebd9834 100644 --- a/starters/portfolio/config/_default/params.yaml +++ b/starters/portfolio/config/_default/params.yaml @@ -1,6 +1,6 @@ # SITE SETUP -# Guide: https://wowchemy.com/docs/getting-started/ -# Documentation: https://wowchemy.com/docs/ +# Guide: https://hugoblox.com/docs/getting-started/ +# Documentation: https://hugoblox.com/docs/ # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ # Appearance diff --git a/starters/portfolio/content/about/about.md b/starters/portfolio/content/about/about.md index 8d479916..7b8c5e6d 100644 --- a/starters/portfolio/content/about/about.md +++ b/starters/portfolio/content/about/about.md @@ -1,6 +1,6 @@ --- # An instance of the About widget. -# Documentation: https://wowchemy.com/docs/page-builder/ +# Documentation: https://hugoblox.com/docs/page-builder/ widget: about # Activate this widget? true/false @@ -16,6 +16,6 @@ title: Hello # Choose the user profile to display # This should be the username (folder name) of a profile in your `content/authors/` folder. -# See https://wowchemy.com/docs/get-started/#introduce-yourself +# See https://hugoblox.com/docs/get-started/#introduce-yourself author: admin --- diff --git a/starters/portfolio/content/about/accomplishments.md b/starters/portfolio/content/about/accomplishments.md index fce94a97..e3b7417b 100644 --- a/starters/portfolio/content/about/accomplishments.md +++ b/starters/portfolio/content/about/accomplishments.md @@ -1,6 +1,6 @@ --- # An instance of the Accomplishments widget. -# Documentation: https://wowchemy.com/docs/page-builder/ +# Documentation: https://hugoblox.com/docs/page-builder/ widget: accomplishments # This file represents a page section. @@ -14,7 +14,7 @@ title: 'Accomplish­ments' subtitle: # Date format -# Refer to https://wowchemy.com/docs/customization/#date-format +# Refer to https://hugoblox.com/docs/customization/#date-format date_format: Jan 2006 # Accomplishments. diff --git a/starters/portfolio/content/about/contact.md b/starters/portfolio/content/about/contact.md index f5455558..6a7f2801 100644 --- a/starters/portfolio/content/about/contact.md +++ b/starters/portfolio/content/about/contact.md @@ -1,6 +1,6 @@ --- # An instance of the Contact widget. -# Documentation: https://wowchemy.com/docs/getting-started/page-builder/ +# Documentation: https://hugoblox.com/docs/getting-started/page-builder/ widget: contact # This file represents a page section. diff --git a/starters/portfolio/content/about/education.md b/starters/portfolio/content/about/education.md index 643531cd..4a947ea7 100644 --- a/starters/portfolio/content/about/education.md +++ b/starters/portfolio/content/about/education.md @@ -1,6 +1,6 @@ --- # An instance of the Experience widget. -# Documentation: https://wowchemy.com/docs/page-builder/ +# Documentation: https://hugoblox.com/docs/page-builder/ widget: experience # This file represents a page section. @@ -13,7 +13,7 @@ title: Education subtitle: # Date format for experience -# Refer to https://wowchemy.com/docs/customization/#date-format +# Refer to https://hugoblox.com/docs/customization/#date-format date_format: Jan 2006 # Experiences. diff --git a/starters/portfolio/content/about/experience.md b/starters/portfolio/content/about/experience.md index a7a290ef..4af0c052 100644 --- a/starters/portfolio/content/about/experience.md +++ b/starters/portfolio/content/about/experience.md @@ -1,6 +1,6 @@ --- # An instance of the Experience widget. -# Documentation: https://wowchemy.com/docs/page-builder/ +# Documentation: https://hugoblox.com/docs/page-builder/ widget: experience # This file represents a page section. @@ -13,7 +13,7 @@ title: Experience subtitle: # Date format for experience -# Refer to https://wowchemy.com/docs/customization/#date-format +# Refer to https://hugoblox.com/docs/customization/#date-format date_format: Jan 2006 # Experiences. diff --git a/starters/portfolio/content/authors/admin/_index.md b/starters/portfolio/content/authors/admin/_index.md index 06ffb234..7deda6f1 100644 --- a/starters/portfolio/content/authors/admin/_index.md +++ b/starters/portfolio/content/authors/admin/_index.md @@ -38,7 +38,7 @@ bio: My research interests include distributed robotics, mobile computing and pr # year: 2008 # Social/Academic Networking -# For available icons, see: https://wowchemy.com/docs/getting-started/page-builder/#icons +# For available icons, see: https://hugoblox.com/docs/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/starters/portfolio/content/home/portfolio.md b/starters/portfolio/content/home/portfolio.md index 0c63b6d4..377126b6 100644 --- a/starters/portfolio/content/home/portfolio.md +++ b/starters/portfolio/content/home/portfolio.md @@ -1,7 +1,7 @@ --- # A section created with the Portfolio widget. # This section displays content from `content/project/`. -# See https://wowchemy.com/docs/widget/portfolio/ +# See https://hugoblox.com/docs/widget/portfolio/ widget: portfolio # This file represents a page section. diff --git a/starters/portfolio/go.mod b/starters/portfolio/go.mod index d4c0f634..305fab72 100644 --- a/starters/portfolio/go.mod +++ b/starters/portfolio/go.mod @@ -1,9 +1,9 @@ -module github.com/wowchemy/starter-hugo-portfolio-theme +module my_website go 1.15 require ( - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 v5.9.2 - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.1-0.20231102170729-56446cc94882 - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.1-0.20231102170729-56446cc94882 + 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.20231102170729-56446cc94882 + github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify-cms v1.0.1-0.20231102170729-56446cc94882 ) diff --git a/starters/research-group/.github/FUNDING.yml b/starters/research-group/.github/FUNDING.yml index a8056929..2ed14d29 100644 --- a/starters/research-group/.github/FUNDING.yml +++ b/starters/research-group/.github/FUNDING.yml @@ -1,2 +1,2 @@ github: gcushen -custom: https://wowchemy.com/sponsor/ +custom: https://hugoblox.com/sponsor/ diff --git a/starters/research-group/.github/import-publications.yml b/starters/research-group/.github/import-publications.yml index aa606f19..fb1af853 100644 --- a/starters/research-group/.github/import-publications.yml +++ b/starters/research-group/.github/import-publications.yml @@ -45,7 +45,7 @@ jobs: body: | Import the latest publications from `publications.bib` to `content/publication/`. 将最新的出版物从`publications.bib`导入到`content/publication/`。 - [View Documentation](https://github.com/wowchemy/bibtex-to-markdown) + [View Documentation](https://github.com/GetRD/academic-file-converter) base: main labels: automated-pr, content branch: wowchemy-import-publications diff --git a/starters/research-group/README.md b/starters/research-group/README.md index 06fe19fd..f7964b8c 100644 --- a/starters/research-group/README.md +++ b/starters/research-group/README.md @@ -1,29 +1,29 @@ # [Hugo Research Group Theme](https://github.com/wowchemy/starter-hugo-research-group) -[![Screenshot](./preview.png)](https://wowchemy.com/hugo-themes/) +[![Screenshot](./preview.png)](https://hugoblox.com/hugo-themes/) The **Research Group Template** empowers your research group to easily create a beautiful website with a stunning homepage, news, academic publications, events, team profiles, and a contact form. ️**Trusted by 250,000+ researchers, educators, and students.** Highly customizable via the integrated **no-code, widget-based Wowchemy page builder**, making every site truly personalized ⭐⭐⭐⭐⭐ -[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://wowchemy.com/hugo-themes/) +[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://hugoblox.com/hugo-themes/) [![Discord](https://img.shields.io/discord/722225264733716590?style=for-the-badge)](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138) -[![Twitter Follow](https://img.shields.io/twitter/follow/wowchemy?label=Follow%20on%20Twitter)](https://twitter.com/wowchemy) +[![Twitter Follow](https://img.shields.io/twitter/follow/GetResearchDev?label=Follow%20on%20Twitter)](https://twitter.com/wowchemy) Easily write technical content with plain text Markdown, LaTeX math, diagrams, RMarkdown, or Jupyter, and import publications from BibTeX. -[Check out the latest demo](https://research-group.netlify.app/) of what you'll get in less than 60 seconds, or [view the showcase](https://wowchemy.com/creators/). +[Check out the latest demo](https://research-group.netlify.app/) of what you'll get in less than 60 seconds, or [view the showcase](https://hugoblox.com/creators/). -The integrated [**Wowchemy**](https://wowchemy.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. +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://wowchemy.com/hugo-themes/) -- 📚 [View the **documentation**](https://wowchemy.com/docs/) +- 👉 [**Get Started**](https://hugoblox.com/hugo-themes/) +- 📚 [View the **documentation**](https://hugoblox.com/docs/) - 💬 [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/wowchemy/hugo-academic-cli) +- ⬇️ **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/wowchemy/wowchemy-hugo-themes/blob/main/CONTRIBUTING.md) or [suggest improvements](https://github.com/wowchemy/wowchemy-hugo-themes/issues) -- ⬆️ **Updating?** View the [Update Guide](https://wowchemy.com/docs/hugo-tutorials/update/) and [Release Notes](https://github.com/wowchemy/wowchemy-hugo-themes/releases) +- 🚀 [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) ## We ask you, humbly, to support this open source movement diff --git a/starters/research-group/config/_default/config.yaml b/starters/research-group/config/_default/config.yaml index dc74350b..194d8cf5 100644 --- a/starters/research-group/config/_default/config.yaml +++ b/starters/research-group/config/_default/config.yaml @@ -1,5 +1,5 @@ # Configuration of Hugo -# Guide: https://wowchemy.com/docs/getting-started/ +# Guide: https://hugoblox.com/docs/getting-started/ # 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,9 +21,9 @@ removePathAccents: true module: imports: - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify-cms + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 ############################ ## ADVANCED diff --git a/starters/research-group/config/_default/languages.yaml b/starters/research-group/config/_default/languages.yaml index 40884cc1..1f57cdf5 100644 --- a/starters/research-group/config/_default/languages.yaml +++ b/starters/research-group/config/_default/languages.yaml @@ -1,6 +1,6 @@ # Languages # Create a section for each of your site's languages. -# Documentation: https://wowchemy.com/docs/guide/language/ +# Documentation: https://hugoblox.com/docs/guide/language/ # Default language en: diff --git a/starters/research-group/config/_default/params.yaml b/starters/research-group/config/_default/params.yaml index 475582e4..55a850d9 100644 --- a/starters/research-group/config/_default/params.yaml +++ b/starters/research-group/config/_default/params.yaml @@ -1,6 +1,6 @@ # SITE SETUP -# Guide: https://wowchemy.com/docs/getting-started/ -# Documentation: https://wowchemy.com/docs/ +# Guide: https://hugoblox.com/docs/getting-started/ +# Documentation: https://hugoblox.com/docs/ # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ # Appearance diff --git a/starters/research-group/content/authors/admin/_index.md b/starters/research-group/content/authors/admin/_index.md index 7ffba272..efc5e83c 100644 --- a/starters/research-group/content/authors/admin/_index.md +++ b/starters/research-group/content/authors/admin/_index.md @@ -38,7 +38,7 @@ education: year: 2008 # Social/Academic Networking -# For available icons, see: https://wowchemy.com/docs/getting-started/page-builder/#icons +# For available icons, see: https://hugoblox.com/docs/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/starters/research-group/content/authors/吳恩達/_index.md b/starters/research-group/content/authors/吳恩達/_index.md index a85a8089..996dc4df 100644 --- a/starters/research-group/content/authors/吳恩達/_index.md +++ b/starters/research-group/content/authors/吳恩達/_index.md @@ -42,7 +42,7 @@ education: year: 2008 # Social/Academic Networking -# For available icons, see: https://wowchemy.com/docs/getting-started/page-builder/#icons +# For available icons, see: https://hugoblox.com/docs/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/starters/research-group/content/event/example/index.md b/starters/research-group/content/event/example/index.md index 3965a09b..0abb3511 100644 --- a/starters/research-group/content/event/example/index.md +++ b/starters/research-group/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://wowchemy.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://hugoblox.com/docs/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://wowchemy.com/docs/writing-markdown-latex/). +- **Embed** your slides (e.g. Google Slides) or presentation video on this page using [shortcodes](https://hugoblox.com/docs/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/starters/research-group/content/publication/conference-paper/index.md b/starters/research-group/content/publication/conference-paper/index.md index e2326339..e2ef9932 100644 --- a/starters/research-group/content/publication/conference-paper/index.md +++ b/starters/research-group/content/publication/conference-paper/index.md @@ -44,12 +44,12 @@ featured: true # url: http://example.org url_pdf: '' -url_code: 'https://github.com/wowchemy/wowchemy-hugo-themes' -url_dataset: 'https://github.com/wowchemy/wowchemy-hugo-themes' +url_code: 'https://github.com/HugoBlox/hugo-blox-builder' +url_dataset: 'https://github.com/HugoBlox/hugo-blox-builder' url_poster: '' url_project: '' url_slides: '' -url_source: 'https://github.com/wowchemy/wowchemy-hugo-themes' +url_source: 'https://github.com/HugoBlox/hugo-blox-builder' url_video: 'https://youtube.com' # Featured image @@ -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://wowchemy.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://hugoblox.com/docs/content/writing-markdown-latex/). diff --git a/starters/research-group/content/publication/journal-article/index.md b/starters/research-group/content/publication/journal-article/index.md index a77688bb..75b75724 100644 --- a/starters/research-group/content/publication/journal-article/index.md +++ b/starters/research-group/content/publication/journal-article/index.md @@ -34,7 +34,7 @@ featured: false # - name: "" # url: "" url_pdf: http://arxiv.org/pdf/1512.04133v1 -url_code: 'https://github.com/wowchemy/wowchemy-hugo-themes' +url_code: 'https://github.com/HugoBlox/hugo-blox-builder' url_dataset: '' url_poster: '' url_project: '' @@ -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://wowchemy.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://hugoblox.com/docs/content/writing-markdown-latex/). diff --git a/starters/research-group/content/publication/preprint/index.md b/starters/research-group/content/publication/preprint/index.md index d0317589..d2ecbff3 100644 --- a/starters/research-group/content/publication/preprint/index.md +++ b/starters/research-group/content/publication/preprint/index.md @@ -30,7 +30,7 @@ links: - name: Custom Link url: http://example.org url_pdf: http://arxiv.org/pdf/1512.04133v1 -url_code: 'https://github.com/wowchemy/wowchemy-hugo-themes' +url_code: 'https://github.com/HugoBlox/hugo-blox-builder' url_dataset: '#' url_poster: '#' url_project: '' @@ -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://wowchemy.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://hugoblox.com/docs/content/writing-markdown-latex/). diff --git a/starters/research-group/go.mod b/starters/research-group/go.mod index ec436e6d..a7641e10 100644 --- a/starters/research-group/go.mod +++ b/starters/research-group/go.mod @@ -3,7 +3,7 @@ module github.com/wowchemy/starter-hugo-research-group go 1.15 require ( - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 v5.9.2 - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.1-0.20231102163809-66b38685ac69 - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.1-0.20231102163809-66b38685ac69 + 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 ) diff --git a/starters/second-brain/.github/FUNDING.yml b/starters/second-brain/.github/FUNDING.yml index a8056929..2ed14d29 100644 --- a/starters/second-brain/.github/FUNDING.yml +++ b/starters/second-brain/.github/FUNDING.yml @@ -1,2 +1,2 @@ github: gcushen -custom: https://wowchemy.com/sponsor/ +custom: https://hugoblox.com/sponsor/ diff --git a/starters/second-brain/README.md b/starters/second-brain/README.md index cb4bb374..3944ae63 100644 --- a/starters/second-brain/README.md +++ b/starters/second-brain/README.md @@ -1,29 +1,29 @@ # [Hugo Second Brain Theme](https://github.com/wowchemy/hugo-second-brain-theme) -[![Screenshot](./preview.webp)](https://wowchemy.com/hugo-themes/) +[![Screenshot](./preview.webp)](https://hugoblox.com/hugo-themes/) The **Second Brain** starter template empowers you to easily create **personal notes** and **knowledge bases** in a future-proof way. - It is your **second brain** 🧠, stored in **future-proof** Markdown files -- Supports audio, video, images, math, code, [Mermaid](https://mermaid.live/) diagrams, and [much more](https://wowchemy.com/docs/content/writing-markdown-latex/) +- Supports audio, video, images, math, code, [Mermaid](https://mermaid.live/) diagrams, and [much more](https://hugoblox.com/docs/content/writing-markdown-latex/) - Edit your notes online in GitHub, or any Git-connected Markdown app such as [Obsidian](https://obsidian.md/) or [Visual Studio Code](https://vscode.dev/) -[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://wowchemy.com/hugo-themes/) +[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://hugoblox.com/hugo-themes/) [![Discord](https://img.shields.io/discord/722225264733716590?style=for-the-badge)](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138) -[![Twitter Follow](https://img.shields.io/twitter/follow/wowchemy?label=Follow%20on%20Twitter)](https://twitter.com/wowchemy) +[![Twitter Follow](https://img.shields.io/twitter/follow/GetResearchDev?label=Follow%20on%20Twitter)](https://twitter.com/wowchemy) -[Check out the latest demo](https://wowchemy.com/docs/) of what you'll get in less than 10 minutes, or [get inspired by how others are using this template](https://wowchemy.com/creators/). +[Check out the latest demo](https://hugoblox.com/docs/) of what you'll get in less than 10 minutes, or [get inspired by how others are using this template](https://hugoblox.com/creators/). -The integrated [**Wowchemy**](https://wowchemy.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. +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://wowchemy.com/hugo-themes/) -- 📚 [View the **documentation**](https://wowchemy.com/docs/) +- 👉 [**Get Started**](https://hugoblox.com/hugo-themes/) +- 📚 [View the **documentation**](https://hugoblox.com/docs/) - 💬 [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/wowchemy/hugo-academic-cli) +- ⬇️ **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/wowchemy/wowchemy-hugo-themes/blob/main/CONTRIBUTING.md) or [suggest improvements](https://github.com/wowchemy/wowchemy-hugo-themes/issues) -- ⬆️ **Updating?** View the [Update Guide](https://wowchemy.com/docs/hugo-tutorials/update/) and [Release Notes](https://github.com/wowchemy/wowchemy-hugo-themes/releases) +- 🚀 [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) ## We ask you, humbly, to support this open source movement diff --git a/starters/second-brain/config/_default/config.yaml b/starters/second-brain/config/_default/config.yaml index a233310d..5a74d509 100644 --- a/starters/second-brain/config/_default/config.yaml +++ b/starters/second-brain/config/_default/config.yaml @@ -1,5 +1,5 @@ # Configuration of Hugo -# Guide: https://wowchemy.com/docs/getting-started/ +# Guide: https://hugoblox.com/docs/getting-started/ # 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/ @@ -33,10 +33,10 @@ removePathAccents: true module: imports: - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify-cms disable: true - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 ############################ ## ADVANCED diff --git a/starters/second-brain/config/_default/params.yaml b/starters/second-brain/config/_default/params.yaml index c020a737..3c52b039 100644 --- a/starters/second-brain/config/_default/params.yaml +++ b/starters/second-brain/config/_default/params.yaml @@ -1,6 +1,6 @@ # SITE SETUP -# Guide: https://wowchemy.com/docs/getting-started/ -# Documentation: https://wowchemy.com/docs/ +# Guide: https://hugoblox.com/docs/getting-started/ +# Documentation: https://hugoblox.com/docs/ # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ # Appearance diff --git a/starters/second-brain/content/_index.md b/starters/second-brain/content/_index.md index 5e7fb71b..eb3e7e35 100644 --- a/starters/second-brain/content/_index.md +++ b/starters/second-brain/content/_index.md @@ -13,7 +13,7 @@ Welcome to the _Second Brain_ template! The **Second Brain** starter template empowers you to easily create **personal notes** and **knowledge bases** in a future-proof way. - It is your second brain 🧠, stored in future-proof Markdown files -- Supports audio, video, images, math, code, [Mermaid](https://mermaid.live/) diagrams, and [much more](https://wowchemy.com/docs/content/writing-markdown-latex/) +- Supports audio, video, images, math, code, [Mermaid](https://mermaid.live/) diagrams, and [much more](https://hugoblox.com/docs/content/writing-markdown-latex/) - Edit your notes online in GitHub, or any Git-connected Markdown app such as [Obsidian](https://obsidian.md/) or [Visual Studio Code](https://vscode.dev/) ```markmap {height="200px"} @@ -29,12 +29,12 @@ The **Second Brain** starter template empowers you to easily create **personal n Choose between **publishing and sharing your knowledge online or creating a private second brain**. -To create an **open second brain**, share your knowledge with others [by deploying this template](https://wowchemy.com/hugo-themes/) as a public website. +To create an **open second brain**, share your knowledge with others [by deploying this template](https://hugoblox.com/hugo-themes/) as a public website. To create a **private second brain** either: - After deploying your site above, [password protect your online second brain](https://docs.netlify.com/visitor-access/password-protection/) and configure your GitHub repo as **private** -- [Download this template](https://github.com/wowchemy/hugo-second-brain-theme) and [run the tool locally](https://wowchemy.com/docs/getting-started/install-hugo-extended/) +- [Download this template](https://github.com/wowchemy/hugo-second-brain-theme) and [run the tool locally](https://hugoblox.com/docs/getting-started/install-hugo-extended/) ## Example notebook diff --git a/starters/second-brain/go.mod b/starters/second-brain/go.mod index 3840f1e9..42273074 100644 --- a/starters/second-brain/go.mod +++ b/starters/second-brain/go.mod @@ -3,7 +3,7 @@ module github.com/wowchemy/hugo-second-brain-theme go 1.15 require ( - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 v5.9.2 - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.1-0.20231102170729-56446cc94882 - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.1-0.20231102170729-56446cc94882 + 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.20231102170729-56446cc94882 + github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify-cms v1.0.1-0.20231102170729-56446cc94882 ) diff --git a/test/assets/dist/wc.css b/test/assets/dist/wc.css index 76e067c8..71a5339e 100644 --- a/test/assets/dist/wc.css +++ b/test/assets/dist/wc.css @@ -1,2 +1,2 @@ /*! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com*/*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter var,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;-webkit-font-feature-settings:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:1;color:#9ca3af}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1;color:#9ca3af}input::-ms-input-placeholder,textarea::-ms-input-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::-ms-backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);-webkit-box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);font-size:.875em;border-radius:.3125rem;padding:.1875em .375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:initial;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:initial}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-left:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-slate{--tw-prose-body:#334155;--tw-prose-headings:#0f172a;--tw-prose-lead:#475569;--tw-prose-links:#0f172a;--tw-prose-bold:#0f172a;--tw-prose-counters:#64748b;--tw-prose-bullets:#cbd5e1;--tw-prose-hr:#e2e8f0;--tw-prose-quotes:#0f172a;--tw-prose-quote-borders:#e2e8f0;--tw-prose-captions:#64748b;--tw-prose-kbd:#0f172a;--tw-prose-kbd-shadows:15 23 42;--tw-prose-code:#0f172a;--tw-prose-pre-code:#e2e8f0;--tw-prose-pre-bg:#1e293b;--tw-prose-th-borders:#cbd5e1;--tw-prose-td-borders:#e2e8f0;--tw-prose-invert-body:#cbd5e1;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#94a3b8;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#94a3b8;--tw-prose-invert-bullets:#475569;--tw-prose-invert-hr:#334155;--tw-prose-invert-quotes:#f1f5f9;--tw-prose-invert-quote-borders:#334155;--tw-prose-invert-captions:#94a3b8;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#cbd5e1;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#475569;--tw-prose-invert-td-borders:#334155}.\!visible{visibility:visible!important}.fixed{position:fixed}.relative{position:relative}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.-ml-10{margin-left:-2.5rem}.mb-0{margin-bottom:0}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.me-2{-webkit-margin-end:.5rem;margin-inline-end:.5rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.ms-2{-webkit-margin-start:.5rem;margin-inline-start:.5rem}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-\[0\.1rem\]{margin-top:.1rem}.block{display:block}.inline-block{display:inline-block}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.table{display:table}.table-caption{display:table-caption}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-24{height:6rem}.h-48{height:12rem}.h-7{height:1.75rem}.w-10{width:2.5rem}.w-24{width:6rem}.w-7{width:1.75rem}.w-full{width:100%}.max-w-3xl{max-width:48rem}.max-w-\[65ch\],.max-w-prose{max-width:65ch}.flex-grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.basis-\[100\%\]{-ms-flex-preferred-size:100%;flex-basis:100%}.table-auto{table-layout:auto}.transform{-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-items-center{justify-items:center}.gap-2{gap:.5rem}.place-self-center{place-self:center}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.border-0{border-width:0}.border-dotted{border-style:dotted}.border-neutral-300{--tw-border-opacity:1;border-color:rgba(var(--color-neutral-300),var(--tw-border-opacity))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-primary-100{--tw-bg-opacity:1;background-color:rgba(var(--color-primary-100),var(--tw-bg-opacity))}.bg-transparent{background-color:initial}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pb-2{padding-bottom:.5rem}.pb-5{padding-bottom:1.25rem}.pl-0{padding-left:0}.pl-2{padding-left:.5rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[0\.6rem\]{font-size:.6rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.leading-3{line-height:.75rem}.leading-6{line-height:1.5rem}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-indigo-700{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity))}.text-neutral-400{--tw-text-opacity:1;color:rgba(var(--color-neutral-400),var(--tw-text-opacity))}.text-neutral-500{--tw-text-opacity:1;color:rgba(var(--color-neutral-500),var(--tw-text-opacity))}.text-neutral-700{--tw-text-opacity:1;color:rgba(var(--color-neutral-700),var(--tw-text-opacity))}.text-neutral-800{--tw-text-opacity:1;color:rgba(var(--color-neutral-800),var(--tw-text-opacity))}.text-primary-400{--tw-text-opacity:1;color:rgba(var(--color-primary-400),var(--tw-text-opacity))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity))}.no-underline{text-decoration-line:none}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-md{-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.filter{-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s}.transition-colors{-webkit-transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s}.transition-transform{-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s} -/*! Wowchemy Components | https://wowchemy.com */.page-wrapper{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;grid-template-columns:100%}.page-footer,.page-header{-ms-flex-negative:0;flex-shrink:0}.page-body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.article-header{position:relative;clear:both}.article-banner{width:100%;height:260px;-o-object-fit:cover;object-fit:cover}.featured-image-wrapper{position:relative;padding-left:0;padding-right:0}.featured-image{position:relative;width:100%;display:block;margin:0 auto}.article-header-caption{position:absolute;bottom:0;right:0;margin:0 auto;padding:2px 5px;color:#fff;font-size:.7em;background:#000;text-align:right;z-index:5;opacity:.65;border-radius:5px 0 0}@media (min-width:64em){.article-header-caption{padding:5px 10px}}.article-header-caption a{color:#fff;text-decoration:none}#page-bg{position:fixed;left:0;right:0;height:100%;width:100%;z-index:-1;display:block}ul.task-list{list-style:none}ul.task-list li input[type=checkbox]{margin-right:.5rem}ul.task-list input[type=checkbox]:checked{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1em;height:1em;border:none;background:initial;position:relative}ul.task-list input[type=checkbox]:not(:checked){width:.9em;height:.9em}ul.task-list input[type=checkbox]:checked:after{content:"✅"}.highlight{position:relative;z-index:0}.highlight:hover>.copy-button{visibility:visible}.copy-button{visibility:hidden;position:absolute;right:0;top:0;z-index:10;width:5rem;cursor:pointer;white-space:nowrap;border-bottom-left-radius:.375rem;border-top-right-radius:.375rem;--tw-bg-opacity:1;background-color:rgba(var(--color-neutral-200),var(--tw-bg-opacity));padding-top:.25rem;padding-bottom:.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(var(--color-neutral-700),var(--tw-text-opacity));opacity:.9}:is(.dark .copy-button){--tw-bg-opacity:1;background-color:rgba(var(--color-neutral-600),var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(var(--color-neutral-200),var(--tw-text-opacity))}.copy-button:active,.copy-button:active:hover,.copy-button:focus,.copy-button:hover{--tw-bg-opacity:1;background-color:rgba(var(--color-primary-100),var(--tw-bg-opacity))}:is(.dark .copy-button:active),:is(.dark .copy-button:active:hover),:is(.dark .copy-button:focus),:is(.dark .copy-button:hover){--tw-bg-opacity:1;background-color:rgba(var(--color-primary-600),var(--tw-bg-opacity))}.wg-about-avatar{#profile{text-align:center;padding:30px 10px;position:relative}.avatar{width:auto;height:auto;max-width:225px;max-height:225px;-o-object-fit:cover;object-fit:cover}.portrait-title h2{font-size:1.75em;font-weight:300;margin:20px 0 10px}.portrait-title h3{font-size:1rem;font-weight:300;margin:0 0 10px}.network-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;padding:0;margin:0}#profile .network-icon{margin-top:.5rem}.network-icon li{margin-right:10px;@media (max-width:640px){margin-right:12px}}.network-icon li:last-of-type{margin-right:0}.network-icon li:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.big-icon{font-size:2rem}.ul-interests li{font-size:.9rem}.ul-edu{list-style:none}.ul-edu li{position:relative;padding:0 15px 4px 3px}.ul-edu li .description p{margin:0}.ul-edu li .description p.course{font-size:.9rem}.ul-edu li .description p.institution{font-size:.75rem}.network-icon .big-icon{font-size:1.5rem}.dark .portrait-title h3{color:#ffffffe6;font-weight:700}.dark .portrait-title h2{color:#fff;font-weight:700}.bio-text{max-width:680px}}.avatar-wrapper{position:relative;width:150px;height:150px;margin-left:auto;margin-right:auto}.avatar-emoji{position:absolute;width:40px;height:40px;line-height:40px;border-radius:100%;bottom:0;right:0;text-align:center;font-size:20px;background-color:#fff;color:#000;-webkit-box-shadow:0 10px 20px #0000000a,0 2px 6px #0000000a,0 0 1px #0000000a;box-shadow:0 10px 20px #0000000a,0 2px 6px #0000000a,0 0 1px #0000000a}.dark .avatar-emoji{background-color:#000;-webkit-box-shadow:0 10px 20px #0000000a,0 2px 6px #0000000a,0 0 1px #fffffff5;box-shadow:0 10px 20px #0000000a,0 2px 6px #0000000a,0 0 1px #fffffff5}:root{--color-neutral:255,255,255;--color-neutral-50:248,250,252;--color-neutral-100:241,245,249;--color-neutral-200:226,232,240;--color-neutral-300:203,213,225;--color-neutral-400:148,163,184;--color-neutral-500:100,116,139;--color-neutral-600:71,85,105;--color-neutral-700:51,65,85;--color-neutral-800:30,41,59;--color-neutral-900:15,23,42;--color-primary-50:239,246,255;--color-primary-100:219,234,254;--color-primary-200:191,219,254;--color-primary-300:147,197,253;--color-primary-400:96,165,250;--color-primary-500:59,130,246;--color-primary-600:37,99,235;--color-primary-700:29,78,216;--color-primary-800:30,64,175;--color-primary-900:30,58,138;--color-secondary-50:236,254,255;--color-secondary-100:207,250,254;--color-secondary-200:165,243,252;--color-secondary-300:103,232,249;--color-secondary-400:34,211,238;--color-secondary-500:6,182,212;--color-secondary-600:8,145,178;--color-secondary-700:14,116,144;--color-secondary-800:21,94,117;--color-secondary-900:22,78,99}:is(.dark .dark\:prose-invert){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}@media (min-width:1024px){.lg\:prose-xl{font-size:1.25rem;line-height:1.8}.lg\:prose-xl :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.lg\:prose-xl :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}.lg\:prose-xl :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-left:1.0666667em}.lg\:prose-xl :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}.lg\:prose-xl :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}.lg\:prose-xl :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}.lg\:prose-xl :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.lg\:prose-xl :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose-xl :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;border-radius:.3125rem;padding:.25em .4em}.lg\:prose-xl :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.lg\:prose-xl :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8611111em}.lg\:prose-xl :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.lg\:prose-xl :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding:1.1111111em 1.3333333em}.lg\:prose-xl :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.lg\:prose-xl :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.lg\:prose-xl :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6em;margin-bottom:.6em}.lg\:prose-xl :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4em}.lg\:prose-xl :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4em}.lg\:prose-xl :where(.lg\:prose-xl>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.lg\:prose-xl :where(.lg\:prose-xl>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(.lg\:prose-xl>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.2em}.lg\:prose-xl :where(.lg\:prose-xl>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(.lg\:prose-xl>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.2em}.lg\:prose-xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.lg\:prose-xl :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.lg\:prose-xl :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6em;padding-left:1.6em}.lg\:prose-xl :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8em;margin-bottom:2.8em}.lg\:prose-xl :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.5555556}.lg\:prose-xl :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.lg\:prose-xl :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.lg\:prose-xl :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.lg\:prose-xl :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.8888889em .6666667em}.lg\:prose-xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.lg\:prose-xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.lg\:prose-xl :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose-xl :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.5555556;margin-top:1em}.lg\:prose-xl :where(.lg\:prose-xl>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(.lg\:prose-xl>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:scale-105:hover,.hover\:scale-125:hover{-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-125:hover{--tw-scale-x:1.25;--tw-scale-y:1.25}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:text-neutral-700:hover{--tw-text-opacity:1;color:rgba(var(--color-neutral-700),var(--tw-text-opacity))}.hover\:text-primary-700:hover{--tw-text-opacity:1;color:rgba(var(--color-primary-700),var(--tw-text-opacity))}.hover\:no-underline:hover{text-decoration-line:none}.hover\:shadow-none:hover{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:text-neutral-700:focus{--tw-text-opacity:1;color:rgba(var(--color-neutral-700),var(--tw-text-opacity))}.focus\:no-underline:focus{text-decoration-line:none}.focus\:shadow-none:focus{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);-webkit-box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.group:hover .group-hover\:-translate-x-\[2px\]{--tw-translate-x:-2px;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-primary-600{--tw-text-opacity:1;color:rgba(var(--color-primary-600),var(--tw-text-opacity))}.group:hover .group-hover\:underline{text-decoration-line:underline}.group:hover .group-hover\:decoration-primary-500{text-decoration-color:rgba(var(--color-primary-500),1)}.group[data-theme=dark] .group-data-\[theme\=dark\]\:hidden,.group[data-theme=light] .group-data-\[theme\=light\]\:hidden{display:none}:is([dir=ltr] .ltr\:inline){display:inline}:is([dir=rtl] .rtl\:hidden){display:none}:is(.dark .dark\:block){display:block}:is(.dark .dark\:hidden){display:none}:is(.dark .dark\:border-neutral-600){--tw-border-opacity:1;border-color:rgba(var(--color-neutral-600),var(--tw-border-opacity))}:is(.dark .dark\:bg-blue-900){--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-800){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}:is(.dark .dark\:bg-primary-900){--tw-bg-opacity:1;background-color:rgba(var(--color-primary-900),var(--tw-bg-opacity))}:is(.dark .dark\:bg-slate-900){--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity))}:is(.dark .dark\:bg-yellow-900){--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity))}:is(.dark .dark\:text-blue-300){--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-400){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}:is(.dark .dark\:text-indigo-200){--tw-text-opacity:1;color:rgb(199 210 254/var(--tw-text-opacity))}:is(.dark .dark\:text-neutral){--tw-text-opacity:1;color:rgba(var(--color-neutral),var(--tw-text-opacity))}:is(.dark .dark\:text-neutral-200){--tw-text-opacity:1;color:rgba(var(--color-neutral-200),var(--tw-text-opacity))}:is(.dark .dark\:text-neutral-300){--tw-text-opacity:1;color:rgba(var(--color-neutral-300),var(--tw-text-opacity))}:is(.dark .dark\:text-neutral-400){--tw-text-opacity:1;color:rgba(var(--color-neutral-400),var(--tw-text-opacity))}:is(.dark .dark\:text-neutral-500){--tw-text-opacity:1;color:rgba(var(--color-neutral-500),var(--tw-text-opacity))}:is(.dark .dark\:text-slate-200){--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity))}:is(.dark .dark\:text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .dark\:hover\:bg-primary-100\/5:hover){background-color:rgba(var(--color-primary-100),.05)}:is(.dark .dark\:hover\:text-gray-200:hover){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-gray-50:hover){--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-primary-400:hover),:is(.dark .group:hover .dark\:group-hover\:text-primary-400){--tw-text-opacity:1;color:rgba(var(--color-primary-400),var(--tw-text-opacity))}@media print{.print\:hidden{display:none}}@media (min-width:640px){.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width:768px){.md\:flex{display:-webkit-box;display:-ms-flexbox;display:flex}.md\:w-48{width:12rem}.md\:flex-shrink-0{-ms-flex-negative:0;flex-shrink:0}}@media (min-width:1024px){.lg\:my-0{margin-bottom:0}.lg\:mt-0,.lg\:my-0{margin-top:0}.lg\:mt-1{margin-top:.25rem}.lg\:\!flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.lg\:hidden{display:none}.lg\:basis-auto{-ms-flex-preferred-size:auto;flex-basis:auto}.lg\:flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.lg\:flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.lg\:justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:pl-2{padding-left:.5rem}.lg\:pr-1{padding-right:.25rem}.lg\:text-6xl{font-size:3.75rem;line-height:1}}.\[\&\.active\]\:font-bold.active{font-weight:700}.\[\&\.active\]\:text-black\/90.active{color:#000000e6}:is(.dark .dark\:\[\&\.active\]\:text-white.active){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.\[\&\:not\(dark\)\]\:hidden:not(dark){display:none}.\[\&\>svg\]\:w-7>svg{width:1.75rem} \ No newline at end of file +/*! Wowchemy Components | https://hugoblox.com */.page-wrapper{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;grid-template-columns:100%}.page-footer,.page-header{-ms-flex-negative:0;flex-shrink:0}.page-body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.article-header{position:relative;clear:both}.article-banner{width:100%;height:260px;-o-object-fit:cover;object-fit:cover}.featured-image-wrapper{position:relative;padding-left:0;padding-right:0}.featured-image{position:relative;width:100%;display:block;margin:0 auto}.article-header-caption{position:absolute;bottom:0;right:0;margin:0 auto;padding:2px 5px;color:#fff;font-size:.7em;background:#000;text-align:right;z-index:5;opacity:.65;border-radius:5px 0 0}@media (min-width:64em){.article-header-caption{padding:5px 10px}}.article-header-caption a{color:#fff;text-decoration:none}#page-bg{position:fixed;left:0;right:0;height:100%;width:100%;z-index:-1;display:block}ul.task-list{list-style:none}ul.task-list li input[type=checkbox]{margin-right:.5rem}ul.task-list input[type=checkbox]:checked{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1em;height:1em;border:none;background:initial;position:relative}ul.task-list input[type=checkbox]:not(:checked){width:.9em;height:.9em}ul.task-list input[type=checkbox]:checked:after{content:"✅"}.highlight{position:relative;z-index:0}.highlight:hover>.copy-button{visibility:visible}.copy-button{visibility:hidden;position:absolute;right:0;top:0;z-index:10;width:5rem;cursor:pointer;white-space:nowrap;border-bottom-left-radius:.375rem;border-top-right-radius:.375rem;--tw-bg-opacity:1;background-color:rgba(var(--color-neutral-200),var(--tw-bg-opacity));padding-top:.25rem;padding-bottom:.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(var(--color-neutral-700),var(--tw-text-opacity));opacity:.9}:is(.dark .copy-button){--tw-bg-opacity:1;background-color:rgba(var(--color-neutral-600),var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(var(--color-neutral-200),var(--tw-text-opacity))}.copy-button:active,.copy-button:active:hover,.copy-button:focus,.copy-button:hover{--tw-bg-opacity:1;background-color:rgba(var(--color-primary-100),var(--tw-bg-opacity))}:is(.dark .copy-button:active),:is(.dark .copy-button:active:hover),:is(.dark .copy-button:focus),:is(.dark .copy-button:hover){--tw-bg-opacity:1;background-color:rgba(var(--color-primary-600),var(--tw-bg-opacity))}.wg-about-avatar{#profile{text-align:center;padding:30px 10px;position:relative}.avatar{width:auto;height:auto;max-width:225px;max-height:225px;-o-object-fit:cover;object-fit:cover}.portrait-title h2{font-size:1.75em;font-weight:300;margin:20px 0 10px}.portrait-title h3{font-size:1rem;font-weight:300;margin:0 0 10px}.network-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;padding:0;margin:0}#profile .network-icon{margin-top:.5rem}.network-icon li{margin-right:10px;@media (max-width:640px){margin-right:12px}}.network-icon li:last-of-type{margin-right:0}.network-icon li:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.big-icon{font-size:2rem}.ul-interests li{font-size:.9rem}.ul-edu{list-style:none}.ul-edu li{position:relative;padding:0 15px 4px 3px}.ul-edu li .description p{margin:0}.ul-edu li .description p.course{font-size:.9rem}.ul-edu li .description p.institution{font-size:.75rem}.network-icon .big-icon{font-size:1.5rem}.dark .portrait-title h3{color:#ffffffe6;font-weight:700}.dark .portrait-title h2{color:#fff;font-weight:700}.bio-text{max-width:680px}}.avatar-wrapper{position:relative;width:150px;height:150px;margin-left:auto;margin-right:auto}.avatar-emoji{position:absolute;width:40px;height:40px;line-height:40px;border-radius:100%;bottom:0;right:0;text-align:center;font-size:20px;background-color:#fff;color:#000;-webkit-box-shadow:0 10px 20px #0000000a,0 2px 6px #0000000a,0 0 1px #0000000a;box-shadow:0 10px 20px #0000000a,0 2px 6px #0000000a,0 0 1px #0000000a}.dark .avatar-emoji{background-color:#000;-webkit-box-shadow:0 10px 20px #0000000a,0 2px 6px #0000000a,0 0 1px #fffffff5;box-shadow:0 10px 20px #0000000a,0 2px 6px #0000000a,0 0 1px #fffffff5}:root{--color-neutral:255,255,255;--color-neutral-50:248,250,252;--color-neutral-100:241,245,249;--color-neutral-200:226,232,240;--color-neutral-300:203,213,225;--color-neutral-400:148,163,184;--color-neutral-500:100,116,139;--color-neutral-600:71,85,105;--color-neutral-700:51,65,85;--color-neutral-800:30,41,59;--color-neutral-900:15,23,42;--color-primary-50:239,246,255;--color-primary-100:219,234,254;--color-primary-200:191,219,254;--color-primary-300:147,197,253;--color-primary-400:96,165,250;--color-primary-500:59,130,246;--color-primary-600:37,99,235;--color-primary-700:29,78,216;--color-primary-800:30,64,175;--color-primary-900:30,58,138;--color-secondary-50:236,254,255;--color-secondary-100:207,250,254;--color-secondary-200:165,243,252;--color-secondary-300:103,232,249;--color-secondary-400:34,211,238;--color-secondary-500:6,182,212;--color-secondary-600:8,145,178;--color-secondary-700:14,116,144;--color-secondary-800:21,94,117;--color-secondary-900:22,78,99}:is(.dark .dark\:prose-invert){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}@media (min-width:1024px){.lg\:prose-xl{font-size:1.25rem;line-height:1.8}.lg\:prose-xl :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.lg\:prose-xl :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}.lg\:prose-xl :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-left:1.0666667em}.lg\:prose-xl :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}.lg\:prose-xl :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}.lg\:prose-xl :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}.lg\:prose-xl :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.lg\:prose-xl :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose-xl :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;border-radius:.3125rem;padding:.25em .4em}.lg\:prose-xl :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.lg\:prose-xl :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8611111em}.lg\:prose-xl :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.lg\:prose-xl :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding:1.1111111em 1.3333333em}.lg\:prose-xl :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.lg\:prose-xl :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.lg\:prose-xl :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6em;margin-bottom:.6em}.lg\:prose-xl :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4em}.lg\:prose-xl :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4em}.lg\:prose-xl :where(.lg\:prose-xl>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.lg\:prose-xl :where(.lg\:prose-xl>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(.lg\:prose-xl>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.2em}.lg\:prose-xl :where(.lg\:prose-xl>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(.lg\:prose-xl>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.2em}.lg\:prose-xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.lg\:prose-xl :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.lg\:prose-xl :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6em;padding-left:1.6em}.lg\:prose-xl :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8em;margin-bottom:2.8em}.lg\:prose-xl :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.5555556}.lg\:prose-xl :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.lg\:prose-xl :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.lg\:prose-xl :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.lg\:prose-xl :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.8888889em .6666667em}.lg\:prose-xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.lg\:prose-xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.lg\:prose-xl :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose-xl :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.5555556;margin-top:1em}.lg\:prose-xl :where(.lg\:prose-xl>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(.lg\:prose-xl>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:scale-105:hover,.hover\:scale-125:hover{-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-125:hover{--tw-scale-x:1.25;--tw-scale-y:1.25}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:text-neutral-700:hover{--tw-text-opacity:1;color:rgba(var(--color-neutral-700),var(--tw-text-opacity))}.hover\:text-primary-700:hover{--tw-text-opacity:1;color:rgba(var(--color-primary-700),var(--tw-text-opacity))}.hover\:no-underline:hover{text-decoration-line:none}.hover\:shadow-none:hover{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:text-neutral-700:focus{--tw-text-opacity:1;color:rgba(var(--color-neutral-700),var(--tw-text-opacity))}.focus\:no-underline:focus{text-decoration-line:none}.focus\:shadow-none:focus{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);-webkit-box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.group:hover .group-hover\:-translate-x-\[2px\]{--tw-translate-x:-2px;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-primary-600{--tw-text-opacity:1;color:rgba(var(--color-primary-600),var(--tw-text-opacity))}.group:hover .group-hover\:underline{text-decoration-line:underline}.group:hover .group-hover\:decoration-primary-500{text-decoration-color:rgba(var(--color-primary-500),1)}.group[data-theme=dark] .group-data-\[theme\=dark\]\:hidden,.group[data-theme=light] .group-data-\[theme\=light\]\:hidden{display:none}:is([dir=ltr] .ltr\:inline){display:inline}:is([dir=rtl] .rtl\:hidden){display:none}:is(.dark .dark\:block){display:block}:is(.dark .dark\:hidden){display:none}:is(.dark .dark\:border-neutral-600){--tw-border-opacity:1;border-color:rgba(var(--color-neutral-600),var(--tw-border-opacity))}:is(.dark .dark\:bg-blue-900){--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-800){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}:is(.dark .dark\:bg-primary-900){--tw-bg-opacity:1;background-color:rgba(var(--color-primary-900),var(--tw-bg-opacity))}:is(.dark .dark\:bg-slate-900){--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity))}:is(.dark .dark\:bg-yellow-900){--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity))}:is(.dark .dark\:text-blue-300){--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-400){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}:is(.dark .dark\:text-indigo-200){--tw-text-opacity:1;color:rgb(199 210 254/var(--tw-text-opacity))}:is(.dark .dark\:text-neutral){--tw-text-opacity:1;color:rgba(var(--color-neutral),var(--tw-text-opacity))}:is(.dark .dark\:text-neutral-200){--tw-text-opacity:1;color:rgba(var(--color-neutral-200),var(--tw-text-opacity))}:is(.dark .dark\:text-neutral-300){--tw-text-opacity:1;color:rgba(var(--color-neutral-300),var(--tw-text-opacity))}:is(.dark .dark\:text-neutral-400){--tw-text-opacity:1;color:rgba(var(--color-neutral-400),var(--tw-text-opacity))}:is(.dark .dark\:text-neutral-500){--tw-text-opacity:1;color:rgba(var(--color-neutral-500),var(--tw-text-opacity))}:is(.dark .dark\:text-slate-200){--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity))}:is(.dark .dark\:text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .dark\:hover\:bg-primary-100\/5:hover){background-color:rgba(var(--color-primary-100),.05)}:is(.dark .dark\:hover\:text-gray-200:hover){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-gray-50:hover){--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-primary-400:hover),:is(.dark .group:hover .dark\:group-hover\:text-primary-400){--tw-text-opacity:1;color:rgba(var(--color-primary-400),var(--tw-text-opacity))}@media print{.print\:hidden{display:none}}@media (min-width:640px){.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width:768px){.md\:flex{display:-webkit-box;display:-ms-flexbox;display:flex}.md\:w-48{width:12rem}.md\:flex-shrink-0{-ms-flex-negative:0;flex-shrink:0}}@media (min-width:1024px){.lg\:my-0{margin-bottom:0}.lg\:mt-0,.lg\:my-0{margin-top:0}.lg\:mt-1{margin-top:.25rem}.lg\:\!flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.lg\:hidden{display:none}.lg\:basis-auto{-ms-flex-preferred-size:auto;flex-basis:auto}.lg\:flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.lg\:flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.lg\:justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:pl-2{padding-left:.5rem}.lg\:pr-1{padding-right:.25rem}.lg\:text-6xl{font-size:3.75rem;line-height:1}}.\[\&\.active\]\:font-bold.active{font-weight:700}.\[\&\.active\]\:text-black\/90.active{color:#000000e6}:is(.dark .dark\:\[\&\.active\]\:text-white.active){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.\[\&\:not\(dark\)\]\:hidden:not(dark){display:none}.\[\&\>svg\]\:w-7>svg{width:1.75rem} diff --git a/test/config.yaml b/test/config.yaml index b6d9ea1e..12a8b4e1 100644 --- a/test/config.yaml +++ b/test/config.yaml @@ -1,8 +1,8 @@ -title: Wowchemy Test +title: Hugo Blox Test baseURL: https://example.com module: imports: - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-tailwind + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind outputs: home: [HTML, RSS, WebAppManifest] disableAliases: true diff --git a/test/go.mod b/test/go.mod index c00b88f7..0f459969 100644 --- a/test/go.mod +++ b/test/go.mod @@ -1,7 +1,7 @@ -module github.com/wowchemy/wowchemy-hugo-themes/test +module github.com/HugoBlox/hugo-blox-builder/test go 1.15 -require github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-tailwind main +require github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind main -replace github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-tailwind => ../modules/wowchemy-tailwind +replace github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind => ../modules/blox-tailwind diff --git a/test/package.json b/test/package.json index 0317c827..f110f207 100644 --- a/test/package.json +++ b/test/package.json @@ -1,9 +1,9 @@ { - "name": "wowchemy-test", + "name": "hugo-blox-test", "version": "0.0.1", - "description": "Wowchemy Test Build", + "description": "Hugo Blox Test Build", "main": "", - "repository": "https://github.com/wowchemy/wowchemy-hugo-themes", + "repository": "https://github.com/HugoBlox/hugo-blox-builder", "author": "George Cushen", "license": "MIT", "private": true,