diff options
author | Francesco <tomaselli.fr@gmail.com> | 2024-05-01 12:58:19 +0200 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2024-05-01 13:09:47 +0200 |
commit | b273b8155ad919ddee562e48df2f2f29bd1ac6b4 (patch) | |
tree | 23e079ee5dc7c261763d118e88a3d0a079c1f5e3 | |
parent | cfa0b0b190f99738779e83bc98d9759aeaa7bebd (diff) |
Cleanup
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | assets/.DS_Store | bin | 6148 -> 0 bytes | |||
-rw-r--r-- | static/.DS_Store | bin | 6148 -> 0 bytes | |||
-rw-r--r-- | static/fonts/.DS_Store | bin | 6148 -> 0 bytes |
4 files changed, 3 insertions, 1 deletions
@@ -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 Binary files differdeleted file mode 100644 index adfd3d9..0000000 --- a/assets/.DS_Store +++ /dev/null diff --git a/static/.DS_Store b/static/.DS_Store Binary files differdeleted file mode 100644 index f64fb8e..0000000 --- a/static/.DS_Store +++ /dev/null diff --git a/static/fonts/.DS_Store b/static/fonts/.DS_Store Binary files differdeleted file mode 100644 index 3c6e5dd..0000000 --- a/static/fonts/.DS_Store +++ /dev/null |