All Projects → axetroy → Blog

axetroy / Blog

📖基于Github API 的动态博客

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Blog

My Blog
🌴A simple & beautiful blogging system implemented with spring-boot & thymeleaf & mybatis My Blog 是由 SpringBoot + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验
Stars: ✭ 2,400 (+1271.43%)
Mutual labels:  blog
Blog
云音乐大前端技术专栏
Stars: ✭ 168 (-4%)
Mutual labels:  blog
Mayblog
Yet another django based blog created in May 2015
Stars: ✭ 171 (-2.29%)
Mutual labels:  blog
Hexo Theme Shana
what's a cool hexo theme!
Stars: ✭ 166 (-5.14%)
Mutual labels:  blog
Blog.rust Lang.org
The Rust Programming Language Blog
Stars: ✭ 168 (-4%)
Mutual labels:  blog
Pipe
🎷 B3log 分布式社区的 Go 博客端节点系统,欢迎加入下一代社区网络。B3log distributed community blog-end node, welcome to join the next generation community network.
Stars: ✭ 169 (-3.43%)
Mutual labels:  blog
Code2sec.com
xmind\code\articles for my personal blog 个人博客上的资源备份存储,也是个人分享的汇总
Stars: ✭ 164 (-6.29%)
Mutual labels:  blog
Sheets
Store & retrieve your static content in plain text files
Stars: ✭ 175 (+0%)
Mutual labels:  blog
Pluxml
PluXml, Moteur de Blog et CMS à l'XML sans base de données
Stars: ✭ 168 (-4%)
Mutual labels:  blog
Blog
serverless.com/blog – Posts from the Serverless community & core team. Contributions welcome!
Stars: ✭ 171 (-2.29%)
Mutual labels:  blog
Blog
Code for my personal blog built with Gatsby
Stars: ✭ 167 (-4.57%)
Mutual labels:  blog
Louiszhai.github.io
前端知识梳理,力求全面透彻
Stars: ✭ 168 (-4%)
Mutual labels:  blog
Django Blog Zinnia
Simple yet powerful and really extendable application for managing a blog within your Django Web site.
Stars: ✭ 2,035 (+1062.86%)
Mutual labels:  blog
Blog
个人博客,希望能让各位看官有所收获,喜欢可以 star || watch ^_^ 🎉
Stars: ✭ 166 (-5.14%)
Mutual labels:  blog
Kross Hugo
Kross Creative Portfolio Template
Stars: ✭ 172 (-1.71%)
Mutual labels:  blog
Gatsby Theme Superstylin
💅 A Gatsby Theme with styled-components
Stars: ✭ 165 (-5.71%)
Mutual labels:  blog
Halo Theme Hshan
一款简洁但不简单的halo主题,大道至简
Stars: ✭ 171 (-2.29%)
Mutual labels:  blog
Sinn
a blog based on of react,webpack3,dva,redux,material-ui,fetch,generator,markdown,nodejs,koa2,mongoose,docker,shell,and async/await 基于react+koa2技术栈的个人开源博客系统
Stars: ✭ 175 (+0%)
Mutual labels:  blog
Fornax
Scriptable static site generator using type safe F# DSL to define page templates.
Stars: ✭ 175 (+0%)
Mutual labels:  blog
Blog
灵魂画手的博客
Stars: ✭ 170 (-2.86%)
Mutual labels:  blog

Build Status DeepScan grade License Prettier Node Size

欢迎来到我的个人主页

本站托管于 Github,所有数据来源于 Github,通过动态加载数据渲染页面

Server Less进行到底

特性

  • [x] 博客
  • [x] 代码片段 Gist
  • [x] 仓库集合
  • [x] 计划任务 TODO
  • [x] 响应式
  • [x] Progressive Web Apps
  • [x] 数据持久化
  • [x] 按需加载
  • [x] 静态类型检查
  • [ ] i18n
  • [x] 分析 Github 相关数据
  • [x] 集成FireBase
  • [x] 支持Github GraphQL API v4

技术栈

  • React 全家桶
  • Ant-Design
  • Github Api
  • Flow

为什么不使用 Hexo 之类的静态站点

Hexo 的流程:

  • 新建一个 xxx.md(无论是手动或命令行)
  • 编辑相应的信息, 如发布日期, 分类, 标签, 内容.
  • 本地预览
  • 将 markdown 构建成 html 静态文件
  • 部署到服务器
  • push 源代码

它并不适合我:

  • 疲与上面的步骤
  • 依赖于开发环境,首先你要有 NodeJS 以及 Hexo
  • 修改麻烦,有时就想要改一个字,还得打开编辑器,修改,build,部署.

我的目标是:部署之后,不用再 care 源码,也不依赖于生产环境,登陆 Github 就操作。

开源许可

The MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].