https://github.com/leegeunhyeok/bxd-docs
📦 The BoxDB documentation website
https://github.com/leegeunhyeok/bxd-docs
Last synced: 24 days ago
JSON representation
📦 The BoxDB documentation website
- Host: GitHub
- URL: https://github.com/leegeunhyeok/bxd-docs
- Owner: leegeunhyeok
- Created: 2021-07-06T11:52:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T11:03:35.000Z (about 3 years ago)
- Last Synced: 2025-02-14T11:54:17.145Z (3 months ago)
- Language: HTML
- Homepage: https://bxd.vercel.app
- Size: 2.37 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BoxDB documentation
## Setup
- Install [hugo](https://gohugo.io)
```bash
# Update submodules
git submodule update --init --recursive# Create new page
hugo new content/filename.md# Start local server for preview (draft contents included)
hugo server -D# Build
hugo -d dist
```