Skip to content

Commit

Permalink
Switched template (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
spietras authored Apr 27, 2024
1 parent 14b386e commit 2a41424
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
5 changes: 2 additions & 3 deletions .copier-answers.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: 0.6.0
_src_path: gh:quickplates/generic
_commit: 0.1.0
_src_path: gh:quickplates/flux
accountname: spietras
description: Flux manifests for my k8s clusters ☸️
docs: true
docsurl: https://spietras.github.io/clusters
projectname: clusters
releases: false
reponame: clusters
repourl: https://github.com/spietras/clusters
16 changes: 7 additions & 9 deletions .trunk/.gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
*out
*logs
*actions
*notifications
*tools
plugins
user_trunk.yaml
user.yaml
tmp
/*actions
/*logs
/*notifications
/*out
/*plugins
/*tools
/user.yaml
6 changes: 3 additions & 3 deletions Taskfile.dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ tasks:
- >
npm
run
update
--
update
{{ .CLI_ARGS }}
test-docs:
desc: Test docs
Expand All @@ -106,8 +106,8 @@ tasks:
- >
npm
run
test
--
test
{{ .CLI_ARGS }}
docs:
desc: Run docusaurus
Expand All @@ -118,8 +118,8 @@ tasks:
- >
npm
run
docs
--
docs
{{ .CLI_ARGS | default "start --host 0.0.0.0" }}
secret:
desc: Edit secrets
Expand Down
2 changes: 1 addition & 1 deletion docs/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
// Use recommended docusaurus rules
"plugin:@docusaurus/recommended",

// Use recommended docusaurus rules
// Turn off rules that might conflict with Prettier
"prettier",
],

Expand Down

0 comments on commit 2a41424

Please sign in to comment.