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 /README.md | |
parent | cfa0b0b190f99738779e83bc98d9759aeaa7bebd (diff) |
Cleanup
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 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 |