Skip to content

Commit

Permalink
Update repo fluff
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriadrake committed Nov 12, 2024
1 parent 22d5763 commit 601ef3a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
hugo: ['0.106.0', '0.107.0', '0.108.0', '0.108.0', '0.110.0']
hugo: ['0.135.0', '0.136.5', '0.137.1', '0.138.0']

fail-fast: true


steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install tools
Expand All @@ -28,7 +28,7 @@ jobs:
npm i -g postcss postcss-cli autoprefixer
- name: Test with Hugo ${{ matrix.hugo }}
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: ${{ matrix.hugo }}
extended: true
Expand Down
26 changes: 16 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"scripts": {
"build": "npm install -g postcss postcss-cli autoprefixer && cd exampleSite && hugo --gc --minify -t ../.. -d ../docs -v -b https://hugo-introduction.netlify.app/",
"dev": "cd exampleSite && ENVIRONMENT=development hugo -t ../.. server"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.31",
"postcss-cli": "^9.1.0"
}
}
"name": "hugo-theme-introduction",
"version": "6.0.1",
"description": "A Hugo theme for personal and professional introductions.",
"repository": {
"url": "https://github.com/victoriadrake/hugo-theme-introduction"
},
"scripts": {
"build": "npm install -g postcss postcss-cli autoprefixer && cd exampleSite && hugo --gc --minify -t ../.. -d ../docs -v -b https://hugo-introduction.netlify.app/",
"dev": "cd exampleSite && ENVIRONMENT=development hugo -t ../.. server"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.31",
"postcss-cli": "^9.1.0"
}
}

0 comments on commit 601ef3a

Please sign in to comment.