Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 749 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 749 Bytes

Neo

This is the source code to my website, neoi.sh. Look at the LICENSE page for information on usage.

 

Installation

  • Clone the repo
  • Run npm install
  • Run npm run start
  • That's all.

Adding a new Post to the Blog

  • Create a new file in the /_posts directory with the format: 1-slug-to-article.md
  • ...actually, just copy one of the articles in that folder and rename it to your pleasure.