Skip to content

Quickly generate custom webpages from templates

License

Notifications You must be signed in to change notification settings

ksandhu16/notdonemywebsite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

About

Quickly generate custom webpages from templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.0%
  • JavaScript 13.9%
  • CSS 7.1%