Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/opera7133/Blonde.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoropera7133 <ainznino@pm.me>2022-09-18 10:56:31 +0300
committeropera7133 <ainznino@pm.me>2022-09-18 10:56:31 +0300
commit4908a16a5ec694e93e563188d4381d84c58c0794 (patch)
tree1a66e09c4c39fd9deb7af88bde32e69fb1cf3313 /exampleSite
parent18d020406d77f73f0d8bc166e6f1f68ebd553d0a (diff)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/post/rich-content.md2
-rw-r--r--exampleSite/package.json10
2 files changed, 6 insertions, 6 deletions
diff --git a/exampleSite/content/post/rich-content.md b/exampleSite/content/post/rich-content.md
index eca34a4..0de1e84 100644
--- a/exampleSite/content/post/rich-content.md
+++ b/exampleSite/content/post/rich-content.md
@@ -21,7 +21,7 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme
## Twitter Simple Shortcode
-{{< twitter_simple 1085870671291310081 >}}
+{{< tweet user="DesignReviewed" id="1085870671291310081" >}}
<br>
diff --git a/exampleSite/package.json b/exampleSite/package.json
index 484af2b..cb7a014 100644
--- a/exampleSite/package.json
+++ b/exampleSite/package.json
@@ -13,11 +13,11 @@
"build": "tailwindcss -i ./themes/Blonde/assets/css/main.css -o ./themes/Blonde/assets/css/style.css && hugo --minify"
},
"devDependencies": {
- "@tailwindcss/typography": "^0.5.2",
- "autoprefixer": "^10.4.4",
- "concurrently": "^7.0.0",
- "postcss": "^8.4.12",
+ "@tailwindcss/typography": "^0.5.7",
+ "autoprefixer": "^10.4.11",
+ "concurrently": "^7.4.0",
+ "postcss": "^8.4.16",
"postcss-cli": "^10.0.0",
- "tailwindcss": "^3.0.23"
+ "tailwindcss": "^3.1.8"
}
}