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

github.com/budparr/gohugo-theme-ananke.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Deininger <andreas@deininger.net>2022-05-20 21:51:54 +0300
committerGitHub <noreply@github.com>2022-05-20 21:51:54 +0300
commit720bd45dc839cb58d27f8a256583e83f1395b955 (patch)
tree9ca4743f8e3ada6df039da21f5f60ade731176a2
parenta98a70782c8d87c7e66fd5d4b537377dd40c515e (diff)
Fixing typo, changing links from http:// to https:// (#551)
-rw-r--r--README.md12
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/en/_index.md2
-rwxr-xr-xtheme.toml2
4 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index d3d9a94..a16654a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Ananke, A theme for [Hugo](http://gohugo.io/), a framework for building websites.
+# Ananke, A theme for [Hugo](https://gohugo.io/), a framework for building websites.
The intent of this theme is to provide a solid starting place for Hugo sites with basic features and include best practices for performance, accessibility, and rapid development.
@@ -40,10 +40,10 @@ Also includes examples of Hugo Features or Functions:
- `len`
- Conditionals
- `ge` (greater than or equal to)
-- `.Site.Params.mainSections` to avoid hard-coding "blog," etc. [[release note](https://github.com/spf13/hugo/blob/66ec6305f6cb450ddf9c489854146bac02f7dca1/docs/content/meta/release-notes.md#enhancements)]
+- `.Site.Params.mainSections` to avoid hard-coding "blog," etc. [[release note](https://github.com/gohugoio/hugo/blob/66ec6305f6cb450ddf9c489854146bac02f7dca1/docs/content/meta/release-notes.md#enhancements)]
-This theme uses the "Tachyons" CSS library. This will allow you to manipulate the design of the theme by changing class names in HTML without touching the original CSS files. For more information see the [Tachyons website](http://tachyons.io/).
+This theme uses the "Tachyons" CSS library. This will allow you to manipulate the design of the theme by changing class names in HTML without touching the original CSS files. For more information see the [Tachyons website](https://tachyons.io/).
@@ -113,7 +113,7 @@ If user is using [Page Resources](https://gohugo.io/content-management/page-reso
#### Other hero settings
If you would like to hide the header text on the featured image on a page, set `omit_header_text` to `true`. See `exampleSite/content/contact.md` for an example.
-You don't need an image though. The default background color is black, but you can change the color, by changing the default color class in the config.toml file. Choose a background color from any on the [Tachyons](http://tachyons.io/docs/themes/skins/) library site, and preface it with "bg-"
+You don't need an image though. The default background color is black, but you can change the color, by changing the default color class in the config.toml file. Choose a background color from any on the [Tachyons](https://tachyons.io/docs/themes/skins/) library site, and preface it with "bg-"
example: `background_color_class = "bg-blue"` or `background_color_class = "bg-gray"`
@@ -235,7 +235,7 @@ _n.b. in future versions we will likely separate the typeface and other body cla
Ananke stylesheet is built with Hugo Pipes's [Asset Bundling](https://gohugo.io/hugo-pipes/bundling/#readout) alone to maximize compatibiliy. The theme simply bundles its several files into one minified and fingerprinted (in production) CSS file.
-Ananke uses [Tachyon.io](http://tachyons.io/) utility class library.
+Ananke uses [Tachyon.io](https://tachyons.io/) utility class library.
#### Custom CSS
@@ -291,7 +291,7 @@ Set the `text_color` param in the `config.toml` file.
Individual Page (prioritized over global):
Set the `text_color` param in a page's markdown file front matter.
-note: The value of `text_color` must be a valid tachyons color class. Alist can be found [here](http://tachyons.io/docs/themes/skins/).
+note: The value of `text_color` must be a valid tachyons color class. A list can be found [here](https://tachyons.io/docs/themes/skins/).
### Localize date format
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 47d9767..cd3325c 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -32,7 +32,7 @@ enableRobotsTXT = true
favicon = ""
site_logo = ""
description = "The last theme you'll ever need. Maybe."
- # choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
+ # choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
recent_posts_number = 3
diff --git a/exampleSite/content/en/_index.md b/exampleSite/content/en/_index.md
index aaee3a8..d3fb83e 100644
--- a/exampleSite/content/en/_index.md
+++ b/exampleSite/content/en/_index.md
@@ -2,7 +2,7 @@
title: "Ananke: a Hugo Theme"
description: "The last theme you'll ever need. Maybe."
-# 1. To ensure Netlify triggers a build on our exampleSite instrance, we need to change a file in the exampleSite directory.
+# 1. To ensure Netlify triggers a build on our exampleSite instance, we need to change a file in the exampleSite directory.
theme_version: '2.8.2'
cascade:
featured_image: '/images/gohugo-default-sample-hero-image.jpg'
diff --git a/theme.toml b/theme.toml
index 2add648..9950135 100755
--- a/theme.toml
+++ b/theme.toml
@@ -1,5 +1,5 @@
# theme.toml template for a Hugo theme
-# See https://github.com/spf13/hugoThemes#themetoml for an example
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Ananke Gohugo Theme"
license = "MIT"