Skip to content

Commit

Permalink
fix(v4): adjust generated theme.css for loading demo site icons (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-baiborodine authored Aug 28, 2023
1 parent bd34293 commit 884a849
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-demo-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
run: |
rm -rf themes/bilberry-hugo-theme
hugo && > public/.nojekyll
sed -i "s~webfonts~bilberry-hugo-theme/webfonts~g" public/theme.min.*.css
sed -i "s~/fonts~/bilberry-hugo-theme/fonts~g" public/theme.min.*.css
sed -i "s~webfonts~bilberry-hugo-theme/webfonts~g" public/theme.css
sed -i "s~/fonts~/bilberry-hugo-theme/fonts~g" public/theme.css
- name: Deploy to GitHub Pages
if: success()
Expand Down
3 changes: 3 additions & 0 deletions v4/exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ googleAnalytics = ""
disqusShortname = ""

[params]
# theme.css and theme.js will not be minified, and integrity will not be added
env = "DEV"

# Custom CSS/JS modules that will be imported by the template.
# Files are relative to the static/ directory or a URL.
# Files are imported in the order they appear here, after
Expand Down

0 comments on commit 884a849

Please sign in to comment.