diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml index 2d3a6ec..b9782fb 100644 --- a/config/_default/hugo.yaml +++ b/config/_default/hugo.yaml @@ -8,6 +8,7 @@ title: "CRS Project" timeZone: "Europe/London" enableEmoji: true +enableGitInfo: true ######################## i18n #################### # Auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage hasCJKLanguage: false diff --git a/content/blog/releases/_template.md b/content/blog/releases/_template.md new file mode 100644 index 0000000..3170910 --- /dev/null +++ b/content/blog/releases/_template.md @@ -0,0 +1,28 @@ +--- +title: 'CRS version VERSION released' +date: '2024-04-23' +author: fzipi +categories: + - Blog +tags: + - CRS-News + - Release +draft: true +--- + + + +We have released CRS vVERSION. The new release includes: + +- ... + +Read the changelog [here](https://github.com/coreruleset/coreruleset/releases/tag/vVERSION). \ No newline at end of file