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.
Internationalize contact page, update README, and add SECURITY
plus fix markup render hook file name to adhere to gohugo docs
- Loading branch information
Showing
7 changed files
with
111 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Security | ||
|
||
## Reporting security vulnerabilities | ||
|
||
If you've found a security vulnerability in Hugo Invi, please do not create an | ||
issue on the GitHub issue tracker as it will be visible publicly. | ||
|
||
Instead, send an email to <support [at] cubiest [dot] org> and prefix the subject with "hugo-invi security: ". |
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,3 +1,53 @@ | ||
# Hugo Invi - The Fresh theme for Hugo | ||
|
||
**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). | ||
**Hugo Invi** is a multi-page website theme for the [Hugo](https://gohugo.io) static site generator, based on [hugo-fresh](https://github.com/StefMa/hugo-fresh) but heavily modified. hugo-fresh itself is adapted from [CSS Ninja](https://cssninja.io/product/fresh)'s `Fresh`, a bulma-based landing page. | ||
|
||
## Functionality | ||
|
||
Hugo Invi supports the following features… | ||
|
||
Technical | ||
* Internationalization | ||
* incl. an option in the Navigation Bar to change the site language | ||
* Meta Data for SEO; supports | ||
* OpenGraph | ||
* Schema | ||
* Organization | ||
* Color Palette | ||
* various Shortcodes and Markdown Render Hooks | ||
|
||
Visual | ||
* Navigation Bar | ||
* Sidebar | ||
* Image Gallery | ||
* Embedding YouTube videos | ||
* incl. thumbnail with warning as video replacement: user has to accept YouTube cookies first (decision is saved as a cookie) | ||
* Feature / Product cards | ||
* varying height or aligned height | ||
* Short list of main features (large font size) | ||
* Quote Cards | ||
* Cookie Notification | ||
|
||
## Usage | ||
|
||
### Content Shortcodes | ||
|
||
[Hugo Docs](https://gohugo.io/content-management/shortcodes/) | ||
|
||
Title and Subtitle | ||
```css | ||
// id is optional | ||
{{< title id="delicious" lvl="3" text="Bacon" >}} | ||
|
||
// id is optional | ||
{{< subtitle id="delicious" lvl="3" text="Bacon" >}} | ||
``` | ||
|
||
### Markdown Render Hooks | ||
|
||
[Hugo Docs](https://gohugo.io/templates/render-hooks/) | ||
|
||
supported | ||
* render link | ||
* if the URL has the "http" prefix, it gains `target="_blank" rel="noopener, nofollow"` |
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
File renamed without changes.
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