Skip to content

lkvo1/lkvo.github.io

 
 

Repository files navigation

Blogforst

一个从零开始的开源博客网站

该项目从原生的前端框架开始

在我学习前端的过程中将会不断

  1. 逐步完善网站
  2. 优化目录结构
  3. 引入更多开源库
  4. 尝试从原生转至更加现代化的开发方式

欢迎创建分支来和我一起学习前端

此项目没有太大的开源的开源价值, 为个人学习使用, 详情请看开源许可证

How to get your own github activities in Blog

1.Creat "Blogforst/scr/config.js"

2.Write like this:

export const config = {
    github: {
        token: 'Your_Github_PAT',
        username : 'Your_Github_Name'
    }
}   

About

Undate when I study new thing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.8%
  • HTML 17.7%
  • CSS 12.5%