Skip to content

Commit c32ff09

Browse files
committed
Add instructions for adding a post
1 parent 0749a1b commit c32ff09

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

HOW-TO-POST.md

+17
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)