【发布时间】:2021-02-17 19:24:21
【问题描述】:
我无法看到 index.html 被 jekyll 的前端渲染。其实我在网页上看到的就是前面的内容。
还有_config.yml:
title: badabing badaboom
email: xyz@gmail.com
description: tbd
#baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username:
github_username:
encoding: utf-8
# Build settings
theme: jekyll-theme-clean-blog
plugins:
- jekyll-feed
remote_theme: StartBootstrap/startbootstrap-clean-blog-jekyll
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
有什么想法可以解决这个问题,或者我应该研究什么?
【问题讨论】:
标签: yaml jekyll github-pages