-
Notifications
You must be signed in to change notification settings - Fork 13
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
03--More_about_Jekyll.md - Carlos Donze #81
Comments
Please add questions about this assignment to this PR, so that everyone can see your question and help answer it. |
when trying to build the jekyll site, I get the following error |
Tried proceeding to the next step and still got this error:
|
Had a few errors along the way |
So when you run into errors during my intentionally vague assignments, you should probably stop and look around. I'll try really hard not to lead you down a path that leads to a land mine... But if I do, you can be reasonably sure that others in the class will step on it, too. |
master
master
branch again and usegit pull
to get your work from Github.feature/jekyll-theme
.feature/jekyll-theme
branch.index.html
into a simple Jekyll template...index.md
file in the project root.index.html
, rewrite in Markdown, put intoindex.md
index.md
with three dashes (---
) each, called YAML Frontmatter._layouts
.index.html
file into_layouts/default.html
.jekyll build
; what happens? Comment on this...{{content}}
into the middle of_layouts/default.html
(where you tookindex.md
out).jekyll build
; what happens? Comment on this...index.md
file to link your posts using Markdown (and server-relative URLs)._posts
directory in C9, write stuff!index.md
file!The text was updated successfully, but these errors were encountered: