commit eaa06ad142ede9888414e5ef44a78955d8875e07 parent f261313238407f7686ff0f680d737bf423d13d96 Author: bdmfegys@duck.com <bdmfegys@duck.com> Date: Sun, 5 May 2024 01:27:51 -0400 README.md: update for fork Diffstat:
| M | README.md | | | 9 | +++++---- |
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md @@ -1,15 +1,16 @@ -# Luke's Hugo Theme +# Mrgrouse's Hugo Theme -A simple Hugo theme I plan on using for my personal website, [Based.Cooking](https://based.cooking) and [LandChad.net](https://landchad.net). +A simple Hugo theme I am currently using on [my blog](https://blog.mrgrouse.com). +Forked from LukeSmith's [Lugo](https://github.com/lukesmithxyz/lugo). ## get started ```sh hugo new site new-site cd new-site -git clone https://github.com/lukesmithxyz/lugo themes/lugo +git clone https://git.mrgrouse.com/mrgrouse/hugo themes/hugo-mrgrouse echo "theme = 'lugo'" >> config.toml -cp themes/lugo/static/style.css static/ +cp themes/hugo-mrgrouse/static/style.css static/ ``` ## stuff