Blog for updates from CircuitVerse
Clone the repo in following manner:
git clone --recursive [email protected]:CircuitVerse/Blog.git
In case --recursive is not used, then you will need to use git submodule update --init
to clone submodules after cloning the main repo.
hugo new posts/my_new_post.md
Start Server: hugo server -D
Some common Hugo ShortCodes that might come in handy while writing a blog post:
- Table of Contents
<!-- Use anywhere in markdown -->
{{<toc>}}
- Embed a Video
{{< video src="/path/to/video.mp4" type="video/mp4" preload="auto" >}}