7 lines
388 B
Markdown
7 lines
388 B
Markdown
- If using a precompiled version of mdf-blog, place the `mdf-blog` executable
|
|
in this directory (project root).
|
|
- Use `./new.sh` to create new blogpost in ./blogs. This will open your
|
|
editor defined by the EDITOR environment variable.
|
|
- Use `./run.sh` to generate all output files in "./public"
|
|
- Use `USERNAME="your username" PASSWORD="your password" ./push.sh` to
|
|
push to server.
|