Skip to content
/ blog Public

101.12.01 My personal blog.

Notifications You must be signed in to change notification settings

Lixquid/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Post Format

Posts are stored in folders of the format YYYYMMDD-slug, with the post itself having a filename of index.md.

Posts start with a front-matter; three dashes, followed by a YAML block, followed by three dashes.

Front-matter specification:

title: >
    String. Mandatory.

    The human-friendly title for the post.
date: >
    ISO-8601 Date as a String. Mandatory.

    The date the post was first published.
edited: >
    ISO-8601 Date as a String. Optional.

    The date the post was last edited.
tags: >
    List of strings. Mandatory.

    The topics associated with the post.

About

101.12.01 My personal blog.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published