Skip to content

Commit

Permalink
starters: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Splitter committed Nov 25, 2023
1 parent 98f85c8 commit a5d30e1
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 23 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

[![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 ⭐⭐⭐⭐⭐

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

Expand Down
4 changes: 2 additions & 2 deletions assets/dist/wc.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/_default/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

############################
Expand Down
6 changes: 5 additions & 1 deletion config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

# Appearance
appearance:
theme_default: system
mode: system
color: blue

# SEO
marketing:
Expand All @@ -18,6 +19,9 @@ marketing:
analytics:
google_analytics: ''
baidu_tongji: ''
plausible: ''
fathom: ''
pirsch: ''
verification:
google: ''
baidu: ''
Expand Down
8 changes: 6 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
20 changes: 10 additions & 10 deletions content/authors/admin/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]'
url: 'mailto:[email protected]'
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
Expand All @@ -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;"}
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit a5d30e1

Please sign in to comment.