Giter VIP home page Giter VIP logo

aurora's Introduction

蝉時雨

蝉時雨,源自日语 せみしぐれ。

夏日众蝉鸣叫此起彼伏好似落雨,蝉儿们似要将仅存的的生命燃烧奏出最后的音符,绚烂与壮美中氤氲着沉寂与无常,是日本夏天最具代表性的季节物语之一。

正如蝉儿一般,生命短暂即逝,却仍一无反顾奏出生命的最强音,而我的青春岁月又何尝不期望如此,在最美的年华绽放最璀璨的人间烟火。

蝉鸣如雨,花宵道中,一如少年。

Chanshiyu's github stats

Code is Long, Life is Short.

まだ五里霧中です。

aurora's People

Contributors

chanshiyucx avatar ichanshiyu 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

aurora's Issues

控制台报错

QQ截图20220810101444
表现为无法加载首页内容,挂梯子可正常加载

新的评论系统

我是刚刚从hexo转过来的,然后谷歌到该主题,但是发现不支持valine评论系统,所以希望维护者new点feature

点击Next报错

现象:

能够获取到第一页文章
点击所有的Next都报错
image
image
第二页的网络请求成功
image
image

报错原因:

暂时未找到

未在某些issue上添加封面
[pixiv: 64373582]: # 'https://url'

解决方案

记得在写文章的时候每个issue最上方写上

[pixiv: 64373582]: # 'https://cdn.jsdelivr.net/gh/wallleap/cdn@latest/img/banner/time.jpg'

npm install failed

pm ERR! gyp verb `which` failed  python2 Error: not found: python2
npm ERR! gyp verb `which` failed     at getNotFoundError (/home/chchang/git/aurora/node_modules/which/which.js:13:12)
npm ERR! gyp verb `which` failed     at F (/home/chchang/git/aurora/node_modules/which/which.js:68:19)
npm ERR! gyp verb `which` failed     at E (/home/chchang/git/aurora/node_modules/which/which.js:80:29)
npm ERR! gyp verb `which` failed     at /home/chchang/git/aurora/node_modules/which/which.js:89:16
npm ERR! gyp verb `which` failed     at /home/chchang/git/aurora/node_modules/isexe/index.js:42:5
npm ERR! gyp verb `which` failed     at /home/chchang/git/aurora/node_modules/isexe/mode.js:8:5
npm ERR! gyp verb `which` failed     at FSReqCallback.oncomplete (node:fs:208:21) {
npm ERR! gyp verb `which` failed   code: 'ENOENT'
npm ERR! gyp verb `which` failed }
npm ERR! gyp verb check python checking for Python executable "python" in the PATH
npm ERR! gyp verb `which` succeeded python /home/chchang/.pyenv/shims/python
npm ERR! gyp ERR! configure error 
npm ERR! gyp ERR! stack Error: Command failed: /home/chchang/.pyenv/shims/python -c import sys; print "%s.%s.%s" % sys.version_info[:3];
npm ERR! gyp ERR! stack   File "<string>", line 1
npm ERR! gyp ERR! stack     import sys; print "%s.%s.%s" % sys.version_info[:3];
npm ERR! gyp ERR! stack                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
npm ERR! gyp ERR! stack SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
npm ERR! gyp ERR! stack 
npm ERR! gyp ERR! stack     at ChildProcess.exithandler (node:child_process:419:12)
npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:513:28)
npm ERR! gyp ERR! stack     at maybeClose (node:internal/child_process:1091:16)
npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:302:5)
npm ERR! gyp ERR! System Linux 5.19.0-35-generic
npm ERR! gyp ERR! command "/usr/bin/node" "/home/chchang/git/aurora/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
npm ERR! gyp ERR! cwd /home/chchang/git/aurora/node_modules/node-sass
npm ERR! gyp ERR! node -v v18.15.0
npm ERR! gyp ERR! node-gyp -v v3.8.0
npm ERR! gyp ERR! not ok 
npm ERR! Build failed with error code: 1

项目启动出现错误

更新:

安装的node版本14.0.0再尝试可行!
可安装nvm进行node版本管理!

Version

node 16.14.0
npm 8.3.1

Error

执行 npm install 出现警告

npm WARN old lockfile The package-lock.json file was created with an old version of npm,
......

执行 npm start 出现错误

'vue-cli-service' 不是内部或外部命令,也不是可运行的程序或批处理文件。

package.json

{
  "name": "aurora",
  "version": "2.0.0",
  "description": "An awesome blog theme",
  "author": "蝉時雨 <[email protected]>",
  "license": "MIT",
  "scripts": {
    "start": "npm run serve",
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint"
  },
  "dependencies": {
    "@moefe/vue-aplayer": "^2.0.0-beta.5",
    "aos": "^3.0.0-beta.6",
    "clipboard": "^2.0.6",
    "core-js": "^3.6.5",
    "gitalk": "^1.6.2",
    "highlight.js": "^10.2.0",
    "katex": "^0.12.0",
    "leancloud-storage": "^4.6.1",
    "marked": "^1.1.1",
    "timeago.js": "^4.0.2",
    "vue": "^2.6.12",
    "vue-progressbar": "^0.7.5",
    "vue-router": "^3.4.3",
    "vuex": "^3.5.1",
    "zooming": "^2.1.1"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^4.5.4",
    "@vue/cli-plugin-eslint": "^4.5.4",
    "@vue/cli-plugin-router": "^4.5.4",
    "@vue/cli-plugin-vuex": "^4.5.4",
    "@vue/cli-service": "^4.5.4",
    "@vue/eslint-config-prettier": "^6.0.0",
    "babel-eslint": "^10.1.0",
    "eslint": "^7.8.1",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-vue": "^6.2.2",
    "node-sass": "^4.14.1",
    "prettier": "^2.1.1",
    "sass-loader": "^10.0.2",
    "vue-template-compiler": "^2.6.12"
  }
}

分类与文章标题的中英文字符占位显示问题

使用过程中发现现象

  • 电脑模式访问会有这种现象,平板和手机正常显示。

  • 在电脑模式下,分类-代码库-“life is short,code is long” 显示不完全。

  • 新建文章中的标题似乎也有字符占比问题,英文与符号跟中文占位一样,稍长的英文做标题会出现。

表白 打call!
時雨同学的aurora主题太棒啦,爱了爱了。

  • 书单可以动的书是最爱

  • 可爱的卡通小人 嘻嘻

  • 联动github issues 写文章 任何修改都有记录

  • 灵感部分简洁舒适 爱

偷懒的小求助

  • 文章图片默认如何设置成多张,新建文章随机选择,好想偷懒(没脸)

  • 电脑模式访问 书单-读书笔记-描述,鼠标移动此处会浮动出链接,若链接太长,显示溢出边框(带有中文的链接转换成字符后非常长 不能看,如何设置隐藏或者使只显示适当长度的链接 )

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.