diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index e57b122..403f91e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,11 +1,11 @@ --- version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "monthly" - reviewers: - - "thewildmage" - labels: - - "scope: meta" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + reviewers: + - "thewildmage" + labels: + - "scope: meta" diff --git a/.github/linters/.markdownlint.yaml b/.github/linters/.markdownlint.yaml index 9ac1abc..c77b88c 100644 --- a/.github/linters/.markdownlint.yaml +++ b/.github/linters/.markdownlint.yaml @@ -3,8 +3,8 @@ default: true "line-length": false "list-marker-space": - ul_single: 3 - ul_multi: 3 + ul_single: 3 + ul_multi: 3 "no-hard-tabs": false "ul-indent": - indent: 4 + indent: 4 diff --git a/.github/linters/_stylint-reminder.md b/.github/linters/_stylint-reminder.md index e6a4aac..3406df4 100644 --- a/.github/linters/_stylint-reminder.md +++ b/.github/linters/_stylint-reminder.md @@ -41,7 +41,8 @@ Conflicts with Prettier in instances like: to right, var(--color-primary-darker), var(--color-secondary-darker) - ) border-box; + ) + border-box; } ``` diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a8b0ad0..ee96ced 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -2,48 +2,48 @@ name: Deploy to GitHub Pages on: - # Runs on pushes targeting the default branch - push: - branches: ["main"] + # Runs on pushes targeting the default branch + push: + branches: ["main"] - # Allows to run this workflow manually from the Actions tab - workflow_dispatch: + # Allows to run this workflow manually from the Actions tab + workflow_dispatch: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: - contents: read - pages: write # to deploy to Pages - id-token: write # to verify the deployment originates from an appropriate source + contents: read + pages: write # to deploy to Pages + id-token: write # to verify the deployment originates from an appropriate source # Allow one concurrent deployment concurrency: - group: "pages" - cancel-in-progress: true + group: "pages" + cancel-in-progress: true jobs: - # Build job - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Build - run: cp -R source/ _distribution - - - name: Upload artifact - uses: actions/upload-pages-artifact@v1 - with: - path: "./_distribution" - - # Deployment job - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v2 + # Build job + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: Build + run: cp -R source/ _distribution + + - name: Upload artifact + uses: actions/upload-pages-artifact@v1 + with: + path: "./_distribution" + + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v2 diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index 16c52da..a18120b 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -2,15 +2,15 @@ name: Super-Linter on: - push: - branches: - - main - - dev - pull_request: - branches: - - main - - dev + push: + branches: + - main + - dev + pull_request: + branches: + - main + - dev jobs: - lint: - uses: thewildmage/dotfiles/.github/workflows/linter.yaml@v3.0.2 + lint: + uses: thewildmage/dotfiles/.github/workflows/linter.yaml@v3.0.2 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2aad859..ffd23c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-json @@ -20,6 +20,6 @@ repos: args: [--autofix, --indent, " "] - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.4 + rev: v4.0.0-alpha.8 hooks: - id: prettier diff --git a/CREDIT.md b/CREDIT.md index 27c8a82..92b6edf 100644 --- a/CREDIT.md +++ b/CREDIT.md @@ -2,5 +2,5 @@ This file does not serve to replace or amend the [included licenses](LICENSE.md). This is a list of (non-licensing related) shoutouts to resources that were helpful in this project. -- [Utopia](https://utopia.fyi/) -- [Fantasy Name Generator's How to Train Your Dragon Name Generator](https://www.fantasynamegenerators.com/how-to-train-your-dragon-names.php) +- [Utopia](https://utopia.fyi/) +- [Fantasy Name Generator's How to Train Your Dragon Name Generator](https://www.fantasynamegenerators.com/how-to-train-your-dragon-names.php) diff --git a/LICENSE.md b/LICENSE.md index 063639a..dda00cc 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -6,11 +6,11 @@ Content in this repository falls under multiple different licenses. The following social icons are used in accordance with their company's press or branding kits: -- The [CodePen](https://codepen.io) icon comes from [CodePen's logos](https://blog.codepen.io/documentation/logos/) -- The [Discord](https://discord.com) icon comes from [Discord's media kit](https://discord.com/branding) -- The [GitHub](https://github.com) icon comes from [GitHub Logos and Usage](https://github.com/logos) -- The [Glitch](https://glitch.com) icon comes from [Glitch's brand assets](https://glitch.com/about/press) -- The [Ko-fi](https://ko-fi.com) icon comes from [Ko-fi's creator kit](https://more.ko-fi.com/brand-assets) +- The [CodePen](https://codepen.io) icon comes from [CodePen's logos](https://blog.codepen.io/documentation/logos/) +- The [Discord](https://discord.com) icon comes from [Discord's media kit](https://discord.com/branding) +- The [GitHub](https://github.com) icon comes from [GitHub Logos and Usage](https://github.com/logos) +- The [Glitch](https://glitch.com) icon comes from [Glitch's brand assets](https://glitch.com/about/press) +- The [Ko-fi](https://ko-fi.com) icon comes from [Ko-fi's creator kit](https://more.ko-fi.com/brand-assets) All rights reserved. @@ -32,8 +32,8 @@ The [Sling font](https://www.fontsquirrel.com/fonts/Sling) used in the Magrathea The following fonts are used: -- [Merriweather](https://fonts.google.com/specimen/Merriweather) by Sorkin Type, licensed under the [SIL Open Font License, Version 1.1](http://scripts.sil.org/OFL) -- [Young Serif](https://github.com/noirblancrouge/YoungSerif) by Noir Blanc Rouge, licensed under the [SIL Open Font License, Version 1.1](https://github.com/noirblancrouge/YoungSerif/blob/9d072345d60ec0b87fcc22bdeca84e62222edfbd/LICENSE.txt) +- [Merriweather](https://fonts.google.com/specimen/Merriweather) by Sorkin Type, licensed under the [SIL Open Font License, Version 1.1](http://scripts.sil.org/OFL) +- [Young Serif](https://github.com/noirblancrouge/YoungSerif) by Noir Blanc Rouge, licensed under the [SIL Open Font License, Version 1.1](https://github.com/noirblancrouge/YoungSerif/blob/9d072345d60ec0b87fcc22bdeca84e62222edfbd/LICENSE.txt) ## Remaining diff --git a/source/assets/images/social/LICENSE.md b/source/assets/images/social/LICENSE.md index fc9bf49..a34cc73 100644 --- a/source/assets/images/social/LICENSE.md +++ b/source/assets/images/social/LICENSE.md @@ -4,10 +4,10 @@ The following social icons are used in accordance with their company's press or branding kits: -- The [CodePen](https://codepen.io) icon comes from [CodePen's logos](https://blog.codepen.io/documentation/logos/) -- The [Discord](https://discord.com) icon comes from [Discord's media kit](https://discord.com/branding) -- The [GitHub](https://github.com) icon comes from [GitHub Logos and Usage](https://github.com/logos) -- The [Glitch](https://glitch.com) icon comes from [Glitch's brand assets](https://glitch.com/about/press) -- The [Ko-fi](https://ko-fi.com) icon comes from [Ko-fi's creator kit](https://more.ko-fi.com/brand-assets) +- The [CodePen](https://codepen.io) icon comes from [CodePen's logos](https://blog.codepen.io/documentation/logos/) +- The [Discord](https://discord.com) icon comes from [Discord's media kit](https://discord.com/branding) +- The [GitHub](https://github.com) icon comes from [GitHub Logos and Usage](https://github.com/logos) +- The [Glitch](https://glitch.com) icon comes from [Glitch's brand assets](https://glitch.com/about/press) +- The [Ko-fi](https://ko-fi.com) icon comes from [Ko-fi's creator kit](https://more.ko-fi.com/brand-assets) All rights reserved.