We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0749a1b commit c32ff09Copy full SHA for c32ff09
HOW-TO-POST.md
@@ -0,0 +1,17 @@
1
+# How-To Add a New Post
2
+
3
+Instructions:
4
5
+- clone the repo:
6
+ - `$ git clone [email protected]:cgoldberg/cgoldberg.github.io.git`
7
+- change directory to base of repo:
8
+ - `$ cd cgoldberg.github.io`
9
+- add new file to `./_posts/` with name format: `YYYY-MM-DD-post-title.md`
10
+- commit changes
11
+ - `$ git commit -a -m "commit message"`
12
+- push changes to GitHub:
13
+ - `$ git push`
14
15
+That's it! The GitHub actions workflow job will publish it to GitGHub Pages.
16
17
+View the post at: https://cgoldberg.github.io
0 commit comments