Skip to content

Commit

Permalink
Bump theme, removing workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
reitzig committed May 28, 2020
1 parent fe86ab6 commit 454a000
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion assets/css/admonitions.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Thank you, Font Awesome! */
@font-face {
font-family: "admonition_icons";
src: url('{{- .Site.BaseURL -}}/assets/font/admonition_icons.ttf') format('truetype');
src: url('{{- "/assets/font/admonition_icons.ttf" | relURL -}}') format('truetype');
font-weight: normal;
font-style: normal;
}
Expand Down
6 changes: 0 additions & 6 deletions assets/css/fixes.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,3 @@ span.keyseq kbd {
top: -.1em;
white-space: nowrap;
}

/* Workaround --> https://github.com/cntrump/hugo-notepadium/pull/88 */
@font-face {
font-family: "iconfont";
src: url('{{- site.BaseURL -}}/assets/font/iconfont.ttf?t=1588390362269') format('truetype');
}
1 change: 0 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ theme = "hugo-notepadium"

[params]
#slogan = "Lesson of the day"
internalIconfont = true
license = ""

[params.nav]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@ using other sub-setting features of Cucumber to fine-tune the trade-off between
The biggest challenge, I expect, is clarity:
Ideally, we would _see_ all setup in the Gherkin files;
as far as it is relevant on the behaviour/domain level, anyway.
Maybe, with some experience, a container-driven runner for Cucumber could be built?
Maybe, with some experience, a container-driven runner for Cucumber could be built?
2 changes: 1 addition & 1 deletion themes/hugo-notepadium

0 comments on commit 454a000

Please sign in to comment.