Skip to content

Nyefan/nyefan.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: 
  - [software|politics|media|presentations]
tags:
  - "api design"
  - "C#"
  - "dependency hell"
  - "economics"
  - "energy"
  - "games"
  - "golang"
  - "hardware programming"
  - "history"
  - "java"
  - "language"
  - "liberation"
  - "local"
  - "media"
  - "nodejs"
  - "oppression"
  - "original content"
  - "performance"
  - "police brutality"
  - "postmortem"
  - "practice"
  - "preservation"
  - "python"
  - "retrospective"
  - "reverse engineering"
  - "right to repair"
  - "rust"
  - "software"
  - "teardown"
  - "tools"
  - "unicode"
---
  • 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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published