Skip to content

nisanthchunduru/nisanthchunduru.github.io

Repository files navigation

blog

This repository contains the source code of my blog

The blog is built with Hugo, a fast static site generator written in Go lang. Blog posts are authored in Notion https://inquisitive-bumper-4db.notion.site/blog_content-0f1b55769779411a95df1ee9b4b070c9?pvs=4 which serves as a CMS (Content Management System).

image

image

Installation

First, clone the repository

cd ~/Projects/
git clone --recurse-submodules git@github.com:nisanthchunduru/blog.git

Install hugo

brew install hugo

To view the blog in your browser, run

hugo server --buildDrafts --watch

and visit http://localhost:1313

Deployment

The blog is deployed from GitHub Actions

Releases

No releases published

Packages

No packages published