hugo_to_json 0.3.9

A library and command line tool for producing a JSON representation of a Hugo site.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14

+++
date = "2016-07-08"
draft = false
title = """Quick Ngrok Script"""
slug = "quick-ngrok-script"
tags = ['ngrok']
banner = ""
aliases = ['/quick-ngrok-script/']
+++
[ngrok](https://ngrok.com) is a powerful tool but remembering the command line flags is annoying so I wrote a quick PowerShell script to make life a little easier.
<!--more-->
I store this PowerShell script in my path so I can easily invoke it.