You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
This file is in _posts/, but when I open it in browser, it doesn't have theme as other webpages in root directory, it only has text. then I try to create a new post and copy the content of my ./about.md to it . However, the about.md in my root directory has theme, but that in _posts/ doesn't.
How to make all my posts have same theme as webpage in my root directory.
The text was updated successfully, but these errors were encountered:
I have the same issue. I have followed the instruction in the help file, but none of the posts have any theme. I get the following errors in the console where jekyll is serving
[2016-03-12 00:31:56] ERROR `/assets/themes/bootstrap/css/bootstrap.min.css' not found.
[2016-03-12 00:31:56] ERROR `/assets/themes/bootstrap/css/bs-sticky-footer.css' not found.
[2016-03-12 00:31:56] ERROR `/assets/themes/bootstrap/css/bootstrap-theme.min.css' not found.
[2016-03-12 00:31:56] ERROR `/assets/themes/css/style.css' not found.
[2016-03-12 00:31:56] ERROR `/assets/themes/bootstrap/js/bootstrap.min.js' not found.
[2016-03-12 00:31:58] ERROR `/assets/themes/bootstrap/css/bootstrap.min.css' not found.
I create a post using
rake post title="test"
, this is my test code:`---
layout: page
title: "test"
description: "this is description"
category: prml
tags: [book, prml]
{% include JB/setup %}
test one
test two
test three
`
This file is in _posts/, but when I open it in browser, it doesn't have theme as other webpages in root directory, it only has text. then I try to create a new post and copy the content of my ./about.md to it . However, the about.md in my root directory has theme, but that in _posts/ doesn't.
How to make all my posts have same theme as webpage in my root directory.
The text was updated successfully, but these errors were encountered: