content | ||
cookiecutter-new-post | ||
pelican-plugins@6dbc6833bc | ||
themes | ||
writing_env | ||
_nb_header.html | ||
.gitignore | ||
.gitmodules | ||
docker-compose.yml | ||
Makefile | ||
newpost.py | ||
pelicanconf.py | ||
publishconf.py | ||
README.md |
blog
create environment
make writingenv
write
- create new post with
make newpost
- write the post with
vim content/posts/new-blog-post.md
- upload with
make ftp_upload