Skip to content

themoken/iwwaustin.github.io

 
 

Repository files navigation

Writing Blog Posts

  • Create a file in _posts of the format YYYY-MM-DD-Post-Name.md
  • Create a metadata header at the top of that file with an appropriate list of categories/tags (please use only tags in this list).
---
layout: post
title: "Post Name"
author: "Author Name OR Anon"
categories: 
    - Actions
    - Theory
    - Critique
    - News
    - Resources
---
  • Write the post below the header using Markdown formatting.
    • All markdown elements are supported except for emoji shortcodes
    • link photos using the relative path ![meta-text](/assets/posts/YYYY-MM-DD-Post-Name/image-name.extension "Mouseover Text")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 65.4%
  • HTML 31.9%
  • Ruby 2.7%