summaryrefslogtreecommitdiff
path: root/wiki/setup.md
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/setup.md')
-rw-r--r--wiki/setup.md31
1 files changed, 3 insertions, 28 deletions
diff --git a/wiki/setup.md b/wiki/setup.md
index b93f21d..16e8dd5 100644
--- a/wiki/setup.md
+++ b/wiki/setup.md
@@ -30,7 +30,7 @@ Themes are contained in the `/themes` directory, there are different ways to get
**Submodule - Recommended**
```bash
-git submodule add --depth=1 https://github.com/tomfran/typo.git themes/typo
+git submodule add --depth=1 https://git.push-f.com/tastefejl themes/tastefejl
git submodule update --init --recursive
```
@@ -55,18 +55,6 @@ path = "github.com/tomfran/typo"
Finally, remove the `theme = 'typo'` parameter from `hugo.toml`.
-**Cloning**
-
-```bash
-git clone https://github.com/tomfran/typo themes/typo --depth=1
-```
-
-You need to keep it updated manually by pulling.
-
-**Manual download a release**
-
-Finally, you can manually download a [release](https://github.com/tomfran/typo/releases) and unzip it into the appropriate folder.
-
## Sample Config
Use those to get started with the theme. You can find a complete overview of the available features [here](https://tomfran.github.io/typo-wiki/features/).
@@ -81,7 +69,7 @@ Here is a sample `hugo.toml` config to get started with the theme.
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My website'
-theme = 'typo'
+theme = 'tastefejl'
# Google analytics code
googleAnalytics = "G-xxxxxxxxx"
@@ -120,19 +108,6 @@ enabled = true
showCurrentPage = true
home = "Home"
-# Social icons
-[[params.social]]
-name = "linkedin"
-url = "https://www.linkedin.com/in/user/"
-
-[[params.social]]
-name = "medium"
-url = "https://medium.com/@user"
-
-[[params.social]]
-name = "github"
-url = "https://github.com/user"
-
# Main menu pages
[[params.menu]]
name = "home"
@@ -187,4 +162,4 @@ fediverse: "@username@instance.url"
## Support
-If you use the theme or found it useful you can support me by leaving a star :star: to Typo's Github repository or opening issues and PRs with fixes or new features. \ No newline at end of file
+If you use the theme or found it useful you can support me by leaving a star :star: to Typo's Github repository or opening issues and PRs with fixes or new features.