a Hugo Theme Fork from Jane
 
 
 
 
 
 
Go to file
nac 2719cd4265 fix little fails 2023-08-01 21:16:46 +02:00
archetypes add theme files 2022-09-30 11:43:26 +02:00
assets add 'shortcode-gallery' from https://github.com/mfg92/hugo-shortcode-gallery 2023-03-12 09:52:53 +01:00
layouts fix little fails 2023-08-01 21:16:46 +02:00
static add 'shortcode-gallery' from https://github.com/mfg92/hugo-shortcode-gallery 2023-03-12 09:52:53 +01:00
.gitattributes add theme files 2022-09-30 11:43:26 +02:00
.gitignore add theme files 2022-09-30 11:43:26 +02:00
LICENSE Initial commit 2022-09-30 11:32:02 +02:00
README.md add shortcode 'gallery' 2023-03-12 09:53:52 +01:00
theme.toml little changes 2022-09-30 12:29:27 +02:00

README.md

jone

stable-branch Version: 1.0

'jone' ist ein Hugo Theme Fork von Jane.

Shortcodes

Notice

from https://github.com/martignoni/hugo-notice

{{< notice warning >}}
This is a warning notice. Be warned!
{{< /notice >}}

OpenStreetMap Shortcodes

from https://github.com/hanzei/hugo-component-osm

{{< openstreetmap mapName="demo-map_1" >}}

Tabs

from https://hugo-coder.netlify.app/posts/html-and-css-only-tabs/

{{< tabgroup >}}
  {{< tab name="Hello" >}}
  Hello World!
  {{< /tab >}}

  {{< tab name="Goodbye" >}}
  Goodbye Everybody!
  {{< /tab >}}
{{< /tabgroup >}}

from https://github.com/mfg92/hugo-shortcode-gallery

{{< gallery match="images/*" sortOrder="desc" rowHeight="150" margins="5" thumbnailResizeOptions="600x600 q90 Lanczos" showExif=true previewType="blur" embedPreview=true loadJQuery=true >}}

Lizenz