1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

2253 Commits

Author SHA1 Message Date
ffbd2b6c67 docs: Add appernetic blog to showcase 2016-04-27 22:05:45 +02:00
2b02a402a0 commands: Sett mime type for CSS in Hugo server
Fixes #2104
2016-04-27 21:40:35 +02:00
e4ee1b89ad helpers: Use net/url for URL parsing in AbsURL
Fixes #2112
2016-04-27 10:29:46 -05:00
16b71bbbb4 Export "detectFrontMatter" to fix caddy-hugo
Closes #2108
2016-04-26 22:28:47 +02:00
c5723a8931 docs: Add aydos.com to the showcase 2016-04-23 21:57:31 +02:00
4152ce886b Update release-notes.md 2016-04-22 23:45:39 +02:00
7da9163df9 docs: More on release notes 2016-04-22 21:37:36 +02:00
efa9bdcc11 docs: Order by Lastmod in release notes 2016-04-22 20:47:21 +02:00
eb627ca16d docs: Order by Lastmod 2016-04-22 20:46:04 +02:00
10af906371 Add ByLastmod page sort 2016-04-22 20:43:18 +02:00
fbca53ac32 docs: Add notion of exiting the themes folder in quickstart 2016-04-22 19:47:59 +02:00
fe2b22fe6f docs: Grammar fixes in overview/quickstart.md 2016-04-22 19:43:11 +02:00
19afa5ee6c docs: Update showcase screenshot of yulinling.net 2016-04-22 19:36:33 +02:00
81a2466b80 docs: Add some more fixes to release notes 2016-04-22 19:03:46 +02:00
ebefa47691 docs: Move image-width fix to style.css 2016-04-22 18:23:12 +02:00
48fce6110d docs: Move Algolia styling into style.css 2016-04-22 18:18:50 +02:00
22683a3b66 Make alias redirect output URL's relative
Closes #2093
2016-04-22 08:14:19 +02:00
76738347d3 docs: Fix findRE typo 2016-04-21 12:38:40 -05:00
a8e05b1196 docs: Fix some typos in release notes 2016-04-21 11:27:12 +02:00
56cd308184 doc: Get feature list of 0.16 release notes up to date 2016-04-21 11:23:54 +02:00
01c3389857 📚 Add ENV support to release notes 2016-04-20 23:50:43 +02:00
9ddf52021b Update import path of fsnotify
Rename "gopkg.in/fsnotify.v1" to "github.com/fsnotify/fsnotify"
per upstream recommendation.

See https://github.com/fsnotify/fsnotify/issues/108 for rationale.
2016-04-20 22:28:26 +08:00
5e9b147c2a docs: Add some doc about ENV config
See #2090
2016-04-18 18:45:37 +02:00
b7fd410245 commands: Support config from ENV
So

```bash
env HUGO_TITLE="Some Title" hugo server
```

Will change the `title`.

Fixes #2090
2016-04-18 18:45:37 +02:00
0743c76795 docs: Fix typo in tutorials/how-to-contribute-to-hugo.md 2016-04-17 20:57:21 +02:00
77159b4b9b Add some schemaless BaseURL tests
See #2085
2016-04-17 20:01:21 +02:00
215b8939bd docs: Fix grammar in templates/partials.md
Noticed this sentence seemingly missing a word or two.
2016-04-15 18:57:30 +02:00
fed5f20f89 docs: Add tutorialonfly.com to the showcase 2016-04-15 18:54:42 +02:00
4b4bfa6a9c docs: Fix lastmod date for chipsncookies in showcase 2016-04-15 18:45:46 +02:00
6fdb0ca6eb docs: Add barricade.io to the showcase 2016-04-15 18:43:55 +02:00
ba0a661410 docs: sa.muel.be has moved to chipsncookies.com in showcase 2016-04-15 18:31:07 +02:00
c40bc27468 Improve build labels in README 2016-04-15 13:02:03 +02:00
24cb0d1f58 tpl: Do not write to cache when ignoring cache
Fixes #2067
Closes #2069
2016-04-14 10:48:26 +02:00
5d50c46482 Chomp Unicode BOM if present
Useful if using or sharing files with users that use editors that
append a unicode byte order marker header (like Windows notepad).

This will still assume files are UTF-8 encoded.

Closes #2075
2016-04-14 10:46:27 +02:00
d48b986c45 Revert "tpl: Extend where to iterate over maps"
Committed by accident.

This reverts commit 0141a02160ee7b91642d3c3475959d6742ccd693.
2016-04-13 19:13:33 +02:00
dc8659c539 Update Travis config to Go 1.5.4 and 1.6.1 2016-04-13 16:17:43 +02:00
0141a02160 tpl: Extend where to iterate over maps
Refactor and extend where to iterate over maps.
2016-04-13 11:43:06 +02:00
206440eef2 Fix broken tests 2016-04-12 19:18:02 +02:00
88759eecf7 docs: Add plainIDAnchors change to release notes 2016-04-12 18:39:07 +02:00
0d9a5f8023 docs: Update default for plainIDAnchors 2016-04-12 18:36:45 +02:00
06772eefcd Default to plainIDAnchors
Fixes #2057
2016-04-12 18:34:46 +02:00
c3d28d2897 Revert "Add Node.ID"
This reverts commit 5ef52294f90c51697bd3f918b3c3ed83baff657a.
2016-04-12 18:11:52 +02:00
39c9ae3108 Revert "Use Node.ID for anchor ID"
This reverts commit cd558958a0c0ecd06f7560a38e27334fe983e0de.
2016-04-12 18:11:24 +02:00
2468b10eb3 docs: Fix example for Param method
Fixes #2070
2016-04-11 13:26:33 +02:00
cd558958a0 Use Node.ID for anchor ID
Fixes #2057
2016-04-11 13:17:25 +02:00
5ef52294f9 Add Node.ID
Fixes #2071
2016-04-11 11:49:02 +02:00
37fb2d43e5 helpers: Ignore cache for Pygments when flag set
When the --ignoreCache flag is set to true, do not write and read
the Pygments results to/from the cache directory.

Fixes #2066
Closes #2068
2016-04-10 20:55:57 +02:00
c0cf1a7e37 Fix section menus for lazy blogger
IsMenuCurrent was always returning false for the top level entries.

Fixes #2065
2016-04-10 13:49:32 +02:00
dde967d8ca hugofs: Add package doc 2016-04-10 01:36:53 +02:00
16ee856636 create: Add package doc 2016-04-10 01:36:03 +02:00