Skip to content

agius/prose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Columnist is a web-based interface for managing Jekyll-based websites.

Synopsis

Columnist is a web-interface dedicated for managing dynamic content of Jekyll-based websites. Users of Columnist can create and edit files that live within the _posts directory. Columnist is just a static webpage, without requiring any server-side bits. Instead it interacts directly with the Github API for managing your repo's contents.

How does it work?

Open http://columnist.devseed.com in your browser and login with your Github username and password.

Login Screen

Once you've managed that you are asked to select a repository containing a Jekyll-website.

image

The posts view shows all the articles you're site contains right now. You may want to switch between categories (which conform to subdirectories that live within _posts)

image

One more click and you're ready to edit an article. Just move the cursor to the Content Editor and write some Markdown code. Confirm you changes by hitting Publish and you're done.

image

Known Issues

  • Private Repositories are not listed (for whatever reason)

References

Source Code: http://github.com/developmentseed/columnist

About

A content editor for GitHub.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.0%
  • CSS 14.0%