Drassil / git-wiki-theme

A revolutionary full-featured wiki for github pages and jekyll. You don't need to compile it!
http://drassil.github.io/git-wiki/
MIT License
212 stars 291 forks source link

Wrong css file used for head styles #109

Closed hyunlee1o closed 1 month ago

hyunlee1o commented 2 months ago

Describe the bug git-wiki-style is not loading properly due to haven a bad link or a missing css file. I am getting this errors:

[2024-07-24 19:22:21] ERROR `/infinity/assets/css/git-wiki-style.css' not found.

I found this on the git-wiki-theme code

$ rg git-wiki-style.css
_includes/git-wiki/sections/head/styles.html
5:<link rel="stylesheet" href="{{ '/assets/css/git-wiki-style.css?v=' | append: site.github.build_revision | relative_url }}">

Inside the assets/css folder there are only two files, none of them is the git-wiki-style.css

 $ ls assets/css/
git-wiki-style.scss  github.css

To reproduce Steps to reproduce the behavior:

  1. Serve my website

Expected behavior No error on the log

*Desktop (please complete the following information):**

Yehonal commented 1 month ago

Please provide the repository.

However, the git-wiki-style.css is available in the remote theme, there's no need to have the assets in your folders

hyunlee1o commented 1 month ago

Sorry, i tested it locally and haven't uploaded.

Yehonal commented 1 month ago

I just tested on a clean skeleton and I cannot reproduce the issue