Skip to content

Commit 5a0d4c1

Browse files
author
Djordje Atlialp
committed
Add changelog
1 parent 9f3c15b commit 5a0d4c1

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## 2020-05-13
9+
10+
### Added
11+
- Changelog
12+
13+
### Changed
14+
- In order to make the image handling more consistent, the `cover` tag does not force the image to live in `/img/` anymore. [!131](https://github.com/rhazdon/hugo-theme-hello-friend-ng/pull/131).

README.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@
66

77
This theme was highly inspired by the [hello-friend](https://github.com/panr/hugo-theme-hello-friend) and [hermit](https://github.com/Track3/hermit). A lot of kudos for theier great work.
88

9+
---
10+
## Table of Contents
11+
12+
- [Features](#features)
13+
- [How to start](#how-to-start)
14+
- [How to configure](#how-to-configure)
15+
- [More](#more-things)
16+
- [Built in shortcodes](#built-in-shortcodes)
17+
- [image](#image)
18+
- [Code highlighting](#code-highlighting)
19+
- [Favicon](#favicon)
20+
- [Social Icons](#social-icons)
21+
- [Known issues](#known-issues)
22+
- [How to edit the theme](#how-to-edit-the-theme)
23+
- [Changelog](CHANGELOG.md)
24+
- [Sponsoring](#sponsoring)
25+
- [Licence](#licence)
26+
27+
---
928
## Features
1029

1130
- Theming: **dark/light mode**, depending on your preferences (dark is default, but you can change it)
@@ -101,7 +120,7 @@ paginate = 10
101120

102121
Of course you are able to use all default shortcodes from hugo (https://gohugo.io/content-management/shortcodes/).
103122

104-
#### `image`
123+
#### image
105124

106125
Properties:
107126

@@ -132,7 +151,7 @@ By default the theme is using PrismJS to color your code syntax. All you need to
132151

133152
Check the [docs](docs/favicons.md).
134153

135-
## Available Social Icons:
154+
## Social Icons:
136155

137156
Take a look into this [list](docs/svgs.md)
138157

0 commit comments

Comments
 (0)