Coder Social home page Coder Social logo

ysanyu / hexo-theme-bubuzou Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bulandent/hexo-theme-bubuzou

0.0 0.0 0.0 417 KB

一个仿Vue官网风格的hexo主题 https://bubuzou.com/

License: MIT License

JavaScript 24.75% CSS 41.16% Pug 19.82% SCSS 14.26%

hexo-theme-bubuzou's Introduction

hexo-theme-bubuzou

更新日志

2021-4-4

  • 主题更变-暗色系
  • 文章页目录支持3级

2020-11-06

  • 加载优化
  • 文章页目录插件重写

2020-08-13

  • 文章页目录栏bug修复

2019-03-29

  • 文章页的右侧去掉“分类归档”、“标签云”和“最新文章”,右侧整块为文章目录
  • 文章评论系统和访问统计改成基于 leancloudvaline
  • 手机端头部菜单精简
  • 手机端去掉右侧导航栏

2017-07-21

  • bubuzou.css 规范化了css文件

2017-07-12

  • 评论系统由网易云跟帖改成了畅言

2017-06-25

  • 增加了文章访问次数的统计功能

2017-06-07

  • 文章目录优化,能够自适应定位

说明

hexo-theme-bubuzou主题是根据hexo里Apollo主题改编而来的,主题效果

安装

想要把hexo的主题应用到自己的博客上,需要在本地先构建好hexo所依赖的环境。hexo使用文档 大致的步骤是这样的:

  • 安装git
  • 安装node.js
  • 安装hexo
$ npm install -g hexo-cli
  • 构建站点
    $ hexo init d://Blog
    $ cd d://Blog
    $ npm install
  • clone主题 这个时候已经构建好了站点,但是使用的主题是hexo默认的landscape。所以如果需要变更为bubuzou主题,就需要从github上clone到本地,修改文件名为bubuzou,并且放到d://Blog/themehexo-theme-bubuzou主题
  • 修改主题 然后把blog目录下的_config.yml配置文件里的theme: landscape改成bubuzou即可
  • 安装依赖包 hexo里每个不同的主题所依赖的包都不尽相同。安装的默认主题已经包含了一些依赖包,但是对于bubuzou这个主题来说是不够的,所以还需要安装以下几个:
    npm install --save hexo-renderer-jade hexo-generator-feed hexo-generator-sitemap hexo-browsersync hexo-generator-archive
    npm install --save hexo-deployer-git hexo-generator-json-content hexo-generator-search

主题说明文档

协议

MIT Licence

hexo-theme-bubuzou's People

Contributors

bulandent avatar

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.