ninthakeey

OooOoops

  • 主页
所有文章 关于我

ninthakeey

OooOoops

  • 主页
2019
2019-12-30

使用Rust、Actix-web和MongoDB构建简单博客网站-03

  • rust
  • actix-web
  • mongodb
  • rust
2019-11-17

使用Rust、Actix-web和MongoDB构建简单博客网站-02

  • rust
  • actix-web
  • mongodb
  • rust
2019-09-28

使用Rust、Actix-web和MongoDB构建简单博客网站-01

  • rust
  • actix-web
  • mongodb
  • rust
© 2020 ninthakeey
Hexo Theme Yilia by Litten
  • 所有文章
  • 关于我

tag:

  • rust
  • actix-web
  • mongodb

    缺失模块。
    1、请确保node版本大于6.2
    2、在博客根目录(注意不是yilia根目录)执行以下命令:
    npm i hexo-generator-json-content --save

    3、在根目录_config.yml里添加配置:

      jsonContent:
        meta: false
        pages: false
        posts:
          title: true
          date: true
          path: true
          text: false
          raw: false
          content: false
          slug: false
          updated: false
          comments: false
          link: false
          permalink: false
          excerpt: false
          categories: false
          tags: true
    

很惭愧

只做了一点微小的工作
谢谢大家