Giter Site home page Giter Site logo

hexo-theme-skapp's Introduction

Hi there 👋

  • 🌱 I’m currently learning Architecture Design
  • 📫 How to reach me: @email
  • 💬 Ask me about Frontend

hexo-theme-skapp's People

Contributors

adit avatar bruceyuj avatar jerryc127 avatar mrdear avatar mrminfive avatar upupming avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hexo-theme-skapp's Issues

ERROR Script load failed: themes\hexo-theme-skapp\scripts\renderer.js

$ hexo s
ERROR Script load failed: themes\hexo-theme-skapp\scripts\renderer.js
Error: Cannot find module 'F:\code\html\hexo\node_modules\nodejieba/build/Release/nodejieba.node'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:548:15)
at Function.Module._load (internal/modules/cjs/loader.js:475:25)
at Module.require (internal/modules/cjs/loader.js:598:17)
at require (internal/modules/cjs/helpers.js:11:18)
at Object. (F:\code\html\hexo\node_modules\nodejieba\index.js:1:79)
at Module._compile (internal/modules/cjs/loader.js:654:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:665:10)
at Module.load (internal/modules/cjs/loader.js:566:32)
at tryModuleLoad (internal/modules/cjs/loader.js:506:12)
at Function.Module._load (internal/modules/cjs/loader.js:498:3)
at Module.require (internal/modules/cjs/loader.js:598:17)
at require (internal/modules/cjs/helpers.js:11:18)
at F:\code\html\hexo\node_modules\lunr\lunr.js:199:23
at Object. (F:\code\html\hexo\node_modules\lunr\lunr.js:2065:3)
at Module._compile (internal/modules/cjs/loader.js:654:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:665:10)
at Module.load (internal/modules/cjs/loader.js:566:32)
at tryModuleLoad (internal/modules/cjs/loader.js:506:12)
at Function.Module._load (internal/modules/cjs/loader.js:498:3)
at Module.require (internal/modules/cjs/loader.js:598:17)
at require (F:\code\html\hexo\node_modules\hexo\lib\hexo\index.js:219:21)
at F:\code\html\hexo\themes\hexo-theme-skapp\scripts\renderer.js:5:16
INFO Start processing
INFO Hexo is running at http://localhost:4000/. Press Ctrl+C to stop.

Windows10下,按照教程配置了,一直会报错,然后样式找不到

_config.yml配置

image
这些配置是写到blog目录下的_config.yml还是主题文件下的_config.yml

Small Langauge issue

Hi. I'm still setting and configuring this theme. There is an issue with the date that shows on small posts when I search for them.

image
This is the home page and the month is showing in English, which is what I want. The archive page is also ok.

image
But whenever I search for a post, the month of the resulted posts are in Chinese.

What can I do to change this language issue? I set en to the root config and it's still the same.

archives页面没有加分页逻辑

主题很赞,正在切换中发现一个小问题, archives没有分页,对于一年的文章还是挺多的,但是该页面没有做相应的分页.

page/search.scss 编译报错

@keyframes loader {
    from { transform: translate(-50%, -50%) rotate(0) },
    to { transform: translate(-50%, -50%) rotate(360deg) }
}

改为
@Keyframes loader {
from { transform: translate(-50%, -50%) rotate(0) };
to { transform: translate(-50%, -50%) rotate(360deg) }
}

LaTeX not supported

The theme doesn't support LaTeX, which displays math formulas nicely.

Should we add LaTeX support to it?

图标无法显示的处理

使用该主题生成网站,发现页面上的图标都不能显示。
查看了自己网站与使用该主题正常网站的css文件,发现图标的路径不同。
1
2
于是将themes\hexo-theme-skapp\source\下的fonts文件夹 移动至themes\hexo-theme-skapp\source\scss\目录下,再次生成网站则可以正常显示图标。
不知道是否还有人遇到过这样的问题...看起来这样是解决了。

tags

how to add two tags in one article?

文档更新

我添加了google统计和disqus,更新了下中文文档,能麻烦你更新下英文文档吗?另外,你现在的gitalk还能评论吗?我怎么感觉github把这种使用issue的方式给封了

卡片布局问题

看你的DEMO,卡片高度不一致时,会出现大片留白(但看你的截图是等高等宽的).
是否是瀑布式布局出现问题。

link text color

Why is the color of the link text the same as plain text?
image
Where should I define the color the same as your blog?
image
I read the README file, shoud I configure the _theme.scss file in hexo-theme-skapp/source/scss.
If so, how can I define it?

By the way, the README-CN.md contains some mistakes in the step of "search page".
Also some mistake in English version.
image

Multiple Author

Please add features to make a post have more than one author.

Mini Post Blank Space

Hi,

There is a blank spot on all the mini-articles under the author and above the tags.

image

Is it a margin there or there should be something to add there? If I can add something, then how can I do it?

Thanks.

theme问题:自动生成的html文件引入的js路径有问题

nodejieba分词库安装问题

根据安装步骤,我是windows 环境,先执行了
npm install -g windows-build-tools
npm install -g node-gyp

再执行安装node依赖
npm install --save hexo-autoprefixer hexo-filter-cleanup hexo-generator-feed hexo-generator-sitemap hexo-renderer-sass hexo-renderer-swig mamboer/lunr.js moment node-sass object-assign

