mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 16:27:32 -04:00
Add support for dynamic reloading of config file when watching
This commit is contained in:
parent
026a405559
commit
95a013ee0a
@ -14,6 +14,7 @@ weight: 10
|
||||
* Have Jekyll site, but dreaming of porting it to Hugo? This release introduces a new `hugo import jekyll`command that makes this easier than ever. [1469](https://github.com/spf13/hugo/pull/1469)
|
||||
* We now use a custom-built `LazyFileReader` for reading file contents, which means we don't read media files in `/content` into memory anymore -- and file reading is now performed in parallel on multicore PCs. [1181](https://github.com/spf13/hugo/issues/1181)
|
||||
* Hugo is now built with `Go 1.5` which, among many other improvements, have fixed the last known data race in Hugo. [917] (https://github.com/spf13/hugo/issues/917)
|
||||
* Hugo now supports dynamic reloading of the config file when watching.
|
||||
* Lots of fixes and improvements in the template funcs:
|
||||
* The new `dict` function that could be used to pass maps into a template.[1463](https://github.com/spf13/hugo/pull/1463)
|
||||
* The new `pluralize` and `singularize` template funcs.
|
||||
@ -372,4 +373,3 @@ This release represents over 65 code commits from 6 different contributors.
|
||||
|
||||
## **0.5.0** June 25, 2013
|
||||
* Hugo is quite usable and able to build spf13.com
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user