add: use submodule to provide learn4 theme

This commit is contained in:
Hadrien 2022-08-04 00:01:03 +02:00 committed by tituspijean
parent 09a8708476
commit 8a3b476e19
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
4 changed files with 11 additions and 1 deletions

1
.gitignore vendored Normal file → Executable file
View file

@ -5,4 +5,3 @@
!/Dockerfile
!/docker-compose.yml
!/dev/plugins
/themes/learn4

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "themes/learn4"]
path = themes/learn4
url = https://github.com/getgrav/grav-theme-learn4.git

View file

@ -7,6 +7,13 @@ Please report [issues on YunoHost bugtracker](https://github.com/YunoHost/issues
# Contributing
This repo use a **submodule** to provide the theme. So when you clone use:
```shell
git clone --recursive https://github.com/YunoHost/doc.git
```
You can refer to the page on [writing documentation](https://yunohost.org/write_documentation).
If you know docker, you can run:

1
themes/learn4 Submodule

@ -0,0 +1 @@
Subproject commit 704a233bdba73dcfb197f3d3fcdd9e89778445c3