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

github.com/surajmandalcell/potato-dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsurajmandalcell <surajmandalcell@gmail.com>2018-04-03 19:01:55 +0300
committersurajmandalcell <surajmandalcell@gmail.com>2018-04-03 19:01:55 +0300
commit22066a054345023ca01cc876091fc082a2b828dd (patch)
tree2d5a6db5228c5dcb21190c122c43f397f04b6942
parent8d9389d6579a0f365425f0c6d2ed1c52e57a4f37 (diff)
update readme and stuff
-rw-r--r--README.md8
-rw-r--r--images/screenshot.pngbin314184 -> 135065 bytes
-rw-r--r--images/tn.pngbin166408 -> 60775 bytes
-rw-r--r--layouts/_default/list.html1
-rw-r--r--layouts/_default/single.html1
-rw-r--r--layouts/partials/head.html4
6 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index fd8b5f3..0709ccb 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
Potato Dark is a modern, simple and beautiful Hugo theme.
-<!-- ![screenshot]() -->
+![screenshot](https://github.com/surajmandalcell/potato-dark/blob/master/images/screenshot.png)
+
+[Full screenshot here](https://github.com/surajmandalcell/potato-dark/blob/master/images/tn.png)
## Overview
@@ -61,10 +63,10 @@ Pull requests, bug fixes and new features are welcome!
Please create feature branches from [develop](https://github.com/surajmandalcell/potato-dark/tree/develop) and submit a PR for any change.
-## Development
+<!-- ## Development
1. Edit the theme or fox somthing
-2. Create a pull request and be patient
+2. Create a pull request and be patient -->
## License
diff --git a/images/screenshot.png b/images/screenshot.png
index 8521895..900f145 100644
--- a/images/screenshot.png
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
index 7224637..69476c1 100644
--- a/images/tn.png
+++ b/images/tn.png
Binary files differ
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 4126e13..7e2290d 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -6,5 +6,4 @@
{{ .Render "li" }}
{{ end }}
{{ partial "pagination.html" .Paginator }}
-{{ partial "siteinfo.html" . }}
{{ partial "footer.html" . }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 1fec18d..2ee0827 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -52,7 +52,6 @@
</div>
</nav>
{{ partial "related.html" . }}
- {{ partial "siteinfo.html" . }}
</footer>
</article>
{{ partial "footer.html" . }}
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 6fc67ac..0ba38ec 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -39,13 +39,13 @@
<!-- Hugo Version number -->
{{ .Hugo.Generator -}}
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600" rel="stylesheet">
- <link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css" />
+ <link rel="stylesheet" href="{{ .Site.BaseURL }}/css/style.css" />
{{- with .Site.Params.favicon }}
<link rel='icon' type='image/x-icon' href="{{ . | absURL }}" />
{{- end -}}
{{ if eq .URL "/" }}
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
{{ end }}
- <script type="text/javascript" src="{{ .Site.BaseURL }}js/bundle.js"></script>
+ <script type="text/javascript" src="{{ .Site.BaseURL }}/js/bundle.js"></script>
{{ partial "head_custom.html" . }}
</head>