Skip to content

Commit 513bd89

Browse files
committed
stop testing HugoBlox themes, which has been a burden for a long time
1 parent 33313a5 commit 513bd89

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CHANGES IN blogdown VERSION 1.22
22

3+
- Due to the complexity, HugoBlox themes are no longer tested against blogdown, hence are not guaranteed to work with blogdown any more.
4+
35
# CHANGES IN blogdown VERSION 1.21
46

57
- Use the `--renderToMemory` flag by default for Hugo >= 0.123.0 when starting `hugo server` (thanks, @drmowinckels, #772). If you do not wish to use this flag by default, please see https://bookdown.org/yihui/blogdown/livereload.html on how to configure your own default flags for `hugo server`.

tests/test-ci/test-themes.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ test_site = function(theme) {
1414
assert('new_site() and build_site() work with selected themes', {
1515
themes = c(
1616
'hugo-apero/hugo-apero',
17-
sprintf('HugoBlox/theme-%s', c('online-course', 'research-group')),
1817
sprintf('yihui/hugo-%s', c('lithium', 'prose', 'xmag', 'xmin', 'ivy', 'paged'))
1918
)
2019
status = !sapply(themes, test_site)

0 commit comments

Comments
 (0)