Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 943 Bytes

README.textile

File metadata and controls

33 lines (20 loc) · 943 Bytes

License

All the original content (posts and pages) is Copyright Julian Yap.

All other directories and files are MIT Licensed. Feel free to use the HTML and CSS as you please but I would greatly appreciate if you put a little bit of effort into changing the colors and look of your site.

Specifically:

  • Please review the CSS for css/layout.css as this file contains all the base layout overrides that differ from Skeleton.
  • Please do not use the diamond glyph since I want to keep that unique in my design.

If you happen to find inspiration in my site, a link back to my web site http://julianyap.com and letting me know via Twitter would be appreciated, but is not required.

My notes

Generate and run locally with automatic regeneration


jekyll --server --auto

Browse


http://localhost:4000

New post


rake new_post["Post Title"]