felixleong / felixleong.com

My current Wordpress blog migrated to Hyde

Home Page:http://felixleong.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyde implementation of felixleong.com

Previously hosted as a Wordpress blog -- here's comes my Hyde implementation with static HTML generating goodness!

Caveats

On a fresh instance, you'll need to execute hyde gen twice: the first execution will fail but the first-run will generate the blog tags HTML files,and hyde will be able to generate the site proper after that.

Credits and copyright notice

The theme in use is Mainstream by WooThemes, with some theme elements are stripped away based on my usage.

The current implementation is heavily referenced from Steve Losh's work and I had lifted his Fabric deployment script.

URL Structure

  • / - The home page, currently just a simple landing page with my short bio
  • /blog - Listing of the most recent blog posts
  • /blog/[year]/[month]/[pagename].html - The blog post entries
  • /blog/tags/[tagname] - The tag listing
  • /blog/pages/[pageno] - Pagination of the listing page
  • /blog/feed/ - ATOM feed of the blog
  • /blog/feed/pages/[pageno] - Pagination for the feed
  • /manga-tutorial/ - My tutorials on drawing manga
  • /*.html - Static pages

About

My current Wordpress blog migrated to Hyde

http://felixleong.com/


Languages

Language:CSS 94.7%Language:JavaScript 3.2%Language:Python 2.0%