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 05:55:02 +0300
committercssandstuff <github@cssandstuff.com>2018-07-10 05:55:02 +0300
commitbeff4884bae9fde1968ad1411d9db79f745647e1 (patch)
tree0fcac786d26143588e7c5a03782ba7b9df38ea75
parentdbc4dab9c026537d0411085caee8f39f58f85d13 (diff)
changed screenshots
-rw-r--r--archetypes/default.md9
-rw-r--r--exampleSite/config.toml10
-rw-r--r--exampleSite/static/.gitkeep (renamed from layouts/partials/site-header.html)0
-rw-r--r--images/screenshot.pngbin87740 -> 274991 bytes
-rw-r--r--images/tn.pngbin87385 -> 85823 bytes
-rwxr-xr-xlayouts/_default/baseof.html1
-rwxr-xr-xtheme.toml6
7 files changed, 18 insertions, 8 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index ac36e06..cffa77b 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,2 +1,7 @@
-+++
-+++
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+categories: []
+tags: []
+draft: true
+--- \ No newline at end of file
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e0ff0d4..5852a7f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,8 +1,14 @@
baseurl = "your-site-address"
title = "Winning"
-theme = "winning"
+theme = "hugo-theme-Winning"
+themesdir = "../.."
+
disableKinds = ["RSS"]
defaultContentLanguage = "en"
enableRobotsTXT = true
languageCode = "en-us"
-[taxonomies] \ No newline at end of file
+[taxonomies]
+
+[author]
+ name = "your-name"
+ email = "your-email" \ No newline at end of file
diff --git a/layouts/partials/site-header.html b/exampleSite/static/.gitkeep
index e69de29..e69de29 100644
--- a/layouts/partials/site-header.html
+++ b/exampleSite/static/.gitkeep
diff --git a/images/screenshot.png b/images/screenshot.png
index fee3033..a8625aa 100644
--- a/images/screenshot.png
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
index a8fb42a..a20ae49 100644
--- a/images/tn.png
+++ b/images/tn.png
Binary files differ
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index bde0cfc..0d098de 100755
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -42,7 +42,6 @@
<body class="ma0 {{ $.Param "body_classes"}}{{ with getenv "HUGO_ENV" }} {{ . }}{{ end }}">
<div class="grid-layout-1">
- {{ block "header" . }}{{ partial "site-header.html" .}}{{ end }}
<main class="main" role="main" id="mainContent">
{{ block "main" . }}{{ end }}
<div id="drawing"></div>
diff --git a/theme.toml b/theme.toml
index bcf7bf2..0402307 100755
--- a/theme.toml
+++ b/theme.toml
@@ -5,9 +5,9 @@ name = "Winning"
license = "MIT"
licenselink = "https://github.com/cssandstuff/winning/blob/master/LICENSE.md"
description = "A theme for creating a simple CV with pdf generation through node-html-pdf"
-homepage = "http://cssandstuff.com/"
-tags = []
-features = []
+homepage = "https://github.com/cssandstuff/hugo-theme-winning/"
+tags = ["cv", "one page"]
+features = ["simple"]
min_version = "0.32.4"
[author]