summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-04-26 23:34:46 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-04-26 23:34:46 +0200
commit36bbf1a925e72c241ac9b8a7515d7ab45e229844 (patch)
tree4a92c7ae44939c753366536b5f7162b46ae91c56
parent73c6b1acf7a316dd72c56257958f743c9b8f07f5 (diff)
downloadgohugo-theme-ed-36bbf1a925e72c241ac9b8a7515d7ab45e229844.tar.gz
Add initial change log
-rw-r--r--.gitattributes5
-rw-r--r--CHANGELOG.md6
2 files changed, 8 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
index 6259e42..e08f3e8 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -15,9 +15,8 @@
go.mod export-ignore
go.sum export-ignore
-*.md linguist-detectable=true linguist-documentation=false
-
+exampleSite/** linguist-vendored
resources/_gen/** linguist-vendored
LICENSE text eol=lf
-README.md linguist-detectable=false linguist-documentation=true
+README.md text eol=lf
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..03a962f
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,6 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).