hugo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit c4639e2868448c47e8abd9c3098438f1dbec9694
parent c00b308500e3c7da8ff20d4e8a719ceb4f623338
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sun,  5 May 2024 01:46:48 -0400

README.md: fix get started section script

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -9,7 +9,7 @@ Forked from LukeSmith's [Lugo](https://github.com/lukesmithxyz/lugo). hugo new site new-site cd new-site git clone https://git.mrgrouse.com/mrgrouse/hugo themes/hugo-mrgrouse -echo "theme = 'lugo'" >> config.toml +echo "theme = 'hugo-mrgrouse'" >> config.toml cp themes/hugo-mrgrouse/static/style.css static/ ```