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

JIITODC/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.