Skip to content

avimehenwal/avimehenwal.in

Repository files navigation

Avi Mehenwal

Hugo Static Site Generator v0.55.6 linux/amd64

Installing hugo from precompiled binaries

asciicast

Useful commands

hugo new site ./ --force			  # When the current folder is not empty

hugo serve -t introduction -D   # run server with a theme and build all drafts
hugo new blog/your-post-title.md
hugo new projects/your-project-name.md

git submodule add -b master git@github.com:<USERNAME>/<USERNAME>.github.io.git public

Link to avimehenwal website

Manual Deploy

cp -vr public/* ../avimehenwal.github.io

Build in under docs/

hugo -d docs  # --destination string

conventions to follow

  1. In english, there is no space before punctuation
  2. Blockquotes for questions