From 07bc9258534b28798b7f4a4b8409595a3bf844c7 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Fri, 5 Feb 2021 21:04:34 -0500 Subject: [PATCH] misc: Update readme.md --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c77cfab..61826e5 100644 --- a/readme.md +++ b/readme.md @@ -7,13 +7,15 @@ A simple, fully-featured Hugo blogging theme with Dracula colors. **Demo**: - +[My personal site](https://www.earnestma.xyz) uses this theme. + ## Install - Git submodule `git submodule add https://git.earne.link/earnestma/dracublog.git themes/dracublog` -The `main` branch will always point to the latest stable tag. To track the develop branch, you may append this to the `.gitmodules` entry: `branch = develop` +The `main` branch will always point to the latest stable tag. To track the develop branch, you may instead use `git submodule add https://git.earne.link/earnestma/dracublog.git themes/dracublog -b develop` - Release