Skip to content

Commit

Permalink
Use beautifulhugo as module
Browse files Browse the repository at this point in the history
  • Loading branch information
renegrob committed Nov 13, 2023
1 parent 98dfadb commit feb1829
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

This repository hosts my posts

Information about the theme: [beautifulhugo](./themes/beautifulhugo/README.md)
Information about the theme: [beautifulhugo](https://github.com/halogenica/beautifulhugo)
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/renegrob/renegrob.github.io

go 1.21.4

require github.com/halogenica/beautifulhugo v0.0.0-20231110164551-08cfb448c8fd // indirect
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = 'https://renegrob.github.io/'
languageCode = 'en-us'
title = "René Grob's Blog"
theme = 'beautifulhugo'
theme = "github.com/halogenica/beautifulhugo"
1 change: 0 additions & 1 deletion themes/beautifulhugo
Submodule beautifulhugo deleted from 08cfb4

0 comments on commit feb1829

Please sign in to comment.