mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-15 02:45:15 +01:00
3229cf412f
Bumps [yaml](https://github.com/eemeli/yaml) to 2.2.2 and updates ancestor dependency [cssnano](https://github.com/cssnano/cssnano). These dependencies need to be updated together. Updates `yaml` from 2.1.3 to 2.2.2 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.1.3...v2.2.2) Updates `cssnano` from 5.1.13 to 6.0.0 - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/cssnano@5.1.13...cssnano@6.0.0) --- updated-dependencies: - dependency-name: yaml dependency-type: indirect - dependency-name: cssnano dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
archetypes | ||
layouts | ||
static | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
theme.toml |
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