summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco <tomaselli.fr@gmail.com>2024-04-23 19:24:53 +0200
committerFrancesco <tomaselli.fr@gmail.com>2024-04-23 19:24:53 +0200
commit35d49e030408da8467068f7eb70dd5e0f552c8d5 (patch)
treeaf90a141e4b942c6fc5bdf283a9975b0371bfb5e
parent0e30d082c1fe836a5d06c3fe6d11a2b7d294485b (diff)
Updated Readme and added Favicons
-rw-r--r--README.md16
-rw-r--r--static/.DS_Storebin6148 -> 6148 bytes
-rw-r--r--static/android-chrome-196x196.pngbin0 -> 2040 bytes
-rw-r--r--static/apple-touch-icon.pngbin0 -> 1904 bytes
-rw-r--r--static/favicon-16x16.pngbin0 -> 225 bytes
-rw-r--r--static/favicon-32x32.pngbin0 -> 424 bytes
-rw-r--r--static/favicon.icobin15406 -> 5430 bytes
7 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index 528fce8..2001ca6 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
# Typo, a Hugo theme.
+Typo is a theme backed by simplicity, as you can see in the screenshots below. The goal was to have a website centered around content and nothing more.
+
**Homepage**
![1](https://raw.githubusercontent.com/tomfran/typo/main/images/1.png)
@@ -21,10 +23,12 @@
- [2.1 Header autonumbering](#21-header-autonumbering)
- [2.2 Appearance preferences](#22-appearance-preferences)
- [2.3 Dark and light mode images](#23-dark-and-light-mode-images)
+ - [2.4 Fonts](#24-fonts)
- [3 Configuration example](#3-configuration-example)
- [3.1 post.md](#31-postmd)
- [3.2 hugo.toml](#32-hugotoml)
- [4 References](#4-references)
+- [5 Contributing](#5-contributing)
---
@@ -35,7 +39,7 @@ To receive updates, add the theme as a submodule:
git submodule add git@github.com:tomfran/typo.git themes/typo
```
-Otherwise you can clone the repo and copy it manually to yout theme folder.
+Otherwise you can clone the repo and copy it manually to your theme folder.
You can find a repo using this theme [here](https://github.com/tomfran/blog).
@@ -74,6 +78,10 @@ You can of course remove the final tag
to alway show the same image on light and
dark mode.
+### 2.4 Fonts
+
+The fonts in use are [Literata](https://fonts.google.com/specimen/Literata) and [Monaspace Argon](https://github.com/githubnext/monaspace).
+
## 3 Configuration example
### 3.1 post.md
@@ -161,4 +169,8 @@ style = 'algol'
## 4 References
-The SVGs for social icons are taken from [Hugo PaperMod](https://github.com/adityatelange/hugo-PaperMod). \ No newline at end of file
+The SVGs for social icons are taken from [Hugo PaperMod](https://github.com/adityatelange/hugo-PaperMod).
+
+## 5 Contributing
+
+Feel free to write proposals or stuff you'd like to see. If you feel like contributing, PRs are welcome! \ No newline at end of file
diff --git a/static/.DS_Store b/static/.DS_Store
index e1b066b..f64fb8e 100644
--- a/static/.DS_Store
+++ b/static/.DS_Store
Binary files differ
diff --git a/static/android-chrome-196x196.png b/static/android-chrome-196x196.png
new file mode 100644
index 0000000..d792b2a
--- /dev/null
+++ b/static/android-chrome-196x196.png
Binary files differ
diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png
new file mode 100644
index 0000000..ee958ba
--- /dev/null
+++ b/static/apple-touch-icon.png
Binary files differ
diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png
new file mode 100644
index 0000000..397af3d
--- /dev/null
+++ b/static/favicon-16x16.png
Binary files differ
diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png
new file mode 100644
index 0000000..b93a692
--- /dev/null
+++ b/static/favicon-32x32.png
Binary files differ
diff --git a/static/favicon.ico b/static/favicon.ico
index 67f8b77..2cdf65e 100644
--- a/static/favicon.ico
+++ b/static/favicon.ico
Binary files differ