2014-01-28 12:58:12 +01:00
|
|
|
blog
|
|
|
|
====
|
2014-01-28 15:05:04 +01:00
|
|
|
|
2015-08-22 21:41:55 +02:00
|
|
|
## create environment ##
|
2017-05-23 11:26:00 +02:00
|
|
|
1. `make writingenv`
|
2014-01-28 15:05:04 +01:00
|
|
|
|
|
|
|
## write ##
|
2015-08-22 21:41:55 +02:00
|
|
|
1. create new post with `make newpost`
|
|
|
|
2. write the post with`vim content/posts/new-blog-post.md`
|
|
|
|
3. upload with `make ftp_upload`
|
2018-12-19 16:07:46 +01:00
|
|
|
|
|
|
|
## resize images ##
|
|
|
|
1. `mogrify -resize "960x>" -strip -interlace Plane -quality 85% *`
|