Welcome to the NYC Python Meetup Blog!
- Install
hugo-extendedon your platform by following instructions here. - Run hugo:
hugo server- Create new markdown:
hugo new post/my-new-post.mdThis will create a markdown with a header:
+++
title = "My New Post"
author = ""
date = 2021-02-03T14:12:09-05:00
tags = []
+++-
Edit markdown file.
-
You can add images by placing them in
static/imagesand referencing the image by:
- You can find an example of a markdown file here, which is rendered at here.
This repo is under the MIT License.