Coder Social home page Coder Social logo

基于docsify的个人博客网站,具有多语言切换、分页、页脚和代码复制功能。

介绍

7habit是一个基于docsify生成的个人博客网站,主要实现多语言控制。简单的侧边栏和顶部导航,markdown文字。这个主要分支是初始版本,并且是免费的。

  1. 网站的主页配置默认是英文,如果你想默认为中文可以自行切换。
  2. 根目录下的sidebar、navbar、README文件需与主语言对应,主语言文件夹下的README需和根目录下的README相同。
  3. 其他语言自行配置sidebar、navbar、README
  4. 语言切换由navbar文件配置。

Directory structure

.  
├── CNAME                     //github配置  
├── .nojekyll                 //github配置不忽略`_开头`的文件  
├── README.md                 //此文档仅用作github展示  
├── sw.js                     //缓存配置  
├── _coverpage.md             //封面  
├── index.html                //网站index配置  
├── style                     //本地css,js,image图片  
├── en-us                     //英文博客目录  
│       ├── 01_proactive      //英文博客下的文章目录之一  
│       └── README.md         //英文博客主页  
│       └── assets            //此目录下用到的静态资源  
│       └── _navbar.md        //顶部导航  
│       └── _sidebar.md       //侧边目录    
└── zh-cn                     //中文博客目录  
        ├── 01_proactive      //中文博客下的文章目录之一  
        └── README.md         //中文博客主页  
        └── _navbar.md        //中文顶部导航栏  
        └── _sidebar.md       //中文侧边栏  
        └── assets            //此目录下用到的静态资源  

截图:

PC

mobile

william's Projects

7habit icon 7habit

7habit.top是一个个人成长网站,主要践行《七个习惯》这本书的内容,以此打造成功的人生。再此记录意义在于,给大家一点点参考和启发。

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.