From 601ef3a79cb6cb4b4bcc542d0855e554e0c58c80 Mon Sep 17 00:00:00 2001 From: Victoria Drake Date: Mon, 11 Nov 2024 20:44:25 -0600 Subject: [PATCH] Update repo fluff --- .github/workflows/test-versions.yml | 8 ++++---- package.json | 26 ++++++++++++++++---------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/.github/workflows/test-versions.yml b/.github/workflows/test-versions.yml index ae351450..9d4f4653 100644 --- a/.github/workflows/test-versions.yml +++ b/.github/workflows/test-versions.yml @@ -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 @@ -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 diff --git a/package.json b/package.json index fe4bb666..c2afaebc 100644 --- a/package.json +++ b/package.json @@ -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" + } +} \ No newline at end of file