From 8eb1c1ac3d1147f1a15a2dbca34cdd16c9413ada Mon Sep 17 00:00:00 2001 From: Andrew Brampton Date: Mon, 27 Nov 2017 16:52:06 -0800 Subject: [PATCH] Remove the old (no longer needed) main site. --- config-main.toml | 12 ----- layouts-main/_default/list.html | 9 ---- layouts-main/_default/single.html | 52 ------------------- layouts-main/_default/summary.html | 11 ---- layouts-main/index.html | 80 ------------------------------ layouts-main/partials/footer.html | 24 --------- layouts-main/partials/header.html | 44 ---------------- 7 files changed, 232 deletions(-) delete mode 100644 config-main.toml delete mode 100644 layouts-main/_default/list.html delete mode 100644 layouts-main/_default/single.html delete mode 100644 layouts-main/_default/summary.html delete mode 100644 layouts-main/index.html delete mode 100644 layouts-main/partials/footer.html delete mode 100644 layouts-main/partials/header.html diff --git a/config-main.toml b/config-main.toml deleted file mode 100644 index adba1f2c..00000000 --- a/config-main.toml +++ /dev/null @@ -1,12 +0,0 @@ -baseurl = "https://www.gopheracademy.com" -languageCode = "en-us" -title = "Gopher Academy | Home" -contentdir = "content" -layoutdir = "layouts-main" -publishdir = "public-main" -disqusShortname = "gopheracademy" -[taxonomies] - author = "authors" - series = "series" - tag = "tags" - category = "categories" diff --git a/layouts-main/_default/list.html b/layouts-main/_default/list.html deleted file mode 100644 index bb1ff306..00000000 --- a/layouts-main/_default/list.html +++ /dev/null @@ -1,9 +0,0 @@ -{{ partial "header.html" . }} -
-

{{.Title}}

- -{{ partial "footer.html" . }} diff --git a/layouts-main/_default/single.html b/layouts-main/_default/single.html deleted file mode 100644 index 6b22797a..00000000 --- a/layouts-main/_default/single.html +++ /dev/null @@ -1,52 +0,0 @@ -{{ partial "header.html" . }} -
- - -
{{ .Title }}   -
-

Contributed by {{range .Params.author }} {{ . }} {{ end }}   {{ .Date.Format "2006-01-02" }}

-

{{ range .Params.tags }} {{.}}  {{end}}

-
-
-
- {{ .Content }} -
-
-{{ if .Params.series }} - {{ $link := .Permalink }} - {{ $name := index .Params.series 0 }} -
-

This is a post in the {{$name}} series.
- Other posts in this series:

-{{ $name := $name | urlize }} - {{ $series := index .Site.Taxonomies.series $name }} -
    - {{ range $series.Pages }} -
  • {{.Date.Format "Jan 02, 2006"}} - - {{ if eq .Permalink $link }} - {{.LinkTitle}} - {{else}} - {{.LinkTitle}} - {{end}} -
  • - {{end}} -
-{{end}} - - -

-{{ template "_internal/disqus.html" . }} -

-
- - - - - - - -
-{{ partial "footer.html" . }} diff --git a/layouts-main/_default/summary.html b/layouts-main/_default/summary.html deleted file mode 100644 index e895ebe7..00000000 --- a/layouts-main/_default/summary.html +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/layouts-main/index.html b/layouts-main/index.html deleted file mode 100644 index d7e9eba1..00000000 --- a/layouts-main/index.html +++ /dev/null @@ -1,80 +0,0 @@ -{{ partial "header.html" . }} - -
- - -
- -

- #golang - Dedicated to the Go community.
-
Gopher Academy is a community driven organization dedicated to the education of Go developers and the promotion of the Go programming language.
-
-
- -
- - - - -
-
-

From Our Blog


- - {{ range first 5 .Data.Pages }} - {{ .Title }} - -
- -

By - - on  {{ .Date.Format "2006-01-02" }}

- -
- - - {{ end }} - -
- - - - -
-

Join Us On Slack


- -
- -
-
- -
-
-

Bacon ipsum dolor amet sausage turkey tongue, spare ribs swine drumstick fatback kielbasa ham pork picanha tri-tip bresaola filet mignon. Corned beef meatball alcatra sausage rump pork biltong boudin tongue porchetta brisket. Ground round ham hock venison turkey bresaola pork belly short ribs meatball pancetta landjaeger fatback strip steak. Strip steak pancetta cow chuck. Doner landjaeger strip steak rump fatback. Tenderloin flank pancetta, tri-tip meatball short loin frankfurter cow beef ribs pork loin drumstick prosciutto andouille shankle ham.
-

-
-
- -
-
-

Bacon ipsum dolor amet sausage turkey tongue, spare ribs swine drumstick fatback kielbasa ham pork picanha tri-tip bresaola filet mignon. Corned beef meatball alcatra sausage rump pork biltong boudin tongue porchetta brisket. Ground round ham hock venison turkey bresaola pork belly short ribs meatball pancetta landjaeger fatback strip steak. Strip steak pancetta cow chuck. Doner landjaeger strip steak rump fatback. Tenderloin flank pancetta, tri-tip meatball short loin frankfurter cow beef ribs pork loin drumstick prosciutto andouille shankle ham.
-

-
-
- - - {{ partial "footer.html" . }} - - diff --git a/layouts-main/partials/footer.html b/layouts-main/partials/footer.html deleted file mode 100644 index 3a614ddf..00000000 --- a/layouts-main/partials/footer.html +++ /dev/null @@ -1,24 +0,0 @@ -
-
-

Footer Bacon ipsum dolor amet sausage turkey tongue, spare ribs swine drumstick fatback kielbasa ham pork picanha tri-tip bresaola filet mignon. Corned beef meatball alcatra sausage rump pork biltong boudin tongue porchetta brisket. Ground round ham hock venison turkey bresaola pork belly short ribs meatball pancetta landjaeger fatback strip steak. Strip steak pancetta cow chuck. Doner landjaeger strip steak rump fatback. Tenderloin flank pancetta, tri-tip meatball short loin frankfurter cow beef ribs pork loin drumstick prosciutto andouille shankle ham.
-

-
-
- - - - - - - - - - diff --git a/layouts-main/partials/header.html b/layouts-main/partials/header.html deleted file mode 100644 index 4d4fca08..00000000 --- a/layouts-main/partials/header.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - {{ .Title }} - - - - - - - - - - - - -