diff options
author | Francesco <tomaselli.fr@gmail.com> | 2024-04-23 17:18:41 +0200 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2024-04-23 17:18:41 +0200 |
commit | 98182d674307bfe08a677e56156a4febb7cc9589 (patch) | |
tree | 9cc1ccf6cc8f2f7175e9c5ea677df116ee7925c9 | |
parent | 0744d3da3581712b53efcc0880cbae9f768081c3 (diff) |
Theme Update
-rw-r--r-- | README.md | 14 | ||||
-rw-r--r-- | misc/banner-dark.png | bin | 54486 -> 0 bytes | |||
-rw-r--r-- | misc/banner-light.png | bin | 54601 -> 0 bytes | |||
-rw-r--r-- | theme.toml | 2 |
4 files changed, 10 insertions, 6 deletions
@@ -1,17 +1,17 @@ - - + + # Typo, a Hugo theme. **Homepage** - + **Article** - + - + ## 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 Binary files differdeleted file mode 100644 index c60f435..0000000 --- a/misc/banner-dark.png +++ /dev/null diff --git a/misc/banner-light.png b/misc/banner-light.png Binary files differdeleted file mode 100644 index 85b9a76..0000000 --- a/misc/banner-light.png +++ /dev/null @@ -7,7 +7,7 @@ homepage = 'https://github.com/tomfran/typo' demosite = 'https://tomfran.github.io/' -tags = ['blog'] +tags = ['blog', 'minimal'] [author] name = 'Francesco Tomaselli' |