From 4617d1ce65de93a94dae11a4de4cfa087d0944e8 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Thu, 3 Mar 2022 14:20:28 +0100 Subject: Fix broken links --- README.md | 2 +- docs/content/landingpage.md | 2 +- exampleSite/.gitignore | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 exampleSite/.gitignore 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.
Code 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 -- cgit v1.2.3