- pip install pelican markdown
- git clone https://github.com/0xddaa/blog
- cd blog && git submodule init && git submodule update
- write an article under
content/$YEAR/$ARTICLE- put a exploit under
content/expand use[text]({filename}/exp/$FILE)to create a hyperlink to the exploit. - The same as above, put a picture upder
content/imageand usr:to display the picture.
- put a exploit under
./develop_server.sh start- access
http://$IP:8000to view the website - or just execute
make publishto generate the website without starting http server.
- access
./develop_server.sh stop- stop http server
- DO NOT start http server for a long time. It seems to exist memory leak issue...
make github- push the website to github page