Skip to content

Commit 95be7b7

Browse files
authored
build instructions
1 parent 94c4d87 commit 95be7b7

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,21 @@
22

33
[netverify.fun](http://www.netverify.fun) is a site dedicated to commentary on the state of network verification and synthesis.
44

5-
# How to contribute an article
5+
# Contributing an article
66

77
Create a new markdown file with the content of your post. You can look at some examples in the `_posts` directory. The file should be named in the following format: `YYYY-MM-DD-title-of-your-post`. Then submit a new PR with the blog post you want to add.
88

99
If you want to add an image to your article, simply add the image to the `assets/images/` directory and link to it in the article markdown file.
10+
11+
# Building and viewing locally
12+
13+
You can build and view this site locally using [Jekyll](https://jekyllrb.com/).
14+
15+
```
16+
gem install bundler jekyll
17+
cd <local repository directory>
18+
bundle install
19+
bundle exec jekyll serve
20+
```
21+
22+
Then point your browser to http://localhost:4000/

0 commit comments

Comments
 (0)