hugo/commands
Austin Ziegler e68e7ef96f Configure footnote rendering.
- The config file can provide FootnoteAnchorPrefix, which will be used
  by blackfriday when rendering to HTML. A value of `q:` has the effect
  of making the anchor for a footnote `[^footie]` be `fn:q:footie`. The
  default is `""`.

- The config file can provide FootnoteReturnLinkContents, which will be
  used by blackfriday when rendering to HTML. A value of `^` has the
  effect of making the return link be `^` instead of `[return]`.
2014-10-07 16:43:33 -04:00
..
benchmark.go Fix benchmark panic 2013-11-01 20:36:11 -07:00
check.go Hugo config abstracted into a general purpose config library called "Viper". 2014-04-05 01:40:33 -04:00
convert.go added evaluation for toml for metadataformat date handling 2014-08-18 12:01:50 -04:00
hugo.go Configure footnote rendering. 2014-10-07 16:43:33 -04:00
limit_darwin.go Adding support for logging & verbose logging. Consolidation of error handling. Integration of jWalterWeatherman library. Fixed #137 2014-03-31 13:23:34 -04:00
limit_others.go Fix build 2014-02-18 18:40:55 -05:00
new.go Correct desc for hugo new command 2014-10-02 13:47:25 -04:00
server.go adding memstat option to server 2014-09-22 09:45:05 -04:00
server_test.go Support subdir in baseurl. 2014-08-25 11:51:51 -04:00
version.go Bumping Version to 0.13-DEV 2014-09-03 11:28:40 -04:00