Skip to content

Commit

Permalink
remove unused, bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TomConner committed Oct 20, 2023
1 parent 9a8b96f commit b40e261
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 77 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.111.0'
# extended: true
hugo-version: '0.119'
extended: true

- name: Build
run: hugo --minify
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "themes/cayman-hugo-theme"]
path = themes/cayman-hugo-theme
url = https://github.com/zwbetz-gh/cayman-hugo-theme.git
[submodule "themes/soho"]
path = themes/soho
url = https://github.com/alexandrevicenzi/soho.git
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ Depends on Hugo and uses a theme via a git submodule. First time after cloning
git submodule update --init --recursive
```

Then to run locally, install Hugo and
Then to run locally, install Hugo and its prerequisites and then `hugo server`.

```sh
hugo serve
go version
sass --version # or brew install sass/sass/sass
hugo version # or brew install hugo
hugo server
```

69 changes: 0 additions & 69 deletions cayman_config.yaml

This file was deleted.

1 change: 0 additions & 1 deletion themes/cayman-hugo-theme
Submodule cayman-hugo-theme deleted from 00e082

0 comments on commit b40e261

Please sign in to comment.