File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ Simple Zola site for hosting all of the links from meetups past and future.
55## Development
66
77You'll need [ Zola] ( https://www.getzola.org/documentation/getting-started/installation/ ) to run the
8- site locally. Once they're setup:
8+ site locally. Once it is setup:
99
1010* Clone the repository and go into the directory
1111* Run ` zola serve `
1212* Go to http://localhost:1111
1313
1414## Making a Post
1515
16- To make a new post, make a new file in ` content ` directory with a title of
17- ` YYYY-MM-DD-title-goes-here.md ` . At the top of the file you'll want to provide the
16+ To make a new post, make a new file in the ` content ` directory with a title of
17+ ` YYYY-MM-DD-title-goes-here.md ` . At the top of the file you must provide the
1818following information:
1919
2020``` md
@@ -35,4 +35,4 @@ All site configurations are contained in `config.toml`.
3535## Attributions
3636
3737Thanks to [ BitDevs NYC] ( https://github.com/BitDevsNYC/BitDevsNYC.github.io ) for the
38- Jekyll site this site is based on.
38+ Jekyll site that this site is based on.
You can’t perform that action at this time.
0 commit comments