Skip to content

Commit ce17940

Browse files
committed
Update Styles And Site Configuration
1 parent e97978b commit ce17940

File tree

2 files changed

+21
-114
lines changed

2 files changed

+21
-114
lines changed

hugo.toml

Lines changed: 21 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -54,133 +54,44 @@ pagination.pagerSize = 5
5454
# can be overridden in a content page's front-matter
5555
tocTitle = "Table Of Contents"
5656

57-
# Set date/time format for content pages
58-
# This will impact the date/time displayed on
59-
# index.html, the list of content pages, and on content pages themselves
60-
# This value can also be configured per content page on front-matter
61-
# If you have any issues with the timezone rendering differently
62-
# than you expected, please ensure your timezone is correctly set
63-
# on your server.
64-
# This value can be customized according to Hugo documentation:
65-
# https://gohugo.io/functions/time/format/
66-
# Default value (no changes needed):
67-
# dateFormat = "2006-01-02"
68-
# Example format, with date, time, and timezone abbreviation:
69-
# dateFormat = "2006-01-02 3:04:06 PM MST"
70-
71-
72-
[params.twitter]
73-
# set Twitter handles for Twitter cards
74-
# see https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#card-and-content-attribution
75-
# do not include @
76-
creator = ""
77-
site = ""
57+
# the date/time format (https://gohugo.io/functions/time/format/)
58+
# applies to the index page, the list of content pages, and on content pages themselves
59+
# can be overridden in a content page's front-matter
60+
dateFormat = "2006-01-02 15:04"
7861

7962
[languages]
8063
[languages.en]
8164
languageName = "English"
82-
title = "Terminal"
65+
title = "CodeLust"
8366

8467
[languages.en.params]
85-
subtitle = "A simple, retro theme for Hugo"
86-
owner = ""
87-
keywords = ""
88-
copyright = ""
89-
menuMore = "Show more"
90-
readMore = "Read more"
91-
readOtherPosts = "Read other posts"
92-
newerPosts = "Newer posts"
93-
olderPosts = "Older posts"
94-
missingContentMessage = "Page not found..."
95-
missingBackButtonLabel = "Back to home page"
68+
subtitle = "Binary Hedonism"
69+
owner = "Aleksander Reinhardt"
70+
keywords = "codelust, binary, hedonism"
71+
copyright = "© 2025 Aleksander Reinhardt"
72+
menuMore = "Show More"
73+
readMore = "Read More"
74+
readOtherPosts = "Read Other Posts"
75+
newerPosts = "Newer Posts"
76+
olderPosts = "Older Posts"
77+
missingContentMessage = "Page Not Found ..."
78+
missingBackButtonLabel = "Back To Index"
9679
minuteReadingTime = "min read"
9780
words = "words"
9881

9982
[languages.en.params.logo]
100-
logoText = "Terminal"
83+
logoText = "CodeLust"
10184
logoHomeLink = "/"
10285

10386
[languages.en.menu]
10487
[[languages.en.menu.main]]
10588
identifier = "about"
106-
name = "About"
107-
url = "/about"
108-
[[languages.en.menu.main]]
109-
identifier = "showcase"
110-
name = "Showcase"
111-
url = "/showcase"
112-
113-
[[languages.en.menu.main]]
114-
identifier = "abou1t"
115-
name = "About"
116-
url = "/about"
117-
[[languages.en.menu.main]]
118-
identifier = "show2case"
119-
name = "Showcase"
120-
url = "/showcase"
121-
[[languages.en.menu.main]]
122-
identifier = "ab3out"
123-
name = "About"
124-
url = "/about"
125-
[[languages.en.menu.main]]
126-
identifier = "show4case"
127-
name = "Showcase"
128-
url = "/showcase"
129-
130-
[[languages.en.menu.main]]
131-
identifier = "ab1out"
132-
name = "About"
133-
url = "/about"
134-
[[languages.en.menu.main]]
135-
identifier = "showc3ase"
136-
name = "Showcase"
137-
url = "/showcase"
138-
[[languages.en.menu.main]]
139-
identifier = "ab2out"
140-
name = "About"
141-
url = "/about"
142-
[[languages.en.menu.main]]
143-
identifier = "showc3ase"
144-
name = "Showcase"
145-
url = "/showcase"
146-
[[languages.en.menu.main]]
147-
identifier = "ab4out"
148-
name = "About"
149-
url = "/about"
150-
[[languages.en.menu.main]]
151-
identifier = "showc5ase"
152-
name = "Showcase"
153-
url = "/showcase"
154-
155-
[[languages.en.menu.main]]
156-
identifier = "abo2ut"
157-
name = "About"
158-
url = "/about"
159-
[[languages.en.menu.main]]
160-
identifier = "showc5a6se"
161-
name = "Showcase"
162-
url = "/showcase"
163-
[[languages.en.menu.main]]
164-
identifier = "showc3ase"
165-
name = "Showcase"
166-
url = "/showcase"
167-
[[languages.en.menu.main]]
168-
identifier = "ab43out"
169-
name = "About"
170-
url = "/about"
171-
[[languages.en.menu.main]]
172-
identifier = "sh6owc5ase"
173-
name = "Showcase"
174-
url = "/showcase"
175-
176-
[[languages.en.menu.main]]
177-
identifier = "ab4o2ut"
178-
name = "About"
89+
name = "about"
17990
url = "/about"
18091
[[languages.en.menu.main]]
181-
identifier = "sho6wc5ase"
182-
name = "Showcase"
183-
url = "/showcase"
92+
identifier = "featured"
93+
name = "featured"
94+
url = "/featured"
18495

18596
[caches]
18697
[caches.assets]

static/style.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@
99
margin-left: auto;
1010
margin-right: auto;
1111
}
12-
13-
.menu__trigger, .read-more, .button__text {
14-
text-transform: capitalize;
15-
}

0 commit comments

Comments
 (0)