GithubHelp home page GithubHelp logo

wangxihao / imuncle.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from imuncle/imuncle.github.io

0.0 1.0 0.0 22.66 MB

大叔的个人小站

Home Page: https://imuncle.github.io/

CSS 23.13% HTML 28.87% JavaScript 48.01%

imuncle.github.io's Introduction

大叔的个人小站

这里是大叔的个人小站,我会不定期在这里更新我的学习心得,以及相关教程。

本小站目前有以下板块:

小站网址:https://imuncle.github.io

小站架构

本站基于GitHub的issue系统搭建,评论功能参考了开源项目Gitment,借用了该项目的css样式。

文章浏览功能参考GitHub API自己写了一个,发布文章直接在GitHub issue界面进行。

整个博客架构非常简单,核心内容只有四个HTML文件和一个JavaScript文件(gitblog.js),另外我添加了live2d模型。

imuncle.github.io
├── index.html                  # 小站主页
├── content.html                # 文章详情页
├── issue_per_label.html        # 文章列表页
├── 404.html                    # Not Found
├── api.html                    # api接口
├── example.html                # 详情参考 https://imuncle.github.io/content.html?id=55
├── config.json                 # 小站配置文件
├── css
│   ├── bootstrap.min.css
│   ├── common.css
│   ├── gitment.css
│   └── home.css
├── image                       # 文章里用到的图片
├── js 
│   ├── jquery.min.js
│   ├── typed.js                # 实现首页动态打字效果
│   ├── gitblog.js              # 小站核心程序
│   ├── live2d.js               # Live2d驱动程序
│   └── LAppDefine.js           # Live2d配置文件
├── model/22                    # Live2d模型
└── README.md

小站架构已开源,可用于自己搭建博客,详见gitblog。求各位大佬点个Star~

gitblog中没有集成live2d模型,但可参考我的另一个live2d仓库

imuncle.github.io's People

Contributors

imuncle avatar

Watchers

James Cloos 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.