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

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek <42170307+2-REC@users.noreply.github.com>2019-07-02 11:23:41 +0300
committerGitHub <noreply@github.com>2019-07-02 11:23:41 +0300
commite0744466dc452da740f27189b0cfa9386e2a9b95 (patch)
tree0616ac92d41c48934c92235b655a7df8a8c06b00
parentb6328803ae1074d3041dc06297dc41c75fce8e0f (diff)
parenta2a1f877d000f59187f66ac346ae7ded8e271f36 (diff)
Merge pull request #9 from thunderrabbit/master
small tweaks including typos and update to latest version of Hugo
-rw-r--r--README.md12
-rw-r--r--layouts/partials/head.html2
2 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 5043892..99d95b6 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Noteworthy features of this Hugo theme are:
- Dynamic generation of pages based on data content
- Easy site navigation via header navigation bar
- Possibility to display siblings, children posts and children lists independently for each page, with associated orders
-- Easy content navigation via sidebar: hierarchy (siblings and parents), and taxinomies (tags and categories)
+- Easy content navigation via sidebar: hierarchy (siblings and parents), and taxonomies (tags and categories)
- Customisable CSS to override default values (such as main theme colours, fonts, etc.)
- Easy copyright image labelling per image or per project
- 404 page
@@ -110,7 +110,7 @@ The following paragraphs detail the required data for each of the sections.
### HOME: Set the homepage header
-The content of the top section of the homepage is fetch from the "home" data file.
+The content of the top section of the homepage is fetched from the "home" data file.
The different parameters that can be used are:
- "title": The title for the website. Typically your name or company name.
@@ -124,7 +124,7 @@ All the parameters are optional - if not defined, it will not be added to the pa
### ABOUT: Introduce yourself
-The content of the "ABOUT" section of the homepage is fetch from the "about" data file.
+The content of the "ABOUT" section of the homepage is fetched from the "about" data file.
The different parameters that can be used are:
- "title": The title of the section. Typically "ABOUT" would be used.
@@ -137,7 +137,7 @@ All the parameters are optional - if not defined, it will not be added to the pa
### SERVICES: Add your services
-The content of the "SERVICES" section of the homepage is fetch from the "services" data file.
+The content of the "SERVICES" section of the homepage is fetched from the "services" data file.
The different parameters that can be used are:
- "title": The title of the section. Typically "SERVICES" would be used.
@@ -156,7 +156,7 @@ The "services" list parameter must exist and contain at least one element.
### SKILLS: Show your skills
-The content of the "SKILLS" section of the homepage is fetch from the "skills" data file.
+The content of the "SKILLS" section of the homepage is fetched from the "skills" data file.
The different parameters that can be used are:
- "title": The title of the section. Typically "SKILLS" would be used.
@@ -215,7 +215,7 @@ There can be more than one main projects sections. Different categories could fo
### CONTACT: Add contact information
-The content of the "CONTACT" section of the homepage is fetch from the "contact" data file.
+The content of the "CONTACT" section of the homepage is fetched from the "contact" data file.
The different parameters that can be used are:
- "title": The title of the section. Typically "CONTACT" would be used.
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index c656489..2532afa 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -15,7 +15,7 @@
<base href="{{ .Site.BaseURL }}">
-{{ .Hugo.Generator }}
+{{ hugo.Generator }}
{{ "<!-- Favicon -->" | safeHTML }}
<link rel="shortcut icon" href="{{ .Site.Params.meta.favicon | absURL }}" type="image/x-icon" />