Skip to content

Commit 9911d38

Browse files
authored
chore: refactor the repo (#12)
1 parent 0a111e0 commit 9911d38

File tree

12 files changed

+28
-54
lines changed

12 files changed

+28
-54
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
install:
2+
go install ./gnoblog-cli
3+
4+
test:
5+
go test -v ./...

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
# blog
1+
# `gnolang/blog`
2+
3+
_Disclaimer: This repo is highly experimental and subject to breaking changes._
4+
5+
Tools and content to manage blogposts on the [`r/gnoland/blog` realm](https://github.com/gnolang/gno/tree/master/examples/gno.land/r/gnoland/blog),
6+
powered by the [`p/demo/blog` library](https://github.com/gnolang/gno/tree/master/examples/gno.land/p/demo/blog).
7+
8+
(Current) live version: https://test3.gno.land/r/gnoland/blog.
9+
10+
## Posts ([`./posts`](./posts))
11+
12+
The blog posts are written in markdown format, and include a frontmatter prefix to define metadata.
13+
14+
## CLI ([`./gnoblog-cli`](./gnoblog-cli))
15+
16+
_See [#1](https://github.com/gnolang/blog/issues/1)_
17+
18+
This is a standalone client for managing blog posts located in [`./posts`](./posts).
19+
It functions similarly to [`gnokey`](https://github.com/gnolang/gno/tree/master/gno.land/cmd/gnokey), but is solely dedicated to blog content.
20+
21+
## Reporting scripts ([`./reporting`](./reporting))
22+
23+
You'll find scripts in this folder for generating reports based on contributions and activity.

gnoblog-cli/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)