Follow the following steps to set up and work with this project:
- Fork, clone or download this project
- Install Hexo
- Install all the dependencies with the command
npm install
- Use the command
hexo new post (name of post)
- Go to source/_posts to find the generated .md file
- Use the template given below to write your blog.
- Run the preview locally:
hexo server
- When everything seems fine, sned over a pull request !
---
title: blog title
date: 2024-07-24 21:05:24
author: name of author
twitter: twitter username
categories:
- Hackathons
tags:
- cython2024
- kochi
- firstplace
---
**tl;dr**
+ something in brief aabout the blog
+ something else (if you want)
<!--more-->
## Blog Description
write the description
-
Use
<!--more-->
after conveying the important points in thetl;dr
and add a new line aftertl;dr
and before<!--more-->
-
Use footnotes with [^1]
-
You can choose the Slide HTML by providing it in the front matter.
- slidehtml: true
- slidehtml: titleMerge: true verticalSeparator: \n--\n
- slidehtml: titleMerge: true