I really need to remember how to post and edit this blog...
It is created on a Mint VM.
Login to the console as me...
cd WebProject/
Activate the Python Virtual Environment.
source bin/activate
Move to the blog workspace
cd MyBlog/
Edit a post
nano content/t1.md
Create the html
make html
Clean the blog if necessary - following config changes
s3cmd --recursive --force del s3://blog.magicwilly.info
Upload the changed files to host
s3cmd --no-mime-magic -M -P sync ./output/ s3://blog.magicwilly.info
Comments
comments powered by Disqus