This extension is a tool to solve the problem of broken layout when uploading a web page to GitHub Pages.
このエクステンションは、GitHub PagesにWebページをアップすると、レイアウトが崩れてしまう問題を解決するためのツールです。
[Figure] Even if you can display the page locally without any problem, if you upload it directly to GitHub Pages, the layout will be broken.
[上図] ローカルで問題なく表示できても、そのままGitHub Pagesにアップロードするとレイアウトが崩れます。
Features
There are two problems, and these problems will be solved.
問題は2つあり、これらの問題を解決します。
You need to specify the URL on the GitHub Pages server for the CSS and other links.
CSSなどのリンクに、GitHub Pagesのサーバー上のURLを指定する必要があります。
GitHub Pages uses jekyll for hosting by default, so it doesn't accurately read folders that are not supported by jekyll.
GitHub Pagesはデフォルトで jekyll を使用してホスティングを行うため、jekyllでサポートしていないフォルダを正確に読み取ってくれない。
For more information on each of these, please refer to the following web pages.
(These web pages are available on GitHub Pages!).
各詳細は、次のWebページを参照してください。
(これらのWebページはGitHub Pagesで公開されています!)