brevno-suite/hugo
10 years agoFeed the titleized taxonomy key through string replace to replace '-' with ' ' for...
Joel Scoble [Thu, 2 Oct 2014 21:28:24 +0000 (16:28 -0500)]
Feed the titleized taxonomy key through string replace to replace '-' with ' ' for proper display of the taxonmy title

10 years agoadded In and Intersect template functions
Will Stevens [Thu, 2 Oct 2014 14:15:54 +0000 (10:15 -0400)]
added In and Intersect template functions

10 years agoUse md5 against the file path for uniqueness.
Austin Ziegler [Wed, 1 Oct 2014 18:26:43 +0000 (14:26 -0400)]
Use md5 against the file path for uniqueness.

10 years agoMake each generated page’s footnotes unique.
Austin Ziegler [Mon, 29 Sep 2014 14:02:45 +0000 (10:02 -0400)]
Make each generated page’s footnotes unique.

If content pages are fully rendered in a list page, footnotes that use
the same reference (`[^fn]`) will have duplicated anchors. This change
builds on #526 to put the page filename (`Page.File.Name`) as part of
the anchor for a footnote.

This would fix discussion [116](http://discuss.gohugo.io/t/footnote-references-are-duplicated-on-list-pages/116).

10 years agoConfigure footnote rendering.
Austin Ziegler [Sat, 27 Sep 2014 03:44:09 +0000 (23:44 -0400)]
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]`.

10 years agoMention .Params and .Page variables in shortcode docs. Also `highlight` variables.
Jorin Vogel [Wed, 1 Oct 2014 07:51:25 +0000 (14:51 +0700)]
Mention .Params and .Page variables in shortcode docs. Also `highlight` variables.

10 years agoCorrect desc for hugo new command
Kartik Singhal [Sun, 28 Sep 2014 04:52:15 +0000 (10:22 +0530)]
Correct desc for hugo new command

10 years agoRemoved text from code block.
Aurelius Prochazka [Sun, 28 Sep 2014 00:21:06 +0000 (17:21 -0700)]
Removed text from code block.

10 years agoSwitch to new hompage
Kartik Singhal [Sat, 27 Sep 2014 07:35:42 +0000 (13:05 +0530)]
Switch to new hompage

10 years agobetter error messages for template errors
spf13 [Thu, 2 Oct 2014 17:37:38 +0000 (13:37 -0400)]
better error messages for template errors

10 years agoadd some information to rendering errors so it's easier to tell what's failing.
Nate Finch [Mon, 29 Sep 2014 13:19:39 +0000 (09:19 -0400)]
add some information to rendering errors so it's easier to tell what's failing.

10 years agoMake taxonomy documentation match the example.
Austin Ziegler [Wed, 24 Sep 2014 01:34:13 +0000 (21:34 -0400)]
Make taxonomy documentation match the example.

10 years agoMake highlight.js example clearer
Kartik Singhal [Tue, 23 Sep 2014 14:09:40 +0000 (19:39 +0530)]
Make highlight.js example clearer

Provide the missing step to actually use the library. Should be helpful for a newbie.

10 years agoMaking the install on the homepage a bit more clear
spf13 [Tue, 23 Sep 2014 02:08:08 +0000 (22:08 -0400)]
Making the install on the homepage a bit more clear

10 years agoinstructions for Homebrew installation
Alex Dunn [Mon, 22 Sep 2014 23:58:30 +0000 (16:58 -0700)]
instructions for Homebrew installation

updated installation page of documentation, and changed "Download" button on index.html to scroll to bottom where multiple installation options are featured

getting the scrolldown to work required removing the fixed positioning on #action and on the footer

10 years agoadding memstat option to server
spf13 [Mon, 22 Sep 2014 13:45:05 +0000 (09:45 -0400)]
adding memstat option to server

10 years agoExtend template's basic math functions to accept float, uint and string values
Tatsushi Demachi [Fri, 19 Sep 2014 16:33:02 +0000 (01:33 +0900)]
Extend template's basic math functions to accept float, uint and string values

10 years agoAdding a community link to the homepage
spf13 [Fri, 19 Sep 2014 12:32:25 +0000 (08:32 -0400)]
Adding a community link to the homepage

10 years agoswitching website to gohugo.io & adding links to discuss
spf13 [Fri, 19 Sep 2014 01:22:04 +0000 (21:22 -0400)]
switching website to gohugo.io & adding links to discuss

10 years agoUpdate urls.md
rybi [Wed, 17 Sep 2014 19:59:18 +0000 (21:59 +0200)]
Update urls.md

Corrected the --uglyUrls flag, wouldn't work if lowercase.

10 years agolimit the number of goroutines used in taxonomy rendering to gomaxprocs*4
Nate Finch [Sun, 14 Sep 2014 11:23:03 +0000 (07:23 -0400)]
limit the number of goroutines used in taxonomy rendering to gomaxprocs*4

10 years agolimit the number of goroutines we use for page rendering to gomaxprocs*4
Nate Finch [Sun, 14 Sep 2014 11:01:40 +0000 (07:01 -0400)]
limit the number of goroutines we use for page rendering to gomaxprocs*4

10 years agoremove unused field
Nate Finch [Thu, 11 Sep 2014 02:06:46 +0000 (22:06 -0400)]
remove unused field

10 years agomake the value of the BuildDrafts flag available to templates.This can be useful...
Nate Finch [Thu, 11 Sep 2014 02:34:00 +0000 (22:34 -0400)]
make the value of the BuildDrafts flag available to templates.This can be useful for if you only want to show some specific information on your local machine and/or when showing drafts.

10 years agoSort by title if dates are the same
Nate Finch [Wed, 10 Sep 2014 19:33:49 +0000 (15:33 -0400)]
Sort by title if dates are the same

10 years agomore examples and explanation of go templating
Alex Dunn [Wed, 10 Sep 2014 16:42:58 +0000 (09:42 -0700)]
more examples and explanation of go templating

Emphasizing to people (like me) who aren't familiar with Go that just because something's not mentioned in the Hugo docs doesn't mean it's not possible

10 years agorefactor handling of amber to AddTemplateFile as the TODO note stated. Used switch...
Joel Scoble [Tue, 9 Sep 2014 21:57:14 +0000 (16:57 -0500)]
refactor handling of amber to AddTemplateFile as the TODO note stated. Used switch statement to make it easier to add other template support

10 years agofix tags not being in lowercase, #491
Joel Scoble [Tue, 9 Sep 2014 20:58:02 +0000 (15:58 -0500)]
fix tags not being in lowercase, #491

10 years agoadded "eq" function to docs.
Daniel Fairhead [Tue, 9 Sep 2014 13:26:51 +0000 (14:26 +0100)]
added "eq" function to docs.

10 years agoEnable soft livereload of CSS and images
bep [Wed, 10 Sep 2014 10:21:22 +0000 (12:21 +0200)]
Enable soft livereload of CSS and images

Prior to this commit a dummy JavaScript filename was sent to LiveReload when changing a static file (CSS, image etc.), forcing a full browser reload of the page.

This commit fixes this by sending the relative file path of the changed static resource, enabling partial live reloading for CSS- and image-changes. If more than one static file happens to end up in the same changeevent-batch, it will fall back to do a full refresh. To enable this logic, the change events with names ending with ".goutputstream*" is now filtered out as temporary.

Changes in dynamic content behaves like before.

Issue #490

10 years agoChange all uses of sort.Sort to sort.Stable.Using sort.Stable ensures that even if...
Nate Finch [Tue, 9 Sep 2014 09:59:47 +0000 (05:59 -0400)]
Change all uses of sort.Sort to sort.Stable.Using sort.Stable ensures that even if the sort keys are the same, the order of the sort will not randomly change.  Using the old sort.Sort, if you had pages with no date, the lists of those pages would randomly reorder every time you regenerate the list, causing spurious changes to the output.  Now they'll always get ordered in the same way.

10 years agoMore error messages at syncing static contents
Tatsushi Demachi [Sat, 6 Sep 2014 01:38:36 +0000 (10:38 +0900)]
More error messages at syncing static contents

10 years agofix zero date
Nate Finch [Sat, 6 Sep 2014 12:03:03 +0000 (08:03 -0400)]
fix zero date

10 years agoFix typo in Archetypes documentation.
Tim Dumol [Sat, 6 Sep 2014 02:51:27 +0000 (10:51 +0800)]
Fix typo in Archetypes documentation.

Archetype was spelled archtype in one of the headers.

10 years agoAdd Node.Site.Pages to all nodes and ensure all pages from the site exist in the...
Nate Finch [Fri, 5 Sep 2014 10:57:32 +0000 (06:57 -0400)]
Add Node.Site.Pages to all nodes and ensure all pages from the site exist in the list before processing shortcodes.

Node.Site.Recent is not really just recent pages, but all pages, so I figured it was better to add a new parameter with a more informative name.

I also changed the code slightly so that all pages are added to the list of pages before we start rendering shortcodes... this way you can use a shortcode to refer to another page.  Previosuly, this had been broken, because the list ofg pages would not be fully populated while the shortcodes were being processed.  The code that does this is not reading from disk or doing any rendering, so it shouldn't take any more time to do.

10 years agoadd Name to File, which is the filename minus the extension
Nate Finch [Thu, 4 Sep 2014 17:56:29 +0000 (13:56 -0400)]
add Name to File, which is the filename minus the extension

10 years agoGo back to lowercase slugs. Also, use MakePathToLower in TestMakeToLower.
Jakub Turski [Wed, 3 Sep 2014 19:05:44 +0000 (20:05 +0100)]
Go back to lowercase slugs. Also, use MakePathToLower in TestMakeToLower.

go fmt

10 years agoMore proofreading and minor revisions to Hugo docs
Anthony Fok [Wed, 3 Sep 2014 04:12:26 +0000 (22:12 -0600)]
More proofreading and minor revisions to Hugo docs

Among the various changes, most instances of

    {{ template "partials/FILE.html" . }}

were changed to

    {{ partial "FILE.html" . }}

Also, in main.go, change "2013" to "2013-14".

10 years agoA small fix and update to the multilingual example
Anthony Fok [Wed, 3 Sep 2014 00:10:19 +0000 (18:10 -0600)]
A small fix and update to the multilingual example

Enclose `{{ .Content }}` with a `{{ if .IsPage }}` test to avoid
the "Content is not a field of struct type *hugolib.Node" error.
Thanks to @spf13 for the tip!  Fixes #366.

Also update example to Hugo v0.12 conventions:
- Convert config.yaml to config.toml to follow what
  `hugo new site /path/to/site` generates
- Rename layouts/chrome to layouts/partials
- Convert `template` calls to `partial` calls
- Add .gitignore to ignore the `public` directory
- Add README.md with pointers to discussions in issues
  to help bring newcomers up to speed with this multilingual example

10 years agoTaxonomies can now be provided as a single string value if there is only one in front...
spf13 [Fri, 5 Sep 2014 13:29:01 +0000 (09:29 -0400)]
Taxonomies can now be provided as a single string value if there is only one in frontmatter (tag = "val" vs tag = ["val"])

10 years agoMaking partials context optional for compatibility with template.
spf13 [Wed, 3 Sep 2014 15:30:08 +0000 (11:30 -0400)]
Making partials context optional for compatibility with template.

If not provided, context is nil.

10 years agoBumping Version to 0.13-DEV
spf13 [Wed, 3 Sep 2014 15:28:40 +0000 (11:28 -0400)]
Bumping Version to 0.13-DEV

10 years agoUpdate example blog to Hugo v0.12 conventions
Anthony Fok [Tue, 2 Sep 2014 19:05:20 +0000 (13:05 -0600)]
Update example blog to Hugo v0.12 conventions

- Convert config.yaml to config.toml to follow what
  "hugo new site /path/to/site" generates
- Rename layouts/chrome to layouts/partials
- Convert "template" calls to "partial" calls
- Minor revisions to the text in example content
- Upgrade Bootswatch Yeti theme (3.1.1+1 → to 3.2.0+3)
- Upgrade Font Awesome (4.0.3 → 4.2.0)
- Upgrade jQuery (1.11.0 → 1.11.1)

10 years agoFixing typo in ordering.md fixed #401
spf13 [Tue, 2 Sep 2014 21:09:56 +0000 (17:09 -0400)]
Fixing typo in ordering.md fixed #401

10 years agoBumping Version v0.12
spf13 [Mon, 1 Sep 2014 14:05:05 +0000 (10:05 -0400)]
Bumping Version

10 years agoAdding V0.12 release notes
spf13 [Mon, 1 Sep 2014 14:00:45 +0000 (10:00 -0400)]
Adding V0.12 release notes

10 years agoAdding a bunch of new quotes to the front page and switching to Owl Carousel
spf13 [Mon, 1 Sep 2014 14:00:06 +0000 (10:00 -0400)]
Adding a bunch of new quotes to the front page and switching to Owl Carousel

10 years agoFix loading of Lato font in style.css for docs
Anthony Fok [Sun, 31 Aug 2014 09:43:25 +0000 (03:43 -0600)]
Fix loading of Lato font in style.css for docs

The "@import url()" statement for loading Lato from Google Fonts
was ignored because "@import are not allowed after any valid statement
other than @charset and @import" according to the W3C CSS Validator.

Also remove the line for importing line-icons.css which no longer
exists.

10 years agoMinor proofreading corrections to Hugo docs
Anthony Fok [Sun, 31 Aug 2014 11:08:36 +0000 (05:08 -0600)]
Minor proofreading corrections to Hugo docs

10 years agoUse typographic quote chars in the carousel quotes section
Dato Simó [Sun, 31 Aug 2014 01:53:14 +0000 (02:53 +0100)]
Use typographic quote chars in the carousel quotes section

At big font sizes, quotes really become more beautiful with them.

10 years agoEnable header id blackfriday extension
Dave Johnston [Sat, 30 Aug 2014 08:25:20 +0000 (08:25 +0000)]
Enable header id blackfriday extension

10 years agoquickstart.md: Put long options inside backticks
Anthony Fok [Fri, 29 Aug 2014 23:38:32 +0000 (17:38 -0600)]
quickstart.md: Put long options inside backticks

Also minor adjustment to blank lines.

10 years agoAdjusting the number of go routines to build the pages in to 4*GOMAXPROCS (from 2...
spf13 [Sat, 30 Aug 2014 05:15:20 +0000 (01:15 -0400)]
Adjusting the number of go routines to build the pages in to 4*GOMAXPROCS (from 2) for faster rendering.

10 years agoFix CreatePages
Nate Finch [Fri, 29 Aug 2014 17:40:21 +0000 (13:40 -0400)]
Fix CreatePages

This fixes #450.  There are two problems:

1.) We're creating a new goroutine for every page.
2.) We're calling s.Pages = append(s.Pages, page) inside each goroutine.

1 is a problem if in that if you have a ton of pages, that's a ton of goroutines.  It's not really useful to have more than a few goroutines at a time, and lots can actually make your code much slower, and, evidently, crash.

2 is a problem in that append is not thread safe. Sometimes it returns a new slice with a larger capacity, when the original slice isn't large enough.  This can cause problems if two goroutines do this at the same time.

The solution for 1 is to use a limited number of workers (I chose 2*GOMAXPROCS as a nice guess).
The solution for 2 is to serialize access to s.Pages, which I did by doing it in a single goroutine.

10 years agoAdding documentation about 'where' and cleaning up docs around first.
spf13 [Sat, 30 Aug 2014 04:57:38 +0000 (00:57 -0400)]
Adding documentation about 'where' and cleaning up docs around first.

10 years agoAdded more examples and cleaned up the GroupBy functionality documentation
spf13 [Sat, 30 Aug 2014 04:20:53 +0000 (00:20 -0400)]
Added more examples and cleaned up the GroupBy functionality documentation

10 years agoMaking direction optional (and setting defaults) for GroupBy Pages functionality.
spf13 [Sat, 30 Aug 2014 03:51:29 +0000 (23:51 -0400)]
Making direction optional (and setting defaults) for GroupBy Pages functionality.

10 years agoAdding .Reverse() to PagesGroup
spf13 [Sat, 30 Aug 2014 03:50:25 +0000 (23:50 -0400)]
Adding .Reverse() to PagesGroup

10 years agoSwitch .Data to .Pages in the PageGroup functionality for increased consistency.
spf13 [Sat, 30 Aug 2014 03:48:24 +0000 (23:48 -0400)]
Switch .Data to .Pages in the PageGroup functionality for increased consistency.

10 years agoMaking the term "Term" more consistent with Taxonomy usage.
spf13 [Sat, 30 Aug 2014 03:44:39 +0000 (23:44 -0400)]
Making the term "Term" more consistent with Taxonomy usage.

10 years agoMaking the Pages Sorting methods available within a taxonomy term.
spf13 [Sat, 30 Aug 2014 03:43:38 +0000 (23:43 -0400)]
Making the Pages Sorting methods available within a taxonomy term.

10 years agoAdding a page listing the different methods available to Taxonomies.
spf13 [Sat, 30 Aug 2014 03:42:26 +0000 (23:42 -0400)]
Adding a page listing the different methods available to Taxonomies.

10 years agoMore taxonomy examples in templates.
spf13 [Sat, 30 Aug 2014 03:41:53 +0000 (23:41 -0400)]
More taxonomy examples in templates.

10 years agoFixing the taxonomy example. Fixed #318.
spf13 [Sat, 30 Aug 2014 03:39:55 +0000 (23:39 -0400)]
Fixing the taxonomy example. Fixed #318.

10 years agoBe more specific about .Params content
Jakub Turski [Wed, 27 Aug 2014 00:34:54 +0000 (01:34 +0100)]
Be more specific about .Params content

I'm not sure whether this is *always* the case, but it's definitely have been my experience so far. :)

10 years agoShortcodes are content files specific.
Jakub Turski [Wed, 27 Aug 2014 09:36:26 +0000 (10:36 +0100)]
Shortcodes are content files specific.

This fixes spf13/hugo#440.

10 years agoAdd document about page grouping functions
Tatsushi Demachi [Wed, 27 Aug 2014 13:50:06 +0000 (22:50 +0900)]
Add document about page grouping functions

10 years agoInner Shortcodes now treated as markdown. fixed #185
spf13 [Thu, 28 Aug 2014 16:48:31 +0000 (12:48 -0400)]
Inner Shortcodes now treated as markdown. fixed #185

10 years agoMore press additions
spf13 [Wed, 27 Aug 2014 15:47:12 +0000 (11:47 -0400)]
More press additions

10 years agoCompressed showcase thumbnails further
spf13 [Tue, 26 Aug 2014 18:37:34 +0000 (14:37 -0400)]
Compressed showcase thumbnails further

10 years agoAdded ucsb to showcase
spf13 [Tue, 26 Aug 2014 18:37:12 +0000 (14:37 -0400)]
Added ucsb to showcase

10 years agoMore Press
spf13 [Tue, 26 Aug 2014 18:36:38 +0000 (14:36 -0400)]
More Press

10 years agofixed #389 . Added alias for missing page.
spf13 [Tue, 26 Aug 2014 17:16:45 +0000 (13:16 -0400)]
fixed #389 . Added alias for missing page.

10 years agosmall tweaks to the hover effect
spf13 [Tue, 26 Aug 2014 16:30:28 +0000 (12:30 -0400)]
small tweaks to the hover effect

10 years agoCreating a showcase archetype to make for easier showcase additions
spf13 [Tue, 26 Aug 2014 16:27:43 +0000 (12:27 -0400)]
Creating a showcase archetype to make for easier showcase additions

10 years agoAdding a bunch of new sites to the showcase
spf13 [Tue, 26 Aug 2014 16:27:25 +0000 (12:27 -0400)]
Adding a bunch of new sites to the showcase

10 years agoAdding a bunch of new press to the Press page.
spf13 [Tue, 26 Aug 2014 16:26:29 +0000 (12:26 -0400)]
Adding a bunch of new press to the Press page.

10 years agoPrettier link hover state
spf13 [Mon, 25 Aug 2014 19:52:43 +0000 (15:52 -0400)]
Prettier link hover state

10 years agoBumping Travis to test Go 1.2 & tip (1.3)
spf13 [Mon, 25 Aug 2014 19:18:53 +0000 (15:18 -0400)]
Bumping Travis to test Go 1.2 & tip (1.3)

10 years agoFixing a broken link in the docs
spf13 [Mon, 25 Aug 2014 18:02:39 +0000 (14:02 -0400)]
Fixing a broken link in the docs

10 years agoLiveReloadDisabled works with Watching properly. Fixed #335.
spf13 [Mon, 25 Aug 2014 17:49:53 +0000 (13:49 -0400)]
LiveReloadDisabled works with Watching properly. Fixed #335.

10 years agogo fmt site.go
spf13 [Mon, 25 Aug 2014 17:13:11 +0000 (13:13 -0400)]
go fmt site.go

10 years agoFix #302. Links now have trailing slashes.
spf13 [Mon, 25 Aug 2014 16:11:19 +0000 (12:11 -0400)]
Fix #302. Links now have trailing slashes.

10 years agoSupport subdir in baseurl.
Nate Finch [Fri, 22 Aug 2014 11:59:59 +0000 (07:59 -0400)]
Support subdir in baseurl.

Mainly this was a change to helpers.MakePermalink, but to get the local server to run correctly,
we needed to redirect the path of the request from /foo to /.  In addition, I added tests for the
server's code for fixing up the base url with different config file & CLI options.

10 years agoadded functionality to check the error message returned from Cobra, if any. for uage...
Joel Scoble [Sat, 23 Aug 2014 21:12:36 +0000 (16:12 -0500)]
added functionality to check the error message returned from Cobra, if any. for uage message text. If its present, the usage message gets truncated and the resulting message is returned to be used for the rest of the error message. If the resulting error is blank, no error message is printed

10 years agopreserve alias case while lowercasing taxonomy
Joel Scoble [Thu, 21 Aug 2014 23:01:34 +0000 (18:01 -0500)]
preserve alias case while lowercasing taxonomy

10 years agoUpdate 404 to be compiled to .html instead of directory
Chase Adams [Thu, 21 Aug 2014 02:57:51 +0000 (19:57 -0700)]
Update 404 to be compiled to .html instead of directory

10 years agoAdd page grouping functions
Tatsushi Demachi [Wed, 20 Aug 2014 13:12:17 +0000 (22:12 +0900)]
Add page grouping functions

10 years agoAdd link for learning more about static directory
Chase Adams [Wed, 20 Aug 2014 12:51:45 +0000 (05:51 -0700)]
Add link for learning more about static directory

10 years agosupport for futre/draft summary info output
Joel Scoble [Wed, 20 Aug 2014 15:09:35 +0000 (10:09 -0500)]
support for futre/draft summary info output

10 years agoMaking the links stand out more
spf13 [Wed, 20 Aug 2014 18:19:15 +0000 (14:19 -0400)]
Making the links stand out more

10 years agoCleaning up a ton of CSS.. Removing unused selectors. Eliminated over 80% of CSS...
spf13 [Wed, 20 Aug 2014 18:10:36 +0000 (14:10 -0400)]
Cleaning up a ton of CSS.. Removing unused selectors. Eliminated over 80% of CSS. Upgrading jQuery & FA

10 years agoFixing the docs sidebar interactions
spf13 [Wed, 20 Aug 2014 17:13:51 +0000 (13:13 -0400)]
Fixing the docs sidebar interactions

10 years agoFixed showcase image paths
spf13 [Wed, 20 Aug 2014 15:17:38 +0000 (11:17 -0400)]
Fixed showcase image paths

10 years agofix issue 411, /path/to/site/archetypes : is a directory error
Joel Scoble [Tue, 19 Aug 2014 00:52:43 +0000 (19:52 -0500)]
fix issue 411, /path/to/site/archetypes : is a directory error

10 years agoBringing back the showcase
spf13 [Wed, 20 Aug 2014 01:47:38 +0000 (21:47 -0400)]
Bringing back the showcase

10 years agoRemoving redundant bootstrap
spf13 [Wed, 20 Aug 2014 01:46:27 +0000 (21:46 -0400)]
Removing redundant bootstrap

10 years agoChanging the docs template partials to be able to be used to render a section
spf13 [Wed, 20 Aug 2014 01:28:37 +0000 (21:28 -0400)]
Changing the docs template partials to be able to be used to render a section

10 years agoAdding IsNode & IsPage functions to Page & Node
spf13 [Wed, 20 Aug 2014 01:27:13 +0000 (21:27 -0400)]
Adding IsNode & IsPage functions to Page & Node

10 years agoadded evaluation for toml for metadataformat date handling
Joel Scoble [Mon, 18 Aug 2014 03:02:52 +0000 (22:02 -0500)]
added evaluation for toml for metadataformat date handling