Skip to content

Commit

Permalink
wowchemey has been renamed to HugoBlox... (when will it settle on the…
Browse files Browse the repository at this point in the history
… name?)
  • Loading branch information
yihui committed Sep 16, 2024
1 parent 8f083f6 commit d1ab0de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/hugo.R
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ install_theme = function(
branch = sub('^@', '', gsub(r, '\\2', theme))
theme = gsub(r, '\\1', theme)
# the hugo-academic theme has moved
if (theme == 'gcushen/hugo-academic') theme = 'wowchemy/starter-hugo-academic'
if (theme == 'gcushen/hugo-academic') theme = 'HugoBlox/theme-academic-cv'
if (branch == '') branch = 'HEAD'
}

Expand Down
2 changes: 1 addition & 1 deletion tests/test-ci/test-themes.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test_site = function(theme) {
assert('new_site() and build_site() work with selected themes', {
themes = c(
'hugo-apero/hugo-apero',
sprintf('wowchemy/starter-hugo-%s', c('online-course', 'research-group')),
sprintf('HugoBlox/theme-%s', c('online-course', 'research-group')),
sprintf('yihui/hugo-%s', c('lithium', 'prose', 'xmag', 'xmin', 'ivy', 'paged'))
)
status = !sapply(themes, test_site)
Expand Down

0 comments on commit d1ab0de

Please sign in to comment.