generated from inherentlee/11ty
Compare commits
2 Commits
d3b3cc1628
...
101aa3e785
| Author | SHA1 | Date | |
|---|---|---|---|
| 101aa3e785 | |||
| fb70be6fd1 |
2
LICENSE
2
LICENSE
@ -1,4 +1,4 @@
|
|||||||
<name of project>
|
mattrbld test
|
||||||
Copyright (C) 2026 Lee Cattarin
|
Copyright (C) 2026 Lee Cattarin
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
|||||||
33
README.md
33
README.md
@ -1,3 +1,32 @@
|
|||||||
# 11ty Template
|
# mattrbld test
|
||||||
|
|
||||||
Template repository for my 11ty projects.
|
## local drone testing
|
||||||
|
|
||||||
|
create secrets.txt:
|
||||||
|
|
||||||
|
```txt
|
||||||
|
GIT_TOKEN=PAT
|
||||||
|
```
|
||||||
|
|
||||||
|
run `drone exec` with secrets file:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
drone exec --secret-file=secrets.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
## submodule bullshit
|
||||||
|
|
||||||
|
to pull in remote updates:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git submodule update --remote
|
||||||
|
```
|
||||||
|
|
||||||
|
to push incl. submodule updates:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cd mattrbld-site
|
||||||
|
git commit -am "message"
|
||||||
|
cd ..
|
||||||
|
git push --recurse-submodules=on-demand
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user