Current PF site implemented using the static site generator, Hugo.
For installation of hugo see the installation page.
Posts can be added by adding a new .md file under content/post/. These require a header field.
---
title: "Intro to BGP with BIRD"
date: 2017-08-21T13:43:28-04:00
author: "Nate Catelli"
tags: ["networking"]
description: "An introductory tutorial on BGP using BIRD and vagrant."
draft: false
---
New posts should be created in a seperate branch, When ready to add, open a merge request to master.