avinassh / blag

hosts my blog

Home Page:https://avi.im/blag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blag

Setup

# install hugo
brew install hugo
# clone with all the themes
git clone --recurse-submodules -j8 git@github.com:avinassh/blag.git
# to add a new file, do this:
hugo new posts/post-title-here.md
# or edit any existing file. 
# now to preview the site locally, including draft posts, run:
hugo -wD server
# if you want the latest updated submodule
git submodule update --remote themes/skyfall

About

hosts my blog

https://avi.im/blag


Languages

Language:CSS 45.4%Language:HTML 36.8%Language:JavaScript 12.0%Language:Python 5.8%