/mypage

a page can deploy to server

Primary LanguageHTML

how to deploy

git clone https://github.com/liuqian62/mypage.git
cp mypage /var/

#yum install nginx -y
vim /etc/nginx/conf.d/my.conf
#修改路径



nginx -s reload

#nginx -s stop

pip install markdown-server
convert source_md_file target_html_file