Skip to content

Commit

Permalink
starters: update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Splitter committed Nov 16, 2023
1 parent bc8e64a commit d57f2ff
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
run: |
echo "Hugo Cache Dir: $(hugo config | grep cachedir)"
hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Generate Pagefind search index
run: npx pagefind --source "public"
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions assets/dist/wc.css

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions config/_default/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@ cascade:
# Blog post options
- _target:
path: /post/**
kind: page
pager: true
editable: false
reading_time: true
commentable: true
show_related: true
show_breadcrumb: true
share: true
# Just use Breadcrumb for navigation on blog post pages?
show_breadcrumb: false
header:
navbar:
enable: false
enable: true

############################
## LANGUAGE
Expand Down
4 changes: 2 additions & 2 deletions config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ main:
- name: Home
url: /
weight: 10
- name: Blog
url: post/
- name: Topics
url: tags/
weight: 20
- name: Uses
url: uses/
Expand Down
2 changes: 2 additions & 0 deletions config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ marketing:
header:
navbar:
enable: true
show_search: true
show_theme_chooser: true

# Site footer
footer:
Expand Down
15 changes: 5 additions & 10 deletions content/authors/admin/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,17 @@ 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:
- icon: send
icon_pack: wc
- icon: at-symbol
link: 'mailto:[email protected]'
- icon: twitter
icon_pack: wc
- icon: x
link: https://twitter.com/GetResearchDev
label: Follow me on Twitter
- icon: github
icon_pack: wc
link: https://github.com/gcushen
label: Follow me on X
- icon: instagram
link: https://www.instagram.com/
- icon: linkedin
icon_pack: wc
link: https://www.linkedin.com/
# Link to a PDF of your resume/CV - upload it to `static/uploads/resume.pdf`
- icon: cv
icon_pack: wc
link: uploads/resume.pdf
- icon: rss
icon_pack: wc
Expand Down
3 changes: 3 additions & 0 deletions content/tags/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Topics
---
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.1-0.20231108143325-448ed0e3bd2b
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.1-0.20231116075740-358962ce0850
)

0 comments on commit d57f2ff

Please sign in to comment.