Skip to content

netverify/netverify.github.io

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/