LOLBAS-Project.github.io icon indicating copy to clipboard operation
LOLBAS-Project.github.io copied to clipboard

The style of the generated static site is inconsistent with that of the official website.

Open TajangSec opened this issue 3 months ago • 1 comments

The generated static website has a homepage that is not centered, and the text is black, making it very difficult to recognize against a dark background. However, after pushing this repository to GitHub Pages, it appears normal. Did I do something wrong? I used the build command jekyll build.

TajangSec avatar Aug 23 '25 13:08 TajangSec

Hi @TajangSec , if I clone the repo from scratch and run bundle exec jekyll serve, I get the website as also seen on lolbas-project.github.io.

In fact, because we use GitHub Pages, whatever you see on there is a direct reflection of what is in this repo.

As such, I'd recommend troubleshooting what is different for you, e.g.: are you on the main branch, and is it fully up to date? Is your jekyll installation up to date? Perhaps you can find direct differences in the hosted CSS file and your local CSS file.

wietze avatar Aug 31 '25 15:08 wietze