https://github.com/ggdream/moment
轻量级迷你版博客
https://github.com/ggdream/moment
blog go-embed golang minify vue
Last synced: about 1 month ago
JSON representation
轻量级迷你版博客
- Host: GitHub
- URL: https://github.com/ggdream/moment
- Owner: ggdream
- Created: 2021-04-11T15:04:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T06:55:31.000Z (about 5 years ago)
- Last Synced: 2025-03-20T21:08:04.688Z (about 1 year ago)
- Topics: blog, go-embed, golang, minify, vue
- Language: Vue
- Homepage:
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 轻量级迷你博客
## 安装
1. 二进制分发
~~~sh
# 打开Release页面选择对应OS-ARCH下载
~~~
2. 手动编译并运行(exclude page)
~~~sh
# require golang sdk version >= 1.16
$ git clone https://github.com/ggdream/moment.git && cd moment
$ go generate
~~~
3. 手动编译并运行(include page)
~~~sh
# require golang sdk version >= 1.16 and node.js env
$ git clone https://github.com/ggdream/moment.git && cd moment
$ ./run.cmd # Windows
# or
$ ./run.sh # Linux or MacOS
# must compile the front page before running `go build` to be compiled into the binary file through `embed feature`
~~~