summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco <tomaselli.fr@gmail.com>2024-04-23 17:18:41 +0200
committerFrancesco <tomaselli.fr@gmail.com>2024-04-23 17:18:41 +0200
commit98182d674307bfe08a677e56156a4febb7cc9589 (patch)
tree9cc1ccf6cc8f2f7175e9c5ea677df116ee7925c9
parent0744d3da3581712b53efcc0880cbae9f768081c3 (diff)
Theme Update
-rw-r--r--README.md14
-rw-r--r--misc/banner-dark.pngbin54486 -> 0 bytes
-rw-r--r--misc/banner-light.pngbin54601 -> 0 bytes
-rw-r--r--theme.toml2
4 files changed, 10 insertions, 6 deletions
diff --git a/README.md b/README.md
index afbfe14..96b7654 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,17 @@
-![banner](misc/banner-light.png##gh-light-mode-only)
-![banner](misc/banner-dark.png##gh-dark-mode-only)
+![banner](https://github.com/tomfran/typo/blob/main/images/banner-light.png#gh-light-mode-only)
+![banner](https://github.com/tomfran/typo/blob/main/images/banner-dark.png#gh-dark-mode-only)
# Typo, a Hugo theme.
**Homepage**
-![1](misc/1.png)
+![1](https://github.com/tomfran/typo/blob/main/images/1.png)
**Article**
-![2](misc/2.png)
+![2](https://github.com/tomfran/typo/blob/main/images/2.png)
-![3](misc/3.png)
+![3](https://github.com/tomfran/typo/blob/main/images/3.png)
## Installation
@@ -141,3 +141,7 @@ url = "/resume"
[markup.highlight]
style = 'algol'
```
+
+### References
+
+- The SVGs for social icons are taken from [Hugo PaperMod](https://github.com/adityatelange/hugo-PaperMod). \ No newline at end of file
diff --git a/misc/banner-dark.png b/misc/banner-dark.png
deleted file mode 100644
index c60f435..0000000
--- a/misc/banner-dark.png
+++ /dev/null
Binary files differ
diff --git a/misc/banner-light.png b/misc/banner-light.png
deleted file mode 100644
index 85b9a76..0000000
--- a/misc/banner-light.png
+++ /dev/null
Binary files differ
diff --git a/theme.toml b/theme.toml
index 416f7a5..a8b0bb1 100644
--- a/theme.toml
+++ b/theme.toml
@@ -7,7 +7,7 @@ homepage = 'https://github.com/tomfran/typo'
demosite = 'https://tomfran.github.io/'
-tags = ['blog']
+tags = ['blog', 'minimal']
[author]
name = 'Francesco Tomaselli'