Git Product home page Git Product logo

nblog's Introduction

NBlog

灵感来源于这篇 文章

配置

配置文件位于 /data/config.json

  • title:博客名称
  • root:博客根网址

  • author: 作者信息

    • name:名称
    • image:玉照
    • intro:介绍
  • catagories: 目录配置

静态资源

样式

暂不支持自定义样式

写作

将文章放入/posts目录即可. NBlog 支持 markdown 和 HTML.

文章元数据 frontmatter

  • title: articel's title, if null, NBlog will regard the file name as title
  • date: Due to node cannot read the file's meta date, you need to add a date by yourself.

部署

本系统是纯静态的,可以零成本部署。推荐使用Vercel

将本仓库 fork 至你的 hub 账户下,绑定 vercel 即可快速部署。仓库的任何更新都会自动部署。

你也可以自己部署,执行以下命令即可:

npm run deploy

nblog's People

Contributors

dependabot[bot] avatar rivertwilight 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.