Make blog website by shellscripts
posts | ||
public | ||
src | ||
LICENCE | ||
LICENSE | ||
makefile | ||
README.md |
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
.