Go to file
Lars Müller 18b178426f
Update README.md
2018-08-13 11:52:27 +02:00
webpage Delete as 2018-07-20 19:10:09 +02:00
webpage_page Add files via upload 2018-07-20 19:17:33 +02:00
README.md Update README.md 2018-08-13 11:52:27 +02:00
background.png Add files via upload 2018-07-20 19:06:52 +02:00
index_template.html Add files via upload 2018-07-20 19:06:52 +02:00
jumbotron.css Add files via upload 2018-07-20 19:06:52 +02:00
parserv6.py Add files via upload 2018-07-20 19:06:52 +02:00
template.html Add files via upload 2018-07-20 19:06:52 +02:00

README.md

md-pypage(outdated : visit magicctf-website-source for a newer one : https://github.com/magicctf/webpage-source)

Markdown Python Page Generator - Create beautiful HTML5 Bootstrap Websites with no experience

Licence : Personal Use Licence

Instructions :

  1. Configure this stuff so that it fits for you; modify CSS, Footer & Page Titles in the template HTML files.

  2. Insert your Markdown files into the folder "webpage"

  3. Start the script

  4. When it asks for folder/directory, type "webpage"

  5. Enjoy your website ! It'll be in the same folder as "webpage", having the name "webpage_page".

  6. Note this uses reduced markdown. Examples : hyphens don't indicate the start of a list. Use * instead Bold : use double * Italic : use double underscore Blockquotes, Horizontal Rules, Links & Images as usual Links won't be autodetected, so put angle brackets around them, like <link> Headers : All writings accepted. Multiline code segments : As usual + GitHub style