Browse Source

improve git submodule

main
Hendrik Langer 7 months ago
parent
commit
d43f6734ba
  1. 1
      .gitignore
  2. 2
      README.md

1
.gitignore

@ -1,2 +1,3 @@
resources/_gen/
public/
.hugo_build.lock

2
README.md

@ -14,7 +14,7 @@ echo "theme = 'ananke'" >> hugo.toml
```
### Update
```bash
git submodule update --remote
git submodule update --rebase --remote
git add themes/.
git commit -m "theme submodule updated"
```

Loading…
Cancel
Save