Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kirang89/kirang.in
- Owner: kirang89
- Created: 2019-01-14T14:35:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T11:29:01.000Z (24 days ago)
- Last Synced: 2024-10-21T15:40:37.322Z (24 days ago)
- Language: Makefile
- Homepage: http://kirang.in/
- Size: 2.28 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```