From 9f17b5fa0dce84b2682302f25d6479df4bb76136 Mon Sep 17 00:00:00 2001 From: Mirus Date: Mon, 29 Jul 2024 09:15:27 +0300 Subject: [PATCH] chore: configs rebranding --- README.md | 6 ++--- exampleSite/config.toml | 50 ++++++++++++++++++++--------------------- package-lock.json | 4 ++-- package.hugo.json | 2 +- theme.toml | 9 ++++---- 5 files changed, 35 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 4ed5796..41828b7 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ This will install the repository as a sumbodule in the `themes/re-terminal` dire ⚠️ If you encounter any issues with: ```bash -Error: module "terminal" not found; either add it as a Hugo Module or store it in "[...your custom path]/themes".: module does not exist +Error: module "re-terminal" not found; either add it as a Hugo Module or store it in "[...your custom path]/themes".: module does not exist ``` then please try to remove `theme = "re-terminal"` from your config file. @@ -238,7 +238,7 @@ paginate = 5 [languages] [languages.en.params] languageName = "English" - title = "Terminal" + title = "re-Terminal" subtitle = "A simple, retro theme for Hugo" owner = "" keywords = "" @@ -254,7 +254,7 @@ paginate = 5 words = "words" [languages.en.params.logo] - logoText = "Terminal" + logoText = "re-Terminal" logoHomeLink = "/" [languages.en.menu] diff --git a/exampleSite/config.toml b/exampleSite/config.toml index a06270a..a4d141f 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -4,32 +4,32 @@ theme = "hugo-theme-terminal" paginate = 5 [params] - contentTypeName = "posts" - themeColor = "orange" - showMenuItems = 2 - fullWidthTheme = false - centerTheme = false +contentTypeName = "posts" +themeColor = "orange" +showMenuItems = 2 +fullWidthTheme = false +centerTheme = false [languages] - [languages.en] - title = "Terminal" - subtitle = "A simple, retro theme for Hugo" - keywords = "" - copyright = "" - menuMore = "Show more" - readMore = "Read more" - readOtherPosts = "Read other posts" +[languages.en] +title = "re-Terminal" +subtitle = "A simple, retro theme for Hugo" +keywords = "" +copyright = "" +menuMore = "Show more" +readMore = "Read more" +readOtherPosts = "Read other posts" - [languages.en.params.logo] - logoText = "Terminal" - logoHomeLink = "/" +[languages.en.params.logo] +logoText = "re-Terminal" +logoHomeLink = "/" - [languages.en.menu] - [[languages.en.menu.main]] - identifier = "about" - name = "About" - url = "/about" - [[languages.en.menu.main]] - identifier = "showcase" - name = "Showcase" - url = "/showcase" +[languages.en.menu] +[[languages.en.menu.main]] +identifier = "about" +name = "About" +url = "/about" +[[languages.en.menu.main]] +identifier = "showcase" +name = "Showcase" +url = "/showcase" diff --git a/package-lock.json b/package-lock.json index 51e2c47..2cad17b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "terminal", + "name": "re-terminal", "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "terminal", + "name": "re-terminal", "version": "3.1.0", "license": "MIT", "dependencies": { diff --git a/package.hugo.json b/package.hugo.json index 2f38338..8203262 100644 --- a/package.hugo.json +++ b/package.hugo.json @@ -31,7 +31,7 @@ }, "license": "MIT", "main": "index.js", - "name": "terminal", + "name": "re-terminal", "scripts": { "test": "echo 'Test'" }, diff --git a/theme.toml b/theme.toml index 08bb671..9ce327a 100644 --- a/theme.toml +++ b/theme.toml @@ -1,4 +1,4 @@ -name = "terminal" +name = "re-terminal" license = "MIT" licenselink = "https://github.com/mirus-ua/hugo-theme-re-terminal/blob/master/LICENSE.md" description = "A simple, retro theme for Hugo." @@ -19,9 +19,8 @@ tags = [ "retro", ] features = ["blog", "shortcode", "syntax highlighting"] -min_version = 0.90 +min_version = 0.129 [author] -name = "panr" -homepage = "https://radoslawkoziel.pl" -twitter = "https://twitter.com/panr" +name = "Mirus" +homepage = "https://nebrowser.com"