From 29be4c477e22be291fa51b49b499fb1aac66dfdd Mon Sep 17 00:00:00 2001 From: Splitter Date: Sun, 17 Dec 2023 14:00:40 +0000 Subject: [PATCH] starters: update --- config/_default/hugo.yaml | 7 ++++++- config/_default/params.yaml | 7 ++----- content/_index.md | 5 +++++ content/authors/admin/_index.md | 3 +++ content/post/data-visualization/index.md | 10 ++++++---- content/post/get-started/index.md | 21 +++++++++++---------- content/post/project-management/index.md | 12 +++++++----- content/post/second-brain/index.md | 14 ++++++++------ content/post/teach-courses/index.md | 2 ++ content/uses.md | 2 ++ go.mod | 2 +- 11 files changed, 53 insertions(+), 32 deletions(-) diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml index 03b399f..a38bc58 100644 --- a/config/_default/hugo.yaml +++ b/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/config/_default/params.yaml b/config/_default/params.yaml index d86f79d..5d7432a 100644 --- a/config/_default/params.yaml +++ b/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/content/_index.md b/content/_index.md index ed0137a..6a0cbbd 100644 --- a/content/_index.md +++ b/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/content/authors/admin/_index.md b/content/authors/admin/_index.md index 2af444b..ebc5fef 100644 --- a/content/authors/admin/_index.md +++ b/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/content/post/data-visualization/index.md b/content/post/data-visualization/index.md index 868ba49..2a584e3 100644 --- a/content/post/data-visualization/index.md +++ b/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/content/post/get-started/index.md b/content/post/get-started/index.md index aaa12c6..d534787 100644 --- a/content/post/get-started/index.md +++ b/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/content/post/project-management/index.md b/content/post/project-management/index.md index 12534e1..959b1af 100644 --- a/content/post/project-management/index.md +++ b/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/content/post/second-brain/index.md b/content/post/second-brain/index.md index 83fb3ef..a96a877 100644 --- a/content/post/second-brain/index.md +++ b/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/content/post/teach-courses/index.md b/content/post/teach-courses/index.md index c28f3ac..f098f08 100644 --- a/content/post/teach-courses/index.md +++ b/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/content/uses.md b/content/uses.md index 34ec8dd..ee8fd11 100644 --- a/content/uses.md +++ b/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/go.mod b/go.mod index 7ed1bd2..6c47ed3 100644 --- a/go.mod +++ b/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 )