Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified content/extra/favicon.ico
Binary file not shown.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ prepare_fonts:
node_modules/@fortawesome/fontawesome-free/webfonts/ \
themes/offby1/static/webfonts/

clean:
rm -rf output/theme/.webassets-cache
rm -f output/theme/css/*.css

build settings="pelicanconf.py": prepare_fonts
uv run pelican --fatal=errors -s {{settings}} -o output content

Expand Down
2 changes: 1 addition & 1 deletion pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __post_init__(self):
AUTHOR = "Chris R"
AUTHOR_EMAIL = "offline@offby1.net"
SITENAME = "Ideas.Offby1"
DESCRIPTION = "Close Enough"
DESCRIPTION = "This is such an <em>extremely</em> specific complaint"
SITEURL = "//offby1.website"
# Use relative URLs during development. This is overridden in publishconf.py
RELATIVE_URLS = True
Expand Down
82 changes: 0 additions & 82 deletions themes/offby1/scss/_code.css

This file was deleted.

1 change: 0 additions & 1 deletion themes/offby1/scss/_custom.scss

This file was deleted.

122 changes: 0 additions & 122 deletions themes/offby1/scss/_custom_rules.scss

This file was deleted.

4 changes: 2 additions & 2 deletions themes/offby1/scss/_custom_var.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Override variables with that file
@import '_custom'; // Keep that for back-compatibility. This shouldn't be used anymore.
// Custom variable overrides (currently empty, kept for future use)

51 changes: 0 additions & 51 deletions themes/offby1/scss/_fuji-style/_components.scss

This file was deleted.

Loading