【发布时间】:2019-11-08 23:26:59
【问题描述】:
我正在推送到 github 页面的网站存在问题。
我的 Gemfile 有 github-pages gem,而 jekyll gem 已被注释掉。
该错误没有提供任何关于文件路径 (/_layout/defaults.html) 的错误发生位置的信息,该文件路径在我的项目中不存在。构建不起作用,为网站提供服务也不起作用。如果有人能指出我在哪里可以找到更多信息的方向,或者在此之前遇到过这个问题,那就太棒了!
---
title: "New Website, First Post"
layout: post
date: '2019-10-08'
categories: hyperlisk first
---
Hello World! This is my first ever jekyll post on my website. This is a new experiece and I would like to thank Evan Pratten (@ewpratten) for creating most of this website for me.
Go to his <a href="https://retrylife.ca">website</a>, he has some cool stuff over there! This blog will contain cool things I discover, tutorials and possible some updates to bigger projects I am working on. One such project called HyperEngine. That will be explained in a later post. The post directly following it will be a giant post about linear algebra and something called Optimal Control Theory.
^^ 那是唯一的帖子,并且在为帖子生成提要后立即发生错误 谢谢!
【问题讨论】:
标签: jekyll github-pages