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/1.png b/images/1.png similarity index 100% rename from misc/1.png rename to images/1.png diff --git a/misc/2.png b/images/2.png similarity index 100% rename from misc/2.png rename to images/2.png diff --git a/misc/3.png b/images/3.png similarity index 100% rename from misc/3.png rename to images/3.png diff --git a/misc/banner-dark.png b/images/banner-dark.png similarity index 100% rename from misc/banner-dark.png rename to images/banner-dark.png diff --git a/misc/banner-light.png b/images/banner-light.png similarity index 100% rename from misc/banner-light.png rename to images/banner-light.png diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..52b6f91 Binary files /dev/null and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png new file mode 100644 index 0000000..1a02ffb Binary files /dev/null and b/images/tn.png 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'