Giter VIP home page Giter VIP logo

blog's Introduction

dyblog

bundle exec jekyll serve -w --host=0.0.0.0 > /data//blog/blog.log 2>&1 &

或者直接通过shell命令执行run.sh脚本

添加目录在archives目录下,category为各分类,子目录名称为各功能名称 archives/article为存放文章的地方首页的地方

配置映射路由在_includes/archives/data.html

1.设置各知识点导图

 这个在archives目录下
 archives/
    index.html                      用来设置首页导图
    /category/                      各个子知识点导图
        /java/                      java知识导图目录
            /index.html             java知识导图首页
    /article/                       文章列表首页
        java/                       java下的知识列表
            /juc/index.html         juc相关的知识列表,通过列表点击进入文章详情,文章详情存放在_includes/archives下,具体的文章是存放在_posts目录下的,在这个目录,我们可以将文件名命名为我们对应的知识点的名称

1.设置文章列表 2.设置文章详情

如果要将文章归类到哪个列表,需要修改对应文章.md中到category : java/juc 的值,这个值在 _includes/archives/java/juc/article_list.html中有用到

blog's People

Contributors

raoshihong avatar

Watchers

James Cloos avatar  avatar

Forkers

diatsigk

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.