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

github.com/athul/archie.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorathul <athul8720@gmail.com>2020-04-16 16:27:49 +0300
committerathul <athul8720@gmail.com>2020-04-16 19:01:38 +0300
commit3add2142601516f9c42a0594e531312af46315bf (patch)
treeab6b969a577441826f89dc10822b4a0e0fa22e85
parent1ee6c689c0a05ed4aff12e8f9f7b8edde4bcbe72 (diff)
Update tag background color
-rw-r--r--.gitignore4
-rw-r--r--config.toml1
-rw-r--r--content/posts/post-6.md2
-rw-r--r--themes/archie/images/screenshot.pngbin254265 -> 207481 bytes
-rw-r--r--themes/archie/images/tn.pngbin164739 -> 63396 bytes
-rw-r--r--themes/archie/static/css/main.css3
-rw-r--r--themes/archie/theme.toml2
7 files changed, 8 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index d70ebaa..55a4552 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
-public \ No newline at end of file
+public
+.DS_Store
+
diff --git a/config.toml b/config.toml
index 4b7e090..7b63adb 100644
--- a/config.toml
+++ b/config.toml
@@ -6,6 +6,7 @@ copyright = "© Athul"
pygmentsstyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
+paginate=3
[params]
mode="auto"
featherIconsCDN=true
diff --git a/content/posts/post-6.md b/content/posts/post-6.md
index 0a29764..ff517fc 100644
--- a/content/posts/post-6.md
+++ b/content/posts/post-6.md
@@ -1,6 +1,6 @@
---
title: "Hugo shortcodes"
-date: 2018-03-18T12:13:36+05:30
+date: 2020-04-15T12:13:36+05:30
description: Here is a demo of all shortcodes available in Hugo.
---
diff --git a/themes/archie/images/screenshot.png b/themes/archie/images/screenshot.png
index 60475f9..1a262e7 100644
--- a/themes/archie/images/screenshot.png
+++ b/themes/archie/images/screenshot.png
Binary files differ
diff --git a/themes/archie/images/tn.png b/themes/archie/images/tn.png
index 2d5b565..628ac6c 100644
--- a/themes/archie/images/tn.png
+++ b/themes/archie/images/tn.png
Binary files differ
diff --git a/themes/archie/static/css/main.css b/themes/archie/static/css/main.css
index e9abc78..a92310b 100644
--- a/themes/archie/static/css/main.css
+++ b/themes/archie/static/css/main.css
@@ -209,7 +209,8 @@ justify-content: space-between;
border-bottom: 3px solid var(--maincolor);
}
.tags a:hover{
- color: var(--hovercolor);
+ color:white;
+ background-color: var(--hovercolor);
}
svg{
max-height: 15px;
diff --git a/themes/archie/theme.toml b/themes/archie/theme.toml
index afde470..a44df7d 100644
--- a/themes/archie/theme.toml
+++ b/themes/archie/theme.toml
@@ -4,7 +4,7 @@
name = "Archie"
license = "MIT"
licenselink = "https://github.com/athul/archie/blob/master/LICENSE"
-description = ""
+description = "Archie is a minimal and clean theme for hugo with a markdown-ish UI."
homepage = "https://github.com/athul/archie"
tags = ["blog","simple","responsive","minimal","tags","personal","clean","shortcodes"]
features = ["blog", "Clean and minimal", "Responsive", "Syntax highlighting",]