chore: configs rebranding

This commit is contained in:
Mirus 2024-07-29 09:15:27 +03:00
parent bcf3a31530
commit 9f17b5fa0d
5 changed files with 35 additions and 36 deletions

View File

@ -153,7 +153,7 @@ This will install the repository as a sumbodule in the `themes/re-terminal` dire
⚠️ If you encounter any issues with: ⚠️ If you encounter any issues with:
```bash ```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. then please try to remove `theme = "re-terminal"` from your config file.
@ -238,7 +238,7 @@ paginate = 5
[languages] [languages]
[languages.en.params] [languages.en.params]
languageName = "English" languageName = "English"
title = "Terminal" title = "re-Terminal"
subtitle = "A simple, retro theme for Hugo" subtitle = "A simple, retro theme for Hugo"
owner = "" owner = ""
keywords = "" keywords = ""
@ -254,7 +254,7 @@ paginate = 5
words = "words" words = "words"
[languages.en.params.logo] [languages.en.params.logo]
logoText = "Terminal" logoText = "re-Terminal"
logoHomeLink = "/" logoHomeLink = "/"
[languages.en.menu] [languages.en.menu]

View File

@ -4,32 +4,32 @@ theme = "hugo-theme-terminal"
paginate = 5 paginate = 5
[params] [params]
contentTypeName = "posts" contentTypeName = "posts"
themeColor = "orange" themeColor = "orange"
showMenuItems = 2 showMenuItems = 2
fullWidthTheme = false fullWidthTheme = false
centerTheme = false centerTheme = false
[languages] [languages]
[languages.en] [languages.en]
title = "Terminal" title = "re-Terminal"
subtitle = "A simple, retro theme for Hugo" subtitle = "A simple, retro theme for Hugo"
keywords = "" keywords = ""
copyright = "" copyright = ""
menuMore = "Show more" menuMore = "Show more"
readMore = "Read more" readMore = "Read more"
readOtherPosts = "Read other posts" readOtherPosts = "Read other posts"
[languages.en.params.logo] [languages.en.params.logo]
logoText = "Terminal" logoText = "re-Terminal"
logoHomeLink = "/" logoHomeLink = "/"
[languages.en.menu] [languages.en.menu]
[[languages.en.menu.main]] [[languages.en.menu.main]]
identifier = "about" identifier = "about"
name = "About" name = "About"
url = "/about" url = "/about"
[[languages.en.menu.main]] [[languages.en.menu.main]]
identifier = "showcase" identifier = "showcase"
name = "Showcase" name = "Showcase"
url = "/showcase" url = "/showcase"

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "terminal", "name": "re-terminal",
"version": "3.1.0", "version": "3.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "terminal", "name": "re-terminal",
"version": "3.1.0", "version": "3.1.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -31,7 +31,7 @@
}, },
"license": "MIT", "license": "MIT",
"main": "index.js", "main": "index.js",
"name": "terminal", "name": "re-terminal",
"scripts": { "scripts": {
"test": "echo 'Test'" "test": "echo 'Test'"
}, },

View File

@ -1,4 +1,4 @@
name = "terminal" name = "re-terminal"
license = "MIT" license = "MIT"
licenselink = "https://github.com/mirus-ua/hugo-theme-re-terminal/blob/master/LICENSE.md" licenselink = "https://github.com/mirus-ua/hugo-theme-re-terminal/blob/master/LICENSE.md"
description = "A simple, retro theme for Hugo." description = "A simple, retro theme for Hugo."
@ -19,9 +19,8 @@ tags = [
"retro", "retro",
] ]
features = ["blog", "shortcode", "syntax highlighting"] features = ["blog", "shortcode", "syntax highlighting"]
min_version = 0.90 min_version = 0.129
[author] [author]
name = "panr" name = "Mirus"
homepage = "https://radoslawkoziel.pl" homepage = "https://nebrowser.com"
twitter = "https://twitter.com/panr"