Merge pull request #1972 from YunoHost/add-learn4-theme-in-submodule

Add learn4 theme in submodule
This commit is contained in:
tituspijean 2022-04-23 12:11:41 +02:00 committed by GitHub
commit 24edbc5d1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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