Skip to content
This repository has been archived by the owner on May 3, 2018. It is now read-only.

argovaerts/jr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Jr! (v1.2)

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.

Jr includes a post editor you can use to write your posts using a live preview of the rendered markdown. It uses localStorage to persist your writings even if you lose power.

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 it up to your web host

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

Degrading gracefully in the absence of JavaScript

If you want the MarkDown content to appear as human-readable MarkDown text in browsers without JavaScript (instead of as an undelimited blob), add a line like this at the top of your documents:

[enable JavaScript to render MarkDown]: <pre>

This is a MarkDown comment that will not be rendered, but HTML renderers will see the <pre> tag and act accordingly.

Masthead Images

For those of you who like to include photo mastheads on your posts. Simply place a Markdown image tag at the top of your post (within the first 100 characters) and it will be displayed in the header.

![masthead](http://example.com/image.jpg)

MIT License with ♡ from David Pennington

Donate Stellar to xeoncross

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 44.2%
  • JavaScript 31.9%
  • HTML 23.9%