hagenburger / pimd

PIMD – Processing Instructions for Markdown
https://hagenburger.github.io/pimd-docs/
MIT License
20 stars 5 forks source link

Create simple website #63

Open hagenburger opened 5 years ago

hagenburger commented 5 years ago

Create simple website with the following structure:

/                     # Home page with live preview and rendered README below,
/plugins/highlight    # Renderered /plugins/highlight/README.md
/plugins/preview      # Renderered /plugins/preview/README.md
/plugins/...          # All other plugins’ README.md
  1. Create a new folder website in the rempository
  2. Move Gulp config from demo to website folder (keep the demo in demo)
  3. A Side bar should link to all plugins

Styling is less important. First we should get the information out.

violetadev commented 5 years ago

As @dianavile has been working on all the content, I have focused on creating the structure of the site and the different sections. I am finishing it now :) @dianavile can replace the lorem ipsum with the content she has

violetadev commented 5 years ago

#63: Create