mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-20 07:13:06 +00:00
Add Jekyll import to release notes
This commit is contained in:
parent
9a2f6c62a6
commit
0387deee03
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ weight: 10
|
||||||
---
|
---
|
||||||
## **0.15.0** ???
|
## **0.15.0** ???
|
||||||
|
|
||||||
|
* 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)
|
* 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 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)
|
||||||
* Lots of fixes and improvements in the template funcs:
|
* Lots of fixes and improvements in the template funcs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue