Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cssandstuff/hugo-theme-winning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcssandstuff <github@cssandstuff.com>2018-07-10 04:15:26 +0300
committercssandstuff <github@cssandstuff.com>2018-07-10 04:15:26 +0300
commitbc3742c31e630100bcb2c4752aabf7bc75a23fa1 (patch)
treed3a27c2258369422a6de1fc834bac7634737c793
parentcdbdbec04c5b6c075dda67f71fb162677a61e228 (diff)
removing junk
-rw-r--r--exampleSite/config.toml8
-rw-r--r--layouts/_default/list.html0
-rw-r--r--layouts/_default/single.html3
-rwxr-xr-xlayouts/partials/site-header.html2
-rw-r--r--layouts/partials/site-navigation.html14
5 files changed, 2 insertions, 25 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 75961cf..e0ff0d4 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,10 +1,6 @@
-theme = "winning"
-title = "Winning"
-
baseurl = "your-site-address"
-title = "your-site-name"
-themesdir = "../.."
-
+title = "Winning"
+theme = "winning"
disableKinds = ["RSS"]
defaultContentLanguage = "en"
enableRobotsTXT = true
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
deleted file mode 100644
index e69de29..0000000
--- a/layouts/_default/list.html
+++ /dev/null
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index c0ddd83..e0e8308 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,6 +1,3 @@
{{ define "main" }}
{{ .Content }}
- <style>
- .header, .footer{display: none !important;}
- </style>
{{ end }}
diff --git a/layouts/partials/site-header.html b/layouts/partials/site-header.html
deleted file mode 100755
index ccc44c4..0000000
--- a/layouts/partials/site-header.html
+++ /dev/null
@@ -1,2 +0,0 @@
-<div class="header">
-</div> \ No newline at end of file
diff --git a/layouts/partials/site-navigation.html b/layouts/partials/site-navigation.html
deleted file mode 100644
index e37e6d6..0000000
--- a/layouts/partials/site-navigation.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<nav role="navigation">
- {{ if .Site.Menus.main }}
- <ul>
- {{ $currentPage := . }}
- {{ range .Site.Menus.main }}
- <li class="{{if $currentPage.IsMenuCurrent "main" . }} selected{{end}}">
- <a href="{{ .URL }}" title="{{ .Name }}">
- {{ .Name }}
- </a>
- </li>
- {{ end }}
- </ul>
- {{ end }}
-</nav> \ No newline at end of file