Skip to content

Commit

Permalink
docs: lowercase 'zelkata' in a few places = primarily to fix absolute…
Browse files Browse the repository at this point in the history
… font paths

Seriously considering rearranging things a touch so the font definition
CSS lives in the same dir as the font files anyway, trying switiching to
relative paths for a more flexible experience, etc...
  • Loading branch information
Omnikron13 committed May 12, 2024
1 parent 90df9a3 commit 46106c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
wget "https://github.com/ryanoasis/nerd-fonts/releases/download/${version}/${font}.tar.xz"
mkdir -p "${destination}${font}"
tar xf "${font}.tar.xz" --directory "${destination}${font}" --wildcards '*.ttf'
python docs/scripts/gen_nerdfont_css.py "${destination}${font}" docs/assets/stylesheets/ /Zelkata/assets/fonts/
python docs/scripts/gen_nerdfont_css.py "${destination}${font}" docs/assets/stylesheets/ /zelkata/assets/fonts/
- name: Install python modules
run: pip install -r docs/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ site_name: '⧼Zelkata Manual⧽'
#site_name: '⦗Zelkata Manual⦘'

# Could be github.io URL, or a domain/subdomain of mine?
site_url: https://Omnikron13.github.io/Zelkata/
site_url: https://omnikron13.github.io/zelkata/
site_author: Joey Sabey
copyright: Copyright © 2024 Joey Sabey

Expand Down

0 comments on commit 46106c9

Please sign in to comment.