Update urls.md
limit the number of goroutines used in taxonomy rendering to gomaxprocs*4
limit the number of goroutines we use for page rendering to gomaxprocs*4
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.
Sort by title if dates are the same
more examples and explanation of go templating
refactor handling of amber to AddTemplateFile as the TODO note stated. Used switch statement to make it easier to add other template support
fix tags not being in lowercase, #491
added "eq" function to docs.
Enable soft livereload of CSS and images
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.
More error messages at syncing static contents
fix zero date
Fix typo in Archetypes documentation.
Add Node.Site.Pages to all nodes and ensure all pages from the site exist in the list before processing shortcodes.
add Name to File, which is the filename minus the extension
Go back to lowercase slugs. Also, use MakePathToLower in TestMakeToLower.
More proofreading and minor revisions to Hugo docs
A small fix and update to the multilingual example
Taxonomies can now be provided as a single string value if there is only one in frontmatter (tag = "val" vs tag = ["val"])
Making partials context optional for compatibility with template.
Update example blog to Hugo v0.12 conventions
Fixing typo in ordering.md fixed #401
Adding a bunch of new quotes to the front page and switching to Owl Carousel
Fix loading of Lato font in style.css for docs
Minor proofreading corrections to Hugo docs
Use typographic quote chars in the carousel quotes section
Enable header id blackfriday extension
quickstart.md: Put long options inside backticks
Adjusting the number of go routines to build the pages in to 4*GOMAXPROCS (from 2) for faster rendering.
Fix CreatePages
Adding documentation about 'where' and cleaning up docs around first.
Added more examples and cleaned up the GroupBy functionality documentation
Making direction optional (and setting defaults) for GroupBy Pages functionality.
Switch .Data to .Pages in the PageGroup functionality for increased consistency.
Making the term "Term" more consistent with Taxonomy usage.
Making the Pages Sorting methods available within a taxonomy term.
Adding a page listing the different methods available to Taxonomies.
More taxonomy examples in templates.
Fixing the taxonomy example. Fixed #318.
Be more specific about .Params content
Shortcodes are content files specific.
Add document about page grouping functions
Inner Shortcodes now treated as markdown. fixed #185
Compressed showcase thumbnails further
fixed #389 . Added alias for missing page.
Creating a showcase archetype to make for easier showcase additions
Adding a bunch of new sites to the showcase
Adding a bunch of new press to the Press page.
Bumping Travis to test Go 1.2 & tip (1.3)
LiveReloadDisabled works with Watching properly. Fixed #335.
Fix #302. Links now have trailing slashes.
Support subdir in baseurl.
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
preserve alias case while lowercasing taxonomy
Update 404 to be compiled to .html instead of directory
Add page grouping functions
Add link for learning more about static directory
support for futre/draft summary info output
Cleaning up a ton of CSS.. Removing unused selectors. Eliminated over 80% of CSS. Upgrading jQuery & FA
Fixing the docs sidebar interactions
fix issue 411, /path/to/site/archetypes : is a directory error
Changing the docs template partials to be able to be used to render a section
Adding IsNode & IsPage functions to Page & Node
added evaluation for toml for metadataformat date handling
Added a note after the script adding potential issues per @franklinwise's feedback
errors not propagating
switch to new location of goyaml
Add 'where' template function
Added yaml menu example
Config changes and Live Reload
Fix #394 - Docs: add a missing link to the livereload page in the intro
hugo builds no site if there are only drafts
Docs-removed bullet and broken link for catagetories. Included category text in bullet for taxonomies
Fix #363 - Docs: make the fixed menu on the left scrollable
update docs for permalinks with all fields
make type-or-section more obvious
Merge pull request #388 from GraemeCaldwell/patch-2
Merge pull request #370 from kevinburke/its
Fixed #328. Config file set appropriately.