Skip to content

Commit

Permalink
starters: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Splitter committed Dec 17, 2023
1 parent f545534 commit ed29f2d
Show file tree
Hide file tree
Showing 14 changed files with 146 additions and 28 deletions.
17 changes: 17 additions & 0 deletions config/_default/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ header:
# Site footer
footer:
copyright:
notice: '© {year} Me'
notice: '© {year} My Company'

# Localization
locale:
Expand Down
12 changes: 11 additions & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: 'Home'
date: 2023-10-24
type: landing

design:
# Default section spacing
spacing: "6rem"

sections:
- block: hero
content:
Expand All @@ -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/`.
Expand Down Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions content/authors/_index.md
Original file line number Diff line number Diff line change
@@ -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
---
59 changes: 59 additions & 0 deletions content/authors/admin/_index.md
Original file line number Diff line number Diff line change
@@ -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.
Binary file added content/authors/admin/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions content/post/data-visualization/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `{{</* chart data="line-chart" */>}}` shortcode where you would like the chart to appear.

Expand All @@ -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**:

Expand Down
21 changes: 11 additions & 10 deletions content/post/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,38 @@ image:

authors:
- admin
- Ted

tags:
- Academic
- Wowchemy
- Hugo Blox
- Markdown
---

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.]&#40;https://raw.githubusercontent.com/wowchemy/wowchemy-hugo-modules/main/starters/academic/preview.png&#41;]&#40;https://hugoblox.com&#41;)

## 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 🦄✨**

Expand Down Expand Up @@ -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.

Expand Down
12 changes: 7 additions & 5 deletions content/post/project-management/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand All @@ -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.

Expand All @@ -24,7 +26,7 @@ Mindmaps can be created by simply writing the items as a Markdown list within th
<code>
```markmap {height="200px"}
- Hugo Modules
- wowchemy
- Hugo Blox
- blox-plugins-netlify
- blox-plugins-netlify-cms
- blox-plugins-reveal
Expand All @@ -37,15 +39,15 @@ renders as

```markmap {height="200px"}
- Hugo Modules
- wowchemy
- Hugo Blox
- blox-plugins-netlify
- blox-plugins-netlify-cms
- blox-plugins-reveal
```

## Diagrams

Wowchemy supports the _Mermaid_ Markdown extension for diagrams.
Hugo Blox supports the _Mermaid_ Markdown extension for diagrams.

An example **Gantt diagram**:

Expand Down
14 changes: 8 additions & 6 deletions content/post/second-brain/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -11,15 +13,15 @@ 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.

Use it as your second brain, either publicly sharing your knowledge with your peers via your website, or via a private GitHub repository and password-protected site just for yourself.

## 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.

Expand All @@ -32,7 +34,7 @@ Mindmaps can be created by simply writing the items as a Markdown list within th
<code>
```markmap {height="200px"}
- Hugo Modules
- wowchemy
- Hugo Blox
- blox-plugins-netlify
- blox-plugins-netlify-cms
- blox-plugins-reveal
Expand All @@ -45,7 +47,7 @@ renders as

```markmap {height="200px"}
- Hugo Modules
- wowchemy
- Hugo Blox
- blox-plugins-netlify
- blox-plugins-netlify-cms
- blox-plugins-reveal
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions content/post/teach-courses/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions content/privacy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Privacy
date: 2023-12-01
share: false
---

Add your company privacy policy here...
7 changes: 7 additions & 0 deletions content/terms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Terms of Service
date: 2023-12-01
share: false
---

Add your company legal terms here...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit ed29f2d

Please sign in to comment.