Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kirang89/kirang.in

The source of my personal blog
https://github.com/kirang89/kirang.in

Last synced: 7 days ago
JSON representation

The source of my personal blog

Awesome Lists containing this project

README

        

# kirang.in
[![Build](https://github.com/kirang89/kirang.in/actions/workflows/hugo-publish.yml/badge.svg)](https://github.com/kirang89/kirang.in/actions/workflows/hugo-publish.yml)

The source of my blog at https://kirang.in. The blog uses [my fork](https://github.com/kirang89/hugo-paper) of nanxiaobei's [hugo-paper](https://github.com/nanxiaobei/hugo-paper) theme. It contains a few minor tweaks to the theme and typography to suite my taste.

## Useful Commands

```shell
$ make help
clean Remove build artifacts
build Builds the content
serve Starts a server in development mode
update-theme Updates the theme by updating submodule from remote
publish Builds content and pushes it to gh-pages
```