mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-25 10:50:50 +02:00
starters: update
This commit is contained in:
parent
f431a4a2c7
commit
99dddeda73
20 changed files with 90 additions and 87 deletions
|
@ -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>-->
|
||||
|
||||
# [Hugo Minimal Blog Theme](https://github.com/HugoBlox/theme-blog)
|
||||
# [Creator's Blog: Hugo Theme](https://github.com/HugoBlox/theme-blog)
|
||||
|
||||
[](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 ⭐⭐⭐⭐⭐
|
||||
|
||||
|
@ -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.
|
||||
|
||||
### [❤️ 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
|
||||
|
||||
|
|
4
starters/blog/assets/dist/wc.css
vendored
4
starters/blog/assets/dist/wc.css
vendored
File diff suppressed because one or more lines are too long
|
@ -3,7 +3,7 @@
|
|||
# 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/
|
||||
|
||||
title: Scientific Blog (Hugo Theme) # Website name
|
||||
title: Creator's Blog (Hugo Theme) # Website name
|
||||
baseURL: 'https://example.com/' # Website URL
|
||||
|
||||
############################
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
|
||||
# Appearance
|
||||
appearance:
|
||||
theme_default: system
|
||||
mode: system
|
||||
color: blue
|
||||
|
||||
# SEO
|
||||
marketing:
|
||||
|
@ -18,6 +19,9 @@ marketing:
|
|||
analytics:
|
||||
google_analytics: ''
|
||||
baidu_tongji: ''
|
||||
plausible: ''
|
||||
fathom: ''
|
||||
pirsch: ''
|
||||
verification:
|
||||
google: ''
|
||||
baidu: ''
|
||||
|
|
|
@ -3,9 +3,13 @@ title: 'Home'
|
|||
date: 2023-10-24
|
||||
type: landing
|
||||
sections:
|
||||
- block: about.avatar
|
||||
- block: biography
|
||||
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
|
||||
content:
|
||||
filters:
|
||||
|
|
|
@ -29,22 +29,23 @@ bio: My research interests include distributed robotics, mobile computing and pr
|
|||
|
||||
# Social Networking
|
||||
# Need to use another icon? Simply download the SVG icon to your `assets/media/icons/` folder.
|
||||
social:
|
||||
profiles:
|
||||
- icon: at-symbol
|
||||
link: 'mailto:your-email@example.com'
|
||||
url: 'mailto:your-email@example.com'
|
||||
label: E-mail Me
|
||||
- icon: x
|
||||
link: https://twitter.com/GetResearchDev
|
||||
label: Follow me on X
|
||||
url: https://twitter.com/GetResearchDev
|
||||
- icon: instagram
|
||||
link: https://www.instagram.com/
|
||||
url: https://www.instagram.com/
|
||||
- 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`
|
||||
- icon: cv
|
||||
link: uploads/resume.pdf
|
||||
url: uploads/resume.pdf
|
||||
label: Download my resume
|
||||
- icon: rss
|
||||
icon_pack: wc
|
||||
link: ./post/index.xml
|
||||
url: ./post/index.xml
|
||||
label: Subscribe to my blog via RSS feed
|
||||
|
||||
# Highlight the author in author lists? (true/false)
|
||||
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
|
||||
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.
|
||||
{style="text-align: justify; font-size: 0.8em;"}
|
||||
|
|
|
@ -3,6 +3,6 @@ module github.com/HugoBlox/hugo-blox-builder/starters/blog
|
|||
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.1-0.20231116075740-358962ce0850
|
||||
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.20231125204555-f431a4a2c705
|
||||
)
|
||||
|
|
|
@ -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)
|
||||
|
||||
[](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!**
|
||||
|
||||
️**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/).
|
||||
|
||||
[](https://hugoblox.com/templates/)
|
||||
[](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138)
|
||||
[](https://twitter.com/wowchemy)
|
||||
[](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/)
|
||||
- 📚 [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)
|
||||
- 🐦 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)
|
||||
- 🚀 [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)
|
||||
|
||||
## 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.
|
||||
|
||||
### [❤️ 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/)
|
||||
|
|
4
starters/link-in-bio/assets/dist/wc.css
vendored
4
starters/link-in-bio/assets/dist/wc.css
vendored
File diff suppressed because one or more lines are too long
|
@ -30,15 +30,13 @@ footnotereturnlinkcontents: <sup>^</sup>
|
|||
ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
|
||||
permalinks:
|
||||
authors: '/author/:slug/'
|
||||
tags: '/tag/:slug/'
|
||||
categories: '/category/:slug/'
|
||||
disableAliases: true
|
||||
outputs:
|
||||
home: [HTML, RSS, headers, redirects]
|
||||
section: [HTML, RSS]
|
||||
imaging:
|
||||
resampleFilter: lanczos
|
||||
quality: 95
|
||||
quality: 80
|
||||
anchor: smart
|
||||
timeout: 600000
|
||||
taxonomies:
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
|
||||
# Appearance
|
||||
appearance:
|
||||
theme_default: light
|
||||
mode: light
|
||||
color: blue
|
||||
|
||||
# SEO
|
||||
marketing:
|
||||
|
@ -18,6 +19,9 @@ marketing:
|
|||
analytics:
|
||||
google_analytics: ''
|
||||
baidu_tongji: ''
|
||||
plausible: ''
|
||||
fathom: ''
|
||||
pirsch: ''
|
||||
verification:
|
||||
google: ''
|
||||
baidu: ''
|
||||
|
|
|
@ -10,22 +10,25 @@ design:
|
|||
filename: bg-hue.svg
|
||||
|
||||
sections:
|
||||
- block: about.avatar
|
||||
- block: biography
|
||||
content:
|
||||
# The user's folder name in content/authors/
|
||||
username: admin
|
||||
- block: buttons
|
||||
design:
|
||||
biography:
|
||||
style: 'text-align: justify; font-size: 0.8em;'
|
||||
- block: cta-button-list
|
||||
content:
|
||||
# Need a custom icon?
|
||||
# Add an SVG image to the `assets/media/icons/` folder and reference it in the `icon` field below
|
||||
buttons:
|
||||
- title: Read my latest paper on LLMs
|
||||
- text: Read my latest paper on LLMs
|
||||
icon: arxiv
|
||||
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
|
||||
url: https://youtube.com
|
||||
- title: Connect with me on LinkedIn
|
||||
- text: Connect with me on LinkedIn
|
||||
icon: linkedin
|
||||
url: https://linkedin.com
|
||||
---
|
||||
|
|
|
@ -26,26 +26,26 @@ organizations:
|
|||
|
||||
# Social Networking
|
||||
# Need to use another icon? Simply download the SVG icon to your `assets/media/icons/` folder.
|
||||
social:
|
||||
profiles:
|
||||
- icon: at-symbol
|
||||
link: 'mailto:your-email@example.com'
|
||||
url: 'mailto:your-email@example.com'
|
||||
label: E-mail Me
|
||||
- icon: x
|
||||
link: https://twitter.com/GetResearchDev
|
||||
label: Follow me on X
|
||||
url: https://twitter.com/GetResearchDev
|
||||
- icon: instagram
|
||||
link: https://www.instagram.com/
|
||||
url: https://www.instagram.com/
|
||||
- icon: linkedin
|
||||
link: https://www.linkedin.com/
|
||||
url: https://www.linkedin.com/
|
||||
- icon: google-scholar
|
||||
link: https://scholar.google.com/citations?user=mG4imMEAAAAJ
|
||||
url: https://scholar.google.com/citations?user=mG4imMEAAAAJ
|
||||
- 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`
|
||||
- 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
|
||||
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.
|
||||
{style="text-align: justify; font-size: 0.8em;"}
|
||||
|
|
|
@ -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.1-0.20231113222801-e48152bc9311
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.1-0.20231125204555-f431a4a2c705
|
||||
)
|
||||
|
|
4
starters/resume/assets/dist/wc.css
vendored
4
starters/resume/assets/dist/wc.css
vendored
File diff suppressed because one or more lines are too long
|
@ -3,7 +3,7 @@
|
|||
# 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/
|
||||
|
||||
title: Résumé (Hugo Theme) # Website name
|
||||
title: Résumé Hugo Theme # Website name
|
||||
baseURL: 'https://example.com/' # Website URL
|
||||
|
||||
############################
|
||||
|
@ -30,8 +30,6 @@ footnotereturnlinkcontents: <sup>^</sup>
|
|||
ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
|
||||
permalinks:
|
||||
authors: '/author/:slug/'
|
||||
tags: '/tag/:slug/'
|
||||
categories: '/category/:slug/'
|
||||
disableAliases: true
|
||||
outputs:
|
||||
home: [HTML, RSS, headers, redirects]
|
||||
|
@ -42,22 +40,11 @@ imaging:
|
|||
anchor: smart
|
||||
timeout: 600000
|
||||
taxonomies:
|
||||
tag: tags
|
||||
category: categories
|
||||
author: authors
|
||||
markup:
|
||||
_merge: deep
|
||||
highlight:
|
||||
lineNos: false
|
||||
related:
|
||||
threshold: 80
|
||||
includeNewer: true
|
||||
toLower: true
|
||||
indices:
|
||||
- name: tags
|
||||
weight: 100
|
||||
- name: categories
|
||||
weight: 70
|
||||
security:
|
||||
_merge: deep
|
||||
sitemap:
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
|
||||
# Appearance
|
||||
appearance:
|
||||
theme_default: system
|
||||
mode: system
|
||||
color: blue
|
||||
|
||||
# SEO
|
||||
marketing:
|
||||
|
@ -18,6 +19,9 @@ marketing:
|
|||
analytics:
|
||||
google_analytics: ''
|
||||
baidu_tongji: ''
|
||||
plausible: ''
|
||||
fathom: ''
|
||||
pirsch: ''
|
||||
verification:
|
||||
google: ''
|
||||
baidu: ''
|
||||
|
@ -45,9 +49,6 @@ locale:
|
|||
|
||||
# Site features
|
||||
features:
|
||||
syntax_highlighter:
|
||||
theme_light: github-light
|
||||
theme_dark: github-dark
|
||||
math:
|
||||
enable: false
|
||||
privacy_pack:
|
||||
|
|
|
@ -7,22 +7,27 @@ type: landing
|
|||
|
||||
# Page sections
|
||||
sections:
|
||||
- block: about.avatar
|
||||
- block: biography
|
||||
content:
|
||||
username: admin
|
||||
# Show a call-to-action button under your biography? (optional)
|
||||
button:
|
||||
label: Download Résumé
|
||||
text: Download Résumé
|
||||
url: uploads/resume.pdf
|
||||
design:
|
||||
banner:
|
||||
# Upload your cover image to the `assets/media/` folder and reference it here
|
||||
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
|
||||
content:
|
||||
username: admin
|
||||
design:
|
||||
# Hugo date format
|
||||
date_format: 'January 2006'
|
||||
# Education or Experience section first?
|
||||
is_education_first: false
|
||||
- block: skills
|
||||
content:
|
||||
|
|
|
@ -19,25 +19,25 @@ superuser: true
|
|||
# Role/position/tagline
|
||||
role: Director of Cloud Infrastructure
|
||||
|
||||
# Organizations/Affiliations to display in About block
|
||||
# Organizations/Affiliations to display in Biography blox
|
||||
organizations:
|
||||
- name: GenCoin
|
||||
url: https://www.example.com/
|
||||
|
||||
# Social network links
|
||||
# Need to use another icon? Simply download the SVG icon to your `assets/media/icons/` folder.
|
||||
social:
|
||||
profiles:
|
||||
- icon: at-symbol
|
||||
link: 'mailto:your-email@example.com'
|
||||
url: 'mailto:your-email@example.com'
|
||||
label: E-mail Me
|
||||
- icon: x
|
||||
link: https://twitter.com/GetResearchDev
|
||||
label: Follow me on Twitter
|
||||
url: https://twitter.com/GetResearchDev
|
||||
- icon: github
|
||||
link: https://github.com/gcushen
|
||||
url: https://github.com/gcushen
|
||||
- icon: linkedin
|
||||
link: https://www.linkedin.com/
|
||||
url: https://www.linkedin.com/
|
||||
- icon: instagram
|
||||
link: https://www.instagram.com/
|
||||
url: https://www.instagram.com/
|
||||
|
||||
education:
|
||||
- area: PhD Artificial Intelligence
|
||||
|
@ -47,7 +47,7 @@ education:
|
|||
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.
|
||||
button:
|
||||
label: 'Read Thesis'
|
||||
text: 'Read Thesis'
|
||||
url: 'https://example.com'
|
||||
- area: MEng Artificial Intelligence
|
||||
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.
|
||||
{style="text-align: justify; font-size: 0.8em;"}
|
||||
|
|
|
@ -3,6 +3,6 @@ module github.com/HugoBlox/hugo-blox-builder/starters/blog
|
|||
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.1-0.20231116075740-358962ce0850
|
||||
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.20231125204555-f431a4a2c705
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue