File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,25 @@ Verified to work on Linux Mint 21.3, based on Ubuntu 22.04 LTS:
21
21
- [ Install Jekyll] ( https://jekyllrb.com/docs/installation/ )
22
22
- Run ` bundle ` from the blog directory to install all deps
23
23
24
+ ## Identity
25
+
26
+ All blog posts have one or more authors. Make sure your nick is added
27
+ to the file ` _data/authors.yml ` on the format:
28
+
29
+ ``` yaml
30
+ jacky :
31
+ name : Jacky Switch
32
+ url : https://infix-os.net
33
+ ` ` `
34
+
24
35
## Blog
25
36
26
37
1. New blog posts go in ` _posts/yyyy-mm-dd-brief-title.md`
27
38
2. Add front matter at the top of your post
28
39
29
40
---
30
41
title : Longer title of post
42
+ author : jacky
31
43
date : 2022-11-20 09:03:20 +0100
32
44
categories : [examples]
33
45
tags : [cli]
@@ -40,5 +52,8 @@ Verified to work on Linux Mint 21.3, based on Ubuntu 22.04 LTS:
40
52
41
53
jekyll serve -lIw
42
54
55
+ > **Tip:** for work in progress, use the top-level directory `_drafts/`
56
+ > and add the `-D` option to `jekyll serve` to preview your post.
57
+
43
58
[0] : https://jekyllrb.com/
44
59
[1] : https://chirpy.cotes.page/
You can’t perform that action at this time.
0 commit comments