ssh new@prose.sh
you can see that.
inter your blog username
0001 create your blog #
first you need ceater a new directory of blog and then writer something in hello.md
like this :
This is my first blog post.
Check out some resources:
- [pico.sh](https://pico.sh)
- [lists.sh](https://lists.sh)
- [antoniomika](https://antoniomika.me)
- [erock.io](https://erock.io)
Cya!
0010 publish your blog #
when you writer blog work of finish, you can publish your blog in web server
use this command:
scp ~/blog/*.md prose.sh:/
parse your ssh passwork
0011 look #
now, you can look your publish file in the brower.
good luck for you!
0100 delete a blog #
If you want delete a blog, you need create a null file, have zero bytes.
//eg: delete delete.md
cp /dev/null delete.md
scp ./delete.md prose.sh:/
0101 customize your blog page #
If you want customize your blog page, you need create a special file "_readme.md"
---
title: some title!
description: this is a great description
nav:
- google: https://google.com
- site: https://some.site
---
Here is a quick intro to my personal blog!
This will show up on the blog landing page.
0110 use picture #
first you need upload your picture to prose server
it support .jpg .png .gif .webp .svg
reference in blog:
resize images:
![profile](/profile/x500) #auto scale width
![profile](/profile/) #scale width and height
![profile](/profile/500x) #auto cale height
delete a image:
create a null same name image, upload it
cp /dev/null delete.jpg
scp ./delete.jpg imgs.sh:/