LOLBAS-Project.github.io
LOLBAS-Project.github.io copied to clipboard
The style of the generated static site is inconsistent with that of the official website.
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.
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.