1

I am setting up a Git blog, and the entire content of the post is displayed on the blog screen. I want to make the post in preview form. Is there any way?

For example, I want to make the first photo look like the second photo.

GitHub pages

Local pages

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250

1 Answers1

0

Open your browser developer console and check:

  • what HTML code has been generate for your css files (is it there, using absolute or relative paths?)
  • for any error message which would indicate a missing resource (like CSS files)

That would explain why the uploaded code does not reflect your style sheets.

Check also your Hexo settings for GitHub pages deployment

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250