altuzar / jr

Jr. the static, static javascript site generator (you should see this)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Jr!

A static, static content generator that moves the "generator" part to the browser. This site is pure text files with a single Javascript included on each page that renders the theme and assets as needed.

Each page is written in markdown with a single <script> tag that includes Jr.js. Once you have created your pages then simply upload the system to your website and enjoy.

Getting Started

  1. Download Jr
  2. Create an [article-name].html file
  3. Paste the following code at the bottom of the page:
    <script src="jr.js"></script>
  4. git commit the new article or (sad face) SFTP up it to your web host

...and you're done! Rinse and repeat.

MIT License with ♡ from David Pennington

About

Jr. the static, static javascript site generator (you should see this)

License:Other