Skip to content

Commit

Permalink
Begin setup
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Apr 13, 2024
1 parent f1eb521 commit 907c02d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
Expand All @@ -35,7 +37,7 @@ jobs:
BASE_URL: "https://${{ github.event.repository.owner.name }}.github.io/"
PATH_PREFIX: "/${{ github.event.repository.name }}/"
- name: Deploy to Github Pages 🚀
uses: JamesIves/github-pages-deploy-action@3.6.2
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: _site #the static site folder
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "11ty-plain-bootstrap5",
"name": "taumc-website",
"version": "0.0.1",
"description": "Plain simple template for 11ty/eleventy and bootstrap5.",
"description": "TauMC website",
"main": "index.js",
"scripts": {
"clean": "rm -rf dist",
Expand All @@ -14,18 +14,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/mandrasch/11ty-plain-bootstrap5.git"
"url": "git+https://github.com/TauMC/taumc.org"
},
"keywords": [],
"author": "Matthias Andrasch",
"license": "MIT",
"browserslist": [
"last 4 versions"
],
"bugs": {
"url": "https://github.com/mandrasch/11ty-plain-bootstrap5/issues"
},
"homepage": "https://github.com/mandrasch/11ty-plain-bootstrap5#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-img": "^2.0.0",
Expand Down

0 comments on commit 907c02d

Please sign in to comment.