Skip to content

Files

Latest commit

author
Nate Catelli
Aug 31, 2017
9fc3e10 · Aug 31, 2017

History

History
22 lines (17 loc) · 634 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 634 Bytes

Current PF site implemented using the static site generator, Hugo.

Install

For installation of hugo see the installation page.

Layout

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
---

Commiting

New posts should be created in a seperate branch, When ready to add, open a merge request to master.