jr

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

Github stars Tracking Chart

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.

Visit the Demo

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.

Background Images

For those of you who like to include photo mastheads or body background images on your posts. Simply add Markdown images tag with the name of the DOM element (prefixed with an underscore).

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

MIT License with ♡ from David Pennington

Donate Stellar to xeoncross

Main metrics

Overview
Name With Ownerxeoncross/jr
Primary LanguageHTML
Program languageCSS (Language Count: 3)
Platform
License:Other
所有者活动
Created At2014-05-17 18:56:53
Pushed At2020-11-02 08:18:16
Last Commit At2018-10-04 10:59:25
Release Count2
Last Release Namev1.2 (Posted on )
First Release Namev1.0 (Posted on )
用户参与
Stargazers Count759
Watchers Count24
Fork Count40
Commits Count29
Has Issues Enabled
Issues Count21
Issue Open Count14
Pull Requests Count4
Pull Requests Open Count6
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private