Quickly generate custom webpages from templates
Find a file
Gabriel Simmer 2da55a5281
Merge pull request #20 from OvidiuToma/hotfix/add_color
Hotfix/Allow colour styling
2018-10-21 14:20:18 -07:00
assets feedback fix 2018-10-15 13:27:57 +03:00
template feedback fix 2018-10-15 13:27:57 +03:00
.DS_Store hotfix/add_color - wip 2018-10-09 15:31:11 +03:00
.gitignore Add a gitignore file, right now all IntelliJ files are excluded 2018-10-10 09:16:20 +02:00
index.html feedback fix 2018-10-15 13:27:57 +03:00
LICENSE Add license 2015-08-27 00:03:26 +00:00
ndmw_wireframe.jpg Frontend rewrite, live preview but no download yet 2018-03-04 16:44:17 -08:00
README.md Update README (again) oops 2018-03-10 15:36:12 -08:00
templates.json feedback fix 2018-10-15 13:27:57 +03:00

Not Done My Website

Rewrite Goals

  • Move frontend to entirely HTML5 w/o framework or PHP
  • Create more templates
  • Work out system for easier template additions

What is this?

Not Done My Website is a little utility for generating index page placeholders based on required criteria, whether it's because you're working on your website or just need a placeholder page!

Running

Clone the repository to your webserver.

git clone git@github.com:gmemstr/notdonemywebsite.git

Then go to localhost/notdonemywebsite (or however you have your server set up) and generate away.

Adding Templates

Custom templates belong in the templates/ folder and should be entirely self contained, and preferably minimized as well. Feel free to make a pull request so we can add your template to the repository! These should be .html files.

Keywords for template

Keyword Replaced by
rep_SURL URL of the website
rep_SNAME Name of the website
rep_DEVNAME Name of the developer/designer