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>2021-12-15 14:30:09 +0300
committeropera7133 <ainznino@pm.me>2021-12-15 14:30:09 +0300
commit5e5c34a4979acdc5faf416e6fd798fb383b6b7c6 (patch)
tree86b1c07905f2144f1d1667c882c3bd6020d8eb20 /exampleSite
parent6a54782ea22b2f98154271c8954b036696585429 (diff)
some changes
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml9
-rw-r--r--exampleSite/tailwind.config.js15
2 files changed, 4 insertions, 20 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index bf168be..8c6a7ee 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -47,10 +47,10 @@ darkmode = "light"
# See the Tailwind CSS documentation to set it up.
# Recommended settings are h-32 to h-48.
# https://tailwindcss.com/docs/height
- thumbnail_height = "h-44"
+ thumbnail_height = "lg:h-44"
# https://tailwindcss.com/docs/width
- thumbnail_width = "w-auto"
+ thumbnail_width = "lg:w-auto"
# Number of characters in description
description = "130"
@@ -117,7 +117,4 @@ archive = "archives"
disableInlineCSS = true
[services.twitter]
- disableInlineCSS = true
-
-[build]
- writeStats = true
+ disableInlineCSS = true \ No newline at end of file
diff --git a/exampleSite/tailwind.config.js b/exampleSite/tailwind.config.js
index 29dffe8..8a87330 100644
--- a/exampleSite/tailwind.config.js
+++ b/exampleSite/tailwind.config.js
@@ -1,20 +1,7 @@
-const colors = require("tailwindcss/colors");
-
module.exports = {
- content: ["./**/*.html"],
+ content: ["./**/*.html", "config.toml"],
darkMode: "class",
theme: {
- colors: {
- black: colors.black,
- white: colors.white,
- gray: colors.gray,
- indigo: colors.indigo,
- red: colors.red,
- blue: colors.blue,
- yellow: colors.amber,
- green: colors.emerald,
- pink: colors.pink,
- },
extend: {
colors: {
warmgray: {