Welcome to the NYC Python Meetup Blog!
- Install
hugo-extended
on your platform by following instructions here. - Run hugo:
hugo server
- Create new markdown:
hugo new post/my-new-post.md
This 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/images
and referencing the image by:
![NYC Python Logo](/blog/images/nyc_python_meetup_logo.png)
- You can find an example of a markdown file here, which is rendered at here.
This repo is under the MIT License.