项目作者: derfabianpeter

项目描述 :
Fabian Peter | DevOps Architect / Cloud Engineer
高级语言: HTML
项目地址: git://github.com/derfabianpeter/www.peter.saarland.git
创建时间: 2019-12-15T17:12:09Z
项目社区:https://github.com/derfabianpeter/www.peter.saarland

开源协议:Other

下载


pipeline status
Commitizen friendly

www.peter.saarland

This is the Source Code for my personal Website - https://www.peter.saarland. It’s also an experiment in social distribution.

Conventional Commits

  1. The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history; which makes it easier to write automated tools on top of. This convention dovetails with SemVer, by describing the features, fixes, and breaking changes made in commit messages.

This repository uses Conventional Commits to automate Versioning and CHANGELOG generation. Learn more HERE.

Commitizen

  1. npm install commitizen -g
  2. npm install -g cz-conventional-changelog
  3. echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc

Install (MacOS)

  1. brew install hugo || brew upgrade hugo
  2. git clone https://gitlab.com/derfabianpeter/www.peter.saarland
  3. cd www.peter.saarland
  4. hugo server -w -v

Deploy

This repository is deployed via GitLab CI.

Netlify