最后nodejieba报错,请问这怎么解决,试了把目录删掉,重新生成一个新的,再重复步骤,依然是报这个错。
image

mamboer/lunr.js问题(win10下)

win10下npm安装mamboer/lunr.js会报错。
hexo-lunr
按照错误提示,添加PYTHON env,同样还是会报同样的错误。

单独安装nodejieba不会报错。(但貌似lunr调用的是自己目录下的nodejieba)

How to create a new post with picture?

Hello:

I like your theme very much. I found that every post in your blog has a big picture at the top of its title. How to add this picture while creating a new post?

common.js location issue

image

I'm testing appling this theme at http://localhost:4000/mk/
Every file loads okay except common.js
Only this file is trying to load in root directory, not /mk/ directory.
How can I fix that?

Thanks for your answer and sorry for my english...

hexo clean报错

ERROR Script load failed: themes/hexo-theme-skapp/scripts/helper.js
SyntaxError: Unexpected token ...
at Object.exports.runInThisContext (vm.js:53:16)

配置完后无法生成

你好,我在配置完config文件后,然后hexo s预览,但是出现错误,clean后用generate也出现错误,麻烦指导下,谢谢。
以下是命令hexo s的打印输出:

INFO index2 generators:
INFO [ { path: '',
per_page: 10,
order_by: '-date',
layout: 'index',
index: true } ]
INFO Start processing
INFO hexo-filter-cleanup(FAVICONS): error [ Error: ENOENT: no such file or dire ctory, access 'D:\ImowealthBlog\themes\hexo-theme-skapp\source\img\logo.png' ]
INFO hexo-filter-cleanup(IMG): fonts/iconfont.svg [ 54.64% saved]
INFO hexo-filter-cleanup(IMG): img/quotes.png [ 52.78% saved]
FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/do cs/troubleshooting.html
TypeError: path.substring is not a function
at Object.urlForHelper (D:\ImowealthBlog\node_modules\hexo\lib\plugins\helpe r\url_for.js:7:31)
at wrapper (D:\ImowealthBlog\node_modules\lodash\lodash.js:4949:19)
at Object.eval [as tpl] (eval at precompile (D:\ImowealthBlog\node_modules\h exo-renderer-swig\node_modules\swig\lib\swig.js:498:13), :12:119)
at compiled (D:\ImowealthBlog\node_modules\hexo-renderer-swig\node_modules\s wig\lib\swig.js:619:18)
at Object.eval [as tpl] (eval at precompile (D:\ImowealthBlog\node_modules\h exo-renderer-swig\node_modules\swig\lib\swig.js:498:13), :6:144)
at compiled (D:\ImowealthBlog\node_modules\hexo-renderer-swig\node_modules\s wig\lib\swig.js:619:18)
at Object.eval [as tpl] (eval at precompile (D:\ImowealthBlog\node_modules\h exo-renderer-swig\node_modules\swig\lib\swig.js:498:13), :31:139)
at compiled (D:\ImowealthBlog\node_modules\hexo-renderer-swig\node_modules\s wig\lib\swig.js:619:18)
at Theme._View.View._compiled.locals [as _compiled] (D:\ImowealthBlog\node_m odules\hexo\lib\theme\view.js:124:48)
at Theme._View.View.View.render (D:\ImowealthBlog\node_modules\hexo\lib\them e\view.js:29:15)
at route.set (D:\ImowealthBlog\node_modules\hexo\lib\hexo\index.js:386:29)
at tryCatcher (D:\ImowealthBlog\node_modules\bluebird\js\release\util.js:16: 23)
at D:\ImowealthBlog\node_modules\bluebird\js\release\method.js:15:34
at RouteStream._read (D:\ImowealthBlog\node_modules\hexo\lib\hexo\router.js: 134:3)
at RouteStream.Readable.read (stream_readable.js:442:10)
at resume
(_stream_readable.js:822:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
INFO hexo-filter-cleanup(JS): D:\ImowealthBlog\themes\hexo-theme-skapp\source\j s\common\utils.js [ 45.85% saved]
INFO hexo-filter-cleanup(JS): D:\ImowealthBlog\themes\hexo-theme-skapp\source\j s\common\animation.js [ 64.76% saved]
INFO hexo-filter-cleanup(JS): D:\ImowealthBlog\themes\hexo-theme-skapp\source\j s\common\pack.js [ 51.37% saved]
INFO hexo-filter-cleanup(JS): D:\ImowealthBlog\themes\hexo-theme-skapp\source\j s\layout\loading.js [ 32.61% saved]
INFO hexo-filter-cleanup(JS): D:\ImowealthBlog\themes\hexo-theme-skapp\source\j s\layout\header.js [ 44.95% saved]
INFO hexo-filter-cleanup(JS): D:\ImowealthBlog\themes\hexo-theme-skapp\source\j s\layout\back-top.js [ 55.25% saved]
INFO hexo-filter-cleanup(JS): D:\ImowealthBlog\themes\hexo-theme-skapp\source\j s\layout\post.js [ 48.44% saved]
INFO hexo-filter-cleanup(USEREF): js/common.js

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.