-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Description
Describe the bug
I'm using your repo as a template, and adding my stuffs on it.
When deployed to github using github default Jekyll action, the page is really weird. It turns out that I have trouble getting main.css and a lot of other files.
In fact, this behavior is really like what I saw using docker to deploy it on my server. (where it goes something like 0.0.0.0 is not valid). So I wonder if there is a deploy script that I've missed?
To Reproduce
Steps to reproduce the behavior:
- You can simply fork this repo, and deploy it using default action.
Expected behavior
The result should look like my https://yuanze.me/.
Screenshots
You can check my https://yuanze.me/ or https://yuanze1024.github.io/academicpages/.
Desktop (please complete the following information):
- OS: MacOS
- Browser safari
- Version does not matter
Additional context
Please ask me if more details are needed to fix it.