conventionalcommits.org/themes/conventional-commits
dependabot[bot] 0bd731c80e
build(deps-dev): bump webpack in /themes/conventional-commits
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 06:34:54 +00:00
..
archetypes style: Move to new UI 2018-09-16 23:40:02 +02:00
layouts fix(theme): remove translations length from dropdown menu (#478) 2022-11-03 14:12:23 -04:00
static fix: menu overflow in small screens 2022-10-27 21:17:37 +02:00
.editorconfig style: Move to new UI 2018-09-16 23:40:02 +02:00
.gitignore build(dev-deps): bump themes dev-deps + anchor-js (#475) 2022-10-23 13:16:58 +02:00
LICENSE style: Move to new UI 2018-09-16 23:40:02 +02:00
package-lock.json build(deps-dev): bump webpack in /themes/conventional-commits 2023-03-15 06:34:54 +00:00
package.json build(deps-dev): bump webpack in /themes/conventional-commits 2023-03-15 06:34:54 +00:00
README.md style: Move to new UI 2018-09-16 23:40:02 +02:00
theme.toml style: Move to new UI 2018-09-16 23:40:02 +02:00

hugo conventional commits theme

Copy hugo-conventional-commits-theme inside your my-hugo-site/theme

config.yaml example

All config params are optionals.

baseURL: 'http://conventional-commits.org/'
languageCode: en-us
title: Conventional Commits
theme: conventional-commits

# Language
defaultContentLanguageInSubdir: true
defaultContentLanguage: "en"
languages:
  en:
    weight: 1
    languageName: "English"
  it:
    weight: 2
    languageName: "Italian"

# Content
params:
  versions:
    current: 1.0.0-beta.2
    list:
    - label: 1.0.0-beta
      url: 'https://github.com/conventional-commits/conventionalcommits.org'
    - label: 1.0.0-beta.1
      url: 'https://github.com/conventional-commits/conventionalcommits.org'
    - label: 1.0.0-beta.2
      url: 'https://github.com/conventional-commits/conventionalcommits.org'

  welcome:
    description: A specification made for write standardized and useful commit messages
    image: 'https://path-to-image'
    actions:
    - label: Read the specs
      url: 'https://github.com/conventional-commits/conventionalcommits.org'
    - label: GitHub
      url: 'https://github.com/conventional-commits/conventionalcommits.org'

  license:
    title: License
    action:
      label: Creative Commons - CC BY 3.0
      url: 'https://creativecommons.org/licenses/by/3.0/'

  footer:
    logos:
    - name: github
      url: 'https://github.com/conventional-commits/conventionalcommits.org'

Apply theme changes

Development script

npm run start

Production script

npm run build

Shortcodes

  • banner-image
    • src (optional) | default: static/img/git-flow.png