diff --git a/exampleSite/config.toml b/exampleSite/config.toml index a4d141f..fabc679 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,17 +1,17 @@ baseurl = "https://example.com/" languageCode = "en-us" -theme = "hugo-theme-terminal" +# theme = "hugo-theme-re-terminal" paginate = 5 [params] contentTypeName = "posts" -themeColor = "orange" +themeColor = "blue" showMenuItems = 2 fullWidthTheme = false -centerTheme = false +centerTheme = true [languages] -[languages.en] +[languages.en.params] title = "re-Terminal" subtitle = "A simple, retro theme for Hugo" keywords = "" diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md index 8944da1..0d38d58 100644 --- a/exampleSite/content/about.md +++ b/exampleSite/content/about.md @@ -1,22 +1,40 @@ +++ title = "About" -date = "2019-01-25" -author = "Radek" +date = "2024-07-30" +author = "Mirus" +++ + +# Hello in a new age + +You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo. + +So I already pushed a few improvements that I did for my humble blog and I'm going to add some more features in the future, also any contribution is welcome + +Below you can read the original about from Radek + +```text # Hi there -My name is Radek and I'm the author of this theme. I made it to help you present your ideas easier. +My name is Radek and I'm the author of this theme. +I made it to help you present your ideas easier. -We all know how hard is to start something on the web, especially these days. You need to prepare a bunch of stuff, configure them and when that’s done — create the content. +We all know how hard is to start something on the web, +especially these days. You need to prepare a bunch of stuff, +configure them and when that’s done — create the content. -This theme is pretty basic and covers all of the essentials. All you have to do is start typing! +This theme is pretty basic and covers all of the essentials. +All you have to do is start typing! The theme includes: -- **5 duotone themes**, depending on your preferences (orange, red, blue, green, pink) -- [**Fira Code**](https://github.com/tonsky/FiraCode) as default monospaced font. It's gorgeous! -- **really nice, custom duotone** syntax highlighting based on [**PrismJS**](https://prismjs.com) +- **5 duotone themes**, +depending on your preferences (orange, red, blue, green, pink) +- [**Fira Code**](https://github.com/tonsky/FiraCode) +as default monospaced font. It's gorgeous! +- **really nice, custom duotone** syntax highlighting based on +[**PrismJS**](https://prismjs.com) - mobile friendly layout So, there you have it... enjoy! +``` \ No newline at end of file diff --git a/exampleSite/content/posts/hello.md b/exampleSite/content/posts/hello.md index 6e3938b..ac0ad87 100644 --- a/exampleSite/content/posts/hello.md +++ b/exampleSite/content/posts/hello.md @@ -1,9 +1,9 @@ +++ -title = "Hello Friend" -date = "2019-01-25" -author = "Lorem Ipsum" -cover = "hello.jpg" -description = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec interdum metus. Aenean rutrum ligula sodales ex auctor, sed tempus dui mollis. Curabitur ipsum dui, aliquet nec commodo at, tristique eget ante." +title = "Hello Friend, re-Terminal is back!" +date = "2024-07-30" +author = "Mirus" +cover = "img/hello.jpg" +description = "The popular them for Hugo Terminal is reborn in re-Terminal fork. Let's make the Radek's work continue to live" +++ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec interdum metus. Aenean rutrum ligula sodales ex auctor, sed tempus dui mollis. Curabitur ipsum dui, aliquet nec commodo at, tristique eget ante. **Donec quis dolor nec nunc mollis interdum vel in purus**. Sed vitae leo scelerisque, sollicitudin elit sed, congue ante. In augue nisl, vestibulum commodo est a, tristique porttitor est. Proin laoreet iaculis ornare. Nullam ut neque quam. diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index fa0071e..8b19fcd 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -11,7 +11,7 @@
-{{ $container := cond ($.Site.Params.FullWidthTheme | default false) "container full" (cond ($.Site.Params.CenterTheme | default false) "container center" "container") }} +{{ $container := cond ($.Site.Params.FullWidthTheme | default false) "container full" (cond ($.Site.Params.CenterTheme | default true) "container center" "container") }}