All Projects → martignoni → hugo-notice

martignoni / hugo-notice

Licence: GPL-3.0 license
A Hugo theme component to display nice notices

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to hugo-notice

hugo-atom-feed
Hugo theme component for ATOM feed custom Output Format
Stars: ✭ 29 (-78.99%)
Mutual labels:  hugo, hugo-theme-component
hugo-search-fuse-js
Hugo theme component for implementing static site search using Fuse.js
Stars: ✭ 52 (-62.32%)
Mutual labels:  hugo, hugo-theme-component
Hugo Future Imperfect Slim
Multilingual Blogging Theme for Hugo | Check the Wiki for Documentation
Stars: ✭ 233 (+68.84%)
Mutual labels:  multilingual, hugo
hugo-cloak-email
A Hugo theme component to cloak email adresses
Stars: ✭ 71 (-48.55%)
Mutual labels:  hugo, hugo-theme-component
hugo-shortcodes-netlify-cms
Shortcodes of Hugo for Netlify CMS Text Editor
Stars: ✭ 50 (-63.77%)
Mutual labels:  hugo, hugo-theme-component
Vex Hugo
Vex is a product landing page theme/template created by Themefisher based on the latest Bootstrap 4 framework. It is fully responsive and beautifully crafted with Product Showcase, Testimonials, and Email Subscription sections
Stars: ✭ 97 (-29.71%)
Mutual labels:  multilingual, hugo
hugo-component-matomo
Matomo user tracking and optout scripts for Hugo
Stars: ✭ 38 (-72.46%)
Mutual labels:  hugo, hugo-theme-component
hugo-documentation-theme
📖 Project Docs / Knowledge Base template for Hugo Website Builder. 创建项目文档
Stars: ✭ 101 (-26.81%)
Mutual labels:  hugo
TinkerHub-Learning-Paths
TinkerHub Learning Paths repo contains curated learning paths for learning technologies
Stars: ✭ 52 (-62.32%)
Mutual labels:  hugo
hugo-lamp
A light Hugo AMP responsive theme for blogger ⚡.
Stars: ✭ 51 (-63.04%)
Mutual labels:  hugo
hugo-theme-chunky-poster
A simple, bootstrap 4 based hugo blog theme.
Stars: ✭ 106 (-23.19%)
Mutual labels:  hugo
cloudcannon-jekyll-ecommerce
Multilingual e-commerce static website using Snipcart, CloudCannon, and Jekyll
Stars: ✭ 19 (-86.23%)
Mutual labels:  multilingual
hugo-uilite
uicard.io/products/hugo-uilite
Stars: ✭ 85 (-38.41%)
Mutual labels:  hugo
AgentOCR
一个多语言支持、易使用的 OCR 项目。An easy-to-use OCR project with multilingual support.
Stars: ✭ 98 (-28.99%)
Mutual labels:  multilingual
exams-qa
A Multi-subject High School Examinations Dataset for Cross-lingual and Multilingual Question Answering
Stars: ✭ 25 (-81.88%)
Mutual labels:  multilingual
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (-51.45%)
Mutual labels:  hugo
io-oi.me
Blog of reuixiy!
Stars: ✭ 88 (-36.23%)
Mutual labels:  hugo
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+4893.48%)
Mutual labels:  hugo
npqhugo
npq-hugo is a customizable and responsive dark blog theme with integrated contact form and code syntax highlighting
Stars: ✭ 24 (-82.61%)
Mutual labels:  hugo
bc-website
HARDWARIO Website, Documentation and Blog
Stars: ✭ 15 (-89.13%)
Mutual labels:  hugo

hugo-notice

Awesome

About

A Hugo theme component providing a shortcode: notice to display nice notices. Dark mode supported!

Four notice types are provided: warning, info, note and tip.

This component comes with localization in 15 languages: English, French, German, Italian, Portuguese, Spanish, Chinese, Russian, Turkish, Arabic, Polish, Finnish, Korean, Vietnamese and Swahili.

Other languages welcome! Send your pull request.

Screenshot

Usage

  1. Add the hugo-notice as a submodule to be able to get upstream changes later git submodule add https://github.com/martignoni/hugo-notice.git themes/hugo-notice
  2. Add hugo-notice as the left-most element of the theme list variable in your site's or theme's configuration file config.yaml or config.toml. Example, with config.yaml:
    theme: ["hugo-notice", "my-theme"]
    or, with config.toml,
    theme = ["hugo-notice", "my-theme"]
  3. In your site, use the shortcode, this way:
    {{< notice warning >}}
    This is a warning notice. Be warned!
    {{< /notice >}}
    or
    {{< notice tip >}}
    This is a very good tip.
    {{< /notice >}}

Credits

Copyright © 2019 onwards, Nicolas Martignoni [email protected].

Thanks to

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].