Skip to content

asimpson/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

128 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

Build

make will attempt to build CSS and run a local binary of cycle to build the site.

make cycle will download the cycle binary (for Linux only at the moment).

make clean will delete site/ dir and site.css file.

Styles

Tachyons is included in the repo.

Any additional custom CSS should happen in custom.css.

Posts

Each post is two files: a markdown file and a corresponding JSON file.

The JSON file is the contextual data for the matching post.

Pages

Pages have the same structure as posts: a markdown file and a JSON file for data.

The JSON files must have a permalink defined.

{
  "permalink": "/foo/bar",
}

(h/t to jezen for the gif 🎩)

About

📝 Blog posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors