diff options
author | vuquangtrong <vuquangtrong@gmail.com> | 2020-08-17 19:12:31 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 14:12:31 +0200 |
commit | 07f0c30921c1752e73a3d40ba4aec76c43a8ff42 (patch) | |
tree | 351c910f3af4d4ea228462f2c2881d06994eae5b /.gitmodules | |
parent | 213a3bde230f389986a89e21dbe5ab12740dbe5c (diff) | |
download | pelican-themes-07f0c30921c1752e73a3d40ba4aec76c43a8ff42.tar.gz |
Add Simplify theme as submodule (#661)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 79ee4e9..0426439 100644 --- a/.gitmodules +++ b/.gitmodules @@ -254,6 +254,9 @@ [submodule "brutalist"] path = brutalist url = https://github.com/mamcmanus/brutalist.git +[submodule "simplify-theme"] + path = simplify-theme + url = https://github.com/vuquangtrong/simplify-theme.git [submodule "buruma"] path = buruma url = https://github.com/ivanhercaz/buruma.git |