diff --git a/starters/blog/config/_default/hugo.yaml b/starters/blog/config/_default/hugo.yaml index 03b399f5..a38bc58f 100644 --- a/starters/blog/config/_default/hugo.yaml +++ b/starters/blog/config/_default/hugo.yaml @@ -16,7 +16,9 @@ cascade: path: /post/** kind: page pager: true - editable: false + editable: true + hide_date: false + show_date_updated: true reading_time: true commentable: true show_related: true @@ -69,6 +71,9 @@ taxonomies: markup: _merge: deep highlight: + codeFences: true + noHl: false + noClasses: false lineNos: false related: threshold: 80 diff --git a/starters/blog/config/_default/params.yaml b/starters/blog/config/_default/params.yaml index d86f79da..5d7432ab 100644 --- a/starters/blog/config/_default/params.yaml +++ b/starters/blog/config/_default/params.yaml @@ -50,14 +50,11 @@ locale: # Site features features: - syntax_highlighter: - theme_light: github-light - theme_dark: github-dark math: enable: false privacy_pack: enable: false repository: - url: 'https://github.com//' - content_dir: content + url: 'https://github.com/HugoBlox/hugo-blox-builder/' + content_dir: starters/blog/content branch: main diff --git a/starters/blog/content/_index.md b/starters/blog/content/_index.md index ed0137ad..6a0cbbda 100644 --- a/starters/blog/content/_index.md +++ b/starters/blog/content/_index.md @@ -8,6 +8,8 @@ sections: # The user's folder name in content/authors/ username: admin design: + spacing: + padding: [0, 0, 0, 0] biography: style: 'text-align: justify; font-size: 0.8em;' - block: collection @@ -15,4 +17,7 @@ sections: filters: folders: - post + design: + spacing: + padding: ['3rem', 0, '6rem', 0] --- diff --git a/starters/blog/content/authors/admin/_index.md b/starters/blog/content/authors/admin/_index.md index 2af444b4..ebc5fefb 100644 --- a/starters/blog/content/authors/admin/_index.md +++ b/starters/blog/content/authors/admin/_index.md @@ -49,6 +49,9 @@ profiles: # Highlight the author in author lists? (true/false) highlight_name: true + +# Author's website URL +website: "" --- Chien Shiung Wu is a professor of artificial intelligence at the Stanford AI Lab. Her research interests include diff --git a/starters/blog/content/post/data-visualization/index.md b/starters/blog/content/post/data-visualization/index.md index 868ba49b..2a584e37 100644 --- a/starters/blog/content/post/data-visualization/index.md +++ b/starters/blog/content/post/data-visualization/index.md @@ -2,21 +2,23 @@ title: 📈 Communicate your results effectively with the best data visualizations summary: Use popular tools such as Plotly, Mermaid, and data frames. date: 2023-10-25 +authors: + - admin tags: - Hugo - - Wowchemy + - Hugo Blox - Markdown image: caption: 'Image credit: [**Unsplash**](https://unsplash.com)' --- -Wowchemy is designed to give technical content creators a seamless experience. You can focus on the content and Wowchemy handles the rest. +Hugo Blox is designed to give technical content creators a seamless experience. You can focus on the content and Hugo Blox handles the rest. Use popular tools such as Plotly, Mermaid, and data frames. ## Charts -Wowchemy supports the popular [Plotly](https://plot.ly/) format for interactive data visualizations. With Plotly, you can design almost any kind of visualization you can imagine! +Hugo Blox supports the popular [Plotly](https://plot.ly/) format for interactive data visualizations. With Plotly, you can design almost any kind of visualization you can imagine! Save your Plotly JSON in your page folder, for example `line-chart.json`, and then add the `{{}}` shortcode where you would like the chart to appear. @@ -28,7 +30,7 @@ You might also find the [Plotly JSON Editor](http://plotly-json-editor.getforge. ## Diagrams -Wowchemy supports the _Mermaid_ Markdown extension for diagrams. +Hugo Blox supports the _Mermaid_ Markdown extension for diagrams. An example **flowchart**: diff --git a/starters/blog/content/post/get-started/index.md b/starters/blog/content/post/get-started/index.md index aaa12c6c..d534787e 100644 --- a/starters/blog/content/post/get-started/index.md +++ b/starters/blog/content/post/get-started/index.md @@ -10,10 +10,11 @@ image: authors: - admin + - Ted tags: - Academic - - Wowchemy + - Hugo Blox - Markdown --- @@ -21,26 +22,26 @@ Welcome 👋 ## Overview -1. The Wowchemy website builder for Hugo, along with its starter templates, is designed for professional creators, educators, and teams/organizations - although it can be used to create any kind of site +1. The Hugo Blox website builder for Hugo, along with its starter templates, is designed for professional creators, educators, and teams/organizations - although it can be used to create any kind of site 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 -[![The template is mobile first with a responsive design to ensure that your site looks stunning on every device.](https://raw.githubusercontent.com/wowchemy/wowchemy-hugo-modules/main/starters/academic/preview.png)](https://hugoblox.com) +[//]: # ([![The template is mobile first with a responsive design to ensure that your site looks stunning on every device.](https://raw.githubusercontent.com/wowchemy/wowchemy-hugo-modules/main/starters/academic/preview.png)](https://hugoblox.com)) -## Get Started +### Get Started - 👉 [**Create a new site**](https://hugoblox.com/templates/) - 📚 [**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 Guide](https://docs.hugoblox.com/reference/update/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases) +- 💬 [Chat with the **Hugo Blox community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io) +- 🐦 Twitter: [@GetResearchDev](https://twitter.com/GetResearchDev) [@GeorgeCushen](https://twitter.com/GeorgeCushen) #MadeWithHugoBlox +- 💡 [Request a **feature** or report a **bug** for _Hugo Blox_](https://github.com/HugoBlox/hugo-blox-builder/issues) +- ⬆️ **Updating Hugo Blox?** View the [Update Guide](https://docs.hugoblox.com/reference/update/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases) ## 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. -### [❤️ Click here to become a sponsor and help support Wowchemy's future ❤️](https://hugoblox.com/sponsor/) +### [❤️ Click here to become a sponsor and help support Hugo Blox's future ❤️](https://hugoblox.com/sponsor/) As a token of appreciation for sponsoring, you can **unlock [these](https://hugoblox.com/sponsor/) awesome rewards and extra features 🦄✨** @@ -72,7 +73,7 @@ As a token of appreciation for sponsoring, you can **unlock [these](https://hugo ## Themes -Wowchemy and its templates come with **automatic day (light) and night (dark) mode** built-in. Visitors can choose their preferred mode by clicking the sun/moon icon in the header. +Hugo Blox and its templates come with **automatic day (light) and night (dark) mode** built-in. Visitors can choose their preferred mode by clicking the sun/moon icon in the header. [Choose a stunning **theme** and **font**](https://docs.hugoblox.com/getting-started/customize/) for your site. Themes are fully customizable. diff --git a/starters/blog/content/post/project-management/index.md b/starters/blog/content/post/project-management/index.md index 12534e1a..959b1af8 100644 --- a/starters/blog/content/post/project-management/index.md +++ b/starters/blog/content/post/project-management/index.md @@ -2,8 +2,10 @@ title: ✅ Manage your projects summary: Easily manage your projects - create ideation mind maps, Gantt charts, todo lists, and more! date: 2023-10-23 +authors: + - admin tags: - - Wowchemy + - Hugo Blox - Markdown image: caption: 'Image credit: [**Unsplash**](https://unsplash.com)' @@ -13,7 +15,7 @@ Easily manage your projects - create ideation mind maps, Gantt charts, todo list ## Ideation -Wowchemy supports a Markdown extension for mindmaps. +Hugo Blox supports a Markdown extension for mindmaps. Simply insert a Markdown code block labelled as `markmap` and optionally set the height of the mindmap as shown in the example below. @@ -24,7 +26,7 @@ Mindmaps can be created by simply writing the items as a Markdown list within th ```markmap {height="200px"} - Hugo Modules - - wowchemy + - Hugo Blox - blox-plugins-netlify - blox-plugins-netlify-cms - blox-plugins-reveal @@ -37,7 +39,7 @@ renders as ```markmap {height="200px"} - Hugo Modules - - wowchemy + - Hugo Blox - blox-plugins-netlify - blox-plugins-netlify-cms - blox-plugins-reveal @@ -45,7 +47,7 @@ renders as ## Diagrams -Wowchemy supports the _Mermaid_ Markdown extension for diagrams. +Hugo Blox supports the _Mermaid_ Markdown extension for diagrams. An example **Gantt diagram**: diff --git a/starters/blog/content/post/second-brain/index.md b/starters/blog/content/post/second-brain/index.md index 83fb3efc..a96a877b 100644 --- a/starters/blog/content/post/second-brain/index.md +++ b/starters/blog/content/post/second-brain/index.md @@ -2,6 +2,8 @@ title: 🧠 Sharpen your thinking with a second brain summary: Create a personal knowledge base and share your knowledge with your peers. date: 2023-10-26 +authors: + - admin tags: - Second Brain - Markdown @@ -11,7 +13,7 @@ image: Create a personal knowledge base and share your knowledge with your peers. -Wowchemy web framework empowers you with one of the most flexible note-taking capabilities out there. +Hugo Blox web framework empowers you with one of the most flexible note-taking capabilities out there. Create a powerful knowledge base that works on top of a local folder of plain text Markdown files. @@ -19,7 +21,7 @@ Use it as your second brain, either publicly sharing your knowledge with your pe ## Mindmaps -Wowchemy supports a Markdown extension for mindmaps. +Hugo Blox supports a Markdown extension for mindmaps. With this open format, can even edit your mindmaps in other popular tools such as Obsidian. @@ -32,7 +34,7 @@ Mindmaps can be created by simply writing the items as a Markdown list within th ```markmap {height="200px"} - Hugo Modules - - wowchemy + - Hugo Blox - blox-plugins-netlify - blox-plugins-netlify-cms - blox-plugins-reveal @@ -45,7 +47,7 @@ renders as ```markmap {height="200px"} - Hugo Modules - - wowchemy + - Hugo Blox - blox-plugins-netlify - blox-plugins-netlify-cms - blox-plugins-reveal @@ -59,7 +61,7 @@ Anh here's a more advanced mindmap with formatting, code blocks, and math: ```markmap - Mindmaps - Links - - [Wowchemy Docs](https://docs.hugoblox.com/) + - [Hugo Blox Docs](https://docs.hugoblox.com/) - [Discord Community](https://discord.gg/z8wNYzb) - [GitHub](https://github.com/HugoBlox/hugo-blox-builder) - Features @@ -84,7 +86,7 @@ renders as ```markmap - Mindmaps - Links - - [Wowchemy Docs](https://docs.hugoblox.com/) + - [Hugo Blox Docs](https://docs.hugoblox.com/) - [Discord Community](https://discord.gg/z8wNYzb) - [GitHub](https://github.com/HugoBlox/hugo-blox-builder) - Features diff --git a/starters/blog/content/post/teach-courses/index.md b/starters/blog/content/post/teach-courses/index.md index c28f3ac6..f098f08f 100644 --- a/starters/blog/content/post/teach-courses/index.md +++ b/starters/blog/content/post/teach-courses/index.md @@ -3,6 +3,8 @@ title: 👩🏼‍🏫 Teach academic courses summary: Embed videos, podcasts, code, LaTeX math, and even test students! date: 2023-10-24 math: true +authors: + - admin tags: - Hugo - Hugo Blox Builder diff --git a/starters/blog/content/uses.md b/starters/blog/content/uses.md index 34ec8dda..ee8fd119 100644 --- a/starters/blog/content/uses.md +++ b/starters/blog/content/uses.md @@ -1,6 +1,8 @@ --- title: Uses date: 2023-10-24 +hide_date: true +reading_time: false --- The idea of a Uses page is to tell you about the stuff I use. diff --git a/starters/blog/go.mod b/starters/blog/go.mod index 7ed1bd22..6c47ed36 100644 --- a/starters/blog/go.mod +++ b/starters/blog/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231125204555-f431a4a2c705 - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20231205221046-e29517634e3b + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20231217135217-f1e179b23dc3 ) diff --git a/starters/landing-page/config/_default/hugo.yaml b/starters/landing-page/config/_default/hugo.yaml index 724d7b55..adaa55b4 100644 --- a/starters/landing-page/config/_default/hugo.yaml +++ b/starters/landing-page/config/_default/hugo.yaml @@ -12,6 +12,23 @@ baseURL: 'https://example.com/' # Website URL cascade: # Blog post options + - _target: + path: /post/** + kind: page + pager: true + editable: true + hide_date: false + show_date_updated: true + reading_time: true + commentable: true + show_related: true + share: true + # Just use Breadcrumb for navigation on blog post pages? + show_breadcrumb: false + header: + navbar: + enable: true + # Blog section options - _target: path: /post/* kind: section diff --git a/starters/landing-page/config/_default/params.yaml b/starters/landing-page/config/_default/params.yaml index afcb8af2..77ee9f63 100644 --- a/starters/landing-page/config/_default/params.yaml +++ b/starters/landing-page/config/_default/params.yaml @@ -46,7 +46,7 @@ header: # Site footer footer: copyright: - notice: '© {year} Me' + notice: '© {year} My Company' # Localization locale: diff --git a/starters/landing-page/content/_index.md b/starters/landing-page/content/_index.md index 9204368d..5de368dd 100644 --- a/starters/landing-page/content/_index.md +++ b/starters/landing-page/content/_index.md @@ -3,6 +3,10 @@ title: 'Home' date: 2023-10-24 type: landing +design: + # Default section spacing + spacing: "6rem" + sections: - block: hero content: @@ -21,7 +25,11 @@ sections: text: Read more url: /blog/ design: - css_class: dark + spacing: + padding: [0, 0, 0, 0] + margin: [0, 0, 0, 0] + # For full-screen, add `min-h-screen` below + css_class: "dark" background: image: # Add your image background to `assets/media/`. @@ -80,6 +88,8 @@ sections: button: text: Join Discord url: https://discord.gg/z8wNYzb + design: + css_class: "bg-gray-100 dark:bg-gray-900" - block: cta-card content: title: Build your future-proof website diff --git a/starters/landing-page/content/authors/_index.md b/starters/landing-page/content/authors/_index.md new file mode 100644 index 00000000..c5e4b7b6 --- /dev/null +++ b/starters/landing-page/content/authors/_index.md @@ -0,0 +1,9 @@ +--- +# To publish author profile pages, remove all the `_build` and `cascade` settings below. +_build: + render: never +cascade: + _build: + render: never + list: always +--- diff --git a/starters/landing-page/content/authors/admin/_index.md b/starters/landing-page/content/authors/admin/_index.md new file mode 100644 index 00000000..ebc5fefb --- /dev/null +++ b/starters/landing-page/content/authors/admin/_index.md @@ -0,0 +1,59 @@ +--- +# Display name +title: 吳健雄 + +# Name pronunciation (optional) +name_pronunciation: Chien Shiung Wu + +# Full name (for SEO) +first_name: Shiung Wu +last_name: Chien + +# Status emoji +status: + icon: ☕️ + +# Is this the primary user of the site? +superuser: true + +# Role/position/tagline +role: Professor of Artificial Intelligence + +# Organizations/Affiliations to show in About widget +organizations: + - name: Stanford University + url: https://www.stanford.edu/ + +# Short bio (displayed in user profile at end of posts) +bio: My research interests include distributed robotics, mobile computing and programmable matter. + +# Social Networking +# Need to use another icon? Simply download the SVG icon to your `assets/media/icons/` folder. +profiles: + - icon: at-symbol + url: 'mailto:your-email@example.com' + label: E-mail Me + - icon: brands/x + url: https://twitter.com/GetResearchDev + - icon: brands/instagram + url: https://www.instagram.com/ + - icon: brands/linkedin + url: https://www.linkedin.com/ + # Link to a PDF of your resume/CV - upload it to `static/uploads/resume.pdf` + - icon: academicons/cv + url: uploads/resume.pdf + label: Download my resume + - icon: rss + url: ./post/index.xml + label: Subscribe to my blog via RSS feed + +# Highlight the author in author lists? (true/false) +highlight_name: true + +# Author's website URL +website: "" +--- + +Chien Shiung Wu is a professor of artificial intelligence at the Stanford AI Lab. Her research interests include +distributed robotics, mobile computing and programmable matter. She leads the Robotic Neurobiology group, which develops +self-reconfiguring robots, systems of self-organizing robots, and mobile sensor networks. diff --git a/starters/landing-page/content/authors/admin/avatar.jpg b/starters/landing-page/content/authors/admin/avatar.jpg new file mode 100644 index 00000000..49337e47 Binary files /dev/null and b/starters/landing-page/content/authors/admin/avatar.jpg differ diff --git a/starters/landing-page/content/post/data-visualization/index.md b/starters/landing-page/content/post/data-visualization/index.md index 868ba49b..2a584e37 100644 --- a/starters/landing-page/content/post/data-visualization/index.md +++ b/starters/landing-page/content/post/data-visualization/index.md @@ -2,21 +2,23 @@ title: 📈 Communicate your results effectively with the best data visualizations summary: Use popular tools such as Plotly, Mermaid, and data frames. date: 2023-10-25 +authors: + - admin tags: - Hugo - - Wowchemy + - Hugo Blox - Markdown image: caption: 'Image credit: [**Unsplash**](https://unsplash.com)' --- -Wowchemy is designed to give technical content creators a seamless experience. You can focus on the content and Wowchemy handles the rest. +Hugo Blox is designed to give technical content creators a seamless experience. You can focus on the content and Hugo Blox handles the rest. Use popular tools such as Plotly, Mermaid, and data frames. ## Charts -Wowchemy supports the popular [Plotly](https://plot.ly/) format for interactive data visualizations. With Plotly, you can design almost any kind of visualization you can imagine! +Hugo Blox supports the popular [Plotly](https://plot.ly/) format for interactive data visualizations. With Plotly, you can design almost any kind of visualization you can imagine! Save your Plotly JSON in your page folder, for example `line-chart.json`, and then add the `{{}}` shortcode where you would like the chart to appear. @@ -28,7 +30,7 @@ You might also find the [Plotly JSON Editor](http://plotly-json-editor.getforge. ## Diagrams -Wowchemy supports the _Mermaid_ Markdown extension for diagrams. +Hugo Blox supports the _Mermaid_ Markdown extension for diagrams. An example **flowchart**: diff --git a/starters/landing-page/content/post/get-started/index.md b/starters/landing-page/content/post/get-started/index.md index aaa12c6c..d534787e 100644 --- a/starters/landing-page/content/post/get-started/index.md +++ b/starters/landing-page/content/post/get-started/index.md @@ -10,10 +10,11 @@ image: authors: - admin + - Ted tags: - Academic - - Wowchemy + - Hugo Blox - Markdown --- @@ -21,26 +22,26 @@ Welcome 👋 ## Overview -1. The Wowchemy website builder for Hugo, along with its starter templates, is designed for professional creators, educators, and teams/organizations - although it can be used to create any kind of site +1. The Hugo Blox website builder for Hugo, along with its starter templates, is designed for professional creators, educators, and teams/organizations - although it can be used to create any kind of site 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 -[![The template is mobile first with a responsive design to ensure that your site looks stunning on every device.](https://raw.githubusercontent.com/wowchemy/wowchemy-hugo-modules/main/starters/academic/preview.png)](https://hugoblox.com) +[//]: # ([![The template is mobile first with a responsive design to ensure that your site looks stunning on every device.](https://raw.githubusercontent.com/wowchemy/wowchemy-hugo-modules/main/starters/academic/preview.png)](https://hugoblox.com)) -## Get Started +### Get Started - 👉 [**Create a new site**](https://hugoblox.com/templates/) - 📚 [**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 Guide](https://docs.hugoblox.com/reference/update/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases) +- 💬 [Chat with the **Hugo Blox community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io) +- 🐦 Twitter: [@GetResearchDev](https://twitter.com/GetResearchDev) [@GeorgeCushen](https://twitter.com/GeorgeCushen) #MadeWithHugoBlox +- 💡 [Request a **feature** or report a **bug** for _Hugo Blox_](https://github.com/HugoBlox/hugo-blox-builder/issues) +- ⬆️ **Updating Hugo Blox?** View the [Update Guide](https://docs.hugoblox.com/reference/update/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases) ## 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. -### [❤️ Click here to become a sponsor and help support Wowchemy's future ❤️](https://hugoblox.com/sponsor/) +### [❤️ Click here to become a sponsor and help support Hugo Blox's future ❤️](https://hugoblox.com/sponsor/) As a token of appreciation for sponsoring, you can **unlock [these](https://hugoblox.com/sponsor/) awesome rewards and extra features 🦄✨** @@ -72,7 +73,7 @@ As a token of appreciation for sponsoring, you can **unlock [these](https://hugo ## Themes -Wowchemy and its templates come with **automatic day (light) and night (dark) mode** built-in. Visitors can choose their preferred mode by clicking the sun/moon icon in the header. +Hugo Blox and its templates come with **automatic day (light) and night (dark) mode** built-in. Visitors can choose their preferred mode by clicking the sun/moon icon in the header. [Choose a stunning **theme** and **font**](https://docs.hugoblox.com/getting-started/customize/) for your site. Themes are fully customizable. diff --git a/starters/landing-page/content/post/project-management/index.md b/starters/landing-page/content/post/project-management/index.md index 12534e1a..959b1af8 100644 --- a/starters/landing-page/content/post/project-management/index.md +++ b/starters/landing-page/content/post/project-management/index.md @@ -2,8 +2,10 @@ title: ✅ Manage your projects summary: Easily manage your projects - create ideation mind maps, Gantt charts, todo lists, and more! date: 2023-10-23 +authors: + - admin tags: - - Wowchemy + - Hugo Blox - Markdown image: caption: 'Image credit: [**Unsplash**](https://unsplash.com)' @@ -13,7 +15,7 @@ Easily manage your projects - create ideation mind maps, Gantt charts, todo list ## Ideation -Wowchemy supports a Markdown extension for mindmaps. +Hugo Blox supports a Markdown extension for mindmaps. Simply insert a Markdown code block labelled as `markmap` and optionally set the height of the mindmap as shown in the example below. @@ -24,7 +26,7 @@ Mindmaps can be created by simply writing the items as a Markdown list within th ```markmap {height="200px"} - Hugo Modules - - wowchemy + - Hugo Blox - blox-plugins-netlify - blox-plugins-netlify-cms - blox-plugins-reveal @@ -37,7 +39,7 @@ renders as ```markmap {height="200px"} - Hugo Modules - - wowchemy + - Hugo Blox - blox-plugins-netlify - blox-plugins-netlify-cms - blox-plugins-reveal @@ -45,7 +47,7 @@ renders as ## Diagrams -Wowchemy supports the _Mermaid_ Markdown extension for diagrams. +Hugo Blox supports the _Mermaid_ Markdown extension for diagrams. An example **Gantt diagram**: diff --git a/starters/landing-page/content/post/second-brain/index.md b/starters/landing-page/content/post/second-brain/index.md index 83fb3efc..a96a877b 100644 --- a/starters/landing-page/content/post/second-brain/index.md +++ b/starters/landing-page/content/post/second-brain/index.md @@ -2,6 +2,8 @@ title: 🧠 Sharpen your thinking with a second brain summary: Create a personal knowledge base and share your knowledge with your peers. date: 2023-10-26 +authors: + - admin tags: - Second Brain - Markdown @@ -11,7 +13,7 @@ image: Create a personal knowledge base and share your knowledge with your peers. -Wowchemy web framework empowers you with one of the most flexible note-taking capabilities out there. +Hugo Blox web framework empowers you with one of the most flexible note-taking capabilities out there. Create a powerful knowledge base that works on top of a local folder of plain text Markdown files. @@ -19,7 +21,7 @@ Use it as your second brain, either publicly sharing your knowledge with your pe ## Mindmaps -Wowchemy supports a Markdown extension for mindmaps. +Hugo Blox supports a Markdown extension for mindmaps. With this open format, can even edit your mindmaps in other popular tools such as Obsidian. @@ -32,7 +34,7 @@ Mindmaps can be created by simply writing the items as a Markdown list within th ```markmap {height="200px"} - Hugo Modules - - wowchemy + - Hugo Blox - blox-plugins-netlify - blox-plugins-netlify-cms - blox-plugins-reveal @@ -45,7 +47,7 @@ renders as ```markmap {height="200px"} - Hugo Modules - - wowchemy + - Hugo Blox - blox-plugins-netlify - blox-plugins-netlify-cms - blox-plugins-reveal @@ -59,7 +61,7 @@ Anh here's a more advanced mindmap with formatting, code blocks, and math: ```markmap - Mindmaps - Links - - [Wowchemy Docs](https://docs.hugoblox.com/) + - [Hugo Blox Docs](https://docs.hugoblox.com/) - [Discord Community](https://discord.gg/z8wNYzb) - [GitHub](https://github.com/HugoBlox/hugo-blox-builder) - Features @@ -84,7 +86,7 @@ renders as ```markmap - Mindmaps - Links - - [Wowchemy Docs](https://docs.hugoblox.com/) + - [Hugo Blox Docs](https://docs.hugoblox.com/) - [Discord Community](https://discord.gg/z8wNYzb) - [GitHub](https://github.com/HugoBlox/hugo-blox-builder) - Features diff --git a/starters/landing-page/content/post/teach-courses/index.md b/starters/landing-page/content/post/teach-courses/index.md index c28f3ac6..f098f08f 100644 --- a/starters/landing-page/content/post/teach-courses/index.md +++ b/starters/landing-page/content/post/teach-courses/index.md @@ -3,6 +3,8 @@ title: 👩🏼‍🏫 Teach academic courses summary: Embed videos, podcasts, code, LaTeX math, and even test students! date: 2023-10-24 math: true +authors: + - admin tags: - Hugo - Hugo Blox Builder diff --git a/starters/landing-page/content/privacy.md b/starters/landing-page/content/privacy.md new file mode 100644 index 00000000..c7572bc0 --- /dev/null +++ b/starters/landing-page/content/privacy.md @@ -0,0 +1,7 @@ +--- +title: Privacy +date: 2023-12-01 +share: false +--- + +Add your company privacy policy here... diff --git a/starters/landing-page/content/terms.md b/starters/landing-page/content/terms.md new file mode 100644 index 00000000..36958647 --- /dev/null +++ b/starters/landing-page/content/terms.md @@ -0,0 +1,7 @@ +--- +title: Terms of Service +date: 2023-12-01 +share: false +--- + +Add your company legal terms here... diff --git a/starters/landing-page/go.mod b/starters/landing-page/go.mod index 6e134695..020d5ea0 100644 --- a/starters/landing-page/go.mod +++ b/starters/landing-page/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20231214235519-5a4b7ec72168 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20231217135217-f1e179b23dc3 )