Giter VIP home page Giter VIP logo

kele-bingtang.github.io's Introduction

欢迎来到我的博客,请放下浮躁,细细品尝她,希望不会让你失望。

1️⃣ 完整版主地址(快):https://notes.youngkbt.cn/

2️⃣ 完整版 GitHub Pages 地址(中、快):https://github.youngkbt.cn/

3️⃣ 完整版 Gitee Pages 地址(快):https://kele-bingtang.gitee.io/

4️⃣ 完整版个人服务器地址(慢):https://server.notes.youngkbt.cn/

5️⃣ 纯净版主地址(没有花里胡哨的效果,快):https://pure.notes.youngkbt.cn/

6️⃣ 纯净版 GitHub Pages 地址(没有花里胡哨的效果,快):https://github.youngkbt.cn/pure-blog/

目录页的front matter

---
pageComponent: # 使用页面组件
  name: Catalogue # 组件名:Catalogue => 目录页组件 ,使用目录页时 必须 设置为Catalogue
  data: # 组件所需数据
    path:  01.学习笔记/01.前端 # 设置为`docs/`下面的某个文件夹相对路径,如‘01.学习笔记/01.前端’ 或 ’01.学习笔记‘ (有序号的要带序号)
    imgUrl: /img/web.png # 目录页内的图片
    description: JavaScript、ES6、Vue框架等前端技术 # 目录描述(可加入a标签)
title:  # 页面标题
date:  # 创建日期
permalink: /note/javascript # 永久链接
sidebar: false # 不显示侧边栏
article: false # 不是文章页 (不显示面包屑栏、最近更新栏等)
comment: false # 不显示评论栏
editLink: false # 不显示编辑按钮
---

笔记文档的front matter

---
title:     # 页面标题
date:     # 创建日期
permalink:  # 永久链接
categories:  # 所在目录
  - 
tags:    # 所属标签
  - 
---

完整的front matter

---
title: 标题
date: 2020-02-21 14:40:19
permalink: /pages/a1bc87
categories:
  - 分类1
  - 分类2
tags:
  - 标签1
sidebar: false
article: false
comment: false
editLink: false
author:
 name: 作者
 link: https://xxx.com
sticky: 1  # 置顶,1 最高,数字越大,置顶地位越低下
---

kele-bingtang.github.io's People

Contributors

kele-bingtang 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.