sighingnow / jekyll-gitbook

Build Jekyll site with GitBook style!
https://sighingnow.github.io/jekyll-gitbook
Apache License 2.0
502 stars 1.01k forks source link

404 displayed #116

Closed daniel00 closed 7 months ago

daniel00 commented 7 months ago

I have cloned this repo and change config.yml of mine url, email, name. And check. Working correctly on local host, but incorrectly working on my git pages like image below. How can I solve that? What mistake I do? Thank you in advanced

스크린샷 2024-01-30 23 30 51

config.yml here

`# Configurations title: Jekyll Gitbook longtitle: Jekyll Gitbook author: Yoo email: yookeunsik@naver.com description: > Build Jekyll site with the GitBook style.

version: 1.0 gitbook_version: 3.2.3

url: 'https://daniel00.github.io' baseurl: '/jekyll-gitbook' rss: RSS

# bootstrap: use the remote theme for the site itself remote_theme: sighingnow/jekyll-gitbook

toc: enabled: true h_min: 1 h_max: 3

# customize the link favicon in header, will be {{site.baseurl}}/{{site.favicon_path}} favicon_path: /assets/gitbook/images/favicon.ico

# markdown render engine. markdown: kramdown kramdown: auto_ids: true input: GFM math_engine: mathjax smart_quotes: lsquo,rsquo,ldquo,rdquo toc_levels: 1..6 syntax_highlighter: rouge syntax_highlighter_opts: guess_lang: true

syntax_highlighter_style: colorful

markdown_ext: markdown,mkdown,mkdn,mkd,md

# Permalinks permalink: /:categories/:year-:month-:day-:title:output_ext

# Disqus comments disqushandler: sighingnow

exclude:

collections: pages: output: true permalink: /:collection/:path/

page_width: 800px

destination: ./_site incremental: false regenerate: true

plugins:

daniel00 commented 7 months ago

I have found solution like below. After comment out baseurl and write empty character That's working.

url: 'https://daniel00.github.io' baseurl: '' # baseurl: '/jekyll-gitbook'