jekyll-theme-doctored 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/package.json +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c6e9f9cc5825ca096d88b54fbecc1dc1f01fbe00d4e1630b27ad3d37bd8776d
|
|
4
|
+
data.tar.gz: 6660bd6d19ca373bf51bac8a64034d4506308e5214c93295f23286708829c8d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 986840d3d05baa825129310276618e71dd791e0b3d114c89dad9dceda2ea4324580f657587d470eca4df582409c6281a2c2c876f3bd0dc54f50f1466b57621a9
|
|
7
|
+
data.tar.gz: 834cb817f0931b964e31df57acf1ff308fdc64d78ce910b35f04491e5ec5dafc38ca2bd37acc133b00a3e676a6c1f5c10f3caeb5cf5e23785cc683e6da3d27c2
|
data/package.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"scripts": {
|
|
13
13
|
"postinstall": "bundle install",
|
|
14
14
|
"dev": "bundle exec jekyll serve --watch",
|
|
15
|
-
"build": "
|
|
15
|
+
"build": "npx tailwindcss -i ./assets/css/tailwind.css -o ./assets/css/main.css --minify && python utils/postMarkdown.py && bundle exec jekyll build",
|
|
16
16
|
"clean": "bundle exec jekyll clean",
|
|
17
17
|
"doctor": "bundle exec jekyll doctor",
|
|
18
18
|
"post": "python utils/postMarkdown.py"
|