Skip to content

Commit

Permalink
Use hugo module instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariatta committed Aug 27, 2024
1 parent f4a729d commit 68bbb05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "themes/hugo-embed-pdf-shortcode"]
path = themes/hugo-embed-pdf-shortcode
url = https://github.com/anvithks/hugo-embed-pdf-shortcode.git
6 changes: 5 additions & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
baseURL = 'https://conference.pyladies.com'
languageCode = 'en-us'
title = 'PyLadiesCon 2024'
theme = ["pyladies", "hugo-embed-pdf-shortcode"]
theme = ["pyladies"]
summaryLength = 10
enableInlineShortcodes = true

Expand Down Expand Up @@ -54,3 +54,7 @@ weight = 60
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true

[module]
[[module.imports]]
path = "github.com/anvithks/hugo-embed-pdf-shortcode"
1 change: 0 additions & 1 deletion themes/hugo-embed-pdf-shortcode
Submodule hugo-embed-pdf-shortcode deleted from de797b

0 comments on commit 68bbb05

Please sign in to comment.