jansu-dev / Jan-blog

That the repository was build is aim to log process of mysql TiDB Learning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jan's Blog

drawing

LICENSE Language Language Build Status vitepressDoc

  1. Previous time, the repo named TiDB-Learning-Notes, however, recently,I've merged some repo I created into the whole my own blog repo. So, please don't feel confused.
  2. By this actions, now, you could view almost my sharing in below internet link.
  3. You can access my blog by clicking the logo above.

Above all, now, you can click the online showing to see all documents I've written.

  1. Blog architecture, now, my blog has merged the discourse framework to improve interactive function.

    blog-arch

  2. Blog docs, you can click a specific doc to take a look, which is maintained at this repo.

    blog-pic

  3. Blog community, to tell the turth, It was implmented in another (repo link), if you're interested in.

    community-pic

How does it work

  1. It uses vitepress,which is a vue frame work crated by typescript programming language, as a basic framework to create blog.
  2. I coded some scripts using python3 to generated SideBar based on dictionary tree and filename of blog.

Look it on local

you can command them on terminal

git clone https://github.com/jansu-dev/Jan-Blog && cd Jan-Blog
yarn add --dev vitepress vue
yarn docs:dev

// browse content in chrome browsee
127.0.0.1:3000

About

That the repository was build is aim to log process of mysql TiDB Learning.

License:MIT License


Languages

Language:Python 99.2%Language:Makefile 0.8%