shblog/README.md

36 lines
367 B
Markdown
Raw Permalink Normal View History

2025-02-23 18:22:52 +00:00
Generate blog by ShellScript
=============================
Run
---
```
make serve
```
Open url http://localhost:8999 to view.
Build
---
```
make
```
Write post
---
```
make post
```
Notes:
======
[01] You should write code by yourself.
[02] Article suffix is txt. The first row is the time, the second row is the title.
[03] Use the GNU version of `sed`.
2025-02-23 17:29:53 +00:00