Skip to content

CircuitVerse/Blog

Folders and files

NameName
Last commit message
Last commit date
Jan 9, 2024
Jun 24, 2020
Sep 3, 2023
Jan 15, 2025
Sep 3, 2023
Jan 15, 2025
Nov 4, 2024
Jul 12, 2023
Jan 9, 2024
Aug 10, 2022
Sep 3, 2023
Jan 23, 2024
Jun 24, 2020

Repository files navigation

Blog

Blog for updates from CircuitVerse

Prerequirements

How to clone

Clone the repo in following manner:

git clone --recursive git@github.com: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.

Reference: Stack Overflow

Create a new post

hugo new posts/my_new_post.md

Run Instructions

Start Server: hugo server -D

ShortCodes

Some common Hugo ShortCodes that might come in handy while writing a blog post:

  1. Table of Contents
<!-- Use anywhere in markdown -->
{{<toc>}}
  1. Embed a Video
{{< video src="/path/to/video.mp4" type="video/mp4" preload="auto" >}}