fix: blox-bootstrap require
This commit is contained in:
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@@ -1,2 +1,2 @@
|
|||||||
github: gcushen
|
github: gcushen
|
||||||
custom: https://wowchemy.com/sponsor/
|
custom: https://hugoblox.com/sponsor/
|
||||||
|
|||||||
2
.github/workflows/import-notebooks.yml
vendored
2
.github/workflows/import-notebooks.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
|||||||
body: |
|
body: |
|
||||||
Convert Jupyter Notebooks in the `notebooks/` folder into blog posts in the `content/post/` folder.
|
Convert Jupyter Notebooks in the `notebooks/` folder into blog posts in the `content/post/` folder.
|
||||||
将`notebooks/`文件夹中的Jupyter笔记本转换为`content/post/`文件夹中的博客帖子。
|
将`notebooks/`文件夹中的Jupyter笔记本转换为`content/post/`文件夹中的博客帖子。
|
||||||
[View Documentation](https://github.com/wowchemy/bibtex-to-markdown)
|
[View Documentation](https://github.com/GetRD/academic-file-converter)
|
||||||
base: main
|
base: main
|
||||||
labels: automated-pr, content
|
labels: automated-pr, content
|
||||||
branch: wowchemy-import-posts
|
branch: wowchemy-import-posts
|
||||||
|
|||||||
2
.github/workflows/import-publications.yml
vendored
2
.github/workflows/import-publications.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
body: |
|
body: |
|
||||||
Import the latest publications from `publications.bib` to `content/publication/`.
|
Import the latest publications from `publications.bib` to `content/publication/`.
|
||||||
将最新的出版物从`publications.bib`导入到`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
|
base: main
|
||||||
labels: automated-pr, content
|
labels: automated-pr, content
|
||||||
branch: wowchemy-import-publications
|
branch: wowchemy-import-publications
|
||||||
|
|||||||
6
.github/workflows/publish.yaml
vendored
6
.github/workflows/publish.yaml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Deploy Wowchemy website to GitHub Pages
|
name: Deploy website to GitHub Pages
|
||||||
|
|
||||||
env:
|
env:
|
||||||
WC_HUGO_VERSION: '0.119.0'
|
WC_HUGO_VERSION: '0.119.0'
|
||||||
@@ -23,7 +23,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
# Build website
|
# Build website
|
||||||
build:
|
build:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
|
|
||||||
# Deploy website to GitHub Pages hosting
|
# Deploy website to GitHub Pages hosting
|
||||||
deploy:
|
deploy:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
|
|||||||
2
.github/workflows/updater-wip.yml
vendored
2
.github/workflows/updater-wip.yml
vendored
@@ -11,6 +11,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: wowchemy/gh-action-updater@v1
|
- uses: wowchemy/gh-action-updater@v1
|
||||||
with:
|
with:
|
||||||
feed-url: https://wowchemy.com/blog/index.xml
|
feed-url: https://hugoblox.com/blog/index.xml
|
||||||
readme-section: news
|
readme-section: news
|
||||||
branch: main
|
branch: main
|
||||||
|
|||||||
42
README.md
42
README.md
@@ -1,38 +1,38 @@
|
|||||||
# [Hugo Academic Theme](https://github.com/wowchemy/starter-hugo-academic)
|
# [Hugo Academic CV Theme](https://github.com/HugoBlox/theme-academic-cv)
|
||||||
|
|
||||||
[](https://wowchemy.com/templates/)
|
[](https://hugoblox.com/templates/)
|
||||||
|
|
||||||
The Hugo **Academic Resumé Template** empowers you to easily create your job-winning online resumé, showcase your academic publications, and create online courses or knowledge bases to grow your audience.
|
The Hugo **Academic Resumé Template** empowers you to easily create your job-winning online resumé, showcase your academic publications, and create online courses or knowledge bases to grow your audience.
|
||||||
|
|
||||||
[](https://wowchemy.com/templates/)
|
[](https://hugoblox.com/templates/)
|
||||||
[](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138)
|
[](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138)
|
||||||
[](https://twitter.com/wowchemy)
|
[](https://twitter.com/GetResearchDev)
|
||||||
|
|
||||||
️**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 ⭐⭐⭐⭐⭐
|
️**Trusted by 250,000+ researchers, educators, and students.** Highly customizable via the integrated **no-code, Hugo Blox Builder**, making every site truly personalized ⭐⭐⭐⭐⭐
|
||||||
|
|
||||||
Easily write technical content with plain text Markdown, LaTeX math, diagrams, RMarkdown, or Jupyter, and import publications from BibTeX.
|
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://academic-demo.netlify.app/) of what you'll get in less than 10 minutes, or [get inspired by our academics and research groups](https://wowchemy.com/creators/).
|
[Check out the latest demo](https://academic-demo.netlify.app/) of what you'll get in less than 10 minutes, or [get inspired by our academics and research groups](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 [**Hugo Blox Builder**](https://hugoblox.com) 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/)
|
- 👉 [**Get Started**](https://hugoblox.com/templates/)
|
||||||
- 📚 [View the **documentation**](https://wowchemy.com/docs/)
|
- 📚 [View the **documentation**](https://hugoblox.com/docs/)
|
||||||
- 💬 [Chat with the **Wowchemy research community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
|
- 💬 [Chat with the **Hugo Blox Builder community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
|
||||||
- 🐦 Twitter: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=%23MadeWithWowchemy&src=typed_query)
|
- 🐦 Twitter: [@GetResearchDev](https://twitter.com/GetResearchDev) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithHugoBlox](https://twitter.com/search?q=%23MadeWithHugoBlox&src=typed_query)
|
||||||
- ⬇️ **Automatically import your publications from BibTeX** with the [Hugo Academic CLI](https://github.com/wowchemy/hugo-academic-cli)
|
- ⬇️ **Automatically import your publications from BibTeX** with the [Hugo Academic CLI](https://github.com/GetRD/academic-file-converter)
|
||||||
- 💡 [Suggest an improvement](https://github.com/wowchemy/wowchemy-templates/issues)
|
- 💡 [Suggest an improvement](https://github.com/HugoBlox/hugo-blox-builder/issues)
|
||||||
- ⬆️ **Updating?** View the [Update Guide](https://wowchemy.com/docs/hugo-tutorials/update/) and [Release Notes](https://github.com/wowchemy/wowchemy-templates/releases)
|
- ⬆️ **Updating?** View the [Update Guide](https://docs.hugoblox.com/reference/update/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases)
|
||||||
|
|
||||||
## We ask you, humbly, to support this open source movement
|
## 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 and themes 🐧
|
||||||
|
|
||||||
We're an open source 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.
|
We're an open source 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.
|
||||||
|
|
||||||
### [❤️ Click here to become a GitHub Sponsor, unlocking awesome perks such as _exclusive academic templates and widgets_](https://github.com/sponsors/gcushen)
|
### [❤️ Click here to become a GitHub Sponsor, unlocking awesome perks such as _exclusive academic templates and widgets_](https://github.com/sponsors/gcushen)
|
||||||
|
|
||||||
<p align="center"><a href="https://wowchemy.com/templates/" target="_blank" rel="noopener"><img src="https://wowchemy.com/uploads/readmes/academic_logo_200px.png" alt="Hugo Academic Theme for Wowchemy Website Builder"></a></p>
|
<p align="center"><a href="https://hugoblox.com/templates/" target="_blank" rel="noopener"><img src="https://hugoblox.com/uploads/readmes/academic_logo_200px.png" alt="Hugo Academic Theme for Hugo Blox Builder"></a></p>
|
||||||
|
|
||||||
## Demo image credits
|
## Demo image credits
|
||||||
|
|
||||||
@@ -42,9 +42,9 @@ We're an open source movement that depends on your support to stay online and th
|
|||||||
|
|
||||||
<!--START_SECTION:news-->
|
<!--START_SECTION:news-->
|
||||||
|
|
||||||
- [Easily make an academic CV website to get more cites and grow your audience 🚀](https://wowchemy.com/blog/easily-make-academic-website/)
|
- [Easily make an academic CV website to get more cites and grow your audience 🚀](https://hugoblox.com/blog/easily-make-academic-website/)
|
||||||
- [What's new in v5.2?](https://wowchemy.com/blog/whats-new-in-v5.2/)
|
- [What's new in v5.2?](https://hugoblox.com/blog/whats-new-in-v5.2/)
|
||||||
- [What's new in v5.1?](https://wowchemy.com/blog/whats-new-in-v5.1/)
|
- [What's new in v5.1?](https://hugoblox.com/blog/whats-new-in-v5.1/)
|
||||||
- [Version 5.0 (February 2021)](https://wowchemy.com/blog/version-5.0-february-2021/)
|
- [Version 5.0 (February 2021)](https://hugoblox.com/blog/version-5.0-february-2021/)
|
||||||
- [Version 5.0 Beta 3 (February 2021)](https://wowchemy.com/blog/version-5.0-beta-3-february-2021/)
|
- [Version 5.0 Beta 3 (February 2021)](https://hugoblox.com/blog/version-5.0-beta-3-february-2021/)
|
||||||
<!--END_SECTION:news-->
|
<!--END_SECTION:news-->
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Configuration of Hugo
|
# 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
|
# 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/
|
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
|
||||||
|
|
||||||
@@ -21,9 +21,9 @@ removePathAccents: true
|
|||||||
|
|
||||||
module:
|
module:
|
||||||
imports:
|
imports:
|
||||||
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify
|
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify
|
||||||
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal
|
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal
|
||||||
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5
|
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5
|
||||||
|
|
||||||
############################
|
############################
|
||||||
## ADVANCED
|
## ADVANCED
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Languages
|
# Languages
|
||||||
# Create a section for each of your site's 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
|
# Default language
|
||||||
en:
|
en:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# SITE SETUP
|
# SITE SETUP
|
||||||
# Guide: https://wowchemy.com/docs/getting-started/
|
# Guide: https://hugoblox.com/docs/getting-started/
|
||||||
# Documentation: https://wowchemy.com/docs/
|
# Documentation: https://hugoblox.com/docs/
|
||||||
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
|
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
|
||||||
|
|
||||||
# Appearance
|
# Appearance
|
||||||
|
|||||||
@@ -6,22 +6,22 @@ type: landing
|
|||||||
|
|
||||||
sections:
|
sections:
|
||||||
- block: hero
|
- block: hero
|
||||||
demo: true # Only display this section in the Wowchemy demo site
|
demo: true # Only display this section in the Hugo Blox Builder demo site
|
||||||
content:
|
content:
|
||||||
title: Hugo Academic Theme
|
title: Hugo Academic Theme
|
||||||
image:
|
image:
|
||||||
filename: hero-academic.png
|
filename: hero-academic.png
|
||||||
cta:
|
cta:
|
||||||
label: '**Get Started**'
|
label: '**Get Started**'
|
||||||
url: https://wowchemy.com/templates/
|
url: https://hugoblox.com/templates/
|
||||||
cta_alt:
|
cta_alt:
|
||||||
label: Ask a question
|
label: Ask a question
|
||||||
url: https://discord.gg/z8wNYzb
|
url: https://discord.gg/z8wNYzb
|
||||||
cta_note:
|
cta_note:
|
||||||
label: >-
|
label: >-
|
||||||
<div style="text-shadow: none;"><a class="github-button" href="https://github.com/wowchemy/wowchemy-hugo-themes" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star">Star Wowchemy Website Builder</a></div><div style="text-shadow: none;"><a class="github-button" href="https://github.com/wowchemy/starter-hugo-academic" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star">Star the Academic template</a></div>
|
<div style="text-shadow: none;"><a class="github-button" href="https://github.com/HugoBlox/hugo-blox-builder" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star">Star Hugo Blox Builder</a></div><div style="text-shadow: none;"><a class="github-button" href="https://github.com/HugoBlox/theme-academic-cv" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star">Star the Academic template</a></div>
|
||||||
text: |-
|
text: |-
|
||||||
**Generated by Wowchemy - the FREE, Hugo-based open source website builder trusted by 500,000+ sites.**
|
**Generated by Hugo Blox Builder - the FREE, Hugo-based open source website builder trusted by 500,000+ sites.**
|
||||||
|
|
||||||
**Easily build anything with blocks - no-code required!**
|
**Easily build anything with blocks - no-code required!**
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ sections:
|
|||||||
content:
|
content:
|
||||||
title: Experience
|
title: Experience
|
||||||
# Date format for experience
|
# 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
|
date_format: Jan 2006
|
||||||
# Experiences.
|
# Experiences.
|
||||||
# Add/remove as many `experience` items below as you like.
|
# Add/remove as many `experience` items below as you like.
|
||||||
@@ -90,7 +90,7 @@ sections:
|
|||||||
# Note: `­` is used to add a 'soft' hyphen in a long heading.
|
# Note: `­` is used to add a 'soft' hyphen in a long heading.
|
||||||
title: 'Accomplish­ments'
|
title: 'Accomplish­ments'
|
||||||
subtitle:
|
subtitle:
|
||||||
# Date format: https://wowchemy.com/docs/customization/#date-format
|
# Date format: https://hugoblox.com/docs/customization/#date-format
|
||||||
date_format: Jan 2006
|
date_format: Jan 2006
|
||||||
# Accomplishments.
|
# Accomplishments.
|
||||||
# Add/remove as many `item` blocks below as you like.
|
# Add/remove as many `item` blocks below as you like.
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ education:
|
|||||||
year: 2008
|
year: 2008
|
||||||
|
|
||||||
# Skills
|
# Skills
|
||||||
# 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
|
||||||
skills:
|
skills:
|
||||||
- name: Technical
|
- name: Technical
|
||||||
items:
|
items:
|
||||||
@@ -87,7 +87,7 @@ skills:
|
|||||||
icon_pack: fas
|
icon_pack: fas
|
||||||
|
|
||||||
# Social/Academic Networking
|
# 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
|
# 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.
|
# form "mailto:your-email@example.com" or "/#contact" for contact widget.
|
||||||
social:
|
social:
|
||||||
|
|||||||
@@ -66,8 +66,8 @@ Click on the **Slides** button above to view the built-in slides feature.
|
|||||||
|
|
||||||
Slides can be added in a few ways:
|
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
|
- **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](https://wowchemy.com/docs/writing-markdown-latex/) such as image galleries, can be added to the body of this page.
|
Further event details, including [page elements](https://hugoblox.com/docs/writing-markdown-latex/) such as image galleries, can be added to the body of this page.
|
||||||
|
|||||||
@@ -52,39 +52,39 @@ print('hello')
|
|||||||
2. The template can be modified and customised to suit your needs. It's a good platform for anyone looking to take control of their data and online identity whilst having the convenience to start off with a **no-code solution (write in Markdown and customize with YAML parameters)** and having **flexibility to later add even deeper personalization with HTML and CSS**
|
2. The template can be modified and customised to suit your needs. It's a good platform for anyone looking to take control of their data and online identity whilst having the convenience to start off with a **no-code solution (write in Markdown and customize with YAML parameters)** and having **flexibility to later add even deeper personalization with HTML and CSS**
|
||||||
3. You can work with all your favourite tools and apps with hundreds of plugins and integrations to speed up your workflows, interact with your readers, and much more
|
3. You can work with all your favourite tools and apps with hundreds of plugins and integrations to speed up your workflows, interact with your readers, and much more
|
||||||
|
|
||||||
[](https://wowchemy.com)
|
[](https://hugoblox.com)
|
||||||
|
|
||||||
## Get Started
|
## Get Started
|
||||||
|
|
||||||
- 👉 [**Create a new site**](https://wowchemy.com/templates/)
|
- 👉 [**Create a new site**](https://hugoblox.com/templates/)
|
||||||
- 📚 [**Personalize your site**](https://wowchemy.com/docs/)
|
- 📚 [**Personalize your site**](https://hugoblox.com/docs/)
|
||||||
- 💬 [Chat with the **Wowchemy community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
|
- 💬 [Chat with the **Wowchemy community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
|
||||||
- 🐦 Twitter: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=%23MadeWithWowchemy&src=typed_query)
|
- 🐦 Twitter: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=%23MadeWithWowchemy&src=typed_query)
|
||||||
- 💡 [Request a **feature** or report a **bug** for _Wowchemy_](https://github.com/wowchemy/wowchemy-hugo-themes/issues)
|
- 💡 [Request a **feature** or report a **bug** for _Wowchemy_](https://github.com/HugoBlox/hugo-blox-builder/issues)
|
||||||
- ⬆️ **Updating Wowchemy?** View the [Update Tutorial](https://wowchemy.com/docs/hugo-tutorials/update/) and [Release Notes](https://wowchemy.com/updates/)
|
- ⬆️ **Updating Wowchemy?** View the [Update Tutorial](https://hugoblox.com/docs/hugo-tutorials/update/) and [Release Notes](https://hugoblox.com/updates/)
|
||||||
|
|
||||||
## Crowd-funded open-source software
|
## Crowd-funded open-source software
|
||||||
|
|
||||||
To help us develop this template and software sustainably under the MIT license, we ask all individuals and businesses that use it to help support its ongoing maintenance and development via sponsorship.
|
To help us develop this template and software sustainably under the MIT license, we ask all individuals and businesses that use it to help support its ongoing maintenance and development via sponsorship.
|
||||||
|
|
||||||
### [❤️ Click here to become a sponsor and help support Wowchemy's future ❤️](https://wowchemy.com/sponsor/)
|
### [❤️ Click here to become a sponsor and help support Wowchemy's future ❤️](https://hugoblox.com/sponsor/)
|
||||||
|
|
||||||
As a token of appreciation for sponsoring, you can **unlock [these](https://wowchemy.com/sponsor/) awesome rewards and extra features 🦄✨**
|
As a token of appreciation for sponsoring, you can **unlock [these](https://hugoblox.com/sponsor/) awesome rewards and extra features 🦄✨**
|
||||||
|
|
||||||
## Ecosystem
|
## Ecosystem
|
||||||
|
|
||||||
- **[Hugo Academic CLI](https://github.com/wowchemy/hugo-academic-cli):** Automatically import publications from BibTeX
|
- **[Hugo Academic CLI](https://github.com/GetRD/academic-file-converter):** Automatically import publications from BibTeX
|
||||||
|
|
||||||
## Inspiration
|
## Inspiration
|
||||||
|
|
||||||
[Check out the latest **demo**](https://academic-demo.netlify.com/) of what you'll get in less than 10 minutes, or [view the **showcase**](https://wowchemy.com/user-stories/) of personal, project, and business sites.
|
[Check out the latest **demo**](https://academic-demo.netlify.com/) of what you'll get in less than 10 minutes, or [view the **showcase**](https://hugoblox.com/user-stories/) of personal, project, and business sites.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **Page builder** - Create _anything_ with [**widgets**](https://wowchemy.com/docs/page-builder/) and [**elements**](https://wowchemy.com/docs/content/writing-markdown-latex/)
|
- **Page builder** - Create _anything_ with [**widgets**](https://hugoblox.com/docs/page-builder/) and [**elements**](https://hugoblox.com/docs/content/writing-markdown-latex/)
|
||||||
- **Edit any type of content** - Blog posts, publications, talks, slides, projects, and more!
|
- **Edit any type of content** - Blog posts, publications, talks, slides, projects, and more!
|
||||||
- **Create content** in [**Markdown**](https://wowchemy.com/docs/content/writing-markdown-latex/), [**Jupyter**](https://wowchemy.com/docs/import/jupyter/), or [**RStudio**](https://wowchemy.com/docs/install-locally/)
|
- **Create content** in [**Markdown**](https://hugoblox.com/docs/content/writing-markdown-latex/), [**Jupyter**](https://hugoblox.com/docs/import/jupyter/), or [**RStudio**](https://hugoblox.com/docs/install-locally/)
|
||||||
- **Plugin System** - Fully customizable [**color** and **font themes**](https://wowchemy.com/docs/customization/)
|
- **Plugin System** - Fully customizable [**color** and **font themes**](https://hugoblox.com/docs/customization/)
|
||||||
- **Display Code and Math** - Code highlighting and [LaTeX math](https://en.wikibooks.org/wiki/LaTeX/Mathematics) supported
|
- **Display Code and Math** - Code highlighting and [LaTeX math](https://en.wikibooks.org/wiki/LaTeX/Mathematics) supported
|
||||||
- **Integrations** - [Google Analytics](https://analytics.google.com), [Disqus commenting](https://disqus.com), Maps, Contact Forms, and more!
|
- **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
|
- **Beautiful Site** - Simple and refreshing one page design
|
||||||
@@ -101,10 +101,10 @@ As a token of appreciation for sponsoring, you can **unlock [these](https://wowc
|
|||||||
|
|
||||||
Wowchemy and its templates come with **automatic day (light) and night (dark) mode** built-in. Alternatively, visitors can choose their preferred mode - click the moon icon in the top right of the [Demo](https://academic-demo.netlify.com/) to see it in action! Day/night mode can also be disabled by the site admin in `params.toml`.
|
Wowchemy and its templates come with **automatic day (light) and night (dark) mode** built-in. Alternatively, visitors can choose their preferred mode - click the moon icon in the top right of the [Demo](https://academic-demo.netlify.com/) to see it in action! Day/night mode can also be disabled by the site admin in `params.toml`.
|
||||||
|
|
||||||
[Choose a stunning **theme** and **font**](https://wowchemy.com/docs/customization) for your site. Themes are fully customizable.
|
[Choose a stunning **theme** and **font**](https://hugoblox.com/docs/customization) for your site. Themes are fully customizable.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright 2016-present [George Cushen](https://georgecushen.com).
|
Copyright 2016-present [George Cushen](https://georgecushen.com).
|
||||||
|
|
||||||
Released under the [MIT](https://github.com/wowchemy/wowchemy-hugo-themes/blob/master/LICENSE.md) license.
|
Released under the [MIT](https://github.com/HugoBlox/hugo-blox-builder/blob/master/LICENSE.md) license.
|
||||||
|
|||||||
@@ -47,9 +47,9 @@ A simple mindmap defined as a Markdown list:
|
|||||||
```markmap {height="200px"}
|
```markmap {height="200px"}
|
||||||
- Hugo Modules
|
- Hugo Modules
|
||||||
- wowchemy
|
- wowchemy
|
||||||
- wowchemy-plugins-netlify
|
- blox-plugins-netlify
|
||||||
- wowchemy-plugins-netlify-cms
|
- blox-plugins-netlify-cms
|
||||||
- wowchemy-plugins-reveal
|
- blox-plugins-reveal
|
||||||
```
|
```
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
@@ -60,9 +60,9 @@ renders as
|
|||||||
```markmap {height="200px"}
|
```markmap {height="200px"}
|
||||||
- Hugo Modules
|
- Hugo Modules
|
||||||
- wowchemy
|
- wowchemy
|
||||||
- wowchemy-plugins-netlify
|
- blox-plugins-netlify
|
||||||
- wowchemy-plugins-netlify-cms
|
- blox-plugins-netlify-cms
|
||||||
- wowchemy-plugins-reveal
|
- blox-plugins-reveal
|
||||||
```
|
```
|
||||||
|
|
||||||
A more advanced mindmap with formatting, code blocks, and math:
|
A more advanced mindmap with formatting, code blocks, and math:
|
||||||
@@ -73,9 +73,9 @@ A more advanced mindmap with formatting, code blocks, and math:
|
|||||||
```markmap
|
```markmap
|
||||||
- Mindmaps
|
- Mindmaps
|
||||||
- Links
|
- Links
|
||||||
- [Wowchemy Docs](https://wowchemy.com/docs/)
|
- [Wowchemy Docs](https://hugoblox.com/docs/)
|
||||||
- [Discord Community](https://discord.gg/z8wNYzb)
|
- [Discord Community](https://discord.gg/z8wNYzb)
|
||||||
- [GitHub](https://github.com/wowchemy/wowchemy-hugo-themes)
|
- [GitHub](https://github.com/HugoBlox/hugo-blox-builder)
|
||||||
- Features
|
- Features
|
||||||
- Markdown formatting
|
- Markdown formatting
|
||||||
- **inline** ~~text~~ *styles*
|
- **inline** ~~text~~ *styles*
|
||||||
@@ -98,9 +98,9 @@ renders as
|
|||||||
```markmap
|
```markmap
|
||||||
- Mindmaps
|
- Mindmaps
|
||||||
- Links
|
- Links
|
||||||
- [Wowchemy Docs](https://wowchemy.com/docs/)
|
- [Wowchemy Docs](https://hugoblox.com/docs/)
|
||||||
- [Discord Community](https://discord.gg/z8wNYzb)
|
- [Discord Community](https://discord.gg/z8wNYzb)
|
||||||
- [GitHub](https://github.com/wowchemy/wowchemy-hugo-themes)
|
- [GitHub](https://github.com/HugoBlox/hugo-blox-builder)
|
||||||
- Features
|
- Features
|
||||||
- Markdown formatting
|
- Markdown formatting
|
||||||
- **inline** ~~text~~ *styles*
|
- **inline** ~~text~~ *styles*
|
||||||
@@ -341,7 +341,7 @@ renders as
|
|||||||
|
|
||||||
### Callouts
|
### Callouts
|
||||||
|
|
||||||
Academic supports a [shortcode for callouts](https://wowchemy.com/docs/content/writing-markdown-latex/#callouts), also referred to as _asides_, _hints_, or _alerts_. By wrapping a paragraph in `{{%/* callout note */%}} ... {{%/* /callout */%}}`, it will render as an aside.
|
Academic supports a [shortcode for callouts](https://hugoblox.com/docs/content/writing-markdown-latex/#callouts), also referred to as _asides_, _hints_, or _alerts_. By wrapping a paragraph in `{{%/* callout note */%}} ... {{%/* /callout */%}}`, it will render as an aside.
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
{{%/* callout note */%}}
|
{{%/* callout note */%}}
|
||||||
@@ -371,7 +371,7 @@ renders as
|
|||||||
|
|
||||||
### Icons
|
### Icons
|
||||||
|
|
||||||
Academic enables you to use a wide range of [icons from _Font Awesome_ and _Academicons_](https://wowchemy.com/docs/getting-started/page-builder/#icons) in addition to [emojis](https://wowchemy.com/docs/content/writing-markdown-latex/#emojis).
|
Academic enables you to use a wide range of [icons from _Font Awesome_ and _Academicons_](https://hugoblox.com/docs/getting-started/page-builder/#icons) in addition to [emojis](https://hugoblox.com/docs/content/writing-markdown-latex/#emojis).
|
||||||
|
|
||||||
Here are some examples using the `icon` shortcode to render icons:
|
Here are some examples using the `icon` shortcode to render icons:
|
||||||
|
|
||||||
|
|||||||
@@ -44,12 +44,12 @@ featured: true
|
|||||||
# url: http://example.org
|
# url: http://example.org
|
||||||
|
|
||||||
url_pdf: ''
|
url_pdf: ''
|
||||||
url_code: 'https://github.com/wowchemy/wowchemy-hugo-themes'
|
url_code: 'https://github.com/HugoBlox/hugo-blox-builder'
|
||||||
url_dataset: 'https://github.com/wowchemy/wowchemy-hugo-themes'
|
url_dataset: 'https://github.com/HugoBlox/hugo-blox-builder'
|
||||||
url_poster: ''
|
url_poster: ''
|
||||||
url_project: ''
|
url_project: ''
|
||||||
url_slides: ''
|
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'
|
url_video: 'https://youtube.com'
|
||||||
|
|
||||||
# Featured image
|
# 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.
|
Create your slides in Markdown - click the _Slides_ button to check out the example.
|
||||||
{{% /callout %}}
|
{{% /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/).
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ featured: false
|
|||||||
# - name: ""
|
# - name: ""
|
||||||
# url: ""
|
# url: ""
|
||||||
url_pdf: http://arxiv.org/pdf/1512.04133v1
|
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_dataset: ''
|
||||||
url_poster: ''
|
url_poster: ''
|
||||||
url_project: ''
|
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.
|
Create your slides in Markdown - click the *Slides* button to check out the example.
|
||||||
{{% /callout %}}
|
{{% /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/).
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ links:
|
|||||||
- name: Custom Link
|
- name: Custom Link
|
||||||
url: http://example.org
|
url: http://example.org
|
||||||
url_pdf: http://arxiv.org/pdf/1512.04133v1
|
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_dataset: '#'
|
||||||
url_poster: '#'
|
url_poster: '#'
|
||||||
url_project: ''
|
url_project: ''
|
||||||
@@ -65,4 +65,4 @@ slides: example
|
|||||||
Create your slides in Markdown - click the *Slides* button to check out the example.
|
Create your slides in Markdown - click the *Slides* button to check out the example.
|
||||||
{{% /callout %}}
|
{{% /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/).
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ slides:
|
|||||||
|
|
||||||
# Create slides in Markdown with Wowchemy
|
# 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/)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -166,4 +166,4 @@ Create `assets/css/reveal_custom.css` with:
|
|||||||
|
|
||||||
[Ask](https://discord.gg/z8wNYzb)
|
[Ask](https://discord.gg/z8wNYzb)
|
||||||
|
|
||||||
[Documentation](https://wowchemy.com/docs/content/slides/)
|
[Documentation](https://hugoblox.com/docs/content/slides/)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Page Sharer
|
# Page Sharer
|
||||||
# Documentation: https://wowchemy.com/docs/hugo-tutorials/page-sharer/
|
# Documentation: https://hugoblox.com/docs/hugo-tutorials/page-sharer/
|
||||||
|
|
||||||
[[buttons]]
|
[[buttons]]
|
||||||
id = "twitter"
|
id = "twitter"
|
||||||
|
|||||||
8
go.mod
8
go.mod
@@ -1,9 +1,9 @@
|
|||||||
module github.com/wowchemy/starter-hugo-academic
|
module my_website
|
||||||
|
|
||||||
go 1.15
|
go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 v5.9.2
|
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.2
|
||||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.1-0.20231102163809-66b38685ac69
|
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify 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-plugin-reveal v0.0.0-20231102163809-66b38685ac69
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
name = "Academic"
|
name = "Academic"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = "https://github.com/wowchemy/starter-hugo-academic/blob/main/LICENSE.md"
|
licenselink = "https://github.com/HugoBlox/theme-academic-cv/blob/main/LICENSE.md"
|
||||||
description = "Use the no-code website framework to easily build your site. Choose from 50+ widgets and deploy with one click! Fully personalize your site with themes, plugins, and language packs."
|
description = "Use the no-code website framework to easily build your site. Choose from 50+ widgets and deploy with one click! Fully personalize your site with themes, plugins, and language packs."
|
||||||
homepage = "https://github.com/wowchemy/starter-hugo-academic/"
|
homepage = "https://github.com/HugoBlox/theme-academic-cv"
|
||||||
demosite = "https://wowchemy.com/templates/"
|
demosite = "https://hugoblox.com/templates/"
|
||||||
tags = ["widgets",
|
tags = ["widgets",
|
||||||
"resume",
|
"resume",
|
||||||
"portfolio",
|
"portfolio",
|
||||||
|
|||||||
Reference in New Issue
Block a user