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

github.com/lucperkins/hugo-fresh.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Deininger <adeininger@urbanonline.de>2022-03-03 16:20:28 +0300
committerAndreas Deininger <adeininger@urbanonline.de>2022-03-03 16:25:38 +0300
commit4617d1ce65de93a94dae11a4de4cfa087d0944e8 (patch)
treeb3962f20bd8f249449e4abaecd98a267804fde1c
parent17f51372b615e3c92d44d79f1edfd2fd1866aec7 (diff)
Fix broken links
-rw-r--r--README.md2
-rw-r--r--docs/content/landingpage.md2
-rw-r--r--exampleSite/.gitignore3
3 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index e624713..7d29d9f 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,6 @@
[![Documentation](https://img.shields.io/badge/Documentation-red)](https://stefma.github.io/hugo-fresh)
[![Live Demo](https://img.shields.io/badge/Live%20Demo-blue)](https://hugo-fresh.vercel.app)
-**Fresh** is a theme for the [Hugo](https://gohugo.io) static site generator adapted from the gorgeous, [Bulma](https://bulma.io)-based theme of the same name from [CSS Ninja](https://cssninja.io/themes/fresh). You can find a live demo of the original theme [here](https://cssninjastudio.github.io) and a live demo of the Hugo theme [here](https://hugo-fresh.now.sh/).
+**Fresh** is a theme for the [Hugo](https://gohugo.io) static site generator adapted from the gorgeous, [Bulma](https://bulma.io)-based theme of the same name from [CSS Ninja](https://cssninja.io/freebies/fresh). You can find a live demo of the original theme [here](https://cssninjastudio.github.io/fresh) and a live demo of the Hugo theme [here](https://hugo-fresh.vercel.app).
![Fresh theme logo](images/screenshot.png)
diff --git a/docs/content/landingpage.md b/docs/content/landingpage.md
index 4c2add9..55aea5f 100644
--- a/docs/content/landingpage.md
+++ b/docs/content/landingpage.md
@@ -9,7 +9,7 @@ include_footer: false
There's a wide variety of customizations that you can make to your Hugo Fresh landing page by modifying the `config.yaml` file that you downloaded.
### navbarlogo
-Define the logo of the navigationbar in the upper left corner.
+Define the logo of the navigation bar in the upper left corner.
<details>
<summary>Code</summary>
diff --git a/exampleSite/.gitignore b/exampleSite/.gitignore
new file mode 100644
index 0000000..5df1dc8
--- /dev/null
+++ b/exampleSite/.gitignore
@@ -0,0 +1,3 @@
+.hugo_build.lock
+public
+resources