ram-nad / Gradient-s-Blog

Blog Here.

Home Page:https://gradient-iiits.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gradient's Blog Code.

Hugo Build

Gradient Blogs

The blog has been created using Hugo, a static site generator.

To Contribute:

Just send us a pull request or add an issue.

Steps:

  • Fork this repository.
  • Run git clone <URL-of-your-fork> in your local machine.
  • Run cd Gradient-s-Blog.
  • Run git submodule update --init --recursive (This step is important).
  • Add your post by following the instructions given below.
  • Push the changes by following the add-commit-push pattern.
  • Open a PR.

To add a post:

  • Install Hugo.
  • Run hugo new posts/<YOUR POST NAME>.md.
  • Add the content in markdown format.
  • If you need Latex support, make sure that mathjax is set to true.
  • If you have images and/or code-snippets put them under static/images or static/code folders respectively.
  • Run hugo server -D. You will get something like Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
  • Check if your post has the proper look, content, feel, or not.

Guide for adding images/code-snippets in your post:

  • Make a subfolder under static/code or static/images folder. (Name them same as your post's name)
  • Put files under your subfolders.
  • Use them in MD files as images/<YOUR POST NAME>/<image> or code/<YOUR POST NAME>/<code-file>.

About

Blog Here.

https://gradient-iiits.github.io


Languages

Language:HTML 57.0%Language:C++ 43.0%