Skip to content

lvanbever/netverify.github.io

 
 

Repository files navigation

Overview

netverify.fun is a site dedicated to commentary on the state of network verification and synthesis.

Contributing an article

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.

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.

Building and viewing locally

You can build and view this site locally using Jekyll.

gem install bundler jekyll
cd <local repository directory>
bundle install
bundle exec jekyll serve

Then point your browser to http://localhost:4000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 64.7%
  • JavaScript 25.2%
  • HTML 9.9%
  • Ruby 0.2%