-
-
{{ .Title }}
- {{ range .Pages }}
- {{ .Render "summary"}}
- {{ end }}
-
-
-```
-
-#### Header 4
-
-Curabitur scelerisque felis viverra varius scelerisque. Ut enim libero, molestie gravida blandit at, mollis ornare tellus. Cras arcu mi, ultrices vel pulvinar vel, volutpat eu tortor. Nullam nec eros quis massa ultrices iaculis sed in metus. Praesent sollicitudin sem sit amet orci tempor gravida.
-
-- Maecenas elementum vitae nibh vitae porttitor.
-- Aenean consequat, risus ut cursus placerat, arcu nulla sodales risus, ut molestie tellus tellus et dui.
-- Integer imperdiet turpis vitae lacus imperdiet, ut ornare ligula auctor. Integer in mi eu velit vehicula suscipit eget vulputate nulla.
-- Etiam vitae enim quis velit lobortis placerat a ut sem.
- - Curabitur lobortis ante sit amet orci pulvinar, sollicitudin viverra nunc accumsan.
- - Praesent fermentum orci quis leo facilisis posuere.
-
-Aliquam erat volutpat. In hac habitasse platea dictumst. Nunc ut tincidunt mauris. Sed at gravida risus, id semper magna. Nullam vitae enim mattis, sodales neque non, pharetra elit. Cras sit amet sagittis augue, et finibus turpis. Ut tempus tincidunt diam vel pharetra. Nulla porttitor odio sit amet nulla scelerisque, quis aliquam mi imperdiet. Sed tincidunt dui vel tellus vestibulum rhoncus. Donec tempus ultrices velit.
diff --git a/themes/re-terminal/demoSite/hugo.toml b/themes/re-terminal/demoSite/hugo.toml
deleted file mode 100644
index 0a42690..0000000
--- a/themes/re-terminal/demoSite/hugo.toml
+++ /dev/null
@@ -1,76 +0,0 @@
-baseurl = "https://re-terminal.nebrowser.com"
-languageCode = "en-us"
-# theme = "hugo-theme-re-terminal"
-pagination.pagerSize = 5
-
-[params]
- contentTypeName = "posts"
- themeColor = "blue"
- showMenuItems = 3
- fullWidthTheme = false
- centerTheme = true
- readingTime = true
- [params.banner]
- dismissible = false
- text = "Check it out on GitHub"
- url = "https://github.com/mirus-ua/hugo-theme-re-terminal"
-
-[languages]
- [languages.en.params]
- 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 = "re-Terminal"
- logoHomeLink = "/"
-
-[languages.en.menu]
- [[languages.en.menu.main]]
- identifier = "submenu"
- name = "Sub menus"
- weight = 10
- [[languages.en.menu.main]]
- identifier = "subabout"
- name = "About"
- url = "/about"
- parent = "submenu"
- [[languages.en.menu.main]]
- identifier = "subshowcase"
- name = "Showcase"
- url = "/showcase"
- parent = "submenu"
- [[languages.en.menu.main]]
- identifier = "about"
- name = "About"
- url = "/about"
- [[languages.en.menu.main]]
- identifier = "showcase"
- name = "Showcase"
- url = "/showcase"
-
-
-# Only for demo deploy perpous
-[module]
- [[module.mounts]]
- source = 'demoSite/content'
- target = 'content'
- [[module.mounts]]
- source = 'demoSite/static'
- target = 'static'
- [[module.mounts]]
- source = 'static'
- target = 'static'
- [[module.mounts]]
- source = 'layouts'
- target = 'layouts'
- [[module.mounts]]
- source = 'demoSite/layouts'
- target = 'layouts'
- [[module.mounts]]
- source = 'archetypes'
- target = 'archetypes'
diff --git a/themes/re-terminal/demoSite/layouts/partials/comments.html b/themes/re-terminal/demoSite/layouts/partials/comments.html
deleted file mode 100644
index bb14433..0000000
--- a/themes/re-terminal/demoSite/layouts/partials/comments.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
- {{ partial "single_basic.html" . }}
-
-
-
-
-
-
- {{ if eq .Type $.Site.Params.contentTypeName }} {{ partial
- "posts_pagination.html" . }} {{ end }} {{ if not (.Params.hideComments |
- default false) }} {{ partial "comments.html" . }} {{ end }}
-
-{{ end }}
\ No newline at end of file
diff --git a/themes/re-terminal/demoSite/static/img/css-variables-update.webp b/themes/re-terminal/demoSite/static/img/css-variables-update.webp
deleted file mode 100644
index 057cce7..0000000
Binary files a/themes/re-terminal/demoSite/static/img/css-variables-update.webp and /dev/null differ
diff --git a/themes/re-terminal/demoSite/static/img/hello.jpg b/themes/re-terminal/demoSite/static/img/hello.jpg
deleted file mode 100644
index 37b2ab5..0000000
Binary files a/themes/re-terminal/demoSite/static/img/hello.jpg and /dev/null differ
diff --git a/themes/re-terminal/demoSite/static/img/paper.jpeg b/themes/re-terminal/demoSite/static/img/paper.jpeg
deleted file mode 100644
index 169ef25..0000000
Binary files a/themes/re-terminal/demoSite/static/img/paper.jpeg and /dev/null differ
diff --git a/themes/re-terminal/go.mod b/themes/re-terminal/go.mod
deleted file mode 100644
index c5def29..0000000
--- a/themes/re-terminal/go.mod
+++ /dev/null
@@ -1,3 +0,0 @@
-module github.com/mirus-ua/hugo-theme-re-terminal/v2
-
-go 1.22
diff --git a/themes/re-terminal/images/screenshot.png b/themes/re-terminal/images/screenshot.png
deleted file mode 100644
index 16a8a7b..0000000
Binary files a/themes/re-terminal/images/screenshot.png and /dev/null differ
diff --git a/themes/re-terminal/images/tn.png b/themes/re-terminal/images/tn.png
deleted file mode 100644
index d6f0a90..0000000
Binary files a/themes/re-terminal/images/tn.png and /dev/null differ
diff --git a/themes/re-terminal/layouts/404.html b/themes/re-terminal/layouts/404.html
deleted file mode 100644
index e680954..0000000
--- a/themes/re-terminal/layouts/404.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{{ define "main" }}
-
-
- {{ partial "header.html" . }}
-
-
- {{ block "main" . }}
- {{ end }}
-
-
- {{ block "footer" . }}
- {{ partial "footer.html" . }}
- {{ end }}
-
-
-
-
diff --git a/themes/re-terminal/layouts/_default/index.html b/themes/re-terminal/layouts/_default/index.html
deleted file mode 100644
index 276e0b7..0000000
--- a/themes/re-terminal/layouts/_default/index.html
+++ /dev/null
@@ -1,68 +0,0 @@
-{{ define "main" }}
- {{ if .Content }}
-
- {{ $isntDefault := not (or (eq (trim $.Site.Params.contentTypeName " ") "posts") (eq (trim $.Site.Params.contentTypeName " ") "")) }}
- {{ $contentTypeName := cond $isntDefault (string $.Site.Params.contentTypeName) "posts" }}
-
- {{ $PageContext := . }}
- {{ if .IsHome }}
- {{ $PageContext = .Site }}
- {{ end }}
- {{ $paginator := .Paginate (where $PageContext.RegularPages "Type" $contentTypeName) }}
-
- {{ range $paginator.Pages }}
-
-
-
-
- {{- if .Date -}}
-
- {{- end -}}
- {{- with .Params.Author -}}
- {{ . }}
- {{- end -}}
-
- {{ partial "comments_counter.html" . }}
-
-
- {{ if .Params.tags }}
-
- {{ range .Params.tags }}
- #
- {{- . -}}
-
- {{ end }}
-
- {{ end }}
-
- {{ partial "cover.html" . }}
-
-
- {{ if .Params.showFullContent }}
- {{ .Content }}
- {{ else if .Description }}
- {{ .Description | markdownify }}
- {{ else }}
- {{ .Summary }}
- {{ end }}
-
-
- {{ if not .Params.showFullContent }}
-
- {{ end }}
-
- {{ end }}
-
- {{ partial "pagination.html" . }}
-
-{{ end }}
diff --git a/themes/re-terminal/layouts/_default/list.html b/themes/re-terminal/layouts/_default/list.html
deleted file mode 100644
index 494b8b1..0000000
--- a/themes/re-terminal/layouts/_default/list.html
+++ /dev/null
@@ -1,56 +0,0 @@
-{{ define "main" }}
- {{ with .Content }}
-
- {{ . }}
-
- {{ end }}
-
- {{ range .Paginator.Pages }}
-
-
-
- {{- if .Date -}}
-
- {{- end -}}
- {{- with .Params.Author -}}
- {{- . -}}
- {{- end -}}
-
- {{ partial "comments_counter.html" . }}
-
-
- {{ if .Params.tags }}
-
- {{ range .Params.tags }}
- #
- {{- . -}}
-
- {{ end }}
-
- {{ end }}
-
- {{ partial "cover.html" . }}
-
-
- {{ if .Params.showFullContent }}
- {{ .Content }}
- {{ else }}
- {{ .Summary }}
- {{ end }}
-
-
- {{ if not .Params.showFullContent }}
-
- {{ end }}
-
- {{ end }}
-
- {{ partial "pagination.html" . }}
-
-{{ end }}
diff --git a/themes/re-terminal/layouts/_default/rss.xml b/themes/re-terminal/layouts/_default/rss.xml
deleted file mode 100644
index 65aa855..0000000
--- a/themes/re-terminal/layouts/_default/rss.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-{{- $pctx := . -}}
-{{- if .IsHome -}}{{ $pctx = .Site }}{{- end -}}
-{{- $pages := slice -}}
-{{- if or $.IsHome $.IsSection -}}
-{{- $pages = $pctx.RegularPages -}}
-{{- else -}}
-{{- $pages = $pctx.Pages -}}
-{{- end -}}
-{{- $limit := .Site.Config.Services.RSS.Limit -}}
-{{- if ge $limit 1 -}}
-{{- $pages = $pages | first $limit -}}
-{{- end -}}
-{{- printf "" | safeHTML }}
-
-
-
- {{- if .Date -}}
-
- {{- end -}}
- {{- with .Params.Author -}}
- {{ . }}
- {{- end -}}
-
- {{ partial "comments_counter.html" . }}
- {{- if and (.Param "readingTime") (eq (.Param "readingTime") true) -}}
- {{ .ReadingTime }} {{ $.Site.Params.minuteReadingTime | default "min read" }} ({{ .WordCount }} {{ $.Site.Params.words | default "words" }})
- {{- end -}}
-
-
- {{ if .Params.tags }}
-
- {{ range .Params.tags }}
- #{{ . }}
- {{ end }}
-
- {{ end }}
- {{ partial "cover.html" (dict "ctx" . "isCoverCaptionEnabled" true) }}
-
- {{ if (.Params.Toc | default .Site.Params.Toc) }}
-
-
- {{ (.Params.TocTitle | default .Site.Params.TocTitle) | default "Table of Contents" }}
-
- {{ .TableOfContents }}
-
- {{ end }}
-
-
- {{- with .Content -}}
-
- {{ . | replaceRE "(
)" `${1}⌗ ${3}` | safeHTML }}
-
- {{- end -}}
-
-
- {{ if eq .Type $.Site.Params.contentTypeName }}
- {{ partial "posts_pagination.html" . }}
- {{ end }}
-
- {{ if not (.Params.hideComments | default false) }}
- {{ partial "comments.html" . }}
- {{ end }}
-
-{{ end }}
diff --git a/themes/re-terminal/layouts/_default/term.html b/themes/re-terminal/layouts/_default/term.html
deleted file mode 100644
index 1c96b10..0000000
--- a/themes/re-terminal/layouts/_default/term.html
+++ /dev/null
@@ -1,57 +0,0 @@
-{{ define "main" }}
-
- {{ . }}
-
- {{ end }}
-
- {{ range .Paginator.Pages }}
-
-
-
- {{- if .Date -}}
-
- {{- end -}}
- {{- with .Params.Author -}}
- {{- . -}}
- {{- end -}}
-
-
- {{ if .Params.tags }}
-
- {{ range .Params.tags }}
- #
- {{- . -}}
-
- {{ end }}
-
- {{ end }}
-
- {{ partial "cover.html" . }}
-
-
- {{ if .Params.showFullContent }}
- {{ .Content }}
- {{ else if .Description }}
- {{ .Description | markdownify }}
- {{ else }}
- {{ .Summary }}
- {{ end }}
-
-
- {{ if not .Params.showFullContent }}
-
- {{ end }}
-
- {{ end }}
-
- {{ partial "pagination.html" . }}
-
-{{ end }}
diff --git a/themes/re-terminal/layouts/_default/terms.html b/themes/re-terminal/layouts/_default/terms.html
deleted file mode 100644
index c5a72e6..0000000
--- a/themes/re-terminal/layouts/_default/terms.html
+++ /dev/null
@@ -1,22 +0,0 @@
-{{ define "main" }}
-