Git Product home page Git Product logo

hexo-theme-replica's Introduction

Hi there 👋

I'm an earthling.

hexo-theme-replica's People

Contributors

debugtalk avatar harvies avatar orisonchan avatar sabrinaluo avatar wangcansunking 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

hexo-theme-replica's Issues

Errors occurred after run 'hexo s'

The Errors

Unhandled rejection TypeError: D:\works\blog\github_pages\themes\replica\layout\index.ejs:1
 >> 1| <%
    2| var posts = page.posts.data;
    3| var oldestPostDate = posts.length ? posts[posts.length - 1].date : {date: moment()};
    4| var startFrom = oldestPostDate.format('MMM D, YYYY');

Cannot read property 'github' of undefined
    at eval (eval at compile (D:\works\blog\github_pages\node_modules\ejs\lib\ejs.js:549:12), <anonymous>:14:27)
    at returnedFn (D:\works\blog\github_pages\node_modules\ejs\lib\ejs.js:580:17)
    at _compiled (D:\works\blog\github_pages\node_modules\hexo\lib\theme\view.js:127:30)
    at View.render (D:\works\blog\github_pages\node_modules\hexo\lib\theme\view.js:29:15)
    at D:\works\blog\github_pages\node_modules\hexo\lib\hexo\index.js:390:25
    at tryCatcher (D:\works\blog\github_pages\node_modules\bluebird\js\release\util.js:16:23)
    at D:\works\blog\github_pages\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (D:\works\blog\github_pages\node_modules\hexo\lib\hexo\router.js:134:3)
    at RouteStream.Readable.read (_stream_readable.js:348:10)
    at resume_ (_stream_readable.js:737:12)
    at _combinedTickCallback (internal/process/next_tick.js:80:11)
    at process._tickCallback (internal/process/next_tick.js:104:9)

Questions

  • Why ?
  • How to fix it ?

CSS IN DISORDER

I really like this theme, but when I use it, I found it's css was in disorder. just like this
image
And I tried to fix it in your main.css by copy online code from your blog 小白妹妹写代码,but it's too hard to finish this work, so would you tell me how to fix this issue,.
Thx.

更新版本时.ejs文件出错

ERROR ReferenceError: E:\blog\yumeko11Blog\themes\replica\layout\layout.ejs:7
5| <%- partial('_partial/navbar') %>
6|

7| <%- body %>
8|


9| <%- partial('_partial/footer') %>
10| <%- partial('_partial/script') %>

body is not defined
at eval (E:\blog\yumeko11Blog\themes\replica\layout\layout.ejs:21:17)
at layout (E:\blog\yumeko11Blog\node_modules\ejs\lib\ejs.js:682:17)
at _View._compiled (E:\blog\yumeko11Blog\node_modules\hexo\lib\theme\view.js:136:50)
at _View.render (E:\blog\yumeko11Blog\node_modules\hexo\lib\theme\view.js:39:17)
at E:\blog\yumeko11Blog\node_modules\hexo\lib\hexo\index.js:64:21
at tryCatcher (E:\blog\yumeko11Blog\node_modules\bluebird\js\release\util.js:16:23)
at E:\blog\yumeko11Blog\node_modules\bluebird\js\release\method.js:15:34
at RouteStream.read (E:\blog\yumeko11Blog\node_modules\hexo\lib\hexo\router.js:47:5)
at RouteStream.Readable.read (internal/streams/readable.js:462:10)
at resume
(internal/streams/readable.js:958:12)
at processTicksAndRejections (internal/process/task_queues.js:82:21) {
path: 'E:\blog\yumeko11Blog\themes\replica\layout\layout.ejs'

頁面切換時的問題

自動解析成index.html時 都是在根目錄
目前只能手動去調整才能切換頁面,但這樣每更新文章時都會要重新調整
螢幕快照 2021-11-21 下午6 01 12

手動改後切換時還是怪怪的
附上我的網站給大家試試QQ,我功力太弱還無法pr
https://chiderlin.github.io/

另外archives可以有做成按照年份分嗎XDD像下面這樣...
螢幕快照 2021-11-21 下午6 11 31

配置错误

gsc: # google custom search code

应该是gcs

Theme v1.0 happened errors

I cloned v1.0 using by git clone -b v1.0 https://github.com/sabrinaluo/hexo-theme-replica.git themes/replica.

And I input a command hexo s in Terminal and opened http://localhost:4000/ on the browser.

Finally, It occurred errors

wechatimg24

I'm 😂
Or I'm just waiting you for completing the v2.0. 💫
Thank you for your contribution. 💖

公式支持

之后会考虑加上latex公式支持嘛?没有公式支持有时候点有难受呀。

文章过多时排版错误

当我把_post文件删除,然后执行
hexo clean
hexo g
hexo s
浏览器打开显示正确的排版
但是把_post放到正确位置,然后执行
hexo clean
hexo g
hexo s
发现排版就会错误,不知道是不是文章过多导致排版错误
这是hexo g输出的结果:
https://paste.ubuntu.com/p/bPtWV2MkGV/
_post文件夹下文件个数:

chrome71.0.3578.98无痕模式访问localhost:4000

系统配置:

social 图标在fontawesome中不存在怎么处理

以此提交为例, twitter,facebook,stackoverflow 中的图标在fontawesome可以搜索到并添加成功了
6c4d572

但是 csdn,知乎,简书,博客园等 在fontawesome无法搜索到 所以无法添加该链接, 添加后 hexo s 运行失败因为无法找到icon

Suggestions for concealing some not completed functions

Hello Beauty Programmer,

First, I want to praise you that this theme for HEXO looks stunning and I think you have been spending many time on it.
But I suppose it would be better if you could conceal those functions which have not been completed.

Thanks.

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.