spacer
  • Home
  • Calendar
  • Resources
    • Wiki
    • Got Ideas?
    • Google Group
    • TechHui
    • IRC
  • Events
  • Projects
  • Membership
  • About
Connect spacer
spacer spacer spacer spacer
Location & Hours
spacer 307c Kamani St
Honolulu, HI 96813
6pm-12am Monday - Friday 11am-6pm Saturday & Sunday
Mailing List
Visit this group
Membership spacer
spacer spacer spacer spacer
Upcoming Events
Our Projects
Behind HICapacity.org 2.0
February 6, 2012 by James Wang Share on Facebook

Over the past 2 months, HICapacity.org has gone through a major overhaul on the front-end and back-end. We want to take a moment to expose our architecture for the site, examine our choices, and talk about the future of the site.

Why Jekyll?

Take a look at the content on most sites. What actually warrants a backend database? Typically things such as logins, remote private API access, etc do. It turns out that, these services can sometimes be off-loaded to a web service with the proper security measures. Most of the time for a news-centric site, like ours, all we need is a static site generator. Jekyll is perfect for the job. You write all your posts by cloning a Git repository. You can save the server a lot of resources by using flat files generated from Jekyll. If you need plugins like Facebook, you can still add them to your site by calling their APIs through client side Javascript.

Read about Jekyll here - https://github.com/mojombo/jekyll

Presentation by Julie

Take time out of your day to come to Julie's presentation about Jekyll on Thursday, February 9, 2012 - 7 PM at the makerspace.

Posted in:
Programming
© HICapacity LLC
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.