diff --git a/.github/workflows/gh_pages.yml b/.github/workflows/gh_pages.yml index d235022..d6c926e 100644 --- a/.github/workflows/gh_pages.yml +++ b/.github/workflows/gh_pages.yml @@ -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 diff --git a/.gitmodules b/.gitmodules index 544c840..9663ae5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 90ef5da..719e2f7 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/cayman_config.yaml b/cayman_config.yaml deleted file mode 100644 index c59f67d..0000000 --- a/cayman_config.yaml +++ /dev/null @@ -1,69 +0,0 @@ -baseURL: https://troop105treedrive.com -languageCode: en-us -defaultContentLanguage: en -title: Cayman -theme: cayman-hugo-theme - -# Syntax highlighting -pygmentsCodefences: true -pygmentsStyle: pygments - -taxonomies: - tag: tags - -permalinks: - post: /:filename/ - -params: - # Header text, can be markdown - project_name: 2024 Pembroke Troop 105 Tree Drive - project_tagline: Let the Scouts Pick Up and Recycle Your Christmas Tree! - - # Date format for post list and single pages - # For more date formats see https://gohugo.io/functions/format/ - dateFormat: 2006-01-02 - - # Footer text, can be markdown - #footer: (replaced with shortcode) - - # If true, the CSS/JS for Katex math typesetting are enabled - katex: true - - # Breakpoints - large_breakpoint: 64em - medium_breakpoint: 42em - - # Header colors - header_heading_color: "#fff" - header_background_color: "#159957" - header_background_color_secondary: "#155799" - - # Text colors - section_headings_color: "#159957" - body_text_color: "#606c71" - body_link_color: "#1e6bb8" - blockquote_text_color: "#819198" - - # Code colors - code_background_color: "#f3f6fa" - code_text_color: "#567482" - - # Border colors - border_color: "#dce6f0" - table_border_color: "#e9ebec" - hr_border_color: "#eff0f1" - -menu: - nav: - - name: Welcome - url: / - weight: 1 - - name: Details - url: /details/ - weight: 2 - - name: Register - url: /register/ - weight: 3 - - name: Lost & Found - url: /lostfound/ - weight: 4 diff --git a/themes/cayman-hugo-theme b/themes/cayman-hugo-theme deleted file mode 160000 index 00e0828..0000000 --- a/themes/cayman-hugo-theme +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 00e0828a4781951935381e0057cb0bfd25dd0513