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/ resources/_gen/
public/ public/
.hugo_build.lock

2
README.md

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

Loading…
Cancel
Save