Skip to content
View 7habit's full-sized avatar
🏠
居家办公
🏠
居家办公

Block or report 7habit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
7habit/README.md

基于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

Popular repositories Loading

  1. 7habit 7habit Public

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

    JavaScript

  2. lifegame lifegame Public

    HTML

  3. FSMFrame-For-Unity FSMFrame-For-Unity Public

    专为Unity项目的使用的FSM有限状态机框架

    C#

  4. GameObjectPoolFrame GameObjectPoolFrame Public

    Unity对象池框架

    C#

  5. AssetBundleFrame AssetBundleFrame Public

    专用于Unity的AssetBundle简单框架

    C#