From 12b052b1f480c5a95acd1477e28ce76f84ff7932 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 17 Feb 2020 19:46:17 +0000 Subject: Remove everything --- layouts/_default/baseof.html | 11 ----------- layouts/_default/home.html | 4 ---- layouts/_default/posts.html | 9 --------- layouts/_default/shows.html | 22 ---------------------- layouts/_default/single.html | 21 --------------------- layouts/partials/footer.html | 2 -- layouts/partials/head.html | 13 ------------- layouts/partials/header.html | 1 - layouts/partials/nav.html | 8 -------- layouts/shortcodes/posts/recent.html | 6 ------ layouts/shortcodes/shows/recent_episodes.html | 6 ------ layouts/shortcodes/youtube/playlist_url.html | 1 - 12 files changed, 104 deletions(-) delete mode 100644 layouts/_default/baseof.html delete mode 100644 layouts/_default/home.html delete mode 100644 layouts/_default/posts.html delete mode 100644 layouts/_default/shows.html delete mode 100644 layouts/_default/single.html delete mode 100644 layouts/partials/footer.html delete mode 100644 layouts/partials/head.html delete mode 100644 layouts/partials/header.html delete mode 100644 layouts/partials/nav.html delete mode 100644 layouts/shortcodes/posts/recent.html delete mode 100644 layouts/shortcodes/shows/recent_episodes.html delete mode 100644 layouts/shortcodes/youtube/playlist_url.html (limited to 'layouts') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html deleted file mode 100644 index 8b980fa..0000000 --- a/layouts/_default/baseof.html +++ /dev/null @@ -1,11 +0,0 @@ - - - {{ partial "head.html" . }} - -
{{ partial "header.html" . }}
- -
{{ block "main" . }}{{ end }}
- - - - diff --git a/layouts/_default/home.html b/layouts/_default/home.html deleted file mode 100644 index d70be7e..0000000 --- a/layouts/_default/home.html +++ /dev/null @@ -1,4 +0,0 @@ -{{ define "main" }} - {{ .Content }} -{{ end }} - diff --git a/layouts/_default/posts.html b/layouts/_default/posts.html deleted file mode 100644 index e3be933..0000000 --- a/layouts/_default/posts.html +++ /dev/null @@ -1,9 +0,0 @@ -{{ define "main" }} -

I write about programming and Linux topics that are of interest to me.

-

Subscribe to the blog by using this RSS link.

- -{{ end }} diff --git a/layouts/_default/shows.html b/layouts/_default/shows.html deleted file mode 100644 index 404ebc3..0000000 --- a/layouts/_default/shows.html +++ /dev/null @@ -1,22 +0,0 @@ -{{ define "main" }} - {{ if .Sections }} -

YouTube Shows

-

I make and host YouTube shows about programming and Linux.

- - {{ else }} -

{{ .Title }}

-

{{ .Params.Summary }}

-

The YouTube playlist can be found here.

-

Subscribe to the show posts by using this RSS link.

-

Episodes

- - {{ end }} -{{ end }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html deleted file mode 100644 index 4fc7064..0000000 --- a/layouts/_default/single.html +++ /dev/null @@ -1,21 +0,0 @@ -{{ define "main" }} -
-

{{ .Title }}

- {{ .Content }} -
- {{ if or .NextInSection .PrevInSection }} - - {{ end }} -{{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html deleted file mode 100644 index b7245aa..0000000 --- a/layouts/partials/footer.html +++ /dev/null @@ -1,2 +0,0 @@ -© {{ now.Year }} David T. Sadler. Theme adapted from hugo-theme-terminal. - diff --git a/layouts/partials/head.html b/layouts/partials/head.html deleted file mode 100644 index 4bc5333..0000000 --- a/layouts/partials/head.html +++ /dev/null @@ -1,13 +0,0 @@ - -{{ .Title }} · {{ .Site.Title }} - - - - -{{ with .OutputFormats.Get "rss" -}} - {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} -{{ end -}} -{{ $css := resources.Get "css/style.css" | resources.Minify | resources.Fingerprint }} - -{{ $css := resources.Get "css/syntax.css" | resources.Minify | resources.Fingerprint }} - diff --git a/layouts/partials/header.html b/layouts/partials/header.html deleted file mode 100644 index 9aff9bd..0000000 --- a/layouts/partials/header.html +++ /dev/null @@ -1 +0,0 @@ -
{{ .Site.Params.Name }}
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html deleted file mode 100644 index 17e4e8d..0000000 --- a/layouts/partials/nav.html +++ /dev/null @@ -1,8 +0,0 @@ - - diff --git a/layouts/shortcodes/posts/recent.html b/layouts/shortcodes/posts/recent.html deleted file mode 100644 index f4b28ca..0000000 --- a/layouts/shortcodes/posts/recent.html +++ /dev/null @@ -1,6 +0,0 @@ - - diff --git a/layouts/shortcodes/shows/recent_episodes.html b/layouts/shortcodes/shows/recent_episodes.html deleted file mode 100644 index fc01a57..0000000 --- a/layouts/shortcodes/shows/recent_episodes.html +++ /dev/null @@ -1,6 +0,0 @@ - - diff --git a/layouts/shortcodes/youtube/playlist_url.html b/layouts/shortcodes/youtube/playlist_url.html deleted file mode 100644 index cfdcf05..0000000 --- a/layouts/shortcodes/youtube/playlist_url.html +++ /dev/null @@ -1 +0,0 @@ -https://www.youtube.com/playlist?list={{ .Get 0 }} -- cgit v1.2.3-13-gbd6f