Files
ipng.ch/hugo.yaml
T
pim 318c62c289
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is failing
Add client-side search with / shortcut
Lazy-loads /index.json on first keystroke, fuzzy-matches titles and
descriptions, keyboard-navigable results (arrows, Enter, Esc).
Based on https://gist.github.com/cmod/5410eae147e4318164258742dd053993

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-04-30 08:26:37 +02:00

40 lines
856 B
YAML

baseURL: 'https://ipng.ch/'
languageCode: 'en-us'
title: "IPng Networks"
theme: 'hugo-theme-ipng'
mainSections: ["articles"]
params:
author: "IPng Networks GmbH"
siteHeading: "IPng Networks"
favicon: "favicon.ico"
showBlogLatest: false
mainSections: ["articles"]
showTaxonomyLinks: false
nBlogLatest: 20 # number of blog post om the home page
Paginate: 30
blogLatestHeading: "Latest Dabblings"
footer: "Copyright 2021- IPng Networks GmbH, all rights reserved"
social:
email: "info+www@ipng.ch"
mastodon: "@IPngNetworks"
linkedin: "pimvanpelt"
github: "pimvanpelt"
rss: true
taxonomies:
year: "year"
month: "month"
tags: "tags"
categories: "categories"
permalinks:
articles: "/s/articles/:year/:month/:day/:slug"
outputs:
home: ["HTML", "RSS", "JSON"]
ignoreLogs: [ "warning-goldmark-raw-html" ]