summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-12-10 13:01:08 +0200
committerPaul Buetow <paul@buetow.org>2022-12-10 13:01:08 +0200
commiteca61eb239aeef1dcee5a8c1974e18bb45707879 (patch)
treefc414c05b844c37c4b1f7c9b7655e694c08b489f
parent9a92749dd2a645a06fc342e572a20d35d10762fa (diff)
parent4e4ad7d68f4b161641259a34761d736e28071cf1 (diff)
merge
-rw-r--r--extras/html/style.css19
-rwxr-xr-xgemtexter4
-rw-r--r--lib/gemfeed.source.sh1
3 files changed, 14 insertions, 10 deletions
diff --git a/extras/html/style.css b/extras/html/style.css
index 4436917..8b74a0a 100644
--- a/extras/html/style.css
+++ b/extras/html/style.css
@@ -35,7 +35,7 @@ body {
display: block;
border-style: solid;
border-width: 1px;
- border-color: #232323;
+ border-color: #eeeeee;
margin-bottom: 50px;
}
@@ -110,6 +110,7 @@ ul {
}
li {
+ color: purple;
margin-left: 1em;
margin-bottom: 0.25em;
}
@@ -127,17 +128,23 @@ img {
}
pre {
- color: #000000;
+ color: #ffa500;
+ background-color: #000000;
font-family: monospace;
padding: 0;
overflow-x: auto;
scrollbar-width: none;
- padding-left: 23px;
+ margin-left: 23px;
+ margin-right: 23px;
+ padding: 23px;
+ border: 4px solid #aaaaaa;
+ border-style: ridge;
}
span.inlinecode {
- color: #ffffff;
- background-color: #000000;
font-family: monospace;
- border: 2px solid #39aa00;
+ border: 2px solid #aaaaaa;
+ color: #ffa500;
+ padding: 1px;
+ background-color: #000000;
}
diff --git a/gemtexter b/gemtexter
index 651b9ae..196a127 100755
--- a/gemtexter
+++ b/gemtexter
@@ -5,10 +5,6 @@
declare -r ARG="$1"; shift
declare CONTENT_FILTER="$1"; shift
-if [ -z "$CONTENT_FILTER" ]; then
- CONTENT_FILTER=.
-fi
-
declare -r VERSION=1.2.0
declare -r VERSION_DESCR=develop
declare DATE=date
diff --git a/lib/gemfeed.source.sh b/lib/gemfeed.source.sh
index d45e22c..a0c0b09 100644
--- a/lib/gemfeed.source.sh
+++ b/lib/gemfeed.source.sh
@@ -61,5 +61,6 @@ GEMFEED
mv "$gemfeed_dir/index.gmi.tmp" "$gemfeed_dir/index.gmi"
+
gemfeed::updatemainindex
}