Customization Guide

320 字
1 分钟

ulBo is designed for fast customization through one conf.json file.

Edit conf.json:

{
  "site": {
    "url": "https://example.com",
    "title": "My Blog",
    "description": "Thoughts on code and life",
    "locale": "zh_CN"
  },
  "author": {
    "name": "Your Name"
  }
}

If you leave avatar empty in src/config/about.ts, the about page automatically shows an initial-letter placeholder.

Last updated on