Skip to content

NYCPython/blog

Repository files navigation

NYC Python Meetup Blog

Welcome to the NYC Python Meetup Blog!

Installation

  1. Install hugo-extended on your platform by following instructions here.
  2. Run hugo:
hugo server

How to create a new post?

  1. 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 = []
+++
  1. Edit markdown file.

  2. 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)
  1. You can find an example of a markdown file here, which is rendered at here.

License

This repo is under the MIT License.

About

This is our NYC Python Blog!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published