It is my blog. And I build this with Javascript and CSS, no framework at all.
have a glimpse of my blog (CHINESE character)
I prefer writing blog in markdown with Typora, which has a feature that can convert a *.md file into *.html
I've learned that git push is necessary when setting a blog via Github pages, I don't want to learn how other framework works, so I build a blog tool for myself.
if you like, you can clone this repo and have a try.
a bat/bash file to find the newest blog file and thumbnail image, writing html into list.html, then git push.
-
clone this repo and git push.
-
wrte a new blog in Typora, export into
htmlwithout styles. -
put the *.html into folder
./blog, and new blogs thumbnail *.png into./list-img -
WINDOWS: (power Shell)
.\update.bat MEMOLinux:
./update MEMO -
all be well done if lucky.
this tool is only work in Windows ( because of I used *.bat for auto update ).
update a Linux bash. You can keep the file you need and delete the others. (for Windows make.bat, update.bat, for Linux update)