forked from StefMa/hugo-fresh
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
35 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
# The Fresh theme for Hugo | ||
# Hugo Invi - The Fresh theme for Hugo | ||
|
||
[](https://stefma.github.io/hugo-fresh) | ||
[](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/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). | ||
|
||
 | ||
**Hugo Invi** is a theme for the [Hugo](https://gohugo.io) static site generator based on [hugo-fresh](https://github.com/StefMa/hugo-fresh), which is based on `Fresh` by [CSS Ninja](https://cssninja.io/product/fresh). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
module github.com/stefma/hugo-fresh/docs | ||
module github.com/cubiest/hugo-invi/docs | ||
|
||
go 1.15 | ||
|
||
require github.com/StefMa/hugo-fresh v0.0.0-20210215141724-0fa1741f382c // indirect | ||
go 1.18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +0,0 @@ | ||
github.com/StefMa/hugo-fresh v0.0.0-20210215141724-0fa1741f382c h1:QYmEuOnjZddrD7PAaMfOF5QcK6DuuQRANhb7CWY2h4o= | ||
github.com/StefMa/hugo-fresh v0.0.0-20210215141724-0fa1741f382c/go.mod h1:0kyrjS5vdFJ47D7bPs6JwXTkctiMaQbToeBaOQsw1Tw= | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
name = "Hugo Fresh" | ||
name = "Hugo Invi" | ||
license = "MIT" | ||
licenselink = "https://github.com/StefMa/hugo-fresh/blob/master/LICENSE.md" | ||
licenselink = "https://github.com/cubiest/hugo-invi/blob/master/LICENSE.txt" | ||
description = "A Hugo adaptation of the Fresh theme from CSS Ninja" | ||
homepage = "https://github.com/StefMa/hugo-fresh" | ||
tags = ["responsive", "one page", "light", "onepage", "company", "clean", "landing page"] | ||
homepage = "https://github.com/cubiest/hugo-invi" | ||
tags = ["responsive", "light", "company", "clean", "landing page"] | ||
features = [] | ||
min_version = "0.45" | ||
min_version = "0.107" | ||
|
||
[author] | ||
name = "Stefan M." | ||
homepage = "https://github.com/StefMa" | ||
name = "Cubiest" | ||
homepage = "https://github.com/cubiest" |