Skip to content

Commit

Permalink
Merge pull request #450 from stockholmux/update-hugo-0.123.8
Browse files Browse the repository at this point in the history
adapt to new hugo version
  • Loading branch information
stockholmux authored Mar 11, 2024
2 parents 70313b4 + 1611851 commit 0235480
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
env:
# based on known good environment
HUGO_VERSION: 0.104.2
HUGO_VERSION: 0.123.8
steps:
- name: Install Hugo CLI
run: |
Expand Down
12 changes: 10 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ preview:
docker run --rm -it \
-v "${PWD}":/src \
-p 1313:1313 \
klakegg/hugo:0.101.0-ext-alpine \
server -w --bind=0.0.0.0
hugomods/hugo:exts-0.123.8 \
hugo server -w --bind=0.0.0.0

preview_finch:
finch run --rm -it \
-v "${PWD}":/src \
-p 1313:1313 \
hugomods/hugo:exts-0.123.8 \
hugo server -w --bind=0.0.0.0


mdlint:
docker run --rm \
Expand Down
6 changes: 4 additions & 2 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
.btn-lg, .btn-group-lg > .btn {
border-radius: 6px;
}

.d-lg-block.d-none {
display: none !important;
}

._td-navbar {
background-color: $dark-teal;
Expand All @@ -25,7 +27,7 @@
}
.td-sidebar-nav a:hover { color: $dark-teal; }
}
.navbar-brand .font-weight-bold { font-weight: 600 !important; }
.navbar-brand .font-weight-bold { font-weight: 500 !important; }
.td-home, .td-main, .td-section, .td-page {
.td-navbar {
background: linear-gradient($dark 0%, $dark-blue 10%, $dark-blue 100%);
Expand Down

0 comments on commit 0235480

Please sign in to comment.