We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf8de86 + ba98b2b commit b963e80Copy full SHA for b963e80
README.md
@@ -1,2 +1,12 @@
1
# easybuild-blog
2
EasyBuild blog
3
+
4
+## Writing a blog post
5
6
+1. Create a `YYYY/MM` folder in `docs/posts/`
7
+1. Inside this folder, create a markdown file (`.md`) with a suitable short name for the post
8
+1. This file will have three sections:
9
+ 1. YAML syntax frontmatter
10
+ 1. A summary or introduction for the post that will also appear on frontpage
11
+ 1. The main part of the post that will only appear on the blog post page
12
+1. If you have authored a post before then add an author entry in `docs/.authors.yml`
0 commit comments