Adding theme submodules

This commit is contained in:
2020-05-22 00:00:37 +01:00
parent 2c792548da
commit f36ba65179
4 changed files with 13 additions and 1 deletions

6
.gitmodules vendored Normal file
View File

@@ -0,0 +1,6 @@
[submodule "blog/themes/panaetius-theme"]
path = blog/themes/panaetius-theme
url = https://git.panaetius.co.uk/hugo/panaetius-theme
[submodule "blog/themes/chunky-theme"]
path = blog/themes/chunky-theme
url = https://git.panaetius.co.uk/hugo/chunky-theme

View File

@@ -1766,7 +1766,9 @@
}
},
"lunr": {
"version": "2.3.8"
"version": "2.3.8",
"resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.8.tgz",
"integrity": "sha512-oxMeX/Y35PNFuZoHp+jUj5OSEmLCaIH4KTFJh7a93cHBoFmpw2IoPs22VIz7vyO2YUnx2Tn9dzIwO2P/4quIRg=="
},
"make-dir": {
"version": "2.1.0",
@@ -2205,6 +2207,8 @@
},
"parser-front-matter": {
"version": "1.6.4",
"resolved": "https://registry.npmjs.org/parser-front-matter/-/parser-front-matter-1.6.4.tgz",
"integrity": "sha512-eqtUnI5+COkf1CQOYo8FmykN5Zs+5Yr60f/7GcPgQDZEEjdE/VZ4WMaMo9g37foof8h64t/TH2Uvk2Sq0fDy/g==",
"requires": {
"extend-shallow": "^2.0.1",
"file-is-binary": "^1.0.0",