From 98182d674307bfe08a677e56156a4febb7cc9589 Mon Sep 17 00:00:00 2001 From: Francesco Date: Tue, 23 Apr 2024 17:18:41 +0200 Subject: Theme Update --- README.md | 14 +++++++++----- misc/banner-dark.png | Bin 54486 -> 0 bytes misc/banner-light.png | Bin 54601 -> 0 bytes theme.toml | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 misc/banner-dark.png delete mode 100644 misc/banner-light.png 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 Binary files a/misc/banner-dark.png and /dev/null differ diff --git a/misc/banner-light.png b/misc/banner-light.png deleted file mode 100644 index 85b9a76..0000000 Binary files a/misc/banner-light.png and /dev/null 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' -- cgit v1.2.3