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

github.com/themefisher/northendlab-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThemefisher Dev <themefisher.dev@gmail.com>2020-01-09 09:46:40 +0300
committerThemefisher Dev <themefisher.dev@gmail.com>2020-01-09 09:46:40 +0300
commit00d9398456c51cc428a639826445cea0d002641f (patch)
tree39ae46d575a41436ee72e9d65c0e4e33a74e430d /exampleSite
parent2443af4e7a58f8d11b8766aa4d7dfade88192051 (diff)
modified config and footer
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
-rw-r--r--exampleSite/content/author/john-doe.md1
-rw-r--r--exampleSite/content/author/mark-dinn.md1
-rw-r--r--exampleSite/content/contact/_index.md1
-rw-r--r--exampleSite/content/search/_index.md1
-rw-r--r--exampleSite/content/tools/_index.md1
6 files changed, 2 insertions, 7 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0b664b9..ffea899 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -71,9 +71,9 @@ logo = "images/logo.svg"
author = "Themefisher"
description = "This is meta description"
# google analitycs ID
-googleAnalitycsID = "Your ID"
+google_analitycs_id = "Your ID"
# contact form action
-contactFormAction = "#" # contact form works with : https://formspree.io
+contact_form_action = "#" # contact form works with : https://formspree.io
# copyright
copyright = "&copy; 2019 [Gethugothemes](https://gethugothemes.com) All Rights Reserved"
diff --git a/exampleSite/content/author/john-doe.md b/exampleSite/content/author/john-doe.md
index 7a1d12f..9dbeea9 100644
--- a/exampleSite/content/author/john-doe.md
+++ b/exampleSite/content/author/john-doe.md
@@ -2,7 +2,6 @@
title = "John Doe"
image = "/images/author/john-doe.jpg"
description = "Front end developer"
-
+++
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \ No newline at end of file
diff --git a/exampleSite/content/author/mark-dinn.md b/exampleSite/content/author/mark-dinn.md
index 85e9544..491d6fb 100644
--- a/exampleSite/content/author/mark-dinn.md
+++ b/exampleSite/content/author/mark-dinn.md
@@ -2,7 +2,6 @@
title = "Mark Dinn"
image = "/images/author/mark-dinn.jpg"
description = "This is meta description"
-
+++
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \ No newline at end of file
diff --git a/exampleSite/content/contact/_index.md b/exampleSite/content/contact/_index.md
index 4c52c74..1997e70 100644
--- a/exampleSite/content/contact/_index.md
+++ b/exampleSite/content/contact/_index.md
@@ -1,6 +1,5 @@
---
title: "Contact Us"
-date: 2019-07-06T15:27:17+06:00
draft: false
description : "this is meta description"
image: "images/contact.svg"
diff --git a/exampleSite/content/search/_index.md b/exampleSite/content/search/_index.md
index 95131a6..6147ad3 100644
--- a/exampleSite/content/search/_index.md
+++ b/exampleSite/content/search/_index.md
@@ -1,6 +1,5 @@
---
title: "Search Result"
-date: 2019-07-06T15:27:17+06:00
draft: false
description : "this is meta description"
--- \ No newline at end of file
diff --git a/exampleSite/content/tools/_index.md b/exampleSite/content/tools/_index.md
index 4be7218..22bc2ff 100644
--- a/exampleSite/content/tools/_index.md
+++ b/exampleSite/content/tools/_index.md
@@ -1,6 +1,5 @@
---
title: "Tools"
-date: 2019-07-06T15:27:17+06:00
draft: false
description : "this is meta description"
--- \ No newline at end of file