Giter Site home page Giter Site logo

easyhexo / easy-hexo Goto Github PK

View Code? Open in Web Editor NEW
412.0 8.0 75.0 50.7 MB

🤘 Build your own website with Hexo, the easy way. | 轻松使用 Hexo 建站。

Home Page: https://easyhexo.com

License: Other

JavaScript 100.00%
hexo blog hexo-theme hexo-plugin documentation static-site-generator javascript website

easy-hexo's People

Contributors

abc1763613206 avatar alpha1022 avatar careyq avatar chungzh avatar cjh0613 avatar dependabot[bot] avatar ffdy avatar gatesma avatar liuyib avatar markjuruo avatar mitscherlich avatar monkeywithacupcake avatar monologuechi avatar moshicoco avatar odeinjul avatar shen-yu avatar snowflake-pink avatar spencerwooo avatar susreal avatar xpoet avatar yi-yun avatar yue-plus avatar zkqiang 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

easy-hexo's Issues

添加 .editorconfig

使用 editorconfig 规范编辑器行为已经成为了许多项目的协作基础,并总是不需要依赖 linter 去规范代码风格,使用编辑器的格式化功能也可以解决大部分问题。以下是我惯用的配置示例:

root = true

[*]
end_of_line = lf
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

[{package.json, .travis.yml}]
indent_style = space
indent_size = 2

[Hexo 使用问题汇报] 首页文章链接全部都是title页

  • 问题简介(*)

    • 首页的文章链接,全都是title页面的链接
  • Hexo 版本(*)

    • 5.4.0
  • 使用的主题以及版本(*)

    • Keep
    • 3.4.5
  • 预想结果(*)

    • 点击首页文章能够正常跳转
  • 实际结果(*)

    • 全都会跳转到title页面
  • 您的网站

  • 其他信息

    • 项目相关依赖
           "hexo-baidu-url-submit": "0.0.6",
           "hexo-deployer-git": "^3.0.0",
           "hexo-filter-mathjax": "^0.7.1",
           "hexo-generator-archive": "^1.0.0",
           "hexo-generator-baidu-sitemap": "^0.1.9",
           "hexo-generator-category": "^1.0.0",
           "hexo-generator-index": "^2.0.0",
           "hexo-generator-searchdb": "^1.3.4",
           "hexo-generator-sitemap": "^2.1.0",
           "hexo-generator-tag": "^1.0.0",
           "hexo-renderer-ejs": "^1.0.0",
           "hexo-renderer-marked": "^4.0.0",
           "hexo-renderer-stylus": "^2.0.0",
           "hexo-server": "^2.0.0",
           "hexo-theme-keep": "^3.4.3",
           "hexo-theme-landscape": "^0.0.3"
      

Valine 评论经常抽风

rt,Valine 评论经常无法打开,开发的大佬们注意一下。
除非你关掉再打开网站,不然就会无法看到评论区。

【投稿请求】把 Hexo 博客部署到 Cloudflare Pages

Cloudflare Pages 是 Cloudflare 发布的前端网站托管服务,它可以充分利用 Cloudflare 的 CDN 为页面提供加速。Cloudflare Pages 支持多种框架,例如 Hexo、Hugo、Jekyll、Next.js 等。你可以把网站源码放在 GitHub 上,然后让 Cloudflare Pages 关联到源码所在的仓库,只要将更新推送到源码仓库,Cloudflare Pages 就会自动编译生成网站页面,并部署到 Cloudflare 的云服务器上。

我发现可以把 Hexo 博客部署到 Cloudflare Pages,这样可以省去购买 VPS 的费用,省去配置 VPS 的麻烦,而且在墙内访问可以加速。

我写了一篇 文章,介绍如何把 hexo 部署到 Cloudflare Pages,想投给 Easyhexo,请问是否接收?

[Hexo 使用问题汇报] 无法部署网站

  • 问题简介(*)无法通过hexo d将修改的hexo上传到布置的git上

  • Hexo 版本(*)
    hexo 3.8.0

  • 使用的主题以及版本(*)
    next pisces

  • 预想结果(*)修改博客后,上传到github上

  • 实际结果(*)本地的可以查看,github.io上不行

  • 您的网站
    YUANbeautif7.github.io

  • 其他信息

hexo-sliding-spoiler插件内容撰写

计算机向的博客不可避免的会有大量代码。这个插件能在有长代码的时候做成可收起的样式,也支持Markdown语法。

Easy-Hexo 专栏意见征集

由于我感到文档还是不够基础,我们决定开一个专栏写一些很基础的东西。比如:『Hexo 卜算子计算访客数为什么无法加载?』、『为什么我的 Hexo 样式丢失了?』之类的写进文档无法分类的问题。

目前专栏发布平台有以下几种选择:


已放弃的平台有:

  • CSDN
  • 知乎专栏

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.