Giter VIP home page Giter VIP logo

hexo-wiki's Introduction

hexo-wiki

介绍

为了做个自己的知识管理,用了 Hexo ,但是没有发现自己心仪的主题,就自己做了一个。

预览地址: https://itabyss.github.io/

教程文章:https://www.cnblogs.com/yyhh/p/11058985.html

img

创建Hexo

mkdir ~/blog/hexo
cd ~/blog/hexo
hexo init

下载主题

git clone https://github.com/ITAbyss/hexo-wiki.git themes/hexo-wiki

下载必要的组件

首先得有『node.js』来执行『npm』

npm install hexo-directory-category --save

『_config.yml』其中必要修改的有以下

# 获取文件相对目录的图片
post_asset_folder: true

# 不需要高亮,使用了highlight.js
highlight:
   enable: false
   line_number: false
   auto_detect: false
   tab_replace:

# 修改主题
theme: hexo-wiki

hexo-wiki's People

Contributors

itabyss 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.