-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
In 3.0.0-rc.4, can not apply responsive theme like jacman, pacman #1059
Comments
in RC-4, you can see #1054 |
I ran this two instructions but it doesn't work |
can i see your _config.yml? |
////Thanks. Happy the Goat Year!///# Hexo Configuration Docs: http://hexo.io/docs/configuration.htmlSource: https://github.com/hexojs/hexo////# Site ///# URL If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'url: http://yoursite.com ///# Directory ///# Writing ///# Category & Tag ///# Date / Time format Hexo uses Moment.js to parse and display dateYou can customize the date format as defined inhttp://momentjs.com/docs/#/displaying/format/date_format: YYYY-MM-DD ///# Pagination Set per_page to 0 to disable paginationper_page: 10 ///# Extensions Plugins: https://github.com/hexojs/hexo/wiki/PluginsThemes: https://github.com/hexojs/hexo/wiki/Themestheme: jacman ///# Deployment Docs: http://hexo.io/docs/deployment.htmldeploy: |
maybe your should run |
make your
it seems like that the hexo hadn't excute your css file. |
I think there is no white space after "exclude_generator:" and "plugins:". |
use other theme to have a test that make sure your setting is right. |
I tested my hexo works in theme of "air" and "light", but doesn't work in "jacman" and "pacman", which are responsive themes. |
maybe you have not install npm successfully ? try it looks like the |
run |
is there any error message in the terminal? |
The issue is that style.css can not be found. But how can I fix this? |
I have not so many output with npm ls . I mean is there any error after hexo s ? 发自我的 iPhone
|
sorry, I just got what you mean. Cannot read property 'enable' of undefined |
please use ``` include your output and file content. your response is unreadable 发自我的 iPhone
|
it looks good right now? |
reinstall your hexo to version 2.8.3 which is stable for all I know 发自我的 iPhone
|
Do you know how can I install version 2.8.3? right now command I know to install hexo is only "npm install hexo-cli -g" |
npm uninstall hexo -g 发自我的 iPhone
|
congratuations 发自我的 iPhone
|
Add |
@tommy351 thank u. A question: How to get the
|
in Hexo 3.0, There is a |
问题描述 🌹
|
according the command in https://github.com/hexojs/hexo
I create hexo folder but not blog folder
I run
$ hexo init // in hexo folder
then
$ npm install
then
$ hexo g
$ hexo s
Right the original theme landscape works fine.
Then I want to change theme to jscman.
I install upon commands in https://github.com/wuchong/jacman
$ git clone https://github.com/wuchong/jacman.git themes/jacman
$cd themes/jacman
$git pull origin master
Then I change _config.yml file in hexo folder:
theme: jacman
I open git base in hexo folder
run
$ hexo clean
$ hexo g
$ hexo s
it doesn't work. I found it can not find style.css file.
I read the solution in 2.0.0-rc3, but it doen't work in this version.
The text was updated successfully, but these errors were encountered: