Make blog website by shellscripts
Go to file
Charlie Root 1cd8e4243b PUSH
2025-02-23 18:27:11 +00:00
posts INIT 2025-02-23 18:22:52 +00:00
public PUSH 2025-02-23 18:27:11 +00:00
src PUSH 2025-02-23 18:27:11 +00:00
LICENCE INIT 2025-02-23 18:22:52 +00:00
LICENSE Initial commit 2025-02-23 17:29:53 +00:00
makefile INIT 2025-02-23 18:22:52 +00:00
README.md INIT 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.