Skip to content
This repository has been archived by the owner on Sep 5, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 799 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 799 Bytes

JIIT Open Dev Circle's blog

Netlify Status

Setup

  • Install hugo from here

  • Then clone the repository

 $ git clone https://github.com/JIITODC/blog.git
  • Run in your machine
  $ cd blog
  $ hugo server -t LeaveIt

Adding a new blog

In the root of the blog,

  $ hugo new posts/post-name.md

Open the file in contents/posts/

To use assets in your post, place them in /static.

Click the heart icon on the top left corner to toggle dark mode.