-
-
{{ .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/hugo-theme-terminal/exampleSite/static/img/hello.jpg b/themes/hugo-theme-terminal/exampleSite/static/img/hello.jpg
deleted file mode 100644
index 37b2ab5..0000000
Binary files a/themes/hugo-theme-terminal/exampleSite/static/img/hello.jpg and /dev/null differ
diff --git a/themes/hugo-theme-terminal/go.mod b/themes/hugo-theme-terminal/go.mod
deleted file mode 100644
index b5dd62c..0000000
--- a/themes/hugo-theme-terminal/go.mod
+++ /dev/null
@@ -1,3 +0,0 @@
-module github.com/panr/hugo-theme-terminal/v3
-
-go 1.19
diff --git a/themes/hugo-theme-terminal/images/screenshot.png b/themes/hugo-theme-terminal/images/screenshot.png
deleted file mode 100644
index c5ae803..0000000
Binary files a/themes/hugo-theme-terminal/images/screenshot.png and /dev/null differ
diff --git a/themes/hugo-theme-terminal/images/tn.png b/themes/hugo-theme-terminal/images/tn.png
deleted file mode 100644
index e6f363d..0000000
Binary files a/themes/hugo-theme-terminal/images/tn.png and /dev/null differ
diff --git a/themes/hugo-theme-terminal/layouts/404.html b/themes/hugo-theme-terminal/layouts/404.html
deleted file mode 100644
index e680954..0000000
--- a/themes/hugo-theme-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/hugo-theme-terminal/layouts/_default/index.html b/themes/hugo-theme-terminal/layouts/_default/index.html
deleted file mode 100644
index 18bb51e..0000000
--- a/themes/hugo-theme-terminal/layouts/_default/index.html
+++ /dev/null
@@ -1,66 +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 -}}
-
-
- {{ 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/hugo-theme-terminal/layouts/_default/list.html b/themes/hugo-theme-terminal/layouts/_default/list.html
deleted file mode 100644
index 0696b0a..0000000
--- a/themes/hugo-theme-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 -}}
-
-
- {{ 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/hugo-theme-terminal/layouts/_default/rss.xml b/themes/hugo-theme-terminal/layouts/_default/rss.xml
deleted file mode 100644
index 65aa855..0000000
--- a/themes/hugo-theme-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 -}}
- {{- 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" . }}
-
- {{ 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/hugo-theme-terminal/layouts/_default/term.html b/themes/hugo-theme-terminal/layouts/_default/term.html
deleted file mode 100644
index 5ce11c2..0000000
--- a/themes/hugo-theme-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/hugo-theme-terminal/layouts/_default/terms.html b/themes/hugo-theme-terminal/layouts/_default/terms.html
deleted file mode 100644
index c5a72e6..0000000
--- a/themes/hugo-theme-terminal/layouts/_default/terms.html
+++ /dev/null
@@ -1,22 +0,0 @@
-{{ define "main" }}
-