Skip to content

Commit

Permalink
Misc TLC
Browse files Browse the repository at this point in the history
- Update packages, npm and node in workflows
- Update tested versions
- Update license years and README
- Build with latest Hugo
  • Loading branch information
victoriadrake committed Feb 11, 2022
1 parent 0d75cfe commit 052a699
Show file tree
Hide file tree
Showing 9 changed files with 12,869 additions and 330 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
hugo: ['0.49.2', '0.50', '0.51', '0.52', '0.53', '0.54.0', '0.55.0', '0.56.0', '0.57.0', '0.58.0', '0.59.0', '0.60.0', '0.61.0', '0.62.0', '0.63.0', '0.64.0', '0.65.0', '0.66.0', '0.67.0']
hugo: ['0.49.2', '0.50', '0.60.0', '0.70.0', '0.80.0', '0.90.0', '0.91.0', '0.92.0']

fail-fast: true

Expand All @@ -19,9 +19,9 @@ jobs:
- uses: actions/checkout@master

- name: Set up Node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 16.x
- name: Install tools
run: |
sudo apt install curl jq
Expand All @@ -35,8 +35,7 @@ jobs:

- name: Build with Hugo ${{ matrix.hugo }}
run: |
cd exampleSite
HUGO_THEME="hugo-theme-introduction" hugo --themesDir ../.. -v
cd exampleSite && HUGO_THEME="hugo-theme-introduction" hugo --themesDir ../.. -v
- name: Test HTML from Hugo ${{ matrix.hugo }}
run: docker run -v ${GITHUB_WORKSPACE}/public/:/mnt 18fgsa/html-proofer mnt --disable-external
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
exampleSite/public
node_modules
.hugo_build.lock
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2022 Victoria Drake

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

Introduction is a minimalist, highly-versatile theme for Hugo. It can be configured as a single page, or as a full-featured site with multiple sections. It is multilingual, responsive, and includes a light and dark theme.

New to the Hugo static site generator? [Learn the fundamentals here](https://gohugo.io/categories/fundamentals).

![Device mockups](https://github.com/victoriadrake/hugo-theme-introduction/blob/master/images/mockup.png)

Features:
Expand Down Expand Up @@ -213,7 +215,7 @@ This theme would not be nearly as awesome without its amazing community of open

## License

Copyright (C) 2017-2021 [Victoria Drake](https://victoria.dev/)
Copyright (C) 2017-2022 [Victoria Drake](https://victoria.dev/)

Licensed under the [Apache License, Version 2.0](https://github.com/victoriadrake/hugo-theme-introduction/blob/master/LICENSE) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).

Expand Down
Loading

0 comments on commit 052a699

Please sign in to comment.