summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco <tomaselli.fr@gmail.com>2024-05-01 12:58:19 +0200
committerFrancesco <tomaselli.fr@gmail.com>2024-05-01 13:09:47 +0200
commitb273b8155ad919ddee562e48df2f2f29bd1ac6b4 (patch)
tree23e079ee5dc7c261763d118e88a3d0a079c1f5e3
parentcfa0b0b190f99738779e83bc98d9759aeaa7bebd (diff)
Cleanup
-rw-r--r--README.md4
-rw-r--r--assets/.DS_Storebin6148 -> 0 bytes
-rw-r--r--static/.DS_Storebin6148 -> 0 bytes
-rw-r--r--static/fonts/.DS_Storebin6148 -> 0 bytes
4 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8aad0af..c49d636 100644
--- a/README.md
+++ b/README.md
@@ -43,11 +43,13 @@ Typo is a theme backed by simplicity, as you can see in the screenshots below. T
To receive updates, add the theme as a submodule:
```
-git submodule add git@github.com:tomfran/typo.git themes/typo
+git submodule add --depth=1 git@github.com:tomfran/typo.git themes/typo
```
Otherwise, you can clone the repo and copy it manually to your theme folder.
+You then need to set typo as your theme in your [config file](#32-hugotoml).
+
You can find a repo using this theme [here](https://github.com/tomfran/blog).
## 2 Features
diff --git a/assets/.DS_Store b/assets/.DS_Store
deleted file mode 100644
index adfd3d9..0000000
--- a/assets/.DS_Store
+++ /dev/null
Binary files differ
diff --git a/static/.DS_Store b/static/.DS_Store
deleted file mode 100644
index f64fb8e..0000000
--- a/static/.DS_Store
+++ /dev/null
Binary files differ
diff --git a/static/fonts/.DS_Store b/static/fonts/.DS_Store
deleted file mode 100644
index 3c6e5dd..0000000
--- a/static/fonts/.DS_Store
+++ /dev/null
Binary files differ