Created
July 18, 2015 18:58
-
-
Save NakedMoleRatScientist/033aba0f2b393e0c690f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!!! | |
%html{:lang => "en"} | |
%head | |
%meta{:charset => "utf-8"} | |
%title | |
A Brand New nanoc Site - #{@item[:title]} | |
%link{:href => @items['/stylesheet/'].path, :rel => "stylesheet"} | |
/ you don't need to keep this, but it's cool for stats! | |
%meta{:content => "nanoc #{Nanoc::VERSION}", :name => "generator"} | |
%body | |
#main | |
= yield | |
#sidebar | |
%h2 Documentation | |
%ul | |
%li | |
%a{:href => "http://nanoc.ws/docs/"} Documentation | |
%li | |
%a{:href => "http://nanoc.ws/docs/tutorial/"} Getting Started | |
%h2 Community | |
%ul | |
%li | |
%a{:href => "http://groups.google.com/group/nanoc/"} Discussion Group | |
%li | |
%a{:href => "irc://chat.freenode.net/#nanoc"} IRC Channel | |
%li | |
%a{:href => "http://github.com/nanoc/nanoc/wiki/"} Wiki |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment