Skip to content

gohugonet/hugoverse

Repository files navigation

Hugoverse

Hugo headless CMS server

Prerequisite

Take MacOS for example:

  • Go:
  • Dart Sass: brew install sass/sass/sass
  • jq: brew install jq

PoC

  • DDD Ponzu to expose API
  • DDD Hugo to get content info
  • DDD Hugo to build site
  • Load Hugo project from file system
  • Manage Post through API
  • Build Site through API
  • Deploy Site through API

MVP

目标

为敏捷UP主 老袁讲敏捷 打造一体化的个人品牌官网,增强专业形象并提升影响力。

需要实现的功能

  • Hugoverse Notion Plugin
    • 登陆Hugoverse服务
    • 创建个人主页站点
    • 创建商业服务站点 - 个人陪跑教练
    • 创建Unfix敏捷小组介绍
  • Hugoverse待补全功能
    • 注册用户
    • 多租户管理

Next

  • I18N
  • Sitemap
  • Inline shortcode
  • Output Format: connect page layouts and page outputs, should separate the config info service and business logic
  • Docs