Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple errors on bundle exec jekyll serve #4

Open
mroberts1 opened this issue Apr 3, 2021 · 1 comment
Open

Multiple errors on bundle exec jekyll serve #4

mroberts1 opened this issue Apr 3, 2021 · 1 comment

Comments

@mroberts1
Copy link

I believe I installed the theme correctly but am getting multiple errors when running 'bundle exec jekyll serve' (see below) - default and home layout pages not found, tufte.css not found.

Generating...
Jekyll Feed: Generating feed for posts
Build Warning: Layout 'default' requested in 404.html does not exist.
Build Warning: Layout 'home' requested in index.markdown does not exist.
done in 0.473 seconds.
Auto-regeneration: enabled for '/Users/dokoissho/GitHub/jekyll/prospect-cottage'
LiveReload address: http://127.0.0.1:35729
Server address: http://127.0.0.1:4000
Server running... press ctrl-c to stop.
LiveReload: Browser connected
Regenerating: 1 file(s) changed at 2021-04-03 09:51:12
index.markdown
Jekyll Feed: Generating feed for posts
Build Warning: Layout 'default' requested in 404.html does not exist.
...done in 0.071413 seconds.

[2021-04-03 09:51:13] ERROR /css/tufte.css' not found. [2021-04-03 09:51:13] ERROR /articles/20/tufte-style-jekyll-blog' not found.
Regenerating: 1 file(s) changed at 2021-04-03 09:51:38
index.markdown
Jekyll Feed: Generating feed for posts
Build Warning: Layout 'default' requested in 404.html does not exist.
Build Warning: Layout 'home' requested in index.markdown does not exist.
...done in 0.105927 seconds.

@p3palazzo
Copy link

Like the Tufte-Jekyll theme, this one only provides the index and page layouts, so you will have to edit your site to match. Also, the default css is not css/tufte.css but assets/css/main.css.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants