fix: links (cont.)

This commit is contained in:
Splitter
2023-11-09 14:58:51 +00:00
parent 1cf346c705
commit a70a311cd8
17 changed files with 48 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
# Wowchemy GitHub Action to import Jupyter Notebooks as blog posts
# Hugo Blox GitHub Action to import Jupyter Notebooks as blog posts
name: Import Jupyter Notebooks as Blog Posts
# Require permission to create a PR
@@ -16,7 +16,7 @@ on:
workflow_dispatch:
jobs:
wowchemy:
hugoblox:
if: github.repository_owner != 'HugoBlox'
runs-on: ubuntu-latest
steps:
@@ -38,14 +38,14 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
commit-message: 'content: import blog posts from `notebooks/` folder'
title: Wowchemy - Import latest blog posts
title: Hugo Blox Builder - Import latest blog posts
body: |
Convert Jupyter Notebooks in the `notebooks/` folder into blog posts in the `content/post/` folder.
将`notebooks/`文件夹中的Jupyter笔记本转换为`content/post/`文件夹中的博客帖子。
[View Documentation](https://github.com/GetRD/academic-file-converter)
base: main
labels: automated-pr, content
branch: wowchemy-import-posts
branch: hugoblox-import-posts
delete-branch: true
- name: Check outputs
if: ${{ steps.cpr.outputs.pull-request-number }}

View File

@@ -1,4 +1,4 @@
# Wowchemy GitHub Action to convert Bibtex publications to Markdown-based webpages
# Hugo Blox GitHub Action to convert Bibtex publications to Markdown-based webpages
name: Import Publications From Bibtex
# Require permission to create a PR
@@ -16,7 +16,7 @@ on:
workflow_dispatch:
jobs:
wowchemy:
hugoblox:
if: github.repository_owner != 'HugoBlox'
runs-on: ubuntu-latest
steps:
@@ -41,14 +41,14 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
commit-message: 'content: import publications from Bibtex'
title: Wowchemy - Import latest publications
title: Hugo Blox Builder - Import latest publications
body: |
Import the latest publications from `publications.bib` to `content/publication/`.
将最新的出版物从`publications.bib`导入到`content/publication/`。
[View Documentation](https://github.com/GetRD/academic-file-converter)
base: main
labels: automated-pr, content
branch: wowchemy-import-publications
branch: hugoblox-import-publications
delete-branch: true
- name: Check outputs
if: ${{ steps.cpr.outputs.pull-request-number }}

View File

@@ -6,10 +6,10 @@ on:
jobs:
update:
if: github.repository_owner == 'wowchemy'
if: github.repository_owner == 'HugoBlox'
runs-on: ubuntu-latest
steps:
- uses: wowchemy/gh-action-updater@v1
- uses: HugoBlox/gh-action-updater@v1
with:
feed-url: https://hugoblox.com/blog/index.xml
readme-section: news

View File

@@ -17,7 +17,7 @@ Easily write technical content with plain text Markdown, LaTeX math, diagrams, R
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://hugoblox.com/templates/)
- 📚 [View the **documentation**](https://hugoblox.com/docs/)
- 📚 [View the **documentation**](https://docs.hugoblox.com/)
- 💬 [Chat with the **Hugo Blox Builder community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
- 🐦 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/GetRD/academic-file-converter)

View File

@@ -1,5 +1,5 @@
# Configuration of Hugo
# Guide: https://hugoblox.com/docs/getting-started/
# Guide: https://docs.hugoblox.com/tutorial/
# Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/

View File

@@ -1,6 +1,6 @@
# Languages
# Create a section for each of your site's languages.
# Documentation: https://hugoblox.com/docs/guide/language/
# Documentation: https://docs.hugoblox.com/reference/language/
# Default language
en:

View File

@@ -1,6 +1,6 @@
# SITE SETUP
# Guide: https://hugoblox.com/docs/getting-started/
# Documentation: https://hugoblox.com/docs/
# Guide: https://docs.hugoblox.com/tutorial/
# Documentation: https://docs.hugoblox.com/
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
# Appearance
@@ -18,8 +18,8 @@ marketing:
site_type: Person
local_business_type: ''
org_name: ''
description: 'A highly-customizable Hugo academic resume theme powered by Wowchemy website builder.'
twitter: 'wowchemy'
description: 'A highly-customizable Hugo academic resume theme powered by Hugo Blox Builder.'
twitter: 'GetResearchDev'
analytics:
google_analytics: ''
baidu_tongji: ''

View File

@@ -54,7 +54,7 @@ sections:
content:
title: Experience
# Date format for experience
# Refer to https://hugoblox.com/docs/customization/#date-format
# Refer to https://docs.hugoblox.com/customization/#date-format
date_format: Jan 2006
# Experiences.
# 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.
title: 'Accomplish­ments'
subtitle:
# Date format: https://hugoblox.com/docs/customization/#date-format
# Date format: https://docs.hugoblox.com/customization/#date-format
date_format: Jan 2006
# Accomplishments.
# Add/remove as many `item` blocks below as you like.

View File

@@ -47,7 +47,7 @@ education:
year: 2008
# Skills
# For available icons, see: https://hugoblox.com/docs/getting-started/page-builder/#icons
# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons
skills:
- name: Technical
items:
@@ -87,7 +87,7 @@ skills:
icon_pack: fas
# Social/Academic Networking
# For available icons, see: https://hugoblox.com/docs/getting-started/page-builder/#icons
# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the
# form "mailto:your-email@example.com" or "/#contact" for contact widget.
social:

View File

@@ -1,10 +1,10 @@
---
title: Example Talk
event: Wowchemy Conference
event: Hugo Blox Builder Conference
event_url: https://example.org
location: Wowchemy HQ
location: Hugo Blox Builder HQ
address:
street: 450 Serra Mall
city: Stanford
@@ -12,7 +12,7 @@ address:
postcode: '94305'
country: United States
summary: An example talk using Wowchemy's Markdown slides feature.
summary: An example talk using Hugo Blox Builder's Markdown slides feature.
abstract: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellusac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. Sed ac faucibus dolor, scelerisque sollicitudin nisi. Cras purus urna, suscipit quis sapien eu, pulvinar tempor diam.'
# Talk start and end times.
@@ -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:
- **Create** slides using Wowchemy's [_Slides_](https://hugoblox.com/docs/managing-content/#create-slides) feature and link using `slides` parameter in the front matter of the talk file
- **Create** slides using Hugo Blox Builder's [_Slides_](https://docs.hugoblox.com/reference/content-types/) feature and link using `slides` parameter in the front matter of the talk file
- **Upload** an existing slide deck to `static/` and link using `url_slides` parameter in the front matter of the talk file
- **Embed** your slides (e.g. Google Slides) or presentation video on this page using [shortcodes](https://hugoblox.com/docs/writing-markdown-latex/).
- **Embed** your slides (e.g. Google Slides) or presentation video on this page using [shortcodes](https://docs.hugoblox.com/reference/markdown/).
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.
Further event details, including [page elements](https://docs.hugoblox.com/reference/markdown/) such as image galleries, can be added to the body of this page.

View File

@@ -1,5 +1,5 @@
---
title: Welcome to Wowchemy, the website builder for Hugo
title: Welcome to Hugo Blox Builder, the website builder for Hugo
subtitle: Welcome 👋 We know that first impressions are important, so we've populated your new site with some initial content to help you get familiar with everything in no time.
# Summary for listings and search engines
@@ -57,11 +57,11 @@ print('hello')
## Get Started
- 👉 [**Create a new site**](https://hugoblox.com/templates/)
- 📚 [**Personalize your site**](https://hugoblox.com/docs/)
- 📚 [**Personalize your site**](https://docs.hugoblox.com/)
- 💬 [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)
- 💡 [Request a **feature** or report a **bug** for _Wowchemy_](https://github.com/HugoBlox/hugo-blox-builder/issues)
- ⬆️ **Updating Wowchemy?** View the [Update Tutorial](https://hugoblox.com/docs/hugo-tutorials/update/) and [Release Notes](https://hugoblox.com/updates/)
- ⬆️ **Updating Wowchemy?** View the [Update Tutorial](https://docs.hugoblox.com/hugo-tutorials/update/) and [Release Notes](https://hugoblox.com/updates/)
## Crowd-funded open-source software
@@ -81,10 +81,10 @@ As a token of appreciation for sponsoring, you can **unlock [these](https://hugo
## Features
- **Page builder** - Create _anything_ with [**widgets**](https://hugoblox.com/docs/page-builder/) and [**elements**](https://hugoblox.com/docs/content/writing-markdown-latex/)
- **Page builder** - Create _anything_ with [**widgets**](https://docs.hugoblox.com/page-builder/) and [**elements**](https://docs.hugoblox.com/content/writing-markdown-latex/)
- **Edit any type of content** - Blog posts, publications, talks, slides, projects, and more!
- **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://hugoblox.com/docs/customization/)
- **Create content** in [**Markdown**](https://docs.hugoblox.com/content/writing-markdown-latex/), [**Jupyter**](https://docs.hugoblox.com/import/jupyter/), or [**RStudio**](https://docs.hugoblox.com/install-locally/)
- **Plugin System** - Fully customizable [**color** and **font themes**](https://docs.hugoblox.com/customization/)
- **Display Code and Math** - Code highlighting and [LaTeX math](https://en.wikibooks.org/wiki/LaTeX/Mathematics) supported
- **Integrations** - [Google Analytics](https://analytics.google.com), [Disqus commenting](https://disqus.com), Maps, Contact Forms, and more!
- **Beautiful Site** - Simple and refreshing one page design
@@ -101,7 +101,7 @@ As a token of appreciation for sponsoring, you can **unlock [these](https://hugo
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://hugoblox.com/docs/customization) for your site. Themes are fully customizable.
[Choose a stunning **theme** and **font**](https://docs.hugoblox.com/customization) for your site. Themes are fully customizable.
## License

View File

@@ -7,7 +7,7 @@ image:
caption: 'Image credit: [**John Moeses Bauan**](https://unsplash.com/photos/OGZtQF8iC0g)'
---
Wowchemy is designed to give technical content creators a seamless experience. You can focus on the content and Wowchemy handles the rest.
Hugo Blox Builder is designed to give technical content creators a seamless experience. You can focus on the content and Wowchemy handles the rest.
**Highlight your code snippets, take notes on math classes, and draw diagrams from textual representation.**
@@ -73,7 +73,7 @@ A more advanced mindmap with formatting, code blocks, and math:
```markmap
- Mindmaps
- Links
- [Wowchemy Docs](https://hugoblox.com/docs/)
- [Wowchemy Docs](https://docs.hugoblox.com/)
- [Discord Community](https://discord.gg/z8wNYzb)
- [GitHub](https://github.com/HugoBlox/hugo-blox-builder)
- Features
@@ -98,7 +98,7 @@ renders as
```markmap
- Mindmaps
- Links
- [Wowchemy Docs](https://hugoblox.com/docs/)
- [Wowchemy Docs](https://docs.hugoblox.com/)
- [Discord Community](https://discord.gg/z8wNYzb)
- [GitHub](https://github.com/HugoBlox/hugo-blox-builder)
- Features
@@ -341,7 +341,7 @@ renders as
### Callouts
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.
Academic supports a [shortcode for callouts](https://docs.hugoblox.com/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
{{%/* callout note */%}}
@@ -371,7 +371,7 @@ renders as
### Icons
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).
Academic enables you to use a wide range of [icons from _Font Awesome_ and _Academicons_](https://docs.hugoblox.com/getting-started/page-builder/#icons) in addition to [emojis](https://docs.hugoblox.com/content/writing-markdown-latex/#emojis).
Here are some examples using the `icon` shortcode to render icons:

View File

@@ -25,7 +25,7 @@ publishDate: '2017-01-01T00:00:00Z'
publication_types: ['paper-conference']
# Publication name and optional abbreviated publication name.
publication: In *Wowchemy Conference*
publication: In *Hugo Blox Builder Conference*
publication_short: In *ICW*
abstract: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. Sed ac faucibus dolor, scelerisque sollicitudin nisi. Cras purus urna, suscipit quis sapien eu, pulvinar tempor diam. Quisque risus orci, mollis id ante sit amet, gravida egestas nisl. Sed ac tempus magna. Proin in dui enim. Donec condimentum, sem id dapibus fringilla, tellus enim condimentum arcu, nec volutpat est felis vel metus. Vestibulum sit amet erat at nulla eleifend gravida.
@@ -83,4 +83,4 @@ Click the _Cite_ button above to demo the feature to enable visitors to import p
Create your slides in Markdown - click the _Slides_ button to check out the example.
{{% /callout %}}
Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://hugoblox.com/docs/content/writing-markdown-latex/).
Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://docs.hugoblox.com/content/writing-markdown-latex/).

View File

@@ -72,4 +72,4 @@ Click the *Cite* button above to demo the feature to enable visitors to import p
Create your slides in Markdown - click the *Slides* button to check out the example.
{{% /callout %}}
Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://hugoblox.com/docs/content/writing-markdown-latex/).
Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://docs.hugoblox.com/content/writing-markdown-latex/).

View File

@@ -65,4 +65,4 @@ slides: example
Create your slides in Markdown - click the *Slides* button to check out the example.
{{% /callout %}}
Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://hugoblox.com/docs/content/writing-markdown-latex/).
Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://docs.hugoblox.com/content/writing-markdown-latex/).

View File

@@ -1,6 +1,6 @@
---
title: Slides
summary: An introduction to using Wowchemy's Slides feature.
summary: An introduction to using Hugo Blox Builder's Slides feature.
authors: []
tags: []
categories: []
@@ -13,9 +13,9 @@ slides:
highlight_style: dracula
---
# Create slides in Markdown with Wowchemy
# Create slides in Markdown with Hugo Blox Builder
[Wowchemy](https://hugoblox.com/) | [Documentation](https://hugoblox.com/docs/content/slides/)
[Hugo Blox Builder](https://hugoblox.com/) | [Documentation](https://docs.hugoblox.com/content/slides/)
---
@@ -166,4 +166,4 @@ Create `assets/css/reveal_custom.css` with:
[Ask](https://discord.gg/z8wNYzb)
[Documentation](https://hugoblox.com/docs/content/slides/)
[Documentation](https://docs.hugoblox.com/content/slides/)

View File

@@ -1,5 +1,5 @@
# Page Sharer
# Documentation: https://hugoblox.com/docs/hugo-tutorials/page-sharer/
# Documentation: https://docs.hugoblox.com/hugo-tutorials/page-sharer/
[[buttons]]
id = "twitter"