You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Copy file name to clipboardexpand all lines: README.md
+21-2
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,25 @@
6
6
7
7
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.
8
8
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
+
---
9
28
## Features
10
29
11
30
- Theming: **dark/light mode**, depending on your preferences (dark is default, but you can change it)
@@ -101,7 +120,7 @@ paginate = 10
101
120
102
121
Of course you are able to use all default shortcodes from hugo (https://gohugo.io/content-management/shortcodes/).
103
122
104
-
#### `image`
123
+
#### image
105
124
106
125
Properties:
107
126
@@ -132,7 +151,7 @@ By default the theme is using PrismJS to color your code syntax. All you need to
0 commit comments