starters: update

This commit is contained in:
George Cushen 2023-11-25 20:54:04 +00:00
commit 99dddeda73
20 changed files with 90 additions and 87 deletions

View file

@ -1,10 +1,8 @@
<!--<p align="center"><a href="https://hugoblox.com" target="_blank" rel="noopener"><img src="https://sourcethemes.com/academic/img/logo_200px.png" alt="Hugo Blox Builder"></a></p>--> # [Creator's Blog: Hugo Theme](https://github.com/HugoBlox/theme-blog)
# [Hugo Minimal Blog Theme](https://github.com/HugoBlox/theme-blog)
[![Screenshot](./.github/preview.png)](https://hugoblox.com/templates/) [![Screenshot](./.github/preview.png)](https://hugoblox.com/templates/)
The **Hugo Minimal Blog Template** empowers you to easily create your own _personal blog_ or _build a business around your content_. The **Creator's Blog** Hugo Theme empowers you to easily create your own _personal blog_ or _build a business around your content_.
**Trusted by 250,000+ researchers, educators, and students.** Highly customizable via the integrated **no-code, block-based website builder**, making every site truly personalized ⭐⭐⭐⭐⭐ **Trusted by 250,000+ researchers, educators, and students.** Highly customizable via the integrated **no-code, block-based website builder**, making every site truly personalized ⭐⭐⭐⭐⭐
@ -33,7 +31,7 @@ Today we ask you to defend the open source independence of the Hugo Blox Builder
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://hugoblox.com/sponsors/)
## Demo credits ## Demo credits

File diff suppressed because one or more lines are too long

View file

@ -3,7 +3,7 @@
# 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/
title: Scientific Blog (Hugo Theme) # Website name title: Creator's Blog (Hugo Theme) # Website name
baseURL: 'https://example.com/' # Website URL baseURL: 'https://example.com/' # Website URL
############################ ############################

View file

@ -5,7 +5,8 @@
# Appearance # Appearance
appearance: appearance:
theme_default: system mode: system
color: blue
# SEO # SEO
marketing: marketing:
@ -18,6 +19,9 @@ marketing:
analytics: analytics:
google_analytics: '' google_analytics: ''
baidu_tongji: '' baidu_tongji: ''
plausible: ''
fathom: ''
pirsch: ''
verification: verification:
google: '' google: ''
baidu: '' baidu: ''

View file

@ -3,9 +3,13 @@ title: 'Home'
date: 2023-10-24 date: 2023-10-24
type: landing type: landing
sections: sections:
- block: about.avatar - block: biography
content: content:
username: admin # The user's folder name in content/authors/ # The user's folder name in content/authors/
username: admin
design:
biography:
style: 'text-align: justify; font-size: 0.8em;'
- block: collection - block: collection
content: content:
filters: filters:

View file

@ -29,22 +29,23 @@ bio: My research interests include distributed robotics, mobile computing and pr
# Social Networking # Social Networking
# Need to use another icon? Simply download the SVG icon to your `assets/media/icons/` folder. # Need to use another icon? Simply download the SVG icon to your `assets/media/icons/` folder.
social: profiles:
- icon: at-symbol - icon: at-symbol
link: 'mailto:your-email@example.com' url: 'mailto:your-email@example.com'
label: E-mail Me
- icon: x - icon: x
link: https://twitter.com/GetResearchDev url: https://twitter.com/GetResearchDev
label: Follow me on X
- icon: instagram - icon: instagram
link: https://www.instagram.com/ url: https://www.instagram.com/
- icon: linkedin - icon: linkedin
link: https://www.linkedin.com/ url: https://www.linkedin.com/
# Link to a PDF of your resume/CV - upload it to `static/uploads/resume.pdf` # Link to a PDF of your resume/CV - upload it to `static/uploads/resume.pdf`
- icon: cv - icon: cv
link: uploads/resume.pdf url: uploads/resume.pdf
label: Download my resume
- icon: rss - icon: rss
icon_pack: wc url: ./post/index.xml
link: ./post/index.xml label: Subscribe to my blog via RSS feed
# Highlight the author in author lists? (true/false) # Highlight the author in author lists? (true/false)
highlight_name: true highlight_name: true
@ -53,4 +54,3 @@ highlight_name: true
Chien Shiung Wu is a professor of artificial intelligence at the Stanford AI Lab. Her research interests include 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 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. self-reconfiguring robots, systems of self-organizing robots, and mobile sensor networks.
{style="text-align: justify; font-size: 0.8em;"}

View file

@ -3,6 +3,6 @@ module github.com/HugoBlox/hugo-blox-builder/starters/blog
go 1.19 go 1.19
require ( 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-plugin-netlify v1.1.2-0.20231125204555-f431a4a2c705
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.1-0.20231116075740-358962ce0850 github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.1-0.20231125204555-f431a4a2c705
) )

View file

@ -1,4 +1,4 @@
# [Fast & Flexible Link In Bio Theme](https://github.com/wowchemy/hugo-link-in-bio-theme) # [Fast & Flexible Link In Bio Theme](https://github.com/HugoBlox/theme-link-in-bio)
[![Screenshot](./.github/preview.webp)](https://hugoblox.com/templates/) [![Screenshot](./.github/preview.webp)](https://hugoblox.com/templates/)
@ -6,29 +6,29 @@ The **Fast & Flexible Link In Bio Template** empowers you to easily create a per
It's a link-in-bio solution that can be used on social platforms like Instagram, TikTok, Twitch, Facebook, YouTube, Twitter, LinkedIn, and more, by pasting your website link in your social media bio. **Start accelerating the discovery of your work, brand, or business!** It's a link-in-bio solution that can be used on social platforms like Instagram, TikTok, Twitch, Facebook, YouTube, Twitter, LinkedIn, and more, by pasting your website link in your social media bio. **Start accelerating the discovery of your work, brand, or business!**
**Trusted by 250,000+ creators, researchers, and educators.** Highly customizable via the integrated **no-code, widget-based Wowchemy page builder**, making every site truly personalized ⭐⭐⭐⭐⭐ **Trusted by 250,000+ creators, researchers, and educators.** Highly customizable via the integrated **no-code, block-based Hugo Blox page builder**, making every site truly personalized ⭐⭐⭐⭐⭐
[Check out the latest demo](https://link-in-bio-theme.netlify.app) of what you'll get in less than 5 minutes, or [view the showcase](https://hugoblox.com/creators/). [Check out the latest demo](https://link-in-bio-theme.netlify.app) of what you'll get in less than 5 minutes, or [view the showcase](https://hugoblox.com/creators/).
[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://hugoblox.com/templates/) [![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://hugoblox.com/templates/)
[![Discord](https://img.shields.io/discord/722225264733716590?style=for-the-badge)](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138) [![Discord](https://img.shields.io/discord/722225264733716590?style=for-the-badge)](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138)
[![Twitter Follow](https://img.shields.io/twitter/follow/GetResearchDev?label=Follow%20on%20Twitter)](https://twitter.com/wowchemy) [![Twitter Follow](https://img.shields.io/twitter/follow/GetResearchDev?label=Follow%20on%20Twitter)](https://twitter.com/GetResearchDev)
The integrated [**Wowchemy**](https://hugoblox.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**](https://hugoblox.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.
- 👉 [**Get Started**](https://hugoblox.com/templates/) - 👉 [**Get Started**](https://hugoblox.com/templates/)
- 📚 [View the **documentation**](https://docs.hugoblox.com/) - 📚 [View the **documentation**](https://docs.hugoblox.com/)
- 💬 [Chat with the **Wowchemy research community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io) - 💬 [Chat with the **Hugo Blox community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
- ⬇️ **Automatically import citations from BibTeX** with the [Bibtex to Markdown tool](https://github.com/GetRD/academic-file-converter) - ⬇️ **Automatically import citations from BibTeX** with the [Bibtex to Markdown tool](https://github.com/GetRD/academic-file-converter)
- 🐦 Share your new site with the community: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=%23MadeWithWowchemy&src=typed_query) - 🐦 Share your new site with the community: [@GetResearchDev](https://twitter.com/GetResearchDev) [@GeorgeCushen](https://twitter.com/GeorgeCushen) _#MadeWithHugoBlox_
- 🗳 [Take the survey and help us improve #OpenSource](https://forms.gle/NioD9VhUg7PNmdCAA) - 🗳 [Take the survey and help us improve #OpenSource](https://forms.gle/NioD9VhUg7PNmdCAA)
- 🚀 [Contribute improvements](https://github.com/HugoBlox/hugo-blox-builder/blob/main/CONTRIBUTING.md) or [suggest improvements](https://github.com/HugoBlox/hugo-blox-builder/issues) - 🚀 [Contribute improvements](https://github.com/HugoBlox/hugo-blox-builder/blob/main/CONTRIBUTING.md) or [suggest improvements](https://github.com/HugoBlox/hugo-blox-builder/issues)
- ⬆️ **Updating?** View the [Update Guide](https://docs.hugoblox.com/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases) - ⬆️ **Updating?** View the [Update Guide](https://docs.hugoblox.com/) 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 website 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://hugoblox.com/sponsor/)

File diff suppressed because one or more lines are too long

View file

@ -30,15 +30,13 @@ footnotereturnlinkcontents: <sup>^</sup>
ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$] ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
permalinks: permalinks:
authors: '/author/:slug/' authors: '/author/:slug/'
tags: '/tag/:slug/'
categories: '/category/:slug/'
disableAliases: true disableAliases: true
outputs: outputs:
home: [HTML, RSS, headers, redirects] home: [HTML, RSS, headers, redirects]
section: [HTML, RSS] section: [HTML, RSS]
imaging: imaging:
resampleFilter: lanczos resampleFilter: lanczos
quality: 95 quality: 80
anchor: smart anchor: smart
timeout: 600000 timeout: 600000
taxonomies: taxonomies:

View file

@ -5,7 +5,8 @@
# Appearance # Appearance
appearance: appearance:
theme_default: light mode: light
color: blue
# SEO # SEO
marketing: marketing:
@ -18,6 +19,9 @@ marketing:
analytics: analytics:
google_analytics: '' google_analytics: ''
baidu_tongji: '' baidu_tongji: ''
plausible: ''
fathom: ''
pirsch: ''
verification: verification:
google: '' google: ''
baidu: '' baidu: ''

View file

@ -10,22 +10,25 @@ design:
filename: bg-hue.svg filename: bg-hue.svg
sections: sections:
- block: about.avatar - block: biography
content: content:
# The user's folder name in content/authors/ # The user's folder name in content/authors/
username: admin username: admin
- block: buttons design:
biography:
style: 'text-align: justify; font-size: 0.8em;'
- block: cta-button-list
content: content:
# Need a custom icon? # Need a custom icon?
# Add an SVG image to the `assets/media/icons/` folder and reference it in the `icon` field below # Add an SVG image to the `assets/media/icons/` folder and reference it in the `icon` field below
buttons: buttons:
- title: Read my latest paper on LLMs - text: Read my latest paper on LLMs
icon: arxiv icon: arxiv
url: https://arxiv.org/abs/2304.01852 url: https://arxiv.org/abs/2304.01852
- title: Watch my new YouTube video to achieve 20x productivity - text: Watch my new YouTube video to achieve 20x productivity
icon: youtube icon: youtube
url: https://youtube.com url: https://youtube.com
- title: Connect with me on LinkedIn - text: Connect with me on LinkedIn
icon: linkedin icon: linkedin
url: https://linkedin.com url: https://linkedin.com
--- ---

View file

@ -26,26 +26,26 @@ organizations:
# Social Networking # Social Networking
# Need to use another icon? Simply download the SVG icon to your `assets/media/icons/` folder. # Need to use another icon? Simply download the SVG icon to your `assets/media/icons/` folder.
social: profiles:
- icon: at-symbol - icon: at-symbol
link: 'mailto:your-email@example.com' url: 'mailto:your-email@example.com'
label: E-mail Me
- icon: x - icon: x
link: https://twitter.com/GetResearchDev url: https://twitter.com/GetResearchDev
label: Follow me on X
- icon: instagram - icon: instagram
link: https://www.instagram.com/ url: https://www.instagram.com/
- icon: linkedin - icon: linkedin
link: https://www.linkedin.com/ url: https://www.linkedin.com/
- icon: google-scholar - icon: google-scholar
link: https://scholar.google.com/citations?user=mG4imMEAAAAJ url: https://scholar.google.com/citations?user=mG4imMEAAAAJ
- icon: orcid - icon: orcid
link: https://www.orcid.com/ url: https://www.orcid.com/
# Link to a PDF of your resume/CV - upload it to `static/uploads/resume.pdf` # Link to a PDF of your resume/CV - upload it to `static/uploads/resume.pdf`
- icon: cv - icon: cv
link: uploads/resume.pdf url: uploads/resume.pdf
label: Download my resume
--- ---
Chien Shiung Wu is a professor of artificial intelligence at the Stanford AI Lab. Her research interests include 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 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. self-reconfiguring robots, systems of self-organizing robots, and mobile sensor networks.
{style="text-align: justify; font-size: 0.8em;"}

View file

@ -4,5 +4,5 @@ go 1.19
require ( 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-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.1-0.20231113222801-e48152bc9311 github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.1-0.20231125204555-f431a4a2c705
) )

File diff suppressed because one or more lines are too long

View file

@ -3,7 +3,7 @@
# 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/
title: Résumé (Hugo Theme) # Website name title: Résumé Hugo Theme # Website name
baseURL: 'https://example.com/' # Website URL baseURL: 'https://example.com/' # Website URL
############################ ############################
@ -30,8 +30,6 @@ footnotereturnlinkcontents: <sup>^</sup>
ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$] ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
permalinks: permalinks:
authors: '/author/:slug/' authors: '/author/:slug/'
tags: '/tag/:slug/'
categories: '/category/:slug/'
disableAliases: true disableAliases: true
outputs: outputs:
home: [HTML, RSS, headers, redirects] home: [HTML, RSS, headers, redirects]
@ -42,22 +40,11 @@ imaging:
anchor: smart anchor: smart
timeout: 600000 timeout: 600000
taxonomies: taxonomies:
tag: tags
category: categories
author: authors author: authors
markup: markup:
_merge: deep _merge: deep
highlight: highlight:
lineNos: false lineNos: false
related:
threshold: 80
includeNewer: true
toLower: true
indices:
- name: tags
weight: 100
- name: categories
weight: 70
security: security:
_merge: deep _merge: deep
sitemap: sitemap:

View file

@ -5,7 +5,8 @@
# Appearance # Appearance
appearance: appearance:
theme_default: system mode: system
color: blue
# SEO # SEO
marketing: marketing:
@ -18,6 +19,9 @@ marketing:
analytics: analytics:
google_analytics: '' google_analytics: ''
baidu_tongji: '' baidu_tongji: ''
plausible: ''
fathom: ''
pirsch: ''
verification: verification:
google: '' google: ''
baidu: '' baidu: ''
@ -45,9 +49,6 @@ locale:
# Site features # Site features
features: features:
syntax_highlighter:
theme_light: github-light
theme_dark: github-dark
math: math:
enable: false enable: false
privacy_pack: privacy_pack:

View file

@ -7,22 +7,27 @@ type: landing
# Page sections # Page sections
sections: sections:
- block: about.avatar - block: biography
content: content:
username: admin username: admin
# Show a call-to-action button under your biography? (optional)
button: button:
label: Download Résumé text: Download Résumé
url: uploads/resume.pdf url: uploads/resume.pdf
design: design:
banner: banner:
# Upload your cover image to the `assets/media/` folder and reference it here # Upload your cover image to the `assets/media/` folder and reference it here
filename: kalen-emsley-Bkci_8qcdvQ-unsplash.jpg filename: kalen-emsley-Bkci_8qcdvQ-unsplash.jpg
biography:
# Customize the style of your biography text
style: 'text-align: justify; font-size: 0.8em;'
- block: experience - block: experience
content: content:
username: admin username: admin
design: design:
# Hugo date format # Hugo date format
date_format: 'January 2006' date_format: 'January 2006'
# Education or Experience section first?
is_education_first: false is_education_first: false
- block: skills - block: skills
content: content:

View file

@ -19,25 +19,25 @@ superuser: true
# Role/position/tagline # Role/position/tagline
role: Director of Cloud Infrastructure role: Director of Cloud Infrastructure
# Organizations/Affiliations to display in About block # Organizations/Affiliations to display in Biography blox
organizations: organizations:
- name: GenCoin - name: GenCoin
url: https://www.example.com/ url: https://www.example.com/
# Social network links # Social network links
# Need to use another icon? Simply download the SVG icon to your `assets/media/icons/` folder. # Need to use another icon? Simply download the SVG icon to your `assets/media/icons/` folder.
social: profiles:
- icon: at-symbol - icon: at-symbol
link: 'mailto:your-email@example.com' url: 'mailto:your-email@example.com'
label: E-mail Me
- icon: x - icon: x
link: https://twitter.com/GetResearchDev url: https://twitter.com/GetResearchDev
label: Follow me on Twitter
- icon: github - icon: github
link: https://github.com/gcushen url: https://github.com/gcushen
- icon: linkedin - icon: linkedin
link: https://www.linkedin.com/ url: https://www.linkedin.com/
- icon: instagram - icon: instagram
link: https://www.instagram.com/ url: https://www.instagram.com/
education: education:
- area: PhD Artificial Intelligence - area: PhD Artificial Intelligence
@ -47,7 +47,7 @@ education:
summary: | summary: |
Thesis on _Why LLMs are awesome_. Supervised by [Prof Joe Smith](https://example.com). Presented papers at 5 IEEE conferences with the contributions being published in 2 Springer journals. Thesis on _Why LLMs are awesome_. Supervised by [Prof Joe Smith](https://example.com). Presented papers at 5 IEEE conferences with the contributions being published in 2 Springer journals.
button: button:
label: 'Read Thesis' text: 'Read Thesis'
url: 'https://example.com' url: 'https://example.com'
- area: MEng Artificial Intelligence - area: MEng Artificial Intelligence
institution: Massachusetts Institute of Technology institution: Massachusetts Institute of Technology
@ -170,4 +170,3 @@ awards:
--- ---
I am currently Director of Cloud Infrastructure at GenCoin where I am leading teams on edge computing, deep sea data center architecture, and hivemind optimization. I am currently Director of Cloud Infrastructure at GenCoin where I am leading teams on edge computing, deep sea data center architecture, and hivemind optimization.
{style="text-align: justify; font-size: 0.8em;"}

View file

@ -3,6 +3,6 @@ module github.com/HugoBlox/hugo-blox-builder/starters/blog
go 1.19 go 1.19
require ( 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-plugin-netlify v1.1.2-0.20231125200520-804c70f7efb8
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.1-0.20231116075740-358962ce0850 github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.1-0.20231125204555-f431a4a2c705
) )