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 @@ -
-
-

{{ .Title }} {{ if .Draft }}:: DRAFT{{end}}

- -
- - {{ .Summary }} - -
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 }} - - - - - - - - - - - - -