Skip to content

Repository files navigation

Directory

Post

---
layout: post
title: 
subtitle:
date:
last_modified_at:
categories:
tags:
---

Menu

One:

cd project

touch new.html

vi _config.yml
    navigation:
      - title: New
        url: /new.html

Two:

cd project

touch new.md
vi new.md
    ---
    title: New
    layout: new
    ---

cd _layouts

touch new.html
vi new.html
    ---
    layout: default
    ---
    
    This is new

About

SongChen's Blog

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages