56c34962c Fix multilingual config examples
14fa0b4ed Release 0.32.4
18779d54a releaser: Add release notes to /docs for release of 0.32.4
0d47d0673 releaser: Bump versions for release of 0.32.4
424acf02e Release 0.32.3
f6f04e084 releaser: Prepare repository for 0.33-DEV
1a9b36286 releaser: Add release notes to /docs for release of 0.32.3
9284c3284 releaser: Bump versions for release of 0.32.3
796082289 Fix min Go version in installing
74625a654 Add alias to multilingual.md
bf65732b4 Add some new tweets to the front page
7f263353e Bump Netlify to 0.32.2
cbb3a4f1c Update 0.32.2 release notes
e90ae4b4e releaser: Prepare repository for 0.33-DEV
ee74a8f4f releaser: Add release notes to /docs for release of 0.32.2
d889c4fa4 releaser: Bump versions for release of 0.32.2
4a46d3aca Merge commit 'eb738cd35cca1ffc68c5ed688dbe2a19108e8761'
b98d95ff2 releaser: Prepare repository for 0.33-DEV
git-subtree-dir: docs
git-subtree-split: 56c34962c9
You can still use the full path with extensions, but to get the current language version:
* If the content file lives in `/content/blog/mypost.en.md`
* Use `.Site.GetPage "page" "blog/mypost"`
Fixes#4285
This commit expands the Resource interface with 3 new methods:
* Name
* Title
* Params
All of these can be set in the Page front matter. `Name` will get its default value from the base filename, and is the value used in the ByPrefix and GetByPrefix lookup methods.
Fixes#4244
This commit also has some other nice side-effects:
* The layout logic is unified for all page types, which should make it less surprising
* Page.Render now supports all types
* The legacy "indexes" type is removed from the template lookup order. This is an undocumented type from early Hugo days. This means that having a template in, say, `/layouts/indexes/list.html` will no longer work.
* The theme override logic is improved. As an example, an `index.html` in theme will now wn over a `_default/list.html` in the project, which most will expect.
Fixes#3005Fixes#3245
* We match by path vs taxonomy to determine if we have a content page for that taxonomy
* The taxonomy name is (if `preserveTaxonomyNames` is not set) normalized to `maxmustermann` while you have the disk folder called `MaxMustermann`.
* This isn't a new issue, but I suspect most people will just name the folder `authors/maxmustermann` and it will just work.
* The inconsistent behaviour you see here is that you will end up with two pages with the same target filename, so it is a little random who will win.
This fixes that by also normalizing the taxonomy path when doing the comparison.
Fixes#4238
ddb7d8fae Fix spelling in error message
84f7e09ff Add an "sharing image" to the 0.32 doc
a6d39884c Add image processing examples
717e25400 Release 0.32.1
07a4fc1c1 Merge branch 'temp321'
401ed894b releaser: Add release notes to /docs for release of 0.32.1
aa040d965 releaser: Bump versions for release of 0.32.1
6d22558ec Close shortcode
442afa7f5 Add a link to the 0.32 HOWTO with a searchable title
9a9a7e475 Add a note about the shortcode issue
76d731ce2 Add title etc. to release notes
eac596de8 Release v0.32
ede3e25dc Merge branch 'tmp32'
c92f1701b releaser: Prepare repository for 0.33-DEV
e498e97f9 releaser: Add release notes to /docs for release of 0.32
1d476fc59 Fix typo
9bac78a2f Merge commit 'f3cd083961f36dc96d05e98aaf67f650102bc757'
7d8c78391 Add Pandoc support, refactor external helpers
git-subtree-dir: docs
git-subtree-split: ddb7d8fae0
The `--renderToMemory` flag stopped working on `hugo` in 0.32.
Note that this is only useful for benchmark testing, as there is no easy way to actually view the result.
Fixes#4212
fc61378a3 Add Hugo 0.32 related docs
77edf7fd7 commands: Regenerate
af9d25458 Fix Blackfriday's Markdown extension name
1223dd63a Remove roadmap
b8bcb2fb8 Include note to allow hugo write permissions outside home dir
7dbccb936 Fix typo in roadmap
3a38da6f5 Fix spelling
94ebe50ff Merge branch 'master' of github.com:gohugoio/hugoDocs
89376e21d Clarify Hugo Roadmap
03d191fec Mention Reverse function in taxonomy tpl page.
a4ea3402d Fix ref and relref function pages.
b36632b31 Remove non-existing source variable
a638160dc Update Content Organization to match the world
47eb431ca Correct one link in templates/output-formats.md
8bf933629 Spell fix
ce2d48728 Add docs for .AllTranslations
de94b4942 Move sponsor data to theme data
41fe75254 Merge commit 'f463ef99ed2862e4042557e28aece7ca858e1d0a'
f463ef99e Squashed 'themes/gohugoioTheme/' changes from bc851da9..75da2f6b
532c65f2a Move sponsor logo to theme
899e2defe Add sponsor logos to home page and footer
3ca53db97 Release 0.31.1
bb9876ce2 Merge branch 'temp0311'
c7c3ee7e5 releaser: Prepare repository for 0.32-DEV
4ac554792 releaser: Add release notes to /docs for release of 0.31.1
52bfb5c15 releaser: Bump versions for release of 0.31.1
cfdc2e4ea Fix output formats example
5746c10c2 More on output format
de2ee0fe0 Improve suffix redefinition example
c9997839e Update gitlab CI submodule management
82d74e306 Add Bootstrap styling to breadcrumb example
c8c9601a8 Use the code shortcode for the breadcrumb example
16be43e7d Clean up formatting in variable definition lists
149c2c157 Add nested section docs
783c3d636 Sync theme
60a220bbd Squashed 'themes/gohugoioTheme/' changes from 6b632895..bc851da9
4b33a04d0 Fix typo
94cffc43c Fix little typo
a5d4f762f Fix typo
36c5a0b43 Add a note about the 2 in staticDir2
087bd9a9f Add KeyCDN to menu
4ac8aae38 Hugo 0.31 Released
8fdd995e7 releaser: Prepare repository for 0.32-DEV
eb0f38fbb releaser: Add release notes to /docs for release of 0.31
60efdfff7 releaser: Bump versions for release of 0.31
44dafb10b Merge commit '30c0d485eaff6d70df1be0353911ddca485d52bf'
e6b847b95 Merge commit '05e42bc643f1840ed2ad9c2eff82a269d1381683'
15d86a525 Handle Taxonomy permalinks
5c3c18d7f Add support for height argument to figure shortcode
git-subtree-dir: docs
git-subtree-split: fc61378a32
We still do lowering of the param strings in some internal use of this, but the exported `GetParam` method is changed to a more sensible default.
This was used for the `disqus_title` etc. in the internal Disqus template, which was obviously not right.
If you really want to lowercase your params, do it with `.GetParam "myparam" | lower` or similar.
Fixes#4187
But only a set of byte chunks spread around in the image file to calculate the fingerprint, which is much faster than reading the whole file:
```bash
BenchmarkMD5FromFileFast/full=false-4 300000 4356 ns/op 240 B/op 5 allocs/op
BenchmarkMD5FromFileFast/full=true-4 30000 42899 ns/op 32944 B/op 5 allocs/op
```
Fixes#4186
This commit is not the smallest in Hugo's history.
Some hightlights include:
* Page bundles (for complete articles, keeping images and content together etc.).
* Bundled images can be processed in as many versions/sizes as you need with the three methods `Resize`, `Fill` and `Fit`.
* Processed images are cached inside `resources/_gen/images` (default) in your project.
* Symbolic links (both files and dirs) are now allowed anywhere inside /content
* A new table based build summary
* The "Total in nn ms" now reports the total including the handling of the files inside /static. So if it now reports more than you're used to, it is just **more real** and probably faster than before (see below).
A site building benchmark run compared to `v0.31.1` shows that this should be slightly faster and use less memory:
```bash
▶ ./benchSite.sh "TOML,num_langs=.*,num_root_sections=5,num_pages=(500|1000),tags_per_page=5,shortcodes,render"
benchmark old ns/op new ns/op delta
BenchmarkSiteBuilding/TOML,num_langs=1,num_root_sections=5,num_pages=500,tags_per_page=5,shortcodes,render-4 101785785 78067944 -23.30%
BenchmarkSiteBuilding/TOML,num_langs=1,num_root_sections=5,num_pages=1000,tags_per_page=5,shortcodes,render-4 185481057 149159919 -19.58%
BenchmarkSiteBuilding/TOML,num_langs=3,num_root_sections=5,num_pages=500,tags_per_page=5,shortcodes,render-4 103149918 85679409 -16.94%
BenchmarkSiteBuilding/TOML,num_langs=3,num_root_sections=5,num_pages=1000,tags_per_page=5,shortcodes,render-4 203515478 169208775 -16.86%
benchmark old allocs new allocs delta
BenchmarkSiteBuilding/TOML,num_langs=1,num_root_sections=5,num_pages=500,tags_per_page=5,shortcodes,render-4 532464 391539 -26.47%
BenchmarkSiteBuilding/TOML,num_langs=1,num_root_sections=5,num_pages=1000,tags_per_page=5,shortcodes,render-4 1056549 772702 -26.87%
BenchmarkSiteBuilding/TOML,num_langs=3,num_root_sections=5,num_pages=500,tags_per_page=5,shortcodes,render-4 555974 406630 -26.86%
BenchmarkSiteBuilding/TOML,num_langs=3,num_root_sections=5,num_pages=1000,tags_per_page=5,shortcodes,render-4 1086545 789922 -27.30%
benchmark old bytes new bytes delta
BenchmarkSiteBuilding/TOML,num_langs=1,num_root_sections=5,num_pages=500,tags_per_page=5,shortcodes,render-4 53243246 43598155 -18.12%
BenchmarkSiteBuilding/TOML,num_langs=1,num_root_sections=5,num_pages=1000,tags_per_page=5,shortcodes,render-4 105811617 86087116 -18.64%
BenchmarkSiteBuilding/TOML,num_langs=3,num_root_sections=5,num_pages=500,tags_per_page=5,shortcodes,render-4 54558852 44545097 -18.35%
BenchmarkSiteBuilding/TOML,num_langs=3,num_root_sections=5,num_pages=1000,tags_per_page=5,shortcodes,render-4 106903858 86978413 -18.64%
```
Fixes#3651Closes#3158Fixes#1014Closes#2021Fixes#1240
Updates #3757
This is in heavy use in rendering, so this makes a difference:
```bash
benchmark old ns/op new ns/op delta
BenchmarkSiteBuilding/TOML,num_langs=1,num_pages=500,tags_per_page=5,shortcodes,render-4 124551144 107743429 -13.49%
benchmark old allocs new allocs delta
BenchmarkSiteBuilding/TOML,num_langs=1,num_pages=500,tags_per_page=5,shortcodes,render-4 528684 435118 -17.70%
benchmark old bytes new bytes delta
BenchmarkSiteBuilding/TOML,num_langs=1,num_pages=500,tags_per_page=5,shortcodes,render-4 53306848 45147832 -15.31%
```
Compare the original hosts from 'Origin' and 'Host' headers before
attempting to do a port-less comparison. This helps in the case when
hugo server was started with a '--port=80' so both headers do not
contain a port.
Fixes#4141
It was clever, but storing the items in a slice is faster -- and it gives room to more goroutines in other places.
```bash
benchmark old ns/op new ns/op delta
BenchmarkShortcodeLexer-4 180173 79614 -55.81%
benchmark old allocs new allocs delta
BenchmarkShortcodeLexer-4 309 328 +6.15%
benchmark old bytes new bytes delta
BenchmarkShortcodeLexer-4 35456 47008 +32.58%
```
Recognize the Pandoc format under the file extension .pandoc or .pdc,
and shell out to pandoc as an external helper to format Pandoc content.
Refactor out repeated code with external helpers. Change the error
output formatting. I did not see any of the external helpers print the
string "<input>" to represent stdin as a file; just prepending the file
name to error output is more general and doesn't sacrifice that much in
terms of readability.
Closes#234
3e663efb2 Add poster for Hugo 0.31 release
b3c98ba65 Add doc about the new static dir support
2e62e4bdf Update multilingual docs for Hugo 0.31
8eff394b3 commands: Regenerate
git-subtree-dir: docs
git-subtree-split: 3e663efb2b
This commit refines the key used to map translations:
* Use `translationKey` set in front matter
* Fall back to path + base filename (i.e. the filename without extension and language code)
Note that the Page Kinde will be prepended to both cases above. It does not make sense to have a section as translation for the home page.
Fixes#2699
a042b67b5 Update installation instructions for Fedora, CentOS, Red Hat
e99dcb0b5 Document `:sections` placeholder for permalinks
f33c88a27 Fix and clarify documentation about Blackfriday extensions (mask)
5cab109c2 Add .Page.File documentation
62df7bb80 Add .Page.CurrentSection and .Page.Sections documentation
60b4414de Add .Page.Dir documentation
22038d1a8 shortcode-templates.md: Update year example
850d5ca41 Add note about theme versions in hosting-on-netlify.md
0509b8055 Update permalink example URL
c68d61d3a Mention the available 'width' argument in 'figure' shortcode
ed83b483a Update Nanobox deployment tutorial
a7422f35d shortcode-templates.md: Remove stray period
af2905fe4 Fix order of releases in news section
19d3ea064 Bump to 0.30.2
bbfa10343 Merge branch 'next'
36ed7cbe4 releaser: Prepare repository for 0.31-DEV
f689770f6 releaser: Add release notes to /docs for release of 0.30.2
0045e712a releaser: Bump versions for release of 0.30.2
a9efc3bbd Add slug to 0.30.1 relnotes
9cf47a4a1 Release 0.30.1
1fa0bb23d releaser: Prepare repository for 0.31-DEV
5582208b6 releaser: Add release notes to /docs for release of 0.30.1
09693d155 releaser: Bump versions for release of 0.30.1
58adf5d0d Merge commit '325009c3fd4ac90021897b7e3e025c14e70ce162'
4ef5dcb9b releaser: Prepare repository for 0.31-DEV
02938a788 releaser: Add release notes to /docs for release of 0.30.1
7cfd01fc6 releaser: Bump versions for release of 0.30.1
db3a68e24 Fix typo
95a5d8b46 Fix format of summaryLength in TOML example config
2ad649a92 Make terms in taxonomy examples more coherent
1fac1e662 Make a link specifically point to Pygments HTML Formatter docs
11ae6be03 Fix minor typos in v0.30 release notes
git-subtree-dir: docs
git-subtree-split: a042b67b5b
This commit adds support for multiple statDirs both on the global and language level.
A simple `config.toml` example:
```bash
staticDir = ["static1", "static2"]
[languages]
[languages.no]
staticDir = ["staticDir_override", "static_no"]
baseURL = "https://example.no"
languageName = "Norsk"
weight = 1
title = "På norsk"
[languages.en]
staticDir2 = "static_en"
baseURL = "https://example.com"
languageName = "English"
weight = 2
title = "In English"
```
In the above, with no theme used:
the English site will get its static files as a union of "static1", "static2" and "static_en". On file duplicates, the right-most version will win.
the Norwegian site will get its static files as a union of "staticDir_override" and "static_no".
This commit also concludes the Multihost support in #4027.
Fixes#36Closes#4027
Return the correct virtual Section for Taxonomy and TaxonomyTerm.
Restrict permalink expansion to only Pages and Taxonomies, but then
actually use expanded permalinks even for non-Pages.
Fixes#1208.
Use the new `RegisterPluralSpec` function to register all defined
languages. This allows the usage of language identifiers which are not
part of the Unicode CLDR standard.
Closes#3564
toml v0.3.0 was released in March 2017 and is missing few fixes made in toml
package after the fact. So use the master branch instead.
This fixes a regression when switch was made from govendor vendor.json dep
management to Go dep.
Fixes#3998
e65df1059 Bump to v0.30
e9e118730 releaser: Prepare repository for 0.31-DEV
e6f2508d4 releaser: Add release notes to /docs for release of 0.30
9c5d6a65b releaser: Bump versions for release of 0.30
88bf0e663 Merge commit 'ecf5e081b5540e69f4af330233f39a07baf53846'
6c7191331 Merge commit 'dae5a7c61cceeb0de59f2d755f63e453f71dd9b2'
efd1821bd tpl: Add errorf template function
0cf8dc046 Change SummaryLength to be configurable (#3924)
9e8c09652 tpl: Add os.fileExists template function
e969cfcd7 Merge commit '9d68f695e782c6a83c77aff13317c7a22c694c98'
1a2d516a0 tpl: Add float template function
5310162dc releaser: Prepare repository for 0.30-DEV
648fdf2d0 releaser: Add release notes to /docs for release of 0.29
b2f46992c releaser: Bump versions for release of 0.29
ec447e043 releaser: Prepare repository for 0.29-DEV
9f469e93a releaser: Add release notes to /docs for release of 0.28
c91c18ebc releaser: Bump versions for release of 0.28
253d2ede2 Merge commit '61c27b58b353c73772aae572c7d822fdfdf7791b'
e35b93cc7 Merge commit '30694a133a88d5f76a51d0372646e10cbeca7691'
9fad59f66 Merge commit '7a89dce53bfbd67a17442a8f9be8fa895fc4f9b1'
4221c2855 Merge commit 'ba45da9d03056447e4873de13d4e0f8d658a769b'
0010b6743 releaser: Prepare repository for 0.28-DEV
9e71765cd releaser: Add release notes to /docs for release of 0.27.1
56206b90d releaser: Bump versions for release of 0.27.1
59522fca0 releaser: Prepare repository for 0.28-DEV
4686686d2 releaser: Add release notes to /docs for release of 0.27
0cd9a5d58 releaser: Bump versions for release of 0.27
d21a59d2d docs: Merge commit '1b4319be62ba071f79e90ef32dbe92eb893429f7'
9c4ff2d8e docs: Document Related Content
887fb1af7 docs: Merge commit '7d63a23b0c68d9cd7c7c09c2755619237bc03485'
c8163b51b Update docs versiona and README
f782c9959 Merge commit 'ec4e6f9df2ab9ffdc62a3f59675369096e0d3f77' as 'docs'
d384c661f docs: Re-integrate
9a2eb0f1d Revert "Squashed 'docs/' changes from 35abbc86..f887bd7b"
0373e4310 Squashed 'docs/' changes from 35abbc86..f887bd7b
ea2cc26b3 Remove the theme submodule from /docs
0f9f73cce Add support for multiple config files via --config a.toml,b.toml,c.toml
c8257f8b7 Render task list item inside label for correct accessibility
0abdeeef6 source: Normalize UniqueID between Windows & Linux
e2f8664ef hugolib: More spelling
46ac74537 all: Fix spelling
4b54fb070 all: gofmt -s
40d7d3baa releaser: Prepare repository for 0.27-DEV
f090c2711 releaser: Add release notes to /docs for release of 0.26
b36f6e31e releaser: Bump versions for release of 0.26
0f51e4926 releaser: Add release notes draft for 0.26
62583db50 vendor: Update checksum for inflect
0d495d537 releaser: Update to new release notes location
22b213b1a Merge commit 'e81208265bb3cdb7606d051a23d83aeebcb7d34d'
e81208265 Squashed 'docs/' changes from ef02e34e..35abbc86
11e5d456e releaser: Include stats from hugoDocs
f768c27f0 helpers: Remove some unused funcs
81c13171a Add some missing doc comments
9891c0fb0 Remove sourceRelativeLinks
481924b34 helpers: Fix broken TaskList in Markdown
09907d36a Switch from fork bep/inflect to markbates/inflect
8fb594bfb Make the title case style guide configurable
9b4170ce7 Remove unused dependencies from vendor.json
6acbe41f0 media: Add missing JSON tags to Type
e321306c6 media: Add JSON tags to Type
9c1977872 output: Add JSON tags to Format
50ec65fbe Squashed 'docs/' changes from 73f355ce..ef02e34e
1c18f3fc4 Merge commit '50ec65fbe1a48475d3320775dab2c47389c02114'
cb9dfc261 helpers: Add support for French Guillemets
c4a0b6e8a vendor: Add support for French Guillemets
a8080c084 Remove CODEOWNERS
84710eb3e Add -u flag for go get govendor in CONTRIBUTING.md
555a9bc80 tpl: Accommodate gccgo in TestMethodToName
55d0b8941 tpl/collections: Fix intersect on []interface{} handling
aee2b0678 Add --debug option to be improved on over time
c1a5da977 vendor: Update dependencies for 0.26-DEV
9ed48c1c9 Dockerfile: Run go install with -ldflags '-s -w'
bfe0bfbbd Dockerfile: Reduce image size from 277MB to 27MB
606d6a8c9 Dockerfile: Optimize Docker image size
12e049520 docs: Add RSS template lookup example
6cd33f695 tpl: Use hash for cache key
dbe63970e hugolib: Support reflinks starting with a slash
0c90e6d71 Change "hugodocs" to "hugoDocs" to match GitHub's default URL
b60aa1a50 helpers: Add --trace to asciidoctor args
ff433f981 Add script to pull in docs changes
2c0d1ccdc Squashed 'docs/' changes from b0470688..73f355ce
f387cb1b3 doc: Merge commit '2c0d1ccdcd95de0bddeb39dca2e4d08f0d8056d7'
40566ec98 Remove ^M from file to make line-endings consistent
7759a98f7 Clarify the repo choice in the contribution guidelines
720786cd3 Add note about doc-related pull requests in contribution guide
214e16eca appveyor: Update submodules
a2fb8150c Add some README info about the docs repo
73273d4e8 Add the docs theme to .gitmodules
4c220c4ac Merge commit '6dbde8d731f221b027c0c60b772ba82dad759943'
6dbde8d73 Squashed 'docs/' changes from f3c88b08..b0470688
deccc5400 hubolib: Add HasShortcode
00b590d7a Improve the twitter card template
ea5e9e346 Add GOEXE to support building with different versions of `go`
61bb3ccab hugolib: Improve panic handling in layout rendering
794ea21e9 hugolib: Make template panics into nice error messages
91f410ea9 Bump versions to 0.26-DEV
0e25f1e96 Revert "Revert "vendor: Update dependencies for 0.26-DEV""
aded65b71 releaser: Prepare repository for 0.25-DEV
bbd33dbf5 releaser: Add release notes to /docs for release of 0.25.1
0e09be7b3 releaser: Bump versions for release of 0.25.1
195f94575 releaser: Ignore openbsd/arm
44b8f740e releaser: Add release notes draft for 0.25.1
a48e13234 Revert "vendor: Update dependencies for 0.26-DEV"
7f82b41a2 parser: Final (!) fix for issue with escaped JSON front matter
84db6c74a parser: Fix issue with escaped JSON front matter
e0cf2e05b tpl/collections: Add some empty slice tests to intersect
dbbc5c481 tpl/collections: Fix union when the first slice is empty
7bcc1ce65 commands: Navigate to changed on CREATE When working with content from IntelliJ IDE, like WebStorm, every file save is followed by two events: "RENAME" and then "CREATE".
fd41e70cf Add first draft of CODEOWNERS
4ec8ee7fb vendor: Update dependencies for 0.26-DEV
1e19a9845 releaser: Prepare repository for 0.26-DEV
6fb556367 releaser: Add release notes to /docs for release of 0.25
51bcd5083 releaser: Fix tag push
6e086e3d0 releaser: Bump versions for release of 0.25
5895e32b0 releaser: Add release notes draft for 0.25
b2dcd867f Revert "vendor: Update dependencies"
d2c24baaf vendor: Update dependencies
4989950d4 releaser: Use real theme count in template
a358b33f2 docs: Regenerate the docs helpers
a392fca96 docs: Regenerate commands doc
75f782f03 Revert "commands: Adjust docs path"
37c69054e Squashed 'docs/' changes from 5d9a6703..f3c88b08
e00f5c9c0 docs: Merge docs commit '37c69054e294bf554be03cf7e4c01e1f586e6943'
477684022 releaser: Adjustments
70d8ddcb6 releaser: Revise the docs handling to match new subtree
5f831a622 releaser: Replace the magic version handling
e7a54e7af releaser: Add --try flag to ease testing
aa6b1b9be output: Support templates per site/language
a1d260b41 hugolib: Extend the sections API
dd9b1baab hugolib: Make .Site.Sections return the top level sections
1039356ed commands: Support human-readable YAML boolean values in undraft
ccdd08d57 tpl/collections: Add Pages support to Intersect and Union
d12cf5a25 tpl/collections: Fix In function for JSON arrays
e10e51a00 parser: Fix handling of JSON front matter with escaped quotes
34c566773 tpl/math: Add log function
41805dca9 hugolib: Render 404.html for all languages
7ee1f25e9 hugo import jekyll support nested _posts directories
3aa0e16d0 cache: Add even more concurrency to test
b3c8056de cache: Add concurrent cache test
fe132e1c3 vendor: Add missing WebP dependencies
8431c8d39 tpl: Add WebP images support
da72805a4 tpl: Only show post's own keywords in schema.org
72fd87171 hugolib: Add more summary test
118f8f7cf Dockerfile: Update Dockerfile and add Docker optimizations
56d82aa02 hugofs: Fix typo in code comment
eccb06478 tpl: Simplify the Disqus template a little bit (#3655)
2e1e4934b tpl: Improve the built-in Disqus template (#3639)
a54404968 helpers: Add Blackfriday 'joinLines' extension support (#3574)
bfce30d85 helpers: add --initial-header-level=2 to rst2html (#3528)
30e14cc31 Make `--navigateToChanged` more robust on Windows
c825a7312 Support open "current content page" in browser
7198ea8a1 Revert "Remove docs building from CI builds"
dd78d5b23 Squashed 'docs/' content from commit 5d9a6703a7765bb3c Merge commit 'dd78d5b23fe597f4461aa4199401b4e07c0612e2' as 'docs'
git-subtree-dir: docs
git-subtree-split: e65df10595
Hugo already, in its server mode, support partial rebuilds. To put it simply: If you change `about.md`, only that content page is read and processed, then Hugo does some processing (taxonomies etc.) and the full site is rendered.
This commit covers the rendering part: We now only re-render the pages you work on, i.e. the last n pages you watched in the browser (which obviously also includes the page in the example above).
To be more specific: When you are running the hugo server in watch (aka. livereload) mode, and change a template or a content file, then we do a partial re-rendering of the following:
* The current content page (if it is a content change)
* The home page
* Up to the last 10 pages you visited on the site.
This should in most cases be enough, but if you navigate to something completely different, you may see stale content. Doing an edit will then refresh that page.
Note that this feature is enabled by default. To turn it off, run `hugo server --disableFastRender`.
Fixes#3962
See #1643
This commit adds a "cache potential" column when running `hugo --templateMetrics --templateMetricsHints`.
This is only calculated when `--templateMetricsHints` is set, as these calculations has an negative effect on the other timings.
This gives a value for partials only, and is a number between 0-100 that indicates if `partial` can be replaced with `partialCached`.
100 means that all execution of the same partial resulted in the same output.
You should do some manual research before going "all cache".
Add template function that will build a string from the given format
string and arguments, then log it to ERROR. This has an intended
side-effect of causing the build to fail, when executed.
Resolves#3817
Changes fall into one of the following:
- gofmt -s
- receiver name is inconsistent
- omit unused 2nd value from range
- godoc comment formed incorrectly
- err assigned and not used
- if block ends with a return statement followed by else
Move SummaryLength into the ContentSpec struct and refactor the
relevant summary functions to be methods of ContentSpec. The new
summaryLength struct member is configurable by the summaryLength config
value, and the default remains 70. Also updates hugolib/page to use the
refactored methods.
Resolves#3734
36d7e22f Document fmt.{print, println} template functions
79a72fce Fix link to page variables
00342ca9 Fix broken link on highlight page
15f44952 Fix link in v0.28 release notes
0100df73 Fix code examples for math.{Ceil, Floor, Round}
a354a69b Fix broken netlify.toml
4995e5df Merge branch 'master' of github.com:gohugoio/hugoDocs
9cdd990a Hugo 0.29
463558f9 Document math.Log template function
588499af Add nohup.out to .gitignore
db8ddcf7 Change name of post files in example to use post prefix
296ec01f Add ox-hugo Emacs package to the tools section
f060d6d1 Fix math.Ceil, Floor, and Round naming
a2262d24 Document strings.TrimPrefix and TrimSuffix template functions
80c1ce63 Document strings.TrimLeft and TrimRight template functions
2921088d Document urls.Parse template function
f0133079 Document math.{ceil, floor, round} template functions
82863808 Fix typo in migration tools section
d5215d61 Add link to syntax hl docs in release notes
541f0686 Update versions
275ce2b4 Update 0.28 release notes
886713a1 Add release notes for 0.28
bed02e5f Merge branch 'next'
8e3b1ac4 Add a note about branches
1662b9d0 Add missing Disqus links in templates/internal.md
git-subtree-dir: docs
git-subtree-split: 36d7e22f5c
Add a template function that allows conversion to float. This is
useful, for example, when passing aspect ratios into templates,
which tend to not be integers.
Fixes#3307
To maximize the usage of cache, split the govendor get in steps:
- govendor fetch to get the pinned versions of dependencies
- go install to actually build the binary
Doing so allows not to re-download the whole dependencies when changing
lines in hugo repository
The current Dockerfile generates an image of 16.6MB
Signed-off-by: Thibault Jamet <tjamet@users.noreply.github.com>
Docker has recently introduces buikld-stages (as of version 17.05)
Build stages allows to benefit the docker build cache as well as
reducing the size of the resulting image c.f.
https://docs.docker.com/engine/userguide/eng-image/multistage-build/
This change allows to have faster builds when running `docker build`
several times after changing some little code
Signed-off-by: Thibault Jamet <tjamet@users.noreply.github.com>
Add git into the staged packages, so that the git binary is available
and hugo --enableGitInfo works for users of the snap package.
Fixesgohugoio/hugo#3896
20959c7b Rewrite the syntax highlighter docs etc.
92435459 Add a note about branches
REVERT: 1662b9d0 Add missing Disqus links in templates/internal.md
git-subtree-dir: docs
git-subtree-split: 20959c7b91
Ceil and Floor are frontends for the stdlib math functions. The Round
implementation is essentially the same thing except that the Go stdlib
doesn't include a Round implementation in a stable release yet. I've
included the Round function slated for Go 1.10.
Fixes#3883
This makes live reloading behind a HTTPS proxy working, as in the example below using the service from https://ngrok.com:
```
hugo server -b https://ba6sdfe72.ngrok.io --appendPort=false --liveReloadPort=443 --navigateToChanged
```
Fixes#3882
32356e4e Fix typo in header of shortcode-templates.md
c8f1a2d2 Correct code example for index template function
bfa6a55d Escape code fencing
ff8b2f99 Fix typos in deployment with wercker tutorial
557c36e8 theme: Merge commit '7fbb4bed25001182bfeb91f79db0f0c1936582ee'
7fbb4bed Squashed 'themes/gohugoioTheme/' changes from 7dd8a302..ca53082d
ce31cee0 Add "See Also" config
158cee1b Make the tags into keywords
61600be6 Add a note to the related section
49edb5a2 Relase 0.27.1
c9bbc001 releaser: Add release notes to /docs for release of 0.27.1
213c6c3b Add bugs poster
8b4590cd Add KeyCDN integration tutorial
2b277859 Add tutorial videos to several docs pages
950fef1f Update roadmap to link to the correct milestones page
496f5bf6 Rename relnotes
d6f9378d Bump Netlify versions to 0.27
087fde7f Update 0.27 release notes
603f94ae docs: Document Related Content
3790f6a3 releaser: Bump versions for release of 0.27
0948868c releaser: Add release notes to /docs for release of 0.27
git-subtree-dir: docs
git-subtree-split: 32356e4eab
This rewrites the release logic to use CircleCI 2.0 and its approve workflow in combination with the state of the release notes to determine what to do next.
Fixes#3779
Also related:
* support "modified" as an optional way to signal "last modified"
* make sure all relevant page dates are also added to params
Fixes#3867
This closes#98, even if this commit does not do full content text search.
We may revisit that problem in the future, but that deserves its own issue.
Fixes#98
1d052b16 Update hosting-on-netlify.md
28b96bec Remove double brackets in Netlify hosting tutorial
373ed38b Update deployment instructions from hugo > 0.20 on Netlify
1bbb41ca Generate static assets on deploy in Nanobox tutorial
816d207f Add missing backtick in templates/views.md
bf88e772 Add nanobox as a deployment option
9c37b4cc Change config's syntax order matching description
d3cb05a7 Fix wrongly named default value of publishDir
4be85c54 Add link to showcase a theme setup via config file
46837195 Init and update of submodules in .gitlab-ci.yml
9e7c2827 Add CSS lang argument to code block
85aad56e Abstract the type in the lookup order
4e1e43e9 Fix broken Pygments url
65b4e79b Correct GitLab project pipelines URL
94af72b5 Fix .Data.Terms usage in taxonomy template example
eb371e52 functions: Fix lang.NumFmt docs
a745cd6c Fix layouts' folder name in template primer
e181e637 Correct typo on GitHub pages guide (#151)
28698500 Remove HTML special chars from Windows install example
96b1f5b5 Remove not needed escape slashes in urls.md
2e05043f Add upgrade instructions using homebrew
2a14624d Fix alias in countrunes.md
5e26bb97 Update docker image for build/publish
01424887 List the internal templates
a3ef5be9 Remove string concatenation from add (math) sample
43d12b44 Fix typo
89bafa49 Change to Asciidoc URI
4e14071e Removes an extra bracket (>) in single-page-templates.md
0938e423 Fix typo in http2 server push blog
fac55121 Fix typo in deployment with rsync tutorial
git-subtree-dir: docs
git-subtree-split: 1d052b16a1
This fixes#3824: when the current pathname is the same as the one to be loaded, just call location.reload() so that the current scroll position can be preserved, instead of assigning to location.href, which will cause the scroll position to be lost.
These funcs were added during the move to namespaces but were
undocumented. This commit fixes the order of the arguments and adds the
funcs to the method mapping.
And use it in `eq` and `ne` so `Page` values can be compared directly in the templates without thinking about it being a `Page` or a `PageOutput` wrapper.
Fixes#3807
f887bd7b Add script to pull theme changes
e89bbb2f Update README
78155dec Merge commit '9301947b25099dd402065104b340b1a480906a74' as 'themes/gohugoioTheme'
9301947b Squashed 'themes/gohugoioTheme/' content from commit 7dd8a302
e7557a34 Remove gohugoioTheme submodule
a78bbe22 Add link to Go issue
31d1ef40 Add example for taxonomy terms with metadata
da978cc7 Fix links in Blackfriday extension documentation
950ad115 Fix reference to Blackfriday Extensions section
12d1d026 Add documentation for Blackfriday Extensions
8c2b8fb5 Fix explaination for uglyURLs config option
378aded7 Use community repository for Arch Linux installation guide
56455e7e Improve 0.26 release notes
be7db03a netlify: Build with the new 0.26
d430b2d3 Bump version to 0.26
61adaca0 releaser: Prepare repository for 0.27-DEV
abef29a6 releaser: Add release notes to /docs for release of 0.26
5937fe41 releaser: Bump versions for release of 0.26
033752f1 Merge commit 'e81208265bb3cdb7606d051a23d83aeebcb7d34d'
bec2bd12 Make the title case style guide configurable
f1739a44 Merge commit '50ec65fbe1a48475d3320775dab2c47389c02114'
a1aac0e5 helpers: Add support for French Guillemets
b8dc1592 doc: Merge commit '2c0d1ccdcd95de0bddeb39dca2e4d08f0d8056d7'
7b3e31b8 Merge commit '6dbde8d731f221b027c0c60b772ba82dad759943'
a37e7201 Bump versions to 0.26-DEV
git-subtree-dir: docs
git-subtree-split: f887bd7b4e
35abbc86 Add example with taxonomy for title template func
85e28c10 Remove comment from variable in front matter example
eee8543b Remove comment from variable in front matter example
13a8e0b7 Add missing closing and opening comment tags
83531772 Replace http://example.{com,org}/ with https://example.{com,org}/6727d820 Update gh repo for issues in config
3a58818e Add note to install Testify
19f13e61 Fix YAML examples in taxonomies.md
dc4b90db Replace old RSS template with new embedded version (#116)
00f39bd7 camelCase output format options
902a14a1 Add missing word to pretty URLs explanation
git-subtree-dir: docs
git-subtree-split: 35abbc8691
As pointed out by the linter, some exported functions and types are
missing doc comments.
The linter warnings have been reduced from 194 to 116.
Not all missing comments have been added in this commit though.
As per the referenced issue, if the task list in Markdown has
nothing before it, it will be rendered wrongly:
```
---
title: "My First Post"
date: 2017-07-29T20:21:57+02:00
draft: true
---
* [ ] TaskList
```
is rendered as:
```
<ul> class="task-list"
<li><input type="checkbox" disabled class="task-list-item"> TaskList</li>
</ul>
```
The problem lies in the `List` function of `HugoHTMLRenderer`, it had
a hardocded index of `4` for the first `>` of the list, it is used to
insert the class into the text before the closing bracket, but that
hardcoded index is only right when there is a newline before the
opening bracket, which is the case when there is anything in the
document before the task list, but if there is nothing, then there is
no newline, and the correct index of the first `>` will be `3`.
To fix that we're changing the hardcoded index to be dynamic by using
`bytes.Index` to find it properly. We're also adding a test case to
make sure this is tested against.
Fixes#3710
This works for the `title` func and the other places where Hugo makes title case.
* AP style (new default)
* Chicago style
* Go style (what we have today)
Fixes#989
ef02e34e Correct the mmark example frontmatter parameter
6e91e900 SectionPagesMenu > sectionPagesMenu
1a0db1a6 Adjust sectionPagesMenu
f9f87d9d Fix extension's missing period.
7062ae07 Remove Press and Articles page
771f2b38 Remove outdated and redudant content file for release notes
64cf47c3 Remove outdated note in docs contribution guide
bdb11b89 Fix typo
8324af70 Fixes broken link on Roadmap
d93f0992 functions: Add all missing binary comparison operators
fb7ae80a Fix typo in usage.md
fbdae08b Fix typo in content-management/taxonomies.md
66fab8d2 Make <title> less stuttery
b3cd4c22 Remove old temp release notes
5589ba96 Fix typos in templates/lists.md
af3a0807 http > HTTP
b2af90ae Remove formatting in description of blog article
6e2e60a9 Add blog article about Netlify files
0bb6f2f2 Use title in archetype file
7b2490ff Get the Archetypes up to new spec
f401d69b Load CSS and JS via HTTP/2 server push
4aef4944 Adjust titles
362acdb2 Fix typo in quickstart
c2440560 Remove inline icons from installation guide
d2edcbc3 Revert "Fix links to Disqus template documentation"
622f49cf Add a full commands section at the quick start end
752f065b Fix server command in README
93e08e19 Fix links to Disqus template documentation
5e0cfaa9 Adjust Linux install
d51397c2 Fix broken link in Quick Start
1fb39846 Add /quickstart alias to quickstart
7440616b Add new and simpler quickstart
b3ec6986 Let page title correspond to function name replaceRE
b44499c9 Add YouTube tutorial about taxonomies
88b9eb0e Add RSS templates example
6c0bde3f Update slice.md
6c212ea6 Reorder to match the following content order
d2122992 Complete "content" spelling under theme components
e4824eb3 Fix the output shortcode and its usage
0adfc945 Add archetypes YouTube video
638e9d9b Fix double "your" typo in taxonomies.md
git-subtree-dir: docs
git-subtree-split: ef02e34eaf
This to to ensure the reader is not stuck with a stale version
of govendor where `govendor get` may not actually build/install
the final hugo binary.
See kardianos/govendor#330
Why:
* first time using hugo I got very little info from --verbose output
but I noticed there is quite a lot of useful DEBUG logging
* asked for in other issues like https://github.com/gohugoio/hugo/issues/3514
This change addreses the need by:
* adding a simple --debug flag which simply turns on debug level in stdout
and logoutput if enabled.
73f355ce Update theme
83ff50c2 Use example.com in examples
71292134 Add alias news > release-notes
2e15f642 Update theme
8eef09d2 Add Pygments configuration
572b9e75 Clean up the code shortcode use
a1b2fd3b Remove the code fence language codes
1473b1d9 Remove redundant text
b92c2042 Update theme
8f439c28 Edit contributing section in README
8bcf8a19 Add contributing section to README
4c44ee1c Fix broken content file
2bdc7710 Clarify .Data.Pages sorting in lists.md
092271c2 Use infinitive mood for main titles
b9b8abef Update theme to reflect change to home page content
b897b71b Change copy to use sentence case
fd675ee5 Enable RSS feed for sections
060a5e27 Correct movie title in taxonomies.md
6a5ca96a Update displayed site name for Hub
22f4b7a4 Add example of starting up the local server
d9612cb3 Update theme
a8c3988a Update theme
4198189d Update theme
12d6b016 Update theme
2b1c4197 Update theme
b6d90a1e Fix News release titles
cfe751db Add some build info to README
git-subtree-dir: docs
git-subtree-split: 73f355ce0d
b0470688 Use infinitive mood for titles
96066d1b Update theme to fix JS error
8d500e7d Fix dead key typo in v0.25 release notes
3f6bd838 Add site image for Twitter card
52adf3c9 Fix union description
b1238c98 Document Pages support in union and intersect
14beb0ec Add some more missing aliases
2baad4b3 Add missing functions alias
d3603ef9 Adjust GetPage doc
adeca9f0 Remove unused file
4b0d3393 Regenerate commands doc
436f2a36 Improve Netlify config
94bf0abf Remove tags from menu
2c257180 Add production config
b779fdc8 Remove unused files
fac13f4f Copy edits variables
92726cf0 Copy edits themes and tools
6a058168 Templates copy edits
8cdaa2b6 Update theme
61203de8 Some minor edits of the getting started section
43c935a8 Copy editing of the template func documentation
972f8ba2 Update theme
b9bdfd40 Prefix methods with a "."
4e0bca2b Remove the needsexamples construct
4ac6e828 Update content references to new gohugoio org
646112a2 More copy edits
c6bf314d Update theme
2d75e090 Content fix
ef0564e2 Update theme
6994ef2c Content fix
48c2b9f4 Fix broken links
94806d0c Update theme
29ba55bf Some more copy edits
2a657165 Set unix func to draft
90ba82b4 Update theme
183472a6 Do some copy editing
87db4be7 Remove the tags config for now
52deebf6 next: Cleanup after the big merge
6b07427f next: Final step of merge
45f33bf6 Merge branch 'reword' of hugo-docs-concept into next
f00e68e7 Add release notes for v0.20 - 0.25.1
86c3ac1b Add fREW Schmidt's articles to news
a518ccb9 Fix baseurl
cea93ebe Update archetypes documentation for v0.24
469e504c Explain use of disableKinds to remove default taxonomy
73d616c5 Remove category taxonomy from site config
813a0cb0 Add time to int example for time function
58da4d9e Clean up link formatting on lookup order page
52aedacd Add admonition note to getenv function
9305be17 Make minor tweaks to docs on generated dirs in Directory Structure
ed98ef4e Update dir structure and remove old YT video from Quick Start
240f675f Change baseurl to empty string to fix CSS in dev URL
a4400e8a Remove all temp landing page templating and content
af940ab5 Add temporary tax and terms templates for Announcement page
5c383297 Add temporary Hugodocs.info site migration page
5004ef61 Update output of "hugo help" on Basic Usage page
6df80224 Add CentOS to Install Hugo page
2cef2175 Tweak marketing "copy" for custom outputs on homepage features
ed40185e Clean up language a bit around Configuring RSS entries
0671aed5 Add regenerated docs.json
1b7044b2 Add LICENSE file
578d7978 Release of v0.25.1
e6c38585 Merge branch 'tmp'
e01df481 releaser: Prepare repository for 0.25-DEV
6f462739 releaser: Add release notes to /docs for release of 0.25.1
91a4d55f releaser: Bump versions for release of 0.25.1
d0ee1e45 Add jonbeebe.net to the showcase
a4b499fb Add Hugo/Unix/Vim integration post to press section
ec4cae94 Fix link for pull requests in press.md
c37ea39a releaser: Prepare repository for 0.26-DEV
d89da99d releaser: Add release notes to /docs for release of 0.25
2b11466e releaser: Bump versions for release of 0.25
a8096ce4 docs: Regenerate the docs helpers
d68eaeeb docs: Regenerate commands doc
1c8fff5d docs: Merge docs commit '37c69054e294bf554be03cf7e4c01e1f586e6943'
2afe0747 tpl/math: Add log function
ab4e5da8 Merge commit 'dd78d5b23fe597f4461aa4199401b4e07c0612e2' as 'docs'
31393f60 Remove the docs submodule
aff1ac32 commands: Use example.com as homepage for new theme
b463c5ad releaser: Remove trailing space in fixes list
1a041522 releaser: One more fix
3aade089 releaser: Improve docs submodule handling
0e1bda34 vendor: Fix +-timezones in TOML
2e4ccd3d create: Preserve shortcodes in archetype templates
fd924d18 commands: Create default archetype on new site
e908d955 create: Fix archetype regression when no archetype file
8b620f7a docs: Update
12611e0c Update docs
58ce9213 releaser: Fix typo, change "relase" to "release"
ae3039b6 Update docs
3554fd12 releaser: Prepare repository for 0.25-DEV
1ac4dbb9 releaser: Update /docs to 0.24 [ci skip]
8f69fe57 releaser: Bump versions for release of 0.24
f8c5716a releaser: Update /docs [ci skip]
2ba9a876 releaser: Add release notes draft for 0.24
b7f8d057 Add numfmt to functions list
976c398f Add numfmt to functions list
c43b512b output: Identify extension-less text types as text
19f2e729 Support non-md files as archetype files
0f40e1fa media, hugolib: Support extension-less media types
516e6c6d hugolib: Add disableAliases
175eb008 Take the first crack at some copy for custom output types
176c35d4 Update theme to include theme PR gohugoio/gohugoioTheme#373ac3539f Fix typo on output formats
3183b9a2 parser: Fix handling of quoted brackets in JSON front matter
1a282ee4 vendor: Update Viper
fb53987a hugolib: Fix error handling for JSON front matter
6e3bd702 Update theme to reflect NAV changes
662e12f3 commands, create: Add .Site to the archetype templates
422057f6 create: Use archetype template as-is as a Go template
acd7ffdf config.toml: Update links for GH org and forum
4aa12390 Update links to new discuss URL
d78c5b4d Replace all instances of discuss.gohugo.io with new discourse.gohugo.io URL
e731a7aa Fix heading typo for Windows 10 users in install instructions
4231fd69 Update all relevant instances of spf13 to gohugoio in install instructions
411ac930 vendor: Update deps
4345026b releaser: Add TODO
deffb4c3 releaser: Prepare repository for 0.24-DEV
12b844da releaser: Update /docs to 0.23 [ci skip]
b502b9d8 releaser: Bump versions for release of 0.23
781a1539 releaser: Update /docs [ci skip]
af85eb62 releaser: Adjust
882b2b61 releaser: Add release notes draft for 0.23
00e2fe07 releaser: Adapt release logic to docs submodule
d4e8ea3e Move the theme to the new org
481850c9 Add STOQE's tweet
186eacbe Update tweets through mid-June
ccb8300d Update logo link in README
214dbdfb Remove docs building from CI builds
729be807 commands: Adjust docs path
6cee0dfe Add docs as submodule
8be3934b docs: Remove
fbb25014 Update Gitter link in README
bf5e5995 vendor: Update to new org name
86543d6a Change Windows build badge link, take #33b47805f Change Windows build badge link, take #2e6ae32a0 Update Windows build link
5103935a hugolib: Disable shaky leaktest on CI
95386544 Update links in CONTRIBUTING.md due to the org transition
7b99fb9f Update source path in Dockerfile due to the org transition
d531d17b Update clone folder in appveyor.yml due to the org transition
9266bf9d Update import path in snapcraft.yaml due to the org transition
873a6f18 Run gofmt to get imports in line vs gohugoio/hugo
f503d76a Update Makefile vs gohugoio/hugo
93643860 Update README to point to gohugoio/hugo
db46bcf8 examples: Update examples to point to gohugoio/hugo
66d4850b docs: Update layout references to gohugoio/hugo
715ff1f8 docs: Update content references to gohugoio/hugo
c17ad675 all: Update textual references in Go source to point to gohugoio/hugo
d8717cd4 all: Update import paths to gohugoio/hugo
2d08a296 vendor: Improve GitInfo
a9e551a1 Fix handling of duplicate footnotes
2aafb247 Revert "releaser: Bump versions for release of 0.22.1"
4bd5ce7e releaser: Prepare repository for 0.23-DEV
0f78dd06 releaser: Prepare repository for 0.22.1-DEV
714594a8 releaser: Add relase notes to /docs for release of 0.22.1
dce70fb7 releaser: Bump versions for release of 0.22.1
c84079ba releaser: Add release notes draft for 0.22.1
a30023f5 hugolib: Fix section logic for root folders with subfolders
1f26420d hugolib: Support sub-sections in permalink settings
ff54b6bd commands: Adjust rlimit to 64000
629e1439 commands: Make error on setting rlimit a warning only
26aa06a3 Revert "commands: Remove the rlimit tweaking on macOS"
52a0cea6 docs: Add note on updates for rpm-based distros
8ca586a6 releaser: Prepare repository for 0.23-DEV
e797a94d releaser: Add relase notes to /docs for release of 0.22
21cf464c releaser: Bump versions for release of 0.22
fb5cac70 releaser: Spelling
63311a14 releaser: Add release notes draft for release of 0.22
0f8f5141 docs: Rewrite “Archetypes” article
8744e6d0 Add noindex to alias explanation
39408925 docs: change .Site to $.Site where the global context is masked by the term's context
208d1646 Add additional reference to layout front matter
e47b74d8 Add information about layout front matter variable
00d63215 docs: Use single link element for RSS in example
f1da5a15 hugolib: Make the RSS feed use the date for the node it represents
d5ab7f08 Add noindex tag to HTML generated by Hugo Aliases
55dd533b hugolib: Unexport some internal methods
b82cd82f tpl/collections: Add uint support to In
204c3a9e tpl/collections: Support interfaces in union
fe901b81 hugolib, commands: Improve live-reload on directory structure changes
b3968939 hugolib: Enable nested sections
bef50485 Revert "hugolib: Fix live-reload regression for add/removal of dirs"
49a10430 hugolib: Fix live-reload regression for add/removal of dirs
5be04486 hugolib: Fix disablePathToLower regression
1f55cb76 hugolib: Simplify some test loops
8aaec644 hugolib: Add test for no 404 in sitemap
55c53ae9 docs: Add thislittleduck.com to the showcase
44e6279d Move archetypes from Bud's theme to project dir
d05edb0f Move all shortcodes out of theme and into project dir
5ba50897 Add more tweets
9ccb82fa Add functions file for uniq
e28d9aa4 tpl: Add uniq function
92bb618c Add new tweets through June 3
9412e0b0 Remove Duoshuo from list of commenting services
46b46078 hugolib: Remove some superflous TODO comments
2c2ce33a parser: Add horizontal YAML tags to benchmark
adc0572d docs: Add Nutspubcrawl.com to the showcase
0907a5c1 all: Temporarily revert to BurntSushi for TOML front matter handling
3d9c4f51 parser: Add BenchmarkFrontmatterTags
250ebc1d hugolib: Add some more tags to benchmark
b37d9594 hugolib: Bump leaktest timeout to 30 seconds
4e00bb7f Write CPU and mem profiles from site benchmark script
fdcfcced hugolib: Fix tag calculation in benchmark test
4d0b6653 Fix typo on Hawksworth's tweet for homepage
bdacc320 Move tweet data file to project dir from theme
c940f08f Remove duplicate custom output pages
59c1bdc5 Move custom outputs from CM to templates section
0e363fe7 Remove theme-showcase.md => removing from global nav as well
213ea749 hugolib: Add number of tags as a benchmark know
08a10e5d hubolib: Make the site benchmark output more compact
d83c53a8 Replace "Github" with "GitHub"
9fa71c94 hubolib: Add 10k pages as a benchmark variant
d25d89e6 hugolib: Increase leaktest timeout
89697019 hugolib: Break early from sitemap disabled check
69d92dc4 hugolib: Respect disableKinds=["sitemap"]
d74452cf Add benchSite.sh
978951cf vendor: Update go-toml
00ea027e Clean up shortcode description on homepage and remove extra "to"
f96df8f2 Remove outdated developer tools
f2ede42a Make minor tweaks to home page and news layout
4aff2b6e source: Cache language config
2342df4d hugolib: Add TOML/YAML switch to benchmark
828427ef hugolib: Adjust timeout for leaktest
ce624cc7 hugolib: Add slightly more realistic tag distribution to benchmark
8930e259 hugolib: Add site building benchmarks
8c53afdb Move assets used in content files into images/ subfolder
0d9ce481 Add _headers file for cross-origin issues with SVGs
fede945d Add home page to hugoDocs
f4c1efc6 Make assets used in content files theme independent
710300cb docs: Update overview/usage
93cab620 Update snapcraft.yaml
b68758a9 Update _index.md to show more intuitive link titles
7fd64f19 Merge bp/theme-design branch containing Bud Parr's new design
19de4476 hubolib: Remove the regular page restriction from .Site.GetPage
37e37877 docs: Fix parameter name in YouTube shortcode section
b5b41c44 hugolib: Refine allKindsInPages
bde807bd travis: Update Go versions
612f6e3a hugolib: Fix ref/relref issue with duplicate base filenames
50d11138 hugolib: Add a cache to GetPage
e0c2e798 hugolib: Support regular pages in .Site.GetPage
87203139 cache: Add a simple partitioned lazy cache
ccf1fcb0 Remove single.html references from homepage template
a91c2705 docs: Add furqansoftware.com to the showcase
99412bfe docs: Delete `brew update` from docs
f4d9612e Update console message in sample code for brew installation
2e693d1e Remove "brew update" from install page
801ab9f5 Remove "brew update" from install page
421a4694 cmd: Replace flagChanged with pflag.FlagSet.Changed
0a40cb43 docs: Add tutswiki.com to the showcase
d460159a docs: Regenerate commands docs
8b49c3a1 hugolib: Enable leaktest
bcd32f10 commands: Remove the rlimit tweaking on macOS
62fe640d vendor: Update libs
fbb78b89 hugolib: Speed up GetPage
6c560288 hugolib: Add BenchmarkGetPage
89b85aed releaser: Disable flaky test
4113693a tpl/cast: Handle template.HTML and friends in ToInt
f41f7282 Remove Unmaintaned Frontends from Tools.
8ddc7a5c releaser: Prepare repository for 0.22-DEV
f63ee656 releaser: Add relase notes to /docs for release of 0.21
1a965e5d releaser: Bump versions for release of 0.21
baa414ae releaser: Add a new step
cdf32f08 releaser: Update ldflags
98e333b3 vendor: Update golang.org/x/sys/unix
a0096213 releaser: Add release notes draft for 0.21
a119ef69 tpl/time: Re-add the time example
1f9e8dcc tpl: Make the Namespace func signature explicit
ebd636e4 releaser: Delay the version bumping
4d1989d5 releaser: Fix tag detection for changelog when doing a main release
a59525b0 tpl/time: Remove asTime template func mapping
3954160a tpl/time: Support overlapping namespace and template func
93c5774d tpl/collections: Make IsSet WARNING less chatty
77d2fe78 docs: Add ttsreader.com to the showcase
405c2f68 tpl/images: Fix error handling in Config
00945628 Remove showcase
58d4c25e tpl/collections: Use Feedback log instead of Error in IsSet
38661c17 tpl/collections: Log an error on unsupported types in IsSet
42fbded1 docs: Regenerate docs helper
10287263 output: Fix output format mixup in example
27e88154 docs: Fix incorrect path in templates/list
f1c29b01 tpl/collections: Add support for interfaces to intersect
93b3b138 tpl/lang: Add NumFmt function
e92ce83d docs: Update references to JSON
4c427f6a docs: Fix minor grammar issue in shortcodes.md
e682fcc6 hugolib: Fix RSSLink vs RSS Output Format
b6ea492b tmplimpl: Add support for ellipsed paginator
6e2f2dd8 hugolib: Fix output formats override when no outputs definition given
ac57a388 Add more 2017 tweets for homepage
765fd441 Remove GH buttons to test performance change
ef8ed989 Add back CRP for speed tests
94b5be67 commands: Skip .git directories
c7646551 Dockerfile: Remove ENTRYPOINT
af72db80 hugolib: Handle shortcode per output format
e951d657 hugolib: Handle any errors in processShortcodes
2bcbf104 hugolib: Prepare render per output format
1e4d082c hubolib: Refactor site rendering with an "output format context"
1d70aa98 docs: Add carnivorousplants.co.uk to the showcase
6fc7337a docs: Add worldtowriters.com to the showcase
ddaf6941 docs: Add ocul.on.ca/topomaps to the showcase
a28fbca6 docs: Fixed incorrect specification of directory structure
544f0a63 hugolib: The deprecated Extension, Now and TargetPath will now ERROR
5794a265 commands, hugolib: Deprecate disable404, disableRSS, disableSitemap, disableRobotsTXT
5d6d5221 Add anchor titles to all links on partial templates page
c022b4bb Add more links to partial templates page
ebf677a5 hubolib: Embed Page in WeightedPage
58d9cbd3 hugolib: Improve shortcode error message
7d399904 helpers: Don't clean the path before Join
9b202862 commands: Use paths from PathSpec for walker
c9976155 docs: Fix bash command in tutorials/github-pages-blog
9b5fac0b Fix menu for "What is Hugo" page
9b080dc6 helpers: Don't clean path twice
231c0a7e docs: Fix typo in templates/functions.md
5575ed44 docs: Update datafiles.md
42f4ce15 hugolib: Add default config for ignoreFiles
14555f13 Fix broken link on templates/introduction page
cff2f313 tpl: Add some GoDoc info to template func docs
f9e41f64 releaser: Push the tag before goreleaser is run
8f2ab5f4 i18n: Simplify code for detecting of untranslated id
cce49997 i18n: Add tests
3dd949d9 tpl/urls: Make urlize return a string
a40d1f6e i18n: Improve the detection of untranslated string
9c17fcb4 Update slug translation in multilingual.md
635b3bb4 docs: Add documentation on slug translation
08c0de5c tpl/data: Clean up data namespace
1cf2f3dc tpl/data: Move cache logic to separate file
5f095c27 tpl/data: Shorten some internal func names
f604076d tpl/images: Fix embedded sync.Mutex
f69df916 tpl: Add basic tests for all namespace init funcs
690b0f8f tpl: Add docshelper for template funcs
e2b067f0 tpl/partials: Remouve unused method
0e226042 tpl: Fix the remaining template funcs namespace issues
4714085a tpl/urls: Make it a package that stands on its own
55f90a3a tpl/transform: Make it a package that stands on its own
ee5aa84f tpl/time: Make it a package that stands on its own
4a346346 tpl/safe: Make it a package that stands on its own
b958c0c1 tpl/os: Make it a package that stands on its own
fc77b630 tpl/inflect: Make it a package that stands on its own
a432c90a tpl/images: Make it a package that stands on its own
9aee8ace tpl/encoding: Make it a package that stands on its own
744dccbe tpl/crypto: Make it a package that stands on its own
8a49c0b3 tpl/collections: Make it a package that stands on its own
a3bf118e tpl/compare: Make it a package that stands on its own
65615573 tpl/data: Make it a package that stands on its own
0ab23eb5 tpl/strings: Make it a package that stands on its own
eefa0703 tpl/math: Make it a package that stands on its own
c5373efc tpl: Add TemplateFuncsNamespaceRegistry
8f95172c releaser: Disable shaky test
f4857661 Add txtpen to the Commenting Alternatives section
906ad232 Change temporarily ghdocsrepo field in site config
c616ade9 Add logic and operators tags to where.md for better discoverability
044b2389 Add regex101.com reference to both RE functions
c2a5952f Add regex101.com reference to both RE functions
8b94418e Add link to regex101.com for replace/find RE
71471f13 Remove opinionated code blocks (Third round)
bc9a6491 Clean up code block for ids and classes (Second round)
e4336f06 Fix minor typos in "where" function page
8e151a93 Clean up all list templating samples
abe797c9 Clean up code block (First round)
4b637ac0 docs: Replace cdn.mathjax.org with cdnjs.cloudflare.com
b6dc570c Update MathJax official CDN and respective code block
de7c32a1 tpl: Add template function namespaces
154e18dd Render 404 in default language only
565a78b1 netlify: Add some security headers
355736ec livereload: Fix data race in close
86f36c38 Comment out path frontM override in cm-organization page temporarily
93a447c5 docs: Fix typos
eaf75a18 vendor: Update cobra and pflag
8d0917af hubolib: Narrow a test assertion
718c0e14 releaser: Fix broken test build
d6957c19 releaser: Skip Git test on Travis
a695202f release: Add relase notes for 0.20.6
fea4fd86 hugolib: Avoid index.md in /index/index.html
656f8188 docs: Regenerate commands docs
f0f69d03 commands: Make first letter of flags' usage lowercase
8fbec599 vendor: Update cobra and pflag
d163576c Add blank content file for new numFormat function
e55399f5 releaser: Fix some of the fpm fields for deb
5ad2f176 hugolib: Make missing GitInfo a WARNING
202fa954 Update custom output formats description to mention extensiblity
0c435aaa Update description for output formats
162d3a58 docs: Add notes about some output format behaviour
fd5109b6 releaser: Fix ldflags setting
88d81110 docs: Remove temp release notes
4ac60e4c docs: Add relase notes for 0.20.5
b332d93e docs: Add a time to 0.20.4 release docs
b096a10f releaser: Add relase notes for release of 0.20.4
24be139c Add -linkmode external
3e0f1ad7 Set extldflags to static when building
0bd0593a releaser: Add relase notes to /docs for release of 0.20.3
c6e4aff1 release: Adjust release notes for 0.20.3
c0f491ab releaser: Add relase notes draft for release of 0.20.3
67746f36 releaser: Fix a Go vet complaint
7f6430d8 Automate the Hugo release process
0e87b18b hugolib: Fix handling of zero-length files
e98f885b hugolib: Prevent decoding pageParam in common cases
6498d73c helpers: Delete RenderingContext.getConfig
b5b6e81c hugolib: Ignore non-source files on partial rebuild
90d3fbf1 tplimpl: Add translation links to the default sitemap template
5f3ad1c3 commands: Import Octopress image tag in Jekyll importer
8cd3ea56 Fix check-vendor logic in Makefile
9c72fa36 Move lookup order section within lookup order page
8fb94fa4 Add note on Golang regexp library to findRE and replaceRE funcs
6aaf47be Remove the pesky .DS_store from the site and improve .gitignore
1b867649 Correct typo in cm-types page
e63c2fb1 Remove extra parentheses in GetPage function example
21ebf481 Remove extra parentheses in GetPage function example
d3041306 Clean up links in RSS templates
79355410 Remove check-vendor from make check
d6818f23 vendor: Fix go-toml
592e055f Add check-vendor target to Makefile
e97837f6 Fix typo in Format function
4a2148e2 Clean up list ordering and grouping; add ref to Format func
c67f09b2 Update signature for len function
999ba8d4 Add len to functions list with examples
246bb068 Fix heading structure for newest releases
6cba8ff7 Fix minor typos in Release Notes
2d1854f7 Add 20+ Release Notes
b1ce0d98 Fix .Date.Pages typos across the board
f7fae4b1 Fix .Date.Pages typos across the board
ab692e73 hugolib: Log WARNING only on unknown /data files
7cdc244a docs: Add txtpen as alternative commenting service
ed0c3ec4 Fix .Data.Pages range in sample
b5e32eb6 docs: Fix .Data.Pages range in sample
66ec6305 docs: Add 0.20.2 release notes
1cf29200 tplimpl: Allow text partials in HTML templates
fcca2cad Clean up single page and list template explanations further
318a75ec Update homepage terminal to govendor install instructions
74da85ed Fix small typographical errors in shortcode templating page
d557ca80 Explain use of .Params in shortcode templating
807f4519 Make small typographical tweaks to homepage template
8f70189a Fix typographical errors in lists.md
e8457556 Beef up explanation of _index.md in homepage content
452bd58a Add admonition note to GitHub hosting
9ed90b70 Add more in-page references to date-related page vars
0fff8177 Propose archetype usage for summary divider in content-management/summaries.md
8aaa5e17 Fix typo in content-management/types.md
26f87754 Fix broken link in toc.md to page variables
c5e2fa22 Fix link in cm-cross references
83fba815 Fix links in content-management/front-matter.md
8ccee671 vendor: Update dependencies
86a97dbd docs: Add Netlify badge if on Netlify
5e2e62d9 Get versions back to 0.20-DEV
8ac1fcd0 Prepare release 0.20.1
0ed3beec docs: Add 0.20.1 release notes
077005e5 output: Fix base theme vs project base template logic
efc0e05c docs: Add sanjay-saxena.github.io to the showcase
ab7f43e1 Update math function page to include "add" usage with strings
6d2ea0f7 hugolib, output: Do not lower case template names
45c74526 hugolib: Must recreate Paginator on live-reload
e765b43e hugolib: Avoid recreating the Paginator on copy
3b677594 hugolib: Avoid processing the same notify event twice
da022418 Remove unnecessary keys from config file
81fa0a45 Adjust all metadata partials to use absURL and relURL
7ee73ffd Update scripts to use absURL func
5fad8a9d snapcraft: Go 1.8.1
9a1c3f42 Add CLI Overview
aa0c2bd6 Add Emacs Easy Hugo to "other tools" page
26777720 Fix env var description in configuration.md
24ae7df1 Add mention of output format configuration to configuration.md
0b51849d Remove wip badge from output formats page
08ff6f61 Do a small language cleanup for output formats page
33db4143 Update custom outputs title and aliases
6652cb8b Move custom outputs to templating section
9ec00725 hugolib: Final fix of rssURI deprecation
cfd3af8e hugolib: Only show rssUri deprecation WARNING if it is actually set
4c6fec56 all Bump to 0.21-DEV
dac0d4a6 all: Prepare Hugo 0.20 release version
03ec2b33 docs: AddHugo 0.20 Release Notes
2ea0e17b Update incorrect titles in example front matter
18f5f3c1 docs: Add Emacs plugin easy-hugo
308678aa docs: Add siba.ai to the showcase
b50796e3 Add siba.ai to showcase
e73a35de hugolib: Remove unused line
c9731b2c hugolib: Delay deletion of Page.Now()
9ebbf1b0 docs: Add docs about output format linking
2874fc75 hugolib, output: Add NotAlternative to OutputFormat
9e69a92e hugolib: Deprecate rssURI
31014f0a Fix typos in yt shortcode description
f80b90b9 Add back CRP
9f1c72ee Fix typo for code block on templates introduction
0902a1c0 Make toc font size less obnoxiously large
8f60e9ac Update single page template example
bd40c73f Add datatable shortcodes and custom outputs draft
f9df1ed6 Change datatable shortcode to articlelistshortcode
9a8b65d8 travis: Go 1.8.1
7b2e1b0b hubolib: Do not add missing trailing slash to command line baseURL
3ce3917e Remove mention of v0.20 in Getting Started
aa5fddd5 Change width and height of search icon in SVG dimensions
1b638005 Fix links in content-management/front-matter.md
c05526d6 Remove "Using Hugo's Server in Production" section
0b4c1af0 Add some improvements to getting-started/usage.md
63034b10 Keep names of content formats more consistent
39f1401b Keep the name of content formats more consistent
2e639d95 Make a small casing fix on installing page
e975a07f Update press.md
2329545a Favor HTTPS and use ref.-style links more consistently
7ad721fd hugolib: Add .Site.Params.mainSections
5714531f hugolib: Only do link transforms etc. on HTML type of pages
3c405f51 all: Document the Output Formats feature
95808724 hugolib: Update deprecation vs Hugo 0.20
af99a590 output: Add some sane defaults for output format
83dcf5f3 Add SiteGetPage example to taxonomy templates
45bf976b Add Li-Wen Yip press additions to articles data file
7ad5d51e Update lastmod for single page templates
c7816c5b Update single page examples to use more recent Hugo features
7d60b1a5 Update mixed param type error for shortcodes
abe58bf5 Remove more wordiness from shortcode parameter type intro text
7ad76bfa Make yet another typo fix in shortcode templates
2e981048 Clean up shortcode templates
74d331ba Change to Template Lookup Order for temp-lookup linktitle
78164269 Fix heading typo in cm shortcodes
56d459d6 Fix heading in cm-shortcodes
3375fc2b Fix heading in cm-shortcodes
260b55ea tpl: Set RenderingContext.Config in markdownify
8f09e5f6 helpers: Add new properties to ContentSpec
c4a11655 all: Handle all errors
35fffad1 Update content-management/multilingual to reflect new TOML support
bf2d2bbe Fix typo: "KaTex" → "KaTeX"
e77bb13c media, output: Fix spelling
e6e1aca3 docs: Disable GitInfo by default
f3b4a0e9 docs: Add info about Pygments installation in installing.md
0dd6890e docs: Add article by Li-Wen Yip to press section
119182aa Add sections_weight to all content files
ce428a9c Update trim description with note on whitespace
fe78595c Add emphasis to trim function explanation
6650fae7 tpl: Fix nil pointer in Tree()
f4b12935 Fix typos in syntax highlighting docs
6b7c8497 Update trim explanation per gohugoio/hugo#3279b31da911 docs: Properly capitalize GitHub
4b1dfc1d Update govendor instructions in source install
14255871 hugolib: Add optional outputFormat to Ref/RelRef
a883948c Register all media types when in server mode
bc36d468 tplimpl: Reintroduce the double template lookup in Partial
7da1b659 all: Use the configured output types to resolve template type
868f89d5 hugolib: Improve render error handling
04d80e6e commands, helpers: Add correct verbose log level to the global loggers
0802f79e output: Make template name lower cased
10ff2f31 hugolib: Read media types and output formats from site config
f8d555cc media: Add DecodeTypes
c9aee467 output: Add output formats decoder
d6e8b86f output: Add CSV to the global output formats list
2cf2b483 Add language-hugo Atom plugin to dev-tools editors
dba7e38a Add embedded SVGs example to dict function
af3230aa Fix typos and add explanation on configuration.md
77647be7 Expand static dir explanation in dir structure
a098081c vendor: Update go-i18n
5d7eeead docs: Remove localhost part from link
8b5b558b tpl: Rework to handle both text and HTML templates
53eee8a4 Update Mmark info to show ease of use with MathJax and KaTeX
b3819aa0 Add esaezgil.com to showcase
27610ddd hugolib: Don't ignore errors from applyDepsIfNeeded
6b29bccf hugolib, i18n: Update tests with flat format and TOML files
28fdd71c vendor: Update go-i18n
fe8462b2 docs, examples: Use TOML for i18n config files
d122260d vendor: update goorgeous
a037b855 docs: Add blog of Enrique Saez Gil to the site showcase
7eb71ee0 Revert "tpl: Rework to handle both text and HTML templates"
c97dae40 hugolib: Use Page Kind in template errors to prevent log spam
0aeadfd0 tplimpl: Add test with failing partial
5c5efa03 tpl: Rework to handle both text and HTML templates
631833e9 Add missing comma in Supported Content Formats page
561edc0c Add fm-specific Mmark syntax per bep suggestion
8d65b360 Add fm-specific Mmark syntax per bep suggestion
484bbd1e Add fm-specific Mmark syntax per bep suggestion
3d7960e1 Fix typos in Mmark section in content formats
969178b6 Fix typos in Mmark section in content formats
5a59b0fd Add Mmark section to content formats
e491b309 Add Mmark section to content formats
73c1c7b6 vendor: Update cobra
67076e58 Add example to "now" function
f911b107 media, output: Add CSV type and format
ab07457e Update with temp GA code
d1709df3 Fix broken link at the bottom of shortcodes.md
904eaa8d Fix incorrect syntax decl in cm-shortcodes
7e3805b5 Fix odd formatting in cross-references
45aad24e Add note on Mmark with MathJax to formats doc
d98cfe10 Update nginx config in 404 templates
fb94d4c9 Fix terms template lookup order
4d27a27b Update broken links in customizing themes
bf4015d6 Fix typos in vimeo sc description
001cd27c Clarify custom class to yt and vimeo shortcodes
0c770e40 Add warning to isset function for lowercase site config keys
a649a7ae Add firstname.club to showcase
763dd22c Remove how-to-use docs-page
d2829694 Fix inconsistencies in FM categories
530002e6 Update GitHub deploy
d7d5771a Update gh deploy
68969470 Update content to use Hugo's built-in menu
05949c90 docs: Fix typo/source link in firstname.club showcase addition
d5036c3a docs: Update link to Disqus alternative Livefyre.com
af1f9ecf docs: Add firstname.club to the showcase
42a4f6f9 tplimpl: Fix map data race in URLLock
79b34c2f tplimpl: Fix deadlock in getJSON
de558c3e Remove Livefyre from commenting options
a05fbce1 Remove unnecessary pre 2.4 git docs from GH hosting instructions
5758a6d6 Update GitHub pages hosting
b286c7d9 Remove intelligent posts - stale issue - from roadmap
e1645544 Update taxonomy templates
3c6b16d5 vendor: Update fsnotify with several Linux-fixes
87b3cd46 hugolib, helpers: Reduce log level to WARN on .Render for non-regular pages
8b06205a Add "tip" shortcode and documentation
5989c4d4 helpers, output: Fix spelling
af55ec76 hugolib, output: Gofmt
70080e3d Merge pull request rdwatters/hugo-docs-concept#57 from moorereason/iss31
f2fbf0b2 media: Add some more relevant MIME types
da717759 Add function signatures
3d6d55d6 Remove concept documentation for time being
c698a77d Fix breaking yaml in delimit function
d688bd98 Add alias for old MathJax tutorial
7a1f9a6a Update signature fields
dbbbd498 Add MathJax to supported formats
1989c17e Add old MathJax content to content formats page
0819a044 Add intro text to hosting and deployment
8366049a Add intro text to hosting and deployment
f514681d Remove all tutorial-related content from install guide
db09419d Update readme todos and clarifying readFile w themes
0a6bc386 Fix broken link in list page templates
9c652071 Fix broken link in list page templates
109a6a59 Move list and homepage content to list templates page
e6511dff Remove findRE TOC example
49232736 tplimpl: Fix lookup with non-standard layout folder
930a3df1 hugolib, output: Restrict Render to regular Pages
e49a2b83 hugolib: Fix Render layouts for list pages
9a0aa5fd hugolib: Wrap pageOutput create in sync.Once
0aaf3c56 hugolib: Fix panic for Permalink in 404 etc. templates
ee4a33b1 commands: Fix broken commandeer
09c88e84 output: Rename HTMLType etc. to HTMLFormat
24c17702 hugolib: Revise paginator alias path handling
b7ed67d4 hugolib: More TODO fixes
3cd97951 hugolib, layout: Consolidate RSS template handling
ee75e299 Remove the now superflous defaultExtension
15b64d51 all: Propagate baseURL error to the callers
148fedd2 hugolib, tplimpl: Use OutputFormats to create atom links
ec01c3a7 hugolib: Add 404 test
5761b93c hugolib, output: Fix RSSLink vs output formats
87188496 hugolib, output: Handle aliases for all HTML formats
0c4701f0 hugolib: Update site stats to take output formats into account
d851d6b9 Add custom protocol support in Permalink
8bcc08e3 media, output: Add Calendar type
dbb83f92 hugolib: Read default output formats from site config
4aaed87d hugolib, media: Make the MediaType available to the templates
c7dbee23 hugolib, output: Add Rel to the output format
29d3778b docs: Move the rough custom output formats spec to docs
1b2be5e8 hugolib: Add OutputFormats with permalinks to Page
baa29f65 output: Rework the base template logic
c7c6b47b hubolib: Pick layout per output format
08fa2b11 hugolib: Fix layout lookup order for Render func
6178238a output: Speed up layout calculations
df953839 hugolib: Speed up URL handling
a49bf870 hugolib: Remove siteWriter
d76e5f36 hugolib: Pull all alias handling into one file
ad8cea87 Refactor layout resolve to a descriptor/adapter pattern
4c2abe00 Rename OutputType to OutputFormat
6bf010fe hugolib: Refactor/-work the permalink/target path logic
c8fff950 Implement the first generic JSON output testcase
3ec5fc35 hugolib, output: Incorporate suffix and type in layout resolve
f091fc23 hugolib: Add basic setup for output def per Kind
03122e51 hugolib: Revert to using Page as the render chan type
e5200dda hugolib: Remove the copying in the renderRSS
a8244658 hugolib: Put back taxonomy term paginator logic lost in rebase
50c64415 hugolib, output: Add theme logic to LayoutHandler
348834d0 hugolib: Add a PageOutput wrapper for rendering
254cd89c hugolob: A first incorporation of output types in rendering
10de0771 hugolib: Use the new layout logic in Page
3bb52bf7 output: Move layout logic to the output package
d3d2c63d output: Add output type
c4989c39 Add MediaType and a crude implementation
047e039b Make docsearch config async and defer
0d5146a8 Tweak content
9262c5b3 Exit -1 on ERROR in non-global logger
e0cfe258 Add first round of custom output content
2bea9d0c Revert "tplimpl: return an error on unsupported type in isSet"
850a08a4 Move all files to theme
0796957d Fix paths to indicate theme path and leave a note about it
1b92c8b7 Change RSS description from full .Content to .Summary
50c24e07 Move to theme folder
2ac2fa93 Remove extraneous config key-values in config.toml (continued)
b14b6596 Add Hugo SFTP Upload tool to dev tools
1517384b Remove more extraneous config.toml values
a479cb13 Update all uses of readfile SC to use root path
17b21e0a hugolib: Correctly identify "my_index_page.md"
02501129 Update GH pages tutorial
55407e34 Merge pull request rdwatters/hugo-docs-concept#52 from digitalcraftsman/ga
a3f46c9d Resolve config conflict for taxonomies
8cfea6b1 Update config GA
847d3d4f Remove extraneous values from config.toml per convo with BP
043b4e49 Fix Hosting on GitHub tutorial
22351f4a Switch to Hugo's internal GA variable
7f68e319 snapcraft: Bump version to 0.20-DEV
2ed75f34 snapcraft: Add vendoring support
767ea0a0 Update to muli font across the board
32fc7534 Mix font faces
56c61466 Test out serif font on body copy
0381c06d Remove outdated warning about imageConfig not working
9d9ec1dd docs: Add Hugo SFTP Upload to the tools section
9f0b02b8 commands: Fix case of createpath in new.go
a159feff create: Delete redundant viper calls
30b43476 Add GitHub stars
b5c13109 Make more color changes per Bud's suggestions
0c0ec81d Make more color changes per Bud's suggestions
8b5e4d73 Update footer color to match news site
01a296dd Add navigation design changes per Bud's suggestions
2dab2351 Test adding events to codeblocks
bc055d0a Fix typos on after function page
fc826d5f Update after function with combo example
683011a6 Fix typos on summaries page
09aed316 Add admonition note for CJKLanguages and Hugo summaries
8bfc8828 Fix odd font sizing for code
d07ff9d2 docs: Remove dead links, consistent formatting...
c830861e Add example usage to seq function
f1b1df50 docs: Fix typo in templates/functions.md (#3214)
36bbadec Add final copy for directory structure
b8cfe226 Improve Netlify copy to reflect Netlify design blog
77b26b71 Improve Netlify copy to reflect Netlify design blog
ce78b00f Fix search colors on homepage replacing with SVG
73ede162 Fix breadcrumb to take full section name
fdd20af5 Fix typos
559b4007 commands: Keep "." directories on cleanDestinationDir
5e191ccf docs: Add bharathpalavalli.com to the showcase
6411cbf9 Fix site nav toggle on mobile
ddaebc4e Fix homepage search colors
e5e175c7 Remove test page for yt shortcode
4d8532ab Try out dark header per bp mockup
4df25162 Fix capitalization consistency for markdown term
20bf194f Fix homepage SVG logo
1cbccec3 Add back embedded crp in site header, perf test
b56a888e Align tags to the left in article header
ff9d4635 Switch header logo to img - too big for CRP
f43481f2 Fix heart icon on homepage
d359d63a Add back CRP and switching header logo to embedded svg
08738d38 Add back CRP and switching header logo to embedded svg
d1ab36a4 Merge pull request rdwatters/hugo-docs-concept#48 from sethmacleod/patch-1
15317f21 Fix typo
d3cd68e6 parser: Improve TOML frontmatter parser performance
f816f2bd Add updated Netlify tutorial
68f4cd82 Removing .Site.Recent
e3f79885 Update site.recent closes#46ff2931c6 Remove all bloat from video sass partial
594a9691 Add yt shortcode
3fa7bc9c Revert "Add support for a flatter and simpler language file structure"
3518de10 Revert "vendor: Fix broken i18m definition"
7c48ad57 vendor: Fix broken i18m definition
0e75f6e7 Add support for a flatter and simpler language file structure
68368bb0 Tweak env var config content
6eddb3e5 Revert "helpers: Add a Debug method to DistinctLogger"
d134b397 Remove editor from config docs
9e2b548b Fix URL for emoji cheat sheet
95597b8a Fix URL for emoji cheat sheet
50d95b94 Add emoji instructions to supported formats in cm
917e26a8 Add tibobeijen-nl to showcase
f74d9c81 Add tibobeijen-nl to showcase
5e6bbd69 Fix typos
6e03c96a docs: Add tibobeijen.nl to site showcase
190dcb59 Improve admonition semantics
1ca6a276 Add ns field to all func files
8c611c13 Remove unnecessary comments from header and baseof
4382a8a6 helpers: Add a Debug method to DistinctLogger
9dfb9c14 Case insensitive translation of the 'more' tag when importing from Jekyll
c2ffdfab docs: Fix documentation of non-existent 'editor' config
2390c000 Add back CRP
fa1c7d1f Update shortcode templating
09d0120d Update to use muli as font
51e42a3a Add parent to shortcode docs
fbc35a84 Add parent to shortcode docs
a9966103 docs: Change OS X to macOS in README and CONTRIBUTING
491d4068 docs: Fix CONTRIBUTING.md
e4c59bf0 Merge pull request #35 from rac2030/firebase
10b05a8f Merge branch 'master' into firebase
ab5cf356 Make small tweaks to language used in "Hosting on Firebase"
d8923eb6 Update to new go-toml API
09384837 Get rid of extraneous icons on homepage
2f02dfa7 Add some 🔥❤️️
5ee2949b Remove gratuitous notes markdown
c94abaff Fix SVG on homepage
d6093aba docs: Update contributing guides
770b9ac7 Fix JSON front matter expl per gohugoio/hugo@ede452db64f808e Update license page to include download
1849c7e9 Add Red Hat and Fedora to installing.md
0fe6d98b Update OSX to macOS across the board closes#337071026d Add IE=Edge to meta to fix broken SVGs on IE11
b87eed3e Fix overflow issues with HP in IE11
110f3086 Fix more IE11 homepage layout issues
78cc9e20 Fix more flexbug issues for IE11
1b6431e1 Remove extra scroll bar in toc
b0c3f566 Make more typographical fixes to the front matter page
aeda2337 Add generator tag and fix typos in front matter page
638cc806 docs: Optimize 11 showcase thumbnail images
ec3dc325 docs: Add Linux distro-specific installation instructions
b156ef27 docs: Note Hugo as Snap package can write only inside $HOME
042f8fca docs: Replace Mac OS X with macOS in three places
c126c941 Remove commented-out front matter vars
6af744c2 Add missing page vars and predefined FM vars
2f1140cb Move articles to toml file in site data (continued)
902d336b Move articles to data file called in datatable shortcode
2704a4ce Update installation instruction on Linux distros
431d5974 docs: Add lucumt.info to showcase
b8666826 Update toc documentation with more advanced example - inspired by forum discussion
a4eb1e0f Update content source tree for spf review
903e43f1 Update content source tree for spf review
a9bfec6d Update concept docs for spf13 review
ede452d3 parser: Accept JSON frontmatter without leading "{\n"
bae5d8a7 Fix typos
a1c8d046 Add GH milestones to roadmap, and update Snap/Ubuntu in installing.md
62efcdfe commands: Improve jekyll import date format
4b9493cb docs: Improve command reference page
48eaf43c Fix typos
b1b4c07a Remove wip badge from multiple template files
b414d7d2 Combine ordering grouping lists with lists introduction page
8187b315 Change all heading links to copy-links
44c97f91 Change to locally hosted blazy.js
3c50e8dd Make final changes to complete final schema.org partial
4dbb2301 Fix odd ordering in functions section
032982a6 Fix date formatting in JSON-LD for schema.org
20bfa632 Commit first draft of schema.org structured data
bec843de Fix broken links (final round)
fbee443c Fix many more broken links, and fix TOC scroll on L-
d97c7778 Fix broken links (first round)
0e0abb17 Fix weights for ordering of hosting and deployment section
201c999a Update other vars to individual pages
c315f532 Fix broken URLs for tags pages
a4f76cfc Remove Tutorials section
a5a7e873 Add js icon to code blocks and fix prev/next icons in content footer
5d0748ce tpl: Add union template func
fb25d255 Update content filenames for all vars section; updated authors draft in cont mgm
559e73b9 Add Netlify hosting and deploy tutorial
4d187661 Add chocolatey install
83fd79c4 Add first draft of content-management authors page
b0eddb63 Add build issues empty page
5c69a21d Add TOC to format function
63e2a46f docs: Add Android to README
2f2ea42c hugolib: Fix reloading corner cases for shortcodes
5f443bd4 commands: t.Error => t.Errorf
e472140d Update for crp before forums release
f039e3be parser: Refactor frontmatter parser and add tests
6f3a6efd Shorten text on homepage; update ordering lists page
9c03693d Update types content
bca33c38 Remove unnecessary content in type
2779a288 Add host-specific icons to source links in showcase
14ddd029 Add host-specific icons to source links in showcase
4c51ebf8 Merge lazy-loading from digitalcraftsman
0f7ce22c Merge pull request rdwatters/hugo-docs-concept#12 from digitalcraftsman/lazy
ddc8cc00 hugolib: Clean up redundant frontmatter error logging
2a011b7c Add admonition note for Snap users in install docs
0e44f75e docs: Explain themes dir in quickstart guide
690961ba docs: Add myearworms.com to the showcase
eb41128a Add lazy loading to showcase
fe41bd61 hugolib: Default rssLimit to unlimited
b841193d Change sorting of tutorials to weight
0f24f217 Fix typos on lookup order page
149abc4e Fix typos on lookup order page
f69dba20 Fix search on M+ screens for HP; make typing faster in HP terminal
6914e9aa Fix search HP icon on mobile
fc7fe4db Fix flex footer on overview pages
cc0d8203 Update docs contrib guide
df5eb4e7 Update docs contrib guide
5ef857a0 Update docs contribute content
e12f8def Fix flexbox wrapping issues on homepage; tighten up gopher animation
fe1a7557 Move to kebab for secondary/toc menu
7032ee8e Add enjoyable recipes with new optimized img and FM
b5ce1d1d Fix external links icon placement
b31ad2ee Merge pull request rdwatters/hugo-docs-concept#6 from sethmacleod/master
68d58c29 Merge branch 'master' into master
8381df3b Fix small typo and make content updates
8e27de10 Fix external link icon in contents list
aba53d24 Fix fontello for blockquotes icon
1739a966 Add README for gulp asset pipeline
c1437ea4 Add finalized views.md and usage.md
60c2babf Attempt to fix scroll on focus issues in iOS
9e999539 Remove extraneous showcase images
ad6367bf Update doc contrib, baseof temps
48120ccf all: Fix some govet complaints
560ed6e6 Update appveyor config
0c45e638 Optimize all showcase images
7e3ef07a Add missing markdown icon for code blocks
1995b5d4 Update permalink values to dl
0467c189 Add back CRP for last build of the day
434edddc Fix homepage layout
766089dd Finalize more CM pages
01545899 Fix bash icon in examples
8d0c9ac6 Fix bash icon in examples
74d7da54 Remove GH buttons and GA temporarily for dev
248fdef3 Concatenate all js
5c638b69 Update to use crp and fontello
45b9d722 tplimpl: Add built-in print funcs to FuncMap
df5be925 Update to use locally hosted Monserrat font
3839a0f9 Make nav accord to 1 item only, per @digitalcraftsman
4e1ad212 Fix forum link in site footer
a2a8a651 hugolib: Don't report taxonomy count if disabled
4bfa1890 hugolib: Remove unnecessary params
7bedd4e2 Update content and CSS
681712a9 Update freebsd icon placement
a2ec372a docs: Add enjoyable.recipes to the showcase
fbe1b65c Fix install row on homepage to not break lines in terminal on iOS
f7ff4eef Update doc contrib guideline
3a3828d7 Update doc contribute guidelines
da06842e Fix icon font family for code blocks
87099898 Revise "Front Matter" section (second round)
da5b2435 Revise "Front Matter" section (first draft)
b67ee3a5 Increase font weight on features row of homepage
5f8d840f Fix typo on homepage
958cb423 Update with homepage description & smaller default social image
e45a9713 Add default social image for sharing
49a83a41 Set font-weight of function headings to 300
3dfb2961 Update AddDate functions and make navigation more narrow
2f3fd84e Fix toc scrollspy and desc for internal.md
ee114747 Fix toc scrollspy and desc for internal.md
b134f2c2 Change title of additional templating languages
26225d8b Add first draft of internal templates page
118704aa Begin first wave of taxonomy templates edits
f9b19fab Add GoHugo AMP to Starter Kits and increase font-weight on hp tagline
07985120 Add Poppins as a self-hosted font
fb9012d5 Concatenate all scripts
67c60f48 Correct delimiters for YAML front matter example
1a147b9b Shorten descriptions for getting started pages
a3dd283d Fix typo with @digitalcraftsman in Arch Linux install docs
c5c7d5a5 Merge pull request rdwatters/hugo-docs-concept#4 from digitalcraftsman/install-via-arch
d1672cac Update funcQR _index content
e90f0b5f Fix open source footer text on homepage
2c776de6 Fix more typos on installing page
b6c7d01e Finish edits to go templates content
c4aa9a34 Remove unnecessary partialCached for footer
eb99500b Clean up first draft of templates/partials
bfddd8ab Clean up first draft of templates/partials
c9506999 hugolib: Populate the taxonomy term Pages list
6c5ef713 hugolib: Add a temporary workaround for page.copy() data race
8e2e9fc8 Add installation instructions for Arch Linux
c7b8c45d docs: Correct toml syntax in Github deploy tutorial
14915639 Fix typos
72685a74 Remove all references to baseurl in templates
e0c3e906 Make small iterative improvements to copy in templating
85707e92 Add descriptions to all remaining pages
be89f1e5 Remove relpermalink file; fix sorting on functions QR
ec001f08 Update with new homepage
3f1de445 Update master with homepage
96544d23 Clean up relURLs and extraneous templating
90d7bfed Make further improvements to content organization page
4b2d20fc Finalize types page under content organization
e52e2a70 hugolib, target: Rework/move the target package
ea165bf9 vendor: Update cast
1a0f38ad Update homepage partials structure for easier management
2e669359 Add descriptions to features section
22c89dcb hugolib: Fix HugoSites.createMissingPages
6db2087e Add fadeindown for homepage menu
4c446c6a Remove call to homepage stylesheet in site-style.html
b45c4b3a Update homepage features data file
eb0e7580 Add download button back to code block shortcode
8d4584c9 Fix bottom margin in global nav
5cb9f686 Add twitter row and dummy text for homepage features
1b7b1f4f Fix eye blinking animation on homepage
4677cbec Add animations to homepage gopher badget and cape
29c1c9aa Fix typo on homepage
e7a9b447 Add first version of adddate to functions
144cc8ee Add format and full date format explanation to functions
78d55aec Copy tweaks to homepage
fe211e9d Fix phrasing on home page to make it more relevant to visuals
7fb86c29 Fix phrasing on home page
fd062680 Add new article to news
d0e2a1fa docs: Add blog post from After Dark creator
6b31541b Add AddDate to functions list
c9dc4276 Add quotes to homepage
e21aa250 Add more content to home row
7ff7a63a Fix breaking error on missing bfconfig shortcode for BF Rendering
33ed1b4c Add webkit no scrollbars to navs
395b2086 Update toc for testing fade at bottom on PC
28cc820f Make first content fixes to bfconfig readme
d5b49fe3 Fix toc
befd5d73 Remove unnecessary sass files
8074ff09 Add Twitter references to data folder
aa3ce7ab Update content and URLs of About section
0b1c31fe Add section lookup order change for v0.20
5a94e4cf hugolib: Add section template baseof test case
f4779b25 docs: Add new section list lookup alternative
8203fc59 hugolib: Add /layouts/SECTION/list.html to template lookup
1dd2b163 Fix more styling inconsistencies
fdcc05e7 Add more icons to code blocks with or without shortcode
9dc11d3b Add SVGs and slide animations to homepage
fb461856 Add removal of icons
abe77bc1 Update fonts per type kit
8b09dfba Update fonts per type kit
7acec3c6 helpers: Return partially cleaned URL in case of error in URLPrep anyway
74ea81b8 tplimpl: return an error on unsupported type in isSet
577522bd helpers: Remove unused arg
8a8a0fc3 Make first content commit with beginnings of new homepage (testing Netlify subdomain)
23f5b9ac hugolib: Fix broken test
1279ca20 docs: Add some more quotes
b1eab2be Update README with new URL
38a9ffaa Make first commit to homepage branch
d5f2560d Add link to GitHub Pull Request Tutorial
9671162a hugolib: Make sure that empty terms lists are still created
50b301cb Fix config to include noindex tag
3669015f Handle Hugo version strings with patch level
a0e3ff16 helpers: Fix version string for Hugo 0.20 and similar
cc158647 hugolib: Only return RSSLink when RSS is available
2c07f133 Add styles for different languages in code blocks
b19db039 Add styles for different languages in code blocks
d0c7f01d Tweak code blocks
c21fea82 Move pipeline to root
0366c01b Switch to new Typekit "Museo Sans" fonts
f0ebb43d Remove headings from note and warning entirely
0ef29d31 Change code block styles, and start first round of fixes for bf config
b7a672fd vendor: Update Cobra
972649c6 docs: Correct date in automated deployment tutorial
afb3334e docs: Correct link of 'now' tpl func in release notes
c266cd2d vendor: Bump versions
5ed3660b Remove heading from admonitions replacing icon with SVG
0b91053c hugolib: Only consider regular pages in Prev/Next
2af9243e Update required fields icon in lists, esp contrib to docs
63b78b38 Remove old aliases afor abs and rel langurl functions
4c048ac4 Fix wrapping issue with prerendered text for code in lis
9c6096db Fix odd behavior of content footer with flexbox
be081676 Switch to Roboto Mono for code
cc6aef27 Add first round of themes submission guide
781574be Finish local file templates page
fcb147cb Add content to contribute themes page from them GH readme
d5146d68 Add contribute themes page
396276aa docs: Revise automated deployment tutorial
d3ea7920 Remove temporarily JSON-LD schema.org metadata that is breaking build on Netlify
66b7e324 Update to ideal workflow in concept document
58eb36f3 Remove functions dropdown and adding content strategy section to concept page
072cd003 Bump version to 0.20-DEV
0a991682 docs: Some minor release notes fixes
28198ce9 docs: Fix shortcode param in release notes
a1741f19 Update versions to 0.19 release
f22a8edd Remove more unnecessary needsreview in front matter
c9c889c1 docs: Add release notes for Hugo 0.19
f2706329 Remove needsreview from all hosting and deployment pages
d219bd04 Update descriptions for all of hosting and deployment section
29edd7fe Add markdownify for function quick reference
e6dc8c46 Add GH stars button to site header for dev review
770d3e96 Make first round of updates for lists explanations and content views
c41585f8 Delete unnecessary sass files, shortcodes, and partials
cd4613d8 Make first round of cleanup for content organization page
f70b94bd Fix ordering of pages in dev tools section in nav
4bd4374d Add updated command mds from bep's 2-25 commit to master
515426a1 Make final commit before submitting to Gitter channel
72e1b602 Update content changes in concept document
6cf78346 Update multilingual page
eb572c8a docs: Add documentation for disableKinds
8d513222 docs: Update RSS docs with rssLimit changes
495d88ef Update filenames and sections for shorter URL structure
75935138 Remove and consolidating countwords and countrunes
1faf3d3c Fix spacing issue caused by command line template
b8a606f6 Update rss vars page
c0a626b6 Add first round of functions
a9604235 Fix spacing on section list pages
0eb76b08 Revert "hugolib: Add terms' pages to .Data.Pages"
a8a8249f Revert "hugolib: Render paginator pages for taxonomy terms"
3631fd2f docs: Regenerate commands doc
e37e3dcc tpl: Add title meta tag to twitter card template
b108e5ee Make first round of edits to ordering and grouping lists page
82dcefe5 Add last of shortcode display examples
ef3edffe Update all built-in shortcodes with output and display examples
6dd57f7a docs: Remove waffle.io graph from CONTRIBUTING.md
eaabecf5 docs: Adds 'Using _index.md' page
e21fdbae docs: Fix ambiguous typo in quickstart
564bce71 Fix missing link in articles page
0c48be63 Fix max size issue with toc on xl=
d93008b4 Fix footer for additional twitter list for bep spf13 and gohugoio
718ed72a Try main element as full width
aeaaa42c Fix broken link in site variables
bfd6a131 Update with download button and new see-source icons in code blocks
ee008f4b Update function front matter across all files
d8c64b2d Make more copy edits to customizing themes tutorial
e9921ae4 docs: Mention Hugo's official twitter account
950d1aa1 docs: Add article to press.md + cleanup
4c101c5e Add external link icon to contents-list.html
582045d6 Add external link icon to contents-list.html
91ff6ac3 Add external link icon to contents-list.html
0fa26bc5 Fix non-markdownified titles in showcase
0004cdd9 Update few functions
ba6104bd Fix delimit description
81596493 Make small mods to heading structures in several WIPs
c1425a16 hugolib: Fix preserveTaxonomyNames regression
8b180ffd Update homepage tile descriptions
1dda1b25 Add first few functions and site hierarchy SVG
74277187 Add first drafts of lists, sections, taxonomy templates
831bfd36 Update Docker file to Go 1.8
4d679627 hugolib: Render paginator pages for taxonomy terms
e117b1b2 hugolib: Add terms' pages to .Data.Pages
48fecc42 Add tree.md to root
27f206de Update local file templates page
7e64e217 Enable TOC breaking layout with content footer
acd850f0 Fix headings in dev tools - comments.md
2e899e41 Fix typos on single page template page
cca1ef53 Revise description of Archetypes
b7c91e4f Update other templates pages with toc true
d15d7dc9 Add missing toc to certain content files
691544f4 Finalize single page template content
9e6b5eb9 hugolib: Temporarily disable leaktest
ed22a83f Finalize syntax highlighting
2eb2431c Finalize syntax highlighting page
c8d5a2ba Update syntax highlighting page
7b72d6ba Finalize migration tools page
1b7ee6e5 Update migration page
2414df12 Add all weights to template section and updated go template primer
0f109fae hugolib: Fix broken shortcode tests
62783935 hugolib: Include full filepath on shortcode errors
a1512e50 Update files for reviewers
5d0694a4 Change annotated content doc to just content changes
06370ca6 Remove redundant roadmap
13c75f44 Add first draft of strategy statement and content revisions
87acf292 docs: Add promotive.es to the showcase
13972d6c hugolib: Cleanup the Goroutine count calculation
91968f3b vendor: Update cast
7934db91 commands: Cache logFile in createLogger
9e52477d hugolib: Add relativeURLs and canonifyURLs to Site
c7535b9c commands: Remove flagChanged from commandeer
eb27c47f tpl: Use og:updated_time OpenGraph tag on nodes
df1ff57d Use Page.Params more consistently when adding metadata
2cbdd653 tpl, hugolib: Fix live-reload of non-renderable content pages
4e77c871 tpl: Remove twitter:domain tag from internal shortcode
d3fb1960 docs: Improve documentation for menu rendering
f8115778 Add comments and analytics to partials page
9bdc96fa Add content for syntax highlighting
f8267ffe Add Scratch function page
122e3c4f Add toc to most template pages
1aafe65f Update content sections page
cbb0461c Fix typos and revise text on install and tutorial pages
2320c568 commands: Make sure build error is logged in watch mode
41857d03 utils: Use local logger
d04a2457 Add tree.txt
03d0a338 Update functions content footer and added new funcs for menus
75d855c0 hugolib: Add check for p.Markup == "org"
86e8dd62 all: Add org-mode support
d2f2d9a3 Update temp command section and reverted to old favicon
e34a358e Add first part of command section
1645c501 Add review badge on incomplete pages
a3af4fe4 hugolib: Finish menu vs section content pages
2a6b26a7 hugolib: Improve menu generation for section pages with content
782004ba Update with aerobatic article on password protected sites
807b2a9c Remove redundant press and articles page
f3e48405 Change all overviews back to section titles on section list pages
170e9616 Finish though in create-your-own-theme admonishment
49f468e6 Update more content management files
370d6686 Add list-icon to overview/section list pages
5860bf1b Revise order of variables pages in site navigation
c184c685 Add more content to getting started pages
fe9fd0ac hugolib: Cache the value of Page's RelPermalink
840c71be Add all variables and params pages
7e0fa13f Get rid of some viper.Get* calls
b4cd9e63 Finish up last of hosting-and-deployment transfer from old site
0a76c785 Add finished Quick Start
9acdc1bb Remove breaking relrefs in quickstart
fb1911e0 Consolidate all install pages into single page
d40ebc68 Add mac install guide
3483642a Remove wercker yml validation ref - 404
16513c9a Add wercker tutorial as example for reviewers
3d4e99ed config: Remove unused var
02b120d1 hugolib: Discard current language based on .Lang()
6809ea1e hugolib: Fix .Site.LastChange
a0b3d9db hugolib: Add temporary date parse test
2ea242d5 hugolib: Minor Go vet fix
99fbc75e hugolib: Fix regression of .Truncated evaluation in manual summaries
ec3c1997 Fix broken links in features page
2b06eb88 Fix odd syntax highlighting in cross references doc
ce58bede Fix local files shortcode
1890155a Add shortcode from live site for readfile example in local files template
b8fba275 Add shortcode from live site for readfile example in local files template
9416fdd3 hugolib: Add missing page kind to allKinds
ed70c14a Add shortcode from live site for readfile example in local files template
4e159ed5 Fix featherlight to avoid icon images
3bedf1e2 Add featherlight for body copy images
b2e3748a hugolib: Enhance `.Param` to permit arbitrarily nested parameter references
44e00b62 Fix broken images originally used in how to contribute tutorial
e028978d Update broken links
55aae645 Fix shortcode language in local file templates that was breaking Netlify build
2cb5ad8e Update shortcode and shortcode templates, both of which need much more work
56ecb233 Add just a shit ton of content
949bbd03 Update functions front matter
6d2281c8 hugolib: Add disableKinds option
e096917f appveyor: Add go version
13ca0b4c appveyor: Fix build, take 2
3dade5de appveyor: Fix build
b360f9b3 appveyor: Print Go environment
be1bb5fc Make further improvements to Go Template Primer
bdc02edf tplimpl: Fix issue with recursive templates
e24c1af2 Make further improvements to Go Template Primer
4493e8ed hugolib: Fix issue with taxonomies when only some have content page
960707a4 Update amber and ace sections
07ab7ae3 hugolib: More test helper cleanup
fa1e4780 Update archetypes content
82c02b84 Update content sections admonition
bec195d1 Fix page title issues with functions section
a1ca69b9 Fix broken tox on markdown and support pages page
bd3b1b53 Make further fixes to shortcodes
e9c7e054 Fix order of built in shortcodes
605508d4 Fix content footer next and prev links
ce3eb287 Fix toc sidebar, add icons to site nav, and add prev/next links
ed847ed9 hugolib: Test helper cleanup
bf7399fe Add first exFile shortcode
10c13f5d hugolib: Make RSS item limit configurable
ade20763 hugolib: Fix Windows build failure, final take
09466307 hugolib: Fix Windows build failure, take 2
94216902 hugolib: Fix Windows build failure
d3abb93c tplimpl: Fix instagram shortcode panic on invalid ID
b7aa2304 travis: Bump to Go 1.7.5 and 1.8 (Yay!)
edfb9d55 vendor: Update Viper
53d07fb4 hugolib: Add test case for empty Pages in regular pages
9d68eb72 Update homepage
04a4a193 hugolib: Remove deprecated marked for removal
4b3ca38b tplimpl: Fix data race in resGetResource
77cbe4d6 tplimpl: Refactor imageConfig into a struct
c507e271 tpl: Refactor package
93ca7c9e all: Refactor to nonglobal Viper, i18n etc.
7483b8ce Fix typo and update shortcodes body copy
0a16b93d Update homepage cards description for getting started
fca2d1e2 Update getting started guide homepage card description
dc5900ba Fix to homepage card descriptions for developer tools
34063e94 Add release notes
9e3dfb66 Fix tags missing quotes for v0.18 on Netlify
2e55c924 Fix front matter in getting started section files
5629f7e2 Fix terms table layout
5091be1c Update terms layout to table
88cad8e7 Update contents list style and markup
cbd08323 Update shortcodes, needs works, and toc styles
6f0eec31 Fix bg color for code shortcode
78213277 Update toc with home baked scrollspy
e34af6ee docs: Add hugofy for atom to the tools section
711fd889 Fix minor typos in content mgmt section files
aeafa4a0 Update issues via shortcode in roadmap
f6a55a16 Add section to toc header
9aa2df68 Add section to toc header
19d7a56e Remove unnecessary math functions and created table for all
0d0973d1 Update breadcrumb colors
1f50dca4 Add contents list for section pages
875a0642 Add contents list for section pages
658b7fc0 Revise style of content footer and blockquote
5851f4b6 Start new callout styles
691156c5 Use OS fs by default
16b16216 Attempt to fix input rounding on ios
51fc29a1 Update archetypes content
5dedeb69 Remove unnecessary content from benefits of static page
3db5aff4 Remove unnecessary content from benefits of static page
c8963435 Update next and prev buttons
ed50c7db Fix js for toc
7768124f Add terms layout and section icon to taxonomy.html
66bd832d Add terms template
63c79249 Add taxonomy list page
3fd4d241 Fix overflow on file name for code block shortcode
01f5105e Update toc style
7982cfa3 Add updated toc esp for mobile
19fcf0dd Update taxonomy aliases
f9c5c3f9 Tighten up archetypes content
f05a9f2d Fix all links and creating new aliases for Hugo features page
7ae01dbb Fix toclayout
9764af5b Update toc styles
513a7852 Add table of contents first attempt
a988d3cf docs: Remove the source relative links docs
360161f6 Emphasize GitHub Stars rating of StaticGen in Why-Use-SSG md file
493b7e11 Update content
0a87ef7f Update content
e067e89d Update content management page order
2ded3bf3 docs: Update www.bullion-investor.com/report/ in the showcase
212241b8 Fix footer on mobile when menu is open
6384a53f Fix overflow issues on mobile safari
1d52df22 Fix overflow issues on mobile safari
4b133ece Fix overflow issues on mobile safari
4a281e2e Improve to archetype copy
c18d21d8 Update archetypes section
f9db26c5 Update inline code styles
234273a5 Deprecate sourceRelativeLinks
03dc2766 Update search input styles
5cc8b589 tpl: Accept limit as interface in findRE func
298ebc37 hugolib: Add ability to sort by frontmatter parameters
2618cfbe hugolib: Fix error for non-renderable HTML content with shortcodes
7234c140 Update homepage icons
dfd84dac Update homepage icons
28e5fb90 Fix descriptions for homepage in data file
91130d1b Fix descriptions for homepage in data file
c7874aa0 Fix last icon for homepage
99e53a95 Fix scroll up by adding preventDefault for site menu toggle on mobile
c4b40a8f Improve layout of homepage cards
11df9370 Add first batch of icons for homepage
25bfa7e1 hugolib: Use the site's Tmpl for non-renderable pages
eb7f8aed Update algolia search styles
c20a89b3 Commit first addition of Algolia search
7d4b94b4 Add a few icons for homepage
87d4ad94 Update directory structure to include dev and design resources
7a5cc3cf docs: Add instructions for customized domain
962443ad hugolib: Correct repeated spelling errors in documentation
f26344ae Fix typos
26443287 Update smooth scroll header links and config page
68476fdf Add smooth scroll to header links andpdf icons to anchors
872a67a8 Update code block
2e677d5a Update styles for code blocks
f9016d40 Remove public folder
20b57f87 Attempt further fixes with Netlify build
0093be60 Fix build error in single and section default layouts
092b3e3c Fix flexbox safari issues
085ccbf4 Fix section default layout
167b7001 Fix content header in single.html
b8de89b4 Fix flexbox issues with Safari
99ee283b Update with more Getting Started and improve code block styles
9d209ada Add tags
060fe019 Replace Font Awesome with Fontello
a89fb86c tpl: Must do a extra lookup of cloned base templates
f4046033 Revert "hugolib: Add some baseof test variants"
d11f37d9 hugolib: Add some baseof test variants
b0de2c1e Add note, caution, and warn shortcodes
b9a13344 Add more to Roadmap and to Getting Started section
24fd81ab Update anchor styles
3e5ad4ae docs: Update Bitbucket Hosting Tutorial
9c979495 docs: Add article to press section
73ccb153 Update font family for functions
a71f7e0c Change font and stylesheet
5dfb3097 Update more section descriptions
36156cfc Revise site main menu and stylesheet, etc.
e459a55f Revise site main menu and stylesheet, etc.
d02359cd Add edit button
7fd88fb1 docs: Update link to blog post in community/press.md
faba90ab helpers: Fix misspells
2af2ff3c docs: Add tuorial "How to use Google Firebase to host a Hugo site"
dae6a453 docs: Fix typo in templates/functions.md
19aff029 hugolib: Skip rendering for the page tests
c71e1b10 all: Refactor to nonglobal file systems
0ada4059 vendor: Revert to previous cast
c2f69226 vendor: Update cast
f9fd6978 Revise link to stylesheet
e0897d3c Update site scripts
a01a0533 Add more content and styling
fdce08fc Update for base templates and blocks page
b676277a Make further changes to nav
c5f367f7 Make first update with actual layout (4/4)
0a5944c9 Make first update with actual layout (3/4)
304e6eae Make first update with actual layout (2/4)
868dccef Make first update with actual layout (1/4)
8e879422 Update with first round of nav scaffolding
48677581 Update README to include link to Discuss forum and proposed source org
9b152d88 Update theme.toml for first Netlify build
3e04d066 Update theme.toml for first Netlify build
24512fa8 docs: Add engineering.invisionapp.com to the showcase
7241253c docs: Multilingual documentation for frontmatter params
1e799008 docs: Add netlify to the list of static hosting solutions
72cffed8 docs: Add picturingjordan.com to the showcase
feeb93d4 Add pygmentize to the hugo snap
95ad3ad2 tpl: Improve generation of OpenGraph date tags
91c569c7 docs: Add petanikode.com to the showcase
99fd7c68 cmd: Remove empty tags/features strings in theme.toml template
d949c34a docs: Add Dokuwiki to hugo conversion tool
7dc94581 make: Fix typo
940c5d8b docs: Add tumblr-to-hugo to tools section
3ac1b9fe tpl: Fix deadlock in cached partials
dc61d3b6 docs: Update author credits in GH pages tutorial
3818d696 docs: Update tutorial on GitHub Pages deployment
85c75783 tpl: Fix broken benchmarks
0d0e0699 Add first round of single files for functions
92ba7219 commands: Fix newly broken server flag handling
1d7b9606 Clean up Makefile (#2924)
db33a33e Show full template error
d6000a20 all: Refactor to nonglobal template handling
4ea4359a hugolib: Avoid double-encoding of paginator URLs
bc06135c helpers: Allow tilde in URLs
45e3ed51 all: Refactor to non-global logger
24a28679 Add the instructions to install the snap
56c5eadc hugolib: Remove summary.go
3d058a93 hugolib: Allow arrays of arrays in frontmatter Params
3286b24f commands: Show OS and ARCH in version output
2989c382 tpl: Add truncate template function
9c19ef0f target: Add COM0 and LPT0 as reservedNames on Windows
9f20e648 hugolib: Sync page collections with Site.Info on rebuild in watch mode
c60c41e0 commans: Remove unneeded build constraint
01ee525f hugolib: Correct usage of "shortcode" in error messages
1b46d2cf commands, vendor: Remove log level setting in Jekyll command
fff6617c vendor: Update jww logger
0dad6932 docs: Vanity-update of site meta description
001dd01e helpers: Remove unusded WordCount
b8544389 Create first commit of new concept hugoDocs (continued)
e856f241 docs: Update references to _index.md
49a840be docs: Add new article about Netlify's PR site preview
e3e5600b helpers: Fix minor typo in error message for Seq()
19b6fdf2 tpl: Fix Unix time test case in TestDateFormat()
b8057b49 vendor: Fix broken build
2127203a Update documentation and test for sitemap template
cb63e87f hugolib: Clean up a benchmark
c344b190 commands, helpers, vendor: Update to the latest jww logger
2ac9817e helpers: Add doc to Language.SetParam
4352156a commands, helpers: Fix docs
52976da0 commands: Fix case in default config variable
6fb4f048 commands: Fix case in names of some methods
be39ae5e docs: Fix typo in overview/source-directory.md
2ece1b32 docs: Add heimatverein-niederjosbach.de to the showcase
433c0361 docs: Add dbzman-online.eu to the showcase
0d330b0d docs: Fix typo in v0.18 release notes
6a51216c docs: Don't use binary version in docs site
5834efd5 hugolib: Add a taxonomy test case
f79877cb Remove waffle.io graph from README
a60ec063 docs: Replace .Now with now
09a0af94 Fix Appveyor Windows build and GitInfo path issue on Windows
6e0f326b hugolib: Deprecate Page.Now
695be00c hugolib: Bump the current warning deprecations
cabc6b31 tpl: Add now function
707d3cf1 docs, tpl: Fix documentation of UniqueID
7d072fbb source: Make UniqueID ... unique
02d6f532 tpl: Use HTTPS in Google Analytics template
73c1e271 docs: Add HugoPhotoSwipe to the tools section
6374d82b travis: Add GOARCH 386 test
e9e4fd90 docs: Add release notes for Hugo 0.18.1
a18b9e72 vendor: Update Cobra
95a473e7 Fix Dockerfile
211d20a3 docs: Update GitLab depleyment in /themes/installing.md
164d0fb6 docs: Hide next arrow in theme
8a63e092 docs: Remove right padding in theme
83b4c405 docs: Fix h1 size on small breakpoint in theme
c22b7ff8 docs: Remove unuseful breakpoint in theme
84896080 docs: Fix menu arrows position on mobile devices
bcb3ef74 hugolib: Fix preserveTaxonomyNames regressions
862f09ba docs: Add hugofy for VS Code to the tools section
6affd31b livereload: Simplify RefreshPath
88b5bbd5 hugolib: Fix IsTranslated for "old" node types
d1b89f5c hugolib: Use reflect.DeepEqual in tests
17f85178 hugolib: Fix redundant URL file extension on taxonomy terms pages
e78dd3cd docs: Enable ToC for extras/shortcodes
7d991ed8 hugolib: Make template error messages more verbose
3e4fbbaa helpers: Add patch version
99e5fc63 vendor: Update Afero
63d3c4ce vendor: Temp roll back to an older Afero
bc060ee1 tpl: Update dateFormat test expectations for epoch values
b0e86dcd vendor: Update dependencies
d055862a tpl: Fix crash when using imageConfig
8b0c3b9b helpers: Remove "no theme set" warning
34c87421 tpl: Update getenv to accept interface{} params
29caaddc tpl: Update title to accept interface{} params
661d64c4 tpl: Update upper to accept interface{} params
4e5b4ac5 tpl: Update lower to accept interface{} params
6b8422bb tpl: Update hasPrefix to accept interface{} params
f25f8373 Update Travis go versions
441476b6 docs: Convert code in multilingual.md to TOML
ec34ed05 docs: Add neavey.net to the showcase.
a4fc20a1 docs: Fix typo in templates/blocks
e7ff094d docs: Add details about binary names for setup on Windows
b2687ab1 command: Add `themesDir` command argument to specify themes directory
4845a13c docs: Update christianmendoza.me in the showcase
1881f60a hugolib: Add a test assertion for IsTranslated
1eb07954 docs: Regenerate commands doc
1e313ced Bump to 0.19-DEV
8b410347 Add GoBuilds to .gitignore
09cc7915 docs: Add new alias feature to release docs
3d6fdb8e Bump to 0.18 release version
4de808ae docs: Add 0.18 release notes
018813ca vendor: Update go-toml
71aa797b docs: Fix broken link to Content Types
6fd4bfca docs: Update layouts path name
79b2725a docs: Improve documentation for block templates
a3a67163 hugolib: Enable override of theme base template only
596bbea8 docs: Clarify single page template search path
26084ad1 docs: Fix pipe examples
fa09e20d docs: Fix Ref and RelRef syntax
2f0e8198 docs: Document partialCached func
9c2ea369 docs: Add .Site.RegularPages docs
d332aa16 docs: Update GitInfo usage docs
f8190777 docs: Cleanup Extras menu ordering
aecabfcd docs: Add Extras > GitInfo
ef03c6f9 create: Allow empty dates in archetype in new
e4ebe0d5 docs: Fix querify example
7862de91 tpl: Add a querify test case that is actually and URL
83c68065 Fix menu URL for node type pages
c7f67dd6 docs: Clarify usage of archetypes provided by themes
b4404a95 docs: Update File variables
a1c25bea Create first commit of new concept hugoDocs
b4cbccaa docs: Fix prev/next links in content section
e90cb153 next: Move content files to prepare for new layout
e3d48760 hugolib: Fix comment
d4b9fa96 hugolib: Respect disableRSS
5b1eee44 tpl: Avoid repeating the same test case in TestMD5 and TesSHA*
22360566 docs: Fix linebreaks in templates/variables.md
0f6c73cf tpl: Add sha256 template function
01b8bc1b docs: Update description of querify
0ba9fb96 docs: Document querify template func
ba8a00a6 hugolib: Add regular content page count in publish summary
15622c80 hugolib: Remove superfluous assignment
2f026ab3 hugolib: Make RawContent raw again
971d1baf commands: Add noChmod option to disable perm sync
a4b9abf0 vendor: Update fsync
529574e6 create: Run all the test variants in TestNewContent
c87331ae hugolib: Fix rendered empty msg
b2eadd93 create: Simplify archetype logic
96018ab9 create: Fix archetype title and date handling
65d4d96e vendor: Update go-toml
b7e80045 makefile: Add test-cover-html
20d82a7a hugolib: Create the permalink once only
046320d3 tpl: Fix params case issue with nested template funcs
c38bfda4 hugolib: Fix regressions with uglyURLs
1f6e0de3 hugolib: Avoid repeated Viper loads of sectionPagesMenu
dbb0c1cf hugolib: Add shortcode for Instagram
001e2bbe docs: Set correct default archetype directory in overview
2c7cbca8 examples: Update blog example
68ebf616 examples: Update multilingual example
4c72eb12 commands: Simplify
65e5959b helpers: Simplify
139585f8 tpl: Simplify
a721fbed target: Simplify
3739871f transform: Simplify
43604520 hugolib: Simplify
f1ed89fe Revise the deprecation strategy
0a0db9cd hubolib: Simplify map range
ff2498ee Remove ShowPlan
a6d584bf vendor: Update go-toml
1156be3b vendor: remove afero/sftp deps
e0b27820 Fix alignment of go gets in Dockerfile
c06c3234 helpers: Fix typo in language.Get documentation
c8d41141 hugolib: Add missing paginator test case
c33eb935 tpl: Add some missing test cases
174f97a9 tpl: Fix spelling in test
7665dd23 tpl: Drop an else block in checkCondition
581291dc hugolib: Omit type from declaration of var lang
32336e9e hugolib: Camelcase ALL_CAPS vars and const in tests
75e55cd0 hugolib, source, tpl: Fix docs
e81c06c3 helpers: Rename WalkRootTooShortError to ErrWalkRootTooShort
647540d0 helpers: Add documentation to some Language methods
700d531a helpers: Use iterate operator by int in Emojify
713f577a commands, hugolib: Unify case of config variable names
dec1706a commands, hugolib, parser, tpl: Use errors.New instead of fmt.Errorf
1f130fd6 commands, hugolib, source, target, tpl: Get rid of some fmt statements
120f6b0c all: Use jww instead of fmt for printing
e1da7cb3 Fix case issues with Params
a5b3b076 docs: Add Pages to variables section
382582fc node to page: Re-add translations sort of regular pages
6c0ecc2d docs: Add release notes about node to page
e29f6fe5 docs: Add sections on node now being a page
0eb5f54d node to page: Fix site pages sort
976f8f84 node to page: Fixe index page translation issues
aafbd3b4 docs: Revise docs to reflect that Node is gone
ae1de7ab docs: Make the tools content page a section page
7e81971b node to page: Don't repeat the RSS title if it is the same
f776af6c node to page: Temporary set RSS date to zero
0bbdcf24 node to page: Render aliases before pages
32fb1e6f node to page: Need to append theme templates
28031b08 node to page: Only return regular pages in home.Data.Pages
a843d5d3 node to page: Final TODO-fixes
99d11386 node to page: Fix the Page copy()
62e9e7e6 node to page: Misc. TODO-fixes
524eb166 node to page: Handle URLs
c8d3124d node to page: Remove Node
9347084d node to page: Make Kind a string
9fba2a30 node to page: Rename PageType to Kind
96f71141 node to page: Export GetPage to the templates
487b210f node to page: Handle Date and Lastmod
c80308e6 node to page: Add Pages to Page
063b78d2 node to page: Make Nodes into Pages
88972b0d node to page: Refactor the build process
640b8bed node to page: Handle sections with only _index.md
2d91b17c node to page: Handle aliases on home page etc.
7cb0e34d node to page: Handle menus on home page etc.
ecedc85c node to page: Handle taxonomies on home page etc.
d3d3863c node to page: Add all nodes to sitemap
7cc637e9 node to page: Do not create section node for root
503fb299 node to page: Get Rebuild up to speed
80e453f1 node to page: Fix home target path on Windows
94ea12eb node to page: Remove unused code
bde1bfd3 node to page: Handle aliases, 404, robots.txt, sitemap
ec2d502b node to page: Handle translations
698b994f node to page: Fix the page collections
c175407f node to page: Use _index as identificator for the list nodes
3ff25b37 node to page: Handle RSS
75c38071 node to page: Create pages for nodes without content
f8bda16e node to page: Handle taxonomy terms
3737c9bc node to page: Handle taxonomy lists
c2f3cb2d node to page: Handle sections
734b6508 node to page: Handle home
e371ac0b node to page: Basic outline
e7d0bc8a Revert "Fix case issues with Params"
239c75c7 Fix case issues with Params
1eb3c4a8 docs: Fix list template link
30317934 docs: Add a simple list template
3b42640e hugolib: Don't write zero-bytes files to disk
65f803e1 docs: Rename RSSlink to RSSLink
29fda0e6 commands: Make benchmark command more useful
7b8a09d5 docs: Add balaramadurai.net to the showcase
ce5f41ff vendor: Update deps
a49f838c tpl: Add imageConfig function
950034db source, tpl: Fix staticcheck complaints
bb36d57b docs: Fix typos in extras/scratch.md
4d4c7791 hugolib: Must update PathSpec on SiteInfo per language
85a2d81e commands, tpl: Get rid of repeating viper accesses
4b4ab475 hugolib: Fix page sorting when weight is zero
52e2fd27 docs: Add article by Zetao Yang
b619eb5a docs: Compress Hugo logo (hugo.png)
07eb3a50 tpl: Golint fixes
d4830fc4 helpers: Golint fixes
72156e40 hugolib: Simplify range
8dace9ad docs: Update roadmap
f4afd133 Enhance commit message guidelines
ec44ad5c docs: Link latest change as commit in the footer
774f13bd doc: Add a "Deployment with rsync" tutorial page
0cd0adda transform: Return any read or write error from Apply
3a86aba5 commands: Move initialization of flags in separate function
c9be931e docs: Remove non-showcase Hugo sites
e8380e61 Add GitInfo
186db7cd Fix page names that contain dot
cda3b36f Revert "docs: Add www.bullion-investor.com to the showcase gallery"
b5bc74ca docs: Add www.bullion-investor.com to the showcase gallery
01cfcce6 docs: Add two articles written by Hash Borgir
6a3d1037 Fix RSS Title regression
342b6fe8 Make it clear that Path is relative to content root
4ad39445 Refactor Page tests
f5b26455 Remove Wercker config
301e4c7e Make Amber read from the Afero source file system
0406be3d Add missing template error logging
89e31256 Get rid of the rawContentCopy field of the Page struct
c936b6c8 docs: Fix punctuation in content.md
c859810b docs: Add clearhaus.com to the showcase
a2cc2e75 docs: Fix typos in content section
333bb055 Remove now superfluous lowercasing
5859c691 vendor: Update Viper
f21e2f25 all: Unify case of config variable names
d9f54a13 Handle ToC before handling shortcodes
165edc7f tpl: Fix comment
a10b2cd3 Avoid reading from Viper for path and URL funcs
dffd7da0 docs: Clarify installation of themes
6427fba9 docs: Improve instructions in quickstart.md
db86f480 docs: Add dmitriid.com to the showcase
1992b356 Bump Travis to Go 1.7.3
d0d24b43 commands: Do not print error on missing unknown dirs
f0af8075 commands: Only watch relevant themes dir
ddf2a340 Add page context to error logging in rendering
67df33d8 Fix a more summary corner case
58f31d27 Consolidate the Param methods
faa64abd docs: Add singular/plural i18n example
e6f2426e docs: Add christianmendoza.me to the showcase
3a5b7027 docs: Add fixatom.com to the showcase
6a7f989d docs: Add hugojoomla to the tools section
7f4d9025 docs: Remove merge artifact
df943595 helpers: Slight improvement of ToLowerMap
40b1b8f7 Fix case issue Viper vs Blackfriday config
4d6cd3cb docs: Update link for Ace template site
2ea22a42 docs: Add docs.eurie.io to the showcase
0456f950 docs: Add GitLab to Forestry.io integrations
35dda2d9 Fix pygments check in test
9ee2538e vendor: Add external
2e0e77be Make the pygments shortcode test matching less specific
10a773cd Implement support for alias templates
88675473 Updated link for Ace template site
8b43d39e Use govendor sync instead of get
3ce90466 Rewrite TestRSSOutput to use Afero
58825677 Add workaround for block template crash
794589fb Use example.org for replace-this-with-your-hugo-site.com
4e0c71a6 Added GitLab to Forestry.io integrations
8fa871a0 all: Remove dead code
766c82a6 Add context to asciidoc/-tor error logging
9f9b93af Add logging of asciidoc/-tor errors
998034fa Log on error in translation file
eb00c621 tpl: Remove the spamming template errors
8ddd95e3 tpl: Factor out double Lookup in executeTemplate
474eb454 tpl: Add partialCached template function
d2bc64be Add draft test
5355ddf6 docs: Remove deleted article "Hugo on Netlify — Insanely Fast Deploys"
bfe9b870 docs: Add "Hugo on Netlify" article to press.md
8a63ebcb docs: Add shapeshed.com to the showcase
9d0b1320 docs: Add thecodeking.co.uk to the showcase
71422a7d docs: Add Firebase Hosting to usage.md
df7b8b5c docs: Add Firebase Hosting to hosting providers
b3bcd78f docs: Add webhook to tools for deployments
8d509258 docs: Mention GitLab hosting support
8b8a1e0a Fix broken build
0206be02 hugolib: Prevent TestShortcodeTweet from accessing network
7b0f92db vendor: Update Viper
1f087794 snap: Add "network-bind" plug for "hugo server" to work
a7e2a04d docs: Add Forestry.io to the tools section
c2bf748e docs: Refactor /docs to use the block keyword
56512e81 Allow to set cache dir in config file
3616fb62 command: Fix hugo new for multiple architectures
cf5d2e27 vendor: Revert latest Viper
1c214fcb Add quiet mode
7cdd230e vendor: Update dependencies
a22294aa docs: Stylize "Mac OS" as "macOS" in v0.17 release notes
6195d8f7 docs: Fix grammar in v0.17 release notes
1adfaf49 snapcraft.yaml: Bump version to 0.18-DEV
d54d6633 release: version bump to v0.18-DEV
e1e677f6 snapcraft.yaml: Bump version to 0.17 for release
fe2d246c commands: Bump min_version to 0.17 for "new theme" subcommand
5b9f4883 release: version bump to 0.17
8bc390d8 vendor: update viper to latest version
f9c70c0f add release notes for v0.17
57d7dd5b docs: Add rahulrai.in to the showcase
fbce8445 Whitelist startinline pygments option
27d7aa5f travis: Reintroduce asciidoctor to build
f8e968b2 snapcraft.yaml: Change grade from "devel" to "stable"
00b3667f travis: Remove asciidoctor from build
217d6ea6 travis: Fix asciidoctor build
f37f57a8 travis: Lock asciidoctor to 1.5.4
b3a113b7 docs: Regenerate commands doc
2a4ed1c4 Add hugo env command
80367ea2 docs: Us vs you
88ec7d88 docs: Improve home page
ffbf3dd3 doc: Improving language in archetypes doc
0721a9c7 Update Dockerfile to pull in missing test dependency
d9c1f1ee docs: Add Lipi to tools section
bf0dfa3e Fix URL in multilanguage sitemap index
d30c6a26 docs: Fix typo in tutorials/how-to-contribute-to-hugo.md
50c43c36 Contributing: Link the "How to contribute" tutorial
0043b486 docs: Add notes about multilingual menus
78e5263c Readme: Clarify usage of Gitter
e36b0305 docs: Add tryo labs article to press.md
614dd2aa Deprecate PageMeta.WordCount etc.
59df7db7 Fix half-broken self-closing shortcodes
8b0d16b8 docs: Fix typo on hosting-on-gitlab
6b4d3263 commands: Revise instructions after "hugo new site"
0c223d9c vendor: Update Viper
a61b1497 vendor: Update cast
a0167d83 Fix leaky goroutine
63a6da06 Make multilingual respect DisableSitemap
73894cca Add TestChangeDefaultLanguage
2071d470 tpl: Polish i18n tests
e7e2a1ca tpl: Improve tests and docs for i18n
e7ff5c2d vendor: Update go-toml
608b90da vendor: Update dependencies
894b69db Remove some unused vars
9c017e51 commands: Add some band-aid to convert
2105e42a tpl: Set i18n bundle once per test run
6e692f2d Add vendoring with govendor
b3a72155 Fix i18n with missing translations and add tests
bacc1706 helpers: Skip TestGetRealPath on Windows when not in CI
98c12b7b Fail early in TestGetRealPath
4a79fa0c Revert the "standardize author data"
83533a88 docs: Improve Overview Configuration manual
a7af6303 Make suure SectionPagesMenu setting is always loaded per language
b6673e53 docs: Add documentation for author profiles
56afd943 docs: Add multilingual alias example
51c9bfbc Remove Authors.Sort
cf978c06 Add First Class Author Support
44bf76d0 Add snapcraft.yaml file
74291114 docs: Clarify difference between slug and url
e80453a9 tpl: Add EnableMissingTranslationPlaceholders option
0dd57b90 docs: List i18n folder in source organization
bca567fa docs: Clarify usecase of data files
0c49370c docs: Fix example of displaying taxonomies
3410007d docs: List multilingual tpl vars and show menu creation
9dab62c5 docs: List config options for multilingual feature
4e16a6d4 docs: Fix markdown in content/extras/scratch.md
cdf1edd5 docs: Fix French translation in multilingual.md
0d1e9670 docs: Improve Traversing Local Files
b86a605b Make paginate settings configurable per language
bbb11a4a Do not add lang prefix in URL when set in frontmatter
dd45e6d7 Lazy calculate WordCount, ReadingTime and FuzzyWordCount
4abaec5c Improve TotalWords counter func
bcd43479 Avoid splitting words for summary
74ffb45f helpers: Improve the language prefix logic
f53145b2 helpers: Avoid adding language prefix if already present
8d040c96 commands: Improve error messages in convert
a04abf0d tpl: Make the *langURL funcs tace interface{}
7615ef0c commands: Report errors in convert
be09781a Fix broken convert command
69a97823 Add Language.LanguageName
a7dc3c08 Support site menu per language
f0ac26c9 commands: Fix typos
3908489c tpl: Extend where to iterate over maps
64012142 tpl: Fix typos in tests
46342ad5 hugolib: Fix typos in tests
c700cdc3 Replace some leftover os.Stat with hugofs.Source
ef3c4a56 Fix reload dir matching in theme
364e69ab Handle symlink change event
e70cf1ac docs: Remove JPEG as format for showcase thumbnails
d5379fd1 docs: Add davidyat.es to the showcase
4d1cb500 parser: Use strings.Contains instead of strings.Index
798bf60c parser: Simplify err conditions
60baec80 commands: Delete useless conversion
2294b022 commands: Simplify err condition
1e180873 commands: Delete unused newUserErrorF
5867cb5a Fixe target path location check in jekyll import command
7d3dfba8 Prevent panic on empty authorlist
33921331 Remove redundant field in sort helper struct
9c5f2bef tpl: Make it more clear on missing language string
43bf9ed3 Redirect to root when DefaultContentLanguageInSubdir = false
4df86a70 Fix paginator counter on x86-32
eaf2f9bc Add TODO list support for Blackfriday
76bf2dcd Fix shortcode vs pygments
ccb3040a Fix pagination page counter on 32 bit
fe0c2705 Reset the i18n func map on reload
5ef45bec docs: Fix typos in multilingual section
97c57fe3 Add missing read lock in getNodes
a8fad866 Bump Travis to Go 1.7.1
34fe5cd3 tpl: Fix echoParam
a00edff5 Make it the DEV version
35d2eac4 Fix go vet 1.7 issues
09ed41be Add a global Reset func
dc3618ab Make sure the 404 node has .Data.Pages
30d65fd4 Fix site reset for benchmarks etc.
b3563b40 Fix multilingual reload when shortcode changes
a823b157 Set lang template globals for each site when render shortcodes
28696b5d Small adjustment to SiteInfo init
2f7e8df5 docs: Fix spelling: HasTranslations > IsTranslated
1bce8a85 Create a copy of the section node for RSS
bbfebdea Fix Data in multisites
93717aac docs: Get the variable and funcs re multilingual up-to-date
4fbce787 Add JSON config to the multilanguage testing
d8a256c1 Fix YAML loading of multilingual config
446e606a Add data tests
5b331a18 Add temp MULTILINGUAL version suffix to this branch
a07293cf Create a Node map to get proper node translations
d1212307 doc: Fix TOML vs YAML in multilang section
45c69dd1 Handle error in config loading
76108440 Add IsTranslated to Node and Page
8b55bfc8 Remove unused Multilingual Viper default
f1e1cdab Improve i18n string handling
8da04034 Render main content language in root by default
d953e39e Add parent as owner to Site
9798a956 Make the check command work in multilingual mode
6b552db7 Make sure drafts etc. are not processed
e56ecab1 Multilingual TODO-fixes, take 1
0a7d1d0d Fix some corner cases in revised summary handling
d18a8cbe Fix livereload in multilingual mode
506e131f Fix the shortcode ref tests
54141f71 Improve language handling in URLs
2079a23d Make it possible to configure Blackfroday per language
596e0e98 Make it possible to add a language in server mode
7cac19b1 cmd: Load config from the common config loader in hugolib
8b657a11 Get the list commands up to multi-site level
90de5110 Make taxonomies configurable per language
36f2a1f6 Make the config loading testable
b6fcb3d0 Add sitemap index for multilingual sites
d5720717 Redirect to main language from root
f0b91852 Rework the multilingual docs
ed098540 Render the shortcodes as late as possible
708bc787 Optimize the multilanguage build process
f023dfd7 Move the Build* methods to HugoSites
5b9c2a40 Move HugoSites to hugolib
3a028079 Add Translations and AllTranslations to Node
52bf8f90 Rework the i18n template func handling
75dd596e Introduce HugoSites type
618948e4 Reset translation slice on rebuild
c447b7dd Rename MainSites to Sites
c4e7c370 Add Translations and AllTranslations methods to Page
06d12ab8 Add proper Language and Languages types
ec33732f Add multilingual support in Hugo
faa3472f docs: Fix typo in Quickstart guide
ccc51fe7 docs: Add open.cinegy.com to the showcase
723d4656 docs: Add Vim/Emacs plugin to tools section
a48ac6e9 docs: Clarify first level URL generation
0614a59b docs: Improve Quickstart guide
696c67b0 docs: Clarify Creating a New Theme
bb1812b6 docs: Mention theme config option on Usage page
8e1bcea8 docs: Update documentation for URLs
b6635e1b helpers: Fix bug in emoji renderer
7cb81077 docs: Correct spelling for "parameters" in partials.md
38d034df docs: Document shuffle template func
6eff9e50 docs: Update highlight.js example to latest version
2fc05dad docs: Add location of block template
fee9ee72 tpl: Add missing arg to Fatalf
20c4311d Switch to a more up to date TOML library
81f04ef4 docs: Clarify Usage
2530087a docs: Add Spanish video tutorial by Verónica López to press.md
715d4425 hugolib: Use named keys in composite literals
c5d07299 docs: Just a small grammar fix in quickstart.md
3ce9de76 docs: Follow through on watch default
68c8e0e2 docs: Correct name of release archives for OS X
be429d22 docs: Correct all erroneous swaps of "it's" and "its"
8474b9de docs: Improve section 'Why did you write Hugo?'
de1ca477 docs: Fix URLs in examples sites with path prefix
f914774f Remove broken Bitdeli badge from README.md
5498a1bd tpl: Return all errors from casting
d3627b17 Simplify Travis build
d72c454f Fix command for getting hugo in CONTRIBUTING.md
97c37732 Add a global Reset func
2175ea5b Bump Travis to Go 1.7
661c9787 commands: Suppress 'missing static' error
f6d4801b Skipt Twitter test in short mode
09612f7a tpl: Fix faulty ordering of relURL test cases
88dcbc6e tpl: Make absURL and relURL accept anything
26725515 docs: Convert toml to yaml in config overview
39df7724 source: Normalize file name to NFC
b33bfd40 docs: Add doc for time template func
f2faae08 Remove maximeguitare.com from showcase
0d9c0677 docs: Add rdegges.com to the showcase
914e4d85 tpl: Fix typo in FindRE test
93f3a85b Fix the time template func test
70544f9e tpl: Add time template func
d7f364c2 Fix for meminterval not using specified interval
5824e809 docs: Add romansilin.com to the showcase
b426c20e Return specific error on walk path too short
15b66935 Adjust the sanity check to path length 4
94d99898 Add sanity check to the file walker
802d43cb Disable Go 1.5.4 in Travis
285807ba Take 2: Load templates from the Afero source fs
ec23aa99 Load templates from the Afero source fs
5f5fccbc Do not return empty theme dirs
4ddd5361 Use the Afero source fs where relevant
a0859dc6 Make LazyFileReader use the Afero source fs
94892726 Handle errors during filesystem walk
0087beef docs: Add tumblr2hugomarkdown to tools section
0d0a7596 docs: Add tumblr-importr to tools section
5b40eeed examples: Add example for translation files
04889a5e docs: Document .File variables for pages
333646c5 docs: Drop .isDraft to new line
e3e1f7a2 docs: Add a link to hugo-openapispec-shortcode
ddd5a922 docs: Removed comma from json example.
df0a4534 docs: Add missing configuration option disableHugoGeneratorInject
9c458657 docs: Add weilinshi.org to the showcase
17f53526 docs: Add CTL Compiled edtech blog to showcase
76f332bf docs: Add www.leowkahman.com to the showcase
3e1b579c Be less aggressive with CHMOD filesystem events
91b61b97 Simplify the configuration of HugoHTMLRenderer
4d4da001 Fix broken shortcode test
39a452a4 Add "missing slice" to the Params test
593a546f Check for nil Params in shortcode's Get
0bdc0d62 Add shortcode null param variant
198efc89 docs: Add Algolia as commercial search service
e9924e96 Add shortcode test for mmark
c0eedfe9 docs: Update last-mod date of installing-on-windows.md
10ad648e docs: Fix PATH issue in the instruction for Windows 10
20555b16 Add `htmlEscape` and `htmlUnescape` template functions
7dd5cd67 Bump Travis to Go 1.6.3
3564f09e tpl: Add humanize examples to smoke tests
55a4f6e4 Do not double-escape in querify
ef9b9156 Revert "Throw a noisy error when a post has no layout"
318558f2 docs: Add 404 template
b1593400 Throw a noisy error when a post has no layout Fixes#1313af34613f Update frontmatter.go
0a812beb tpl: Modify tpl.humanize to ordinalize integer input
330639d2 Fix panic when using URLize
32d82a44 Ignore emacs temp files
d44bb4ec Revert "Use bufferpool in Asciidoc handler"
7c125ebb Revert "Use bufferpool in Rst handler"
adf40549 Fix humanize when string is empty
d9bc233f Use bufferpool in Rst handler
00d70e55 Remove []byte to string to []byte conversion in Rst
068a7715 Use bufferpool in Asciidoc handler
ed5ad12a Remove []byte to string to []byte conversion in Asciidoc
1d7f4413 Consolidate the Render funcs
4a48b5f3 Replace replace-this-with-your-hugo-site.com with example.org
b8af06f2 Make auto-date disabled by default
b581bbd8 Make config flag global
223073c6 transform: Add missing GoDoc
39fe42cf Simplify querify
fbf48824 tpl: Add a querify function to generate query strings inside templates
770df77b Add Docutils to Travis
05a33e31 Add Asciidoctor to Travis
e6d97c4f Add Rst shortcode test
5388211c Add Asciidoc shortcode test
6c0f7052 Fix Emoji benchmark
aa66478c Add Emoji test case
7e08d23e transform: Explicitly bind LiveReload to server port
0ce64382 docs: Update install instructions to reflect hugo.exe filename change
e140070c docs: Add tutorial for GitLab Pages
ca6b26fe commands: Allow schema-less baseURL on command line
5572e349 Update Travis config to Go 1.6.2
195a2b38 docs: Suggests the use of delimiter for taxonomy listing
364686ec docs: Add additional example for taxonomies listing
eda36787 Add automatic page date fallback
c21e2b3b tpl: Enable safeHTMLAttr
cdd6a124 Add test for shortcode in fenced code block
e3b162cc transform: Don't use helpers.StringToReader
e2aea651 helpers: Remove ToReader funcs
29ca323a docs: Regen commands doc
1accd3ba Fix example for autocomplete
a4b84962 docs: Fix typo is 0.16 release notes
ca5ae50c Revert "docs: Refactor /docs to use the block keyword"
3a2748e0 docs: Refactor /docs to use the block keyword
357c9db2 docs: Add mtbhomer.com to the showcase
714d4a9a Fix failing Windows test
44edd938 Add tests for embedded shortcodes
8b54843a hugo: Revert git commit message guidelines
373ca662 hugo: Update contribution guidelines
c52bb4ef commands: Specify os port generic errors
aa690c8e commands: Fix charsets in mimetypes
34f40044 Fix shortcode in markdown headers
6ba07456 docs: Add upbeat.it to the showcase
c01f9825 docs: Add mayan-edms to the showcase
85881033 Unexport ShouldBuild and AssertShouldBuild
eeaafb4b hugolib: futureStats plural
fb0c1350 hugolib: Handle unpecified date for IsFuture and IsExpired
673e41bf hugolib: Add expiredStats to build feedback
32c0e3fd hugolib: Bug fix futureStats
4724a579 hugolib: Refactor page.ShouldBuild and table driven test
f7b2e532 docs: Add ExpiryDate to the list of variables
448f0306 docs: Example of how to use Order by ExpiryDate
02d2f05e docs: Add instructions on buildExpired in build configurations
6e9fbf8a docs: Add expirydate to front-matter doc
5461a5e0 commands: Add listExpiredCmd for expired pages
51f7cd9b commands: Add buildExpired flag
c1c8ecc9 hugolib: Add GroupByExpireDate function
091915c7 hugolib: Add sort ByExpiryDate function
6472f158 hugelib: Add expiredCount as a Site variable
d4156e61 hugolib: Support an expiration date
2564f46a Fix Emojfy for certain text patterns
683888eb Change hugo to Hugo in help text
5d3aabcb Update the alias generated HTML files to conform to the W3C HTML spec
75deb923 Remove unneeded casts in page.getParam
acbedf62 Fix urlesc import url in Dockerfile
48ebd598 docs: Add jamescampbell.us to the showcase
f9cadee8 Bump version to 0.17-DEV
7212e513 Update release-notes.md
b7513ea6 Get Dockerfile up-to-date
a7f51703 Add Hugo generator tag to home page if not present
80ebe057 Update release-notes.md
60184823 docs. Add the guranteed exit -1 on eror to Hugo 0.16 rel notes
cf10d4ce Some polish and addends to 0.16 release notes
d4e5fa6f Pull the shootouts about 0.16 into the intro section
26c18005 Remove HugoVersionSuffix "-DEV" prior to 0.16 release
834d4177 update release notes for 0.16 release
f94cd281 Handle errors during rereading properly
d1cf262b Ignore __jb_tmp___ files created by IntelliJ
f8e4a060 Annotate temp files that Hugo ignores
ce05dfa5 docs: Grammar fix in overview/quickstart.md
4ab5ed6c docs: Add Digital Ocean articles to press section
d486396f docs: Add c't magazine article to press section
20358f46 docs: Document UniqueID page variable
56116315 docs: Add an example of how to use .PrevInSection
c21b1558 docs: Add note about live reload script injection
dcee05b2 docs: Fix minor typo in overview/quickstart.md
efae41c1 docs: Add novelist.xyz to the showcase
90362933 docs: Fix typo / readability in extras/menu.md
6dec7b3e docs: Add stefano.chodino.uk to the showcase gallery.
dec74431 docs: Add klingt.net to the showcase gallery
9305deca docs: Clarify that watch is enabled by default
9aa70af1 docs: Fix git clone for hugo_theme_robust in quickstart guide
ac938d9d docs: Improve description for .Hugo.Generator
64817cc0 Fix broken template test
26906d85 Don't add any space around Emojis
608cfe62 Remove kr/pretty dependency
fd40fe39 docs: Document relativeURLs
b5030782 Ignore Byword temp files
273a6840 Add non-string support in markdownify
7cbafa4e docs: Fix typo in overview/configuration.md
a07889d4 docs: Fix typo in templates/content.md
bf4206a0 docs: Fix links in the documentation
5caea6f2 docs: Add 2626.info to the showcase
09038865 tpl: Add intersect operator to where function
ffbd2b6c docs: Add appernetic blog to showcase
2b02a402 commands: Sett mime type for CSS in Hugo server
e4ee1b89 helpers: Use net/url for URL parsing in AbsURL
16b71bbb Export "detectFrontMatter" to fix caddy-hugo
c5723a89 docs: Add aydos.com to the showcase
4152ce88 Update release-notes.md
7da9163d docs: More on release notes
efa9bdcc docs: Order by Lastmod in release notes
eb627ca1 docs: Order by Lastmod
10af9063 Add ByLastmod page sort
fbca53ac docs: Add notion of exiting the themes folder in quickstart
fe2b22fe docs: Grammar fixes in overview/quickstart.md
19afa5ee docs: Update showcase screenshot of yulinling.net
81a2466b docs: Add some more fixes to release notes
ebefa476 docs: Move image-width fix to style.css
48fce611 docs: Move Algolia styling into style.css
22683a3b Make alias redirect output URL's relative
76738347 docs: Fix findRE typo
a8e05b11 docs: Fix some typos in release notes
56cd3081 doc: Get feature list of 0.16 release notes up to date
01c33898📚 Add ENV support to release notes
9ddf5202 Update import path of fsnotify
5e9b147c docs: Add some doc about ENV config
b7fd4102 commands: Support config from ENV
0743c767 docs: Fix typo in tutorials/how-to-contribute-to-hugo.md
77159b4b Add some schemaless BaseURL tests
215b8939 docs: Fix grammar in templates/partials.md
fed5f20f docs: Add tutorialonfly.com to the showcase
4b4bfa6a docs: Fix lastmod date for chipsncookies in showcase
6fdb0ca6 docs: Add barricade.io to the showcase
ba0a6614 docs: sa.muel.be has moved to chipsncookies.com in showcase
c40bc274 Improve build labels in README
24cb0d1f tpl: Do not write to cache when ignoring cache
5d50c464 Chomp Unicode BOM if present
d48b986c Revert "tpl: Extend where to iterate over maps"
dc8659c5 Update Travis config to Go 1.5.4 and 1.6.1
0141a021 tpl: Extend where to iterate over maps
206440ee Fix broken tests
88759eec docs: Add plainIDAnchors change to release notes
0d9a5f80 docs: Update default for plainIDAnchors
06772eef Default to plainIDAnchors
c3d28d28 Revert "Add Node.ID"
39c9ae31 Revert "Use Node.ID for anchor ID"
2468b10e docs: Fix example for Param method
cd558958 Use Node.ID for anchor ID
5ef52294 Add Node.ID
37fb2d43 helpers: Ignore cache for Pygments when flag set
c0cf1a7e Fix section menus for lazy blogger
dde967d8c hugofs: Add package doc
16ee8566 create: Add package doc
257dee53 bufpool: Add package doc
4d34a98a Add GoDocs badge
ff7eec2f docs: Regenerate the commands docs
b7efbdc1 hugolib: Add option to disable rendering of 404 page
72bda5ad Move section initialization to Site.assembleSections
8fe48a65 Fix potential data race in test
39c74b70 docs: Add commercial services to the "Tools" section
51ee3fc7 docs: Document how to install dependencies for tests
88a07b75 docs: Fix missing step in Windows version check instructions
65f94270 docs: Document Go 1.6's new ability to trim whitespace
e4d328d8 docs: Fix Go version in install guide
ac1ec5c7 docs: Remove remaining Mercurial references
9f6b5ad3 Save auto-detected markup type in Page.Markup
e6e98bf5 docs: Remove Mercurial from contribution tutorial
6c900380 tpl: Add replaceRE to the "smoke tests"
f2ff77f3 Make Hugo build without Mercurial
ebf3cef1 docs: Add "How to contribute to Hugo" tutorial
970f15cf docs: Use HTTPS links in README where appropriate
d3e82950 commands: Add helpful instuctions after "hugo new site"
1c3c148b hugolib: Un-export internal Site-methods
16ad6281 docs: Fix references to section list templates
6d2898b3 docs: Correct date for proper sorting in showcase
18738266 docs: Add one more quote
ef933e4a docs: Limit the quotes on front page to the last two years
40f62a86 docs: Use data folder for website carousel
1648e327 Document and clean SourceRelativeLinksEval code
819271cb Re-export the methods used in page group tests
3950b137 hugolib: Camelcase ALL_CAPS vars and const in tests
05b88887 huglib: Add even more missing GoDoc
85bcac53 source: Add missing GoDoc in File
ddd02b2f hugolib: Camel-case ALL_CAPS const in test
98ee8c3f hugolib: Add GoDoc to pageGroup.go
57c347e4 hugofs: Fix GoDoc
969f9311 Build Hugo in Travis with race detection enabled
fd5d5735 Add go test -race to make check
27f9e62b Remove Wercker badge
5bfe16ef tpl: Add findRE template func
54750b07 Do not create robots.txt by default
43b5dfab Disable syntax guessing for PygmentsCodeFences by default
0698f294 docs: Add yushuangqi.com to the showcase
dea06f86 docs: embed YouTube video in Windows installation tutorial
23046146 docs: Update set PATH instructions for Windows
21e0515f docs: Fix menu in firefox
1adf4035 docs: Add alternative for Wordpress import
f0dbf2c8 tpl: Add the other test case for hasPrefix
aaee0385 tpl: Sort the smoke tests
80d02a14 tpl: Add hasPrefix to the template funcs' "smoke test"
4502c4e3 docs: Add documentation for hasPrefix template func
fe929114 tpl: Fix panic in sort of nil sequence
d15fda50 tpl: Fix panic in pairList.Less
7d5c9fbf Make ByCount sort consistently
c6c2c689 hugofs: Add missing not nil checks to tests
b678e90d Use to most specific interface in WriteDestPage
c2277fcb docs: Add doc and a test for readDir
cb89ae63 tpl: Make readDir use the WorkingDir fs
4f66f790 Add readFile template func
a89035bd docs: Mention CLA in the showcase contribution guidelines
6a3a6f68 docs: Remove incorrent reference to list.html
93e41a1f docs: Fix typo in templates/functions.md
d65fbfe1 docs: Add surge.sh to main page of static site hosters
effaf6c2 docs: Document GitHub flavoured code fences Fixes#1259e35a6921 docs: Document lastmod variable Fixes#135150506ebe docs: Document the split function Fixes#19974c95b700 docs: Add silvergeko.it to the showcase
79af7143 docs: Add robertbasic.com to the showcase
dbfc7ea0 Fix error handling in SymbolicWalk
bfe80094 helpers: Fix SymbolicWalk for the root folder
977b0e34 docs: Adapt commit message for showcase additions
8890885a docs: Add search form powered by Algolia
8aec5ee2 hugolib: Some more unexports
7c81c86b commands: Apply Golint rules
5d3705df helpers: Apply GoLint rules
7fa2cec9 tpl: Small Golint fixes
b71f391c parser: Remove unused vars
6dbae7b6 Be explicit about the type in Scratch test
d7701305 hugolib: Remove unused Tmpl on Page
c846b051 Do not use defer for unlocking in Scratch
fa1a9653 hugolib: Taxonomy GoDoc cleanup
b5bced1d Add a simple benchmark for Scratch
7c84e6b3 hugolib: Even more Golint fixes
3e77886a helpers: Fix GoDoc in Hugo version constants
a7953e25 commands: Apply Golint rules to hugo.go
3bbfd991 hugolib: Apply Golint rules to rss_test.go
b8bf01cd hugolib: Add missing GoDoc in pagination.go
c2c73c2b hugolib: Some more GoLint fixes
218fceac livereload: Add missing GoDoc
e467d233 hugoblib: Clean up the time tests
94409072 transform: Group vars and consts in chain_test
c7869fd7 transform: Clean up the var naming mess in chain_test
a6de8dfb hugolib: Some more Golint fixes
dac34f9b hugolib: Fix spelling mistake
c31fa378 hugolib: Add Godoc to pageSort
c20dee9d parser: Make the constant vars ... constants
bf76e744 parser: Fix ALL_CAPS var names in test
1cb7ed6a parser: Spring code cleaning
937592cb hugolib: Fix some more Golint warnings
8a60571f helpers: Fix and add Godoc in path*
6ff2e1db helpers: Remove the else in MakePathSanitized
faf2e506 Do some minor code cleaning of Site
626874b9 transform: Golint fixes
67289033 target: Fix some Golint warnings
dc7d8a9e Spring cleaning of the menu code
4f00f1c9 heloers: Add a linefeed to make Golint happy
9cf93e11 commands: Fix remaining Golint warning
da4d4164 utils: Add godoc
df92fc31 hugolib: Fix Java-styled all-caps consts
b0e21f96 helpers: Silence some Golint warnings
283b8663 commands: Do not use named return vals in Jekyll import
35b79824 Check returned error in Scratch-test
691c2ea9 Do make check in Travis
b319c189 source: Consolidate if conditions
c54df37f source: Remove unnecessary else condition
b1b7ac7e hugolib: Use field keys in composite literals
b9127ecc helpers: Apply gofmt
e8cf8b40 hugo: Add check tasks to Makefile
048e0742 Add Scratch to shortcode
de8fc876 Re-render shortcode on template or data file change
e5e1bcc2 Add plainify template function
e5aa4774 Add support for symbolic links for content, layout, static, theme
6258d48b Utils methods refactored for readability
c42982f7 Add '+' as one of the valid characters in urls specified in the front matter Fixes#129002effd9d Protect against concurrent Scratch read and write
f52b040e docs: Draft of 0.16 release notes
d45b55bd helpers: Rename getMmarkHtmlRenderer to getMmarkHTMLRenderer
bec1ac7b livereload: Run go fmt on connection.go
9323707b create: Refactor NewContent to be testable
bafb7717 livereload: Simplify conditional
2c5e4f76 helpers: Support EXTENSION_BACKSLASH_LINE_BREAK for Blackfriday
4c4ce552 helpers: Fix minor typo in content_test.go
0a768ec9 Simplify GetDottedRelativePath
8d86f1ec Return early from parseOptions
02e50c01 Remove duplicate doArithmetic
42b302fc Revert "Add Codebeat badge"
3529152e Return early from appendThemeTemplates
c50c6687 Add Codebeat badge
0ec8fc54 Add Go Report Card badge to README
21054f73 source: Consolidate filepath.Split calls
df44b193 tpl: Send actual values to in from intersect
60055827 tpl: Add missing printf param in t.Errorf call
b0326a1c tpl: Treat booleans as set in default function
b5c718a4 docs: Fix typos in functions.md and contributing.md
575ae1b3 Remove CircleCI badge for now
58802de3 No block support in shortcodes
3a2a4c3b tpl: Make the safeHTML and cousins accept more than strings
70739c97 Remove unnecessary type conversions
3a82ae71 parser: Unexport some internals
5d915e7e helpers: Unexport some internals
aedb13b2 tpl: Fix race condition in regexp cache
f6c3ca8b transform: Remove unused code
263daaea target: Remove unused code
4ada1cab source: Remove unused code
df3f2af0 parser: Remove unused code
dea185aa hugolib: Remove unused code
c21dc16d commands: Remove unused code
91ffc76b helpers: Remove unused code
0fb31e4a Create an alias from shortcode.Page.Site to shortcode.Site
734dd1c4 Bump Pygment version to 2.1.3
542e220c Make tests green on both Pygments 2.0.2 and 2.1.3
988962e8 Add Pygments 2.0.2 to CircleCI build
989c7487 Add emojify to the template func smoke tests
612c6114 Docs: move tutorial screenshots in their own subfolder
a103d581 Docs: update Windows install instructions
6fb4e071 Docs: add Aerobatic as a deployment option in the Introduction
d9049752 Docs: add tutorial for Hosting on Bitbucket
153dccc0 Add debugging steps for no variables defined
0ab41624 Ability to config layout and content dir via cli
cafb7847 Add emoji support
5926c6c8 Update showcase entry and article link to softinio.com
b8d36512 tpl: Add replaceRE function
e9008b91 Allow picking a specific file out of a gist
7cd69aaa Exit with error code on any error
077b0fa7 Add package prefix to the commit message guidelines
0667d8a0 Add engineering.mongodb.com to the showcase
941b4caf tpl: Add Copyright reference to the Go authors
6cb032b6 Docs: use Shekhar Gulati's Hugo tutorial as quickstart guide
2d0650db tpl: Add custom index function
f3f9763a tpl: Add time note to default func description
09c8c17b tpl: fix default function
0743646f docs: add better default example
ce9ee3cf tpl: Add default function
09624708 Make absURL properly handle baseURL with path component
94c3825e Add md5 and sha1 template funcs
be3519fa Use default sitemap configuration for homepage
0945673f Update Dockerfile to use golang:1.6 base image
a2abad96 Add support for Go 1.6 block keyword in templates
924028a9 Fix for page in multiple menus
973393c9 Create template clone for late template execution
9896cd00 Add reference to parent shortcode
866176be Docs: fix missing words, tense in datadrivencontent.md
7705e32e Resize showcase thumbnail of h10n.me
0f486313 Add viglug website to showcase
64ed64d9 Add h10n.me to the showcase
2a75e970 Add fale.io website to showcase
429b669a doc: Correct Scratch slice example
c7d22604 doc: Add some Scratch slice samples
c7acc318 Add some missing resets on rebuild
eaba04e8 Add list support in Scratch
435e996c Add jsonify template func
c8c6f5d0 Add json mime extension type
d774b142 Make where accept slice
4e32dc80 Simplify the IsHome test cases
023992ab Unexport the target handlers
27f8d8f9 Allow URL with extension in frontmatter
3c100cc3 tpl: Unexport the rest of the internal template funcs
f6591eca tpl: Add some dateFormat testcases with both time and date
8aa90f2b Try both prepped and unprepped taxonomy keys
ccd2f4c3 Prevent capitalized taxonomy labels
e85b821d tpl: Fix broken chomp test
f223f17c tpl: Make chomp return template.HTML
daaf4eb3 tpl: Add integration tests for most of the template funcs examples in doc
80e1fd29 Log fsync errors
5b065a27 Some missing shortcode replacements
7f682d78 Fix shortcode handling in RST
cc38a40f Docs: fix typo in tools section
e2965a35 Remove superfluous FontAwesome files
6b922750 Revert "Create template clone for late template execution"
93b04e67 Create template clone for late template execution
80460315 Check for the presence of pages before setting dates
75cf3243 Set Date and Lastmod for main home page
1f61f403 Use flagChanged in all places
c1f8b188 Add template function slice
9349a889 Do not try to find available port if set by user
ff4ca992 Press: add "Comparison site built with Hugo"
455df107 Optimize replaceShortcodeTokens
83759953 Enlarge data in BenchmarkReplaceShortcodeTokens
ac2eaca0 Press: add tutorial written by Shekhar Gulati
c59bdc20 Press: add article from sitelabs.es
d1bf2f54 Docs: fix typo in introduction.md
086d6540 Add cdnoverview.com to the showcase
060f0206 Docs: remove .Taxonomies from Page variables
d607f4c7 Docs: fix small typos in functions.md
3749dc76 Docs: add "Minify Hugo Generated HTML" to press
e9853642 Listen channel before sending values to it
253a6188 Go 1.6 is out!
284e959f Close file handle when finished reading file
df17fae5 Docs: add hugo-lunr to the tools section
50182cd0 Remove superfluous Errorf
c1e43095 Clean up the trim template func test
8c840480 Force full rebuild when site config changes
ad176055 Export MainSite var
ce7c2671 Docs: clarify that Amazon WS is, actually, AWS
4ecf019e Add gntech.se to the showcase
2b1ad546 Docs: fix typo in YouTube shortcode description
bac1ba46 Fix spelling and go vet errors
0d415e45 Link Gitter as Dev Chat in README
21b0aa86 Restore the wercker status badge to original small size
06e90b12 Add documentation for Google Analytics internal template
a0eec02b Set the wercker badge to track the aaster branch only
207a574f Docs: fix Disqus shortname reference
cfbae7ce docs: Add guideline for showcase additions
4a15051e Crop, resize and optimize shelan-tn.png
2d11551c Ignore temporary file "4913" created by Vim
42f43ad4 Add jorgennilsson.com to showcases
28e6e19d Fix git commit blog article link
8fe10708 Prevent confusing template errors when seq is nil
2b3b90a6 Add test for Hugo hanging up with empty content
d1b0290f Add shelan.org to showcase page
2b0fad79 tpl: Add two more doArithmetic test cases
f90b45f7 tpl: Test with nil value in first, last, after and shuffle
3cc468a8 tpl: Add missing test variants for slicestr
05c8bccf hugolib: Add test for parseSitemap
b3c2d90b tpl: Add missing substr test variants
4dcb63c2 tpl: Add highlight test
0a8583a4 tpl: Add missing base64 tests
0888ddd0 tpl: Add tests for word and rune counting
ec49dbb8 tpl: Consolidate and complete the Inflect tests
1e8b4d9c Add some missing doArithmetic test cases
0f6c8439 Add missing menu tests
c462440d Add Page tests for simple methods
66570d2f Add Node tests for simple methods
75044c19 Add menu sort tests
5995eaaa tpl: Unexport all template funcs
d1d7702c Add a benefit and a simple example to return current year
49c2761b docs: Fix typo: Janapese → Japanese
0586bf0d Use filepath.Join in locale resource getting
8d8e9dde Minor cleanup of some of the resource getting code
b3a70abe tpl: Complete coverage for Humanize
7c3dceea Fix buggy Menu.Limit()
a95426d4 Remove Printf in test
88a320fb Fix buggy Pages.Limit
b21d280c transform: Complete test statement coverage
08b582e1 Only do one livereload replacement
dd1db334 transform: Add missing test case in livereloadinject
96e99045 transform: Add missing test case for NewEmptyTransforms
21cb5264 bufferpool: Add test
1f326ad9 Fix bash-completion for Hugo builder flags such as --theme
45df4596 tpl: Add humanize func and cleanup lint
e95f3af9 helpers: Test coverage increase
318a9845 Apply gofmt -s
eebf00f7 Re-export HugoCmd
08670e6a Fix README.md to list the correct -ldflags for Go 1.5+
ed23711e Optimize seven recently added Showcase thumbnails
61197f9f Order the hugo comand flag vars
74539dea Unexport the remaining vars in hugo command
a89b2f41 commands: Get BaseURL from viper in server mode
792b2438 Add --renderToMemory as an additional Travis build step
3b596b85 Add renderToMemory flag
87ca0d0c Clean flags
bd0176a5 Add CONTRIBUTING.md
447228a7 Revise README.md emphasizing "good commit message"
8f368114 Update Travis CI status in README.md to track master branch only
5a7837cd Added showcase for datapipelinearachitect.com
868d0745 Added showcase for davidrallen.com
68e2e63d Fix Hugo hang up with empty content directory
ec02b990 Fixed example and cross-reference in content/variables.md
243fbbf0 Update lastmod date and screenshot for Rick Cogley site
9b8d2ce5 Remove destination from config file docs
9015aa5b Docs: fix some typos in templates/variables.md
57eebbf2 Use FEEDBACK instead of ERROR for empty home page warning
ca0c67dc Fix a minor typo discovered by Lintian (Debian)
817d6948 Expanded the Page Params section in variables.md
d158f7e3 Provide more detail on static sync when running with verbose
cd36d752 Add autostart option to YouTube shortcode
e8eb6181 Do not call watchConfig() when not in watch mode
c438f456 Add flag --cleanDestinationDir=false to retain prior behavior
5def6d9a Make the watch logger less chatty
3054a461 Make the DistinctErrorLogger more generic
3b3e771d Check for exported fields in embedded structs
12876ec9 Fix hugo benchmark
d08e4c87 Rewrite commentary on static event handling
b0b4b821 Permit directory removal during static sync
db18fd15 Ignore .DS_Store changes (thumbnail cache file on mac)
9413cf84 Handle self rename operations gracefully
74c90553 Static file incremental sync improvements in tandem with Afero improvements
7e196a82 Handle remove & rename source operations incrementally
e01c3409 A single file can be replaced in site.Files
45e50914 Process only the source content that has changed
9f3796a3 Read/reread individual source content files next is incremental conversion
ca6ca4f4 Separate handling content, data and template changes
bcc42c05 Separate reading source and processing source operations
f3aa93fa Ignore temp files created by IntelliJ when saving
0525fbdd Add leepenney.com to showcase page
eae46bdc Add Web Study List to showcase page
8537cecb Docs: add Hugopit to tools section
e27beadf Add Rakuten Tech Blog in showcase page
ca8d187b add javaunion in showcase
3526afc7 Fix some Go vet errors
58a183c3 Docs: Add doc for string and int
75ba84ac Add int and string cast template funcs
f89eb349 Docs: Enable plain id anchors
78f9bf24 Add one more menu test
ab70e6f5 Add menu test for external URL
dd85c290 Docs: Add missing "-b master" parameter to "git submodule add" command
e69e276a Update Travis config to Go 1.5.3
e8ca52e9 Add one more temporary template test for linux/arm
bca2d38e Add temporary template test for linux/arm
ed3015c3 update server to match latest afero
dd1d6556 Docs: Change the pseudo-absolute path to a relative one
082476e7 Docs: add emilyhorsman.com (buttercup theme) to showcase
1ce184b7 Add some p-wrap shortcode tests
48870fef Group vars in paginator
b47652fb Docs: add panel showing the last revision of a page
2c661674 Docs: Copyedit extras/robots-txt.md
01f71bab docs: Add lastmod to content files
9d70e780 Update press.md
9a6dc6c7 Add embeded template for robots.txt
7c5a1fd1 Replace *bytes.Buffer with io.Writer in rendering
4c596483 Update and refactor to ack Go Authors
6a23cd65 Docs: Update copyright year on gohugo.io front page
851c16ef Docs: Run "brew update" before "brew install hugo"
9ff36c5a Add some trailing newline shortcode tests
7bc5d366 Use a Docker container to build hugo
bc48b460 Added documentation about variable scoping in "partials".
8f8120ba Added "Caddy server"'s handling of 404 errors.
dcad0660 Small refactor: don't call `p.Permalink()` for all aliases, call it only once and only if necessary.
0bb3b49c Update doc to reflect default value of watch variable
6cdb8109 Allow renaming of sitemap.xml
26d23f7f added remaining relevant options
e904ccff added more pygments opts
9008ac0b Rename random to shuffle. Remove count parameteter to simplify its role. Add tests for randomising.
302a6ac7 Add Random function to template functions
b1f2b433 Fix /.xml RSSLink when uglyurls are enabled
ff28120e Added async version of Google Analytics internal template
8f6f1310 Copy static files changed
f310492c Add to press.md two articles about Hugo on AWS Lambda
ce0304a1 Change Gitter badge to "gitter | dev chat" in README.md
b309fe85 Update press.md
dfa34afd Add template funcs countwords and countrunes
2e92f368 Add hasPrefix template function.
0f6b334b Source file based relative linking
b78f13b0 Write a simplistic test for site.refLink
47587321 Add themesDir option to configuration
40fccf22Fixes#1292b56362de Docs: add hugodeploy to tools section
3b2a78ba Add to press.md Beginners Tutorial for Hugo (German)
fc627d55 Docs: remove unnecessary --watch flag
796ef3a3 Docs: add cross-references to installation guides
f807953a Update Hugo examples
cd54042c Add Coding Journal (blog.kulman.sk) to the Showcase
1d6286b0 update to use cobra's sub package doc
a291f3c5 Copy only the static files changed
277425ba Ignore temp files created by IntelliJ when saving
cb8f4591 Docs: Add nohighlight shortcode and improve formatting
22bd4850 Docs: Add lang attribute to Chinese and Japanese Press entries
ea75985c Update embedded livereload.js to 2.2.1 in livereload.go
5b1261c4 Upgrade Bootswatch, Font Awesome and jQuery in examples/blog
7cf7f85a Docs: Upgrade highlight.js to 9.0.0
df92a6b9 Docs: Upgrade InstantClick from 3.0.1 to 3.1.0
aee92f2a Docs: Upgrade livereload.js from post-2.0.8 to 2.2.1
23abad7b Docs: Upgrade Owl Carousel to 2.0.0-beta.3 (2015-06-19)
4b521b4f Docs: Upgrade jquery.scrollTo from 1.4.6 to 2.1.2
cca49ad0 Docs: Correct file permissions from 0755 to 0644
f6f0111d Docs: Rebase bootstrap-gohugo.css on Bootstrap v3.3.6
88343144 Docs: Rename bootstrap-theme.css to bootstrap-gohugo.css
ad6717bd Docs: Upgrade Bootstrap from v3.2.0 to v3.3.6
f8f128a0 Docs: Remove octicons fonts
7c84ad56 Docs: Remove unused GitHub:buttons files
217d25f5 Docs: Upgrade Font Awesome from 4.1.0 to 4.5.0
a84d8212 Upgrade jQuery 2.1.1 to 2.1.4 in doc
7a5a52f4 Clean up the loop counter variables confusion in TestPageCache
f24ffc9c Docs: Allow HTML in Showcase titles
e1af7cb9 Use MkdirAll instead of Mkdir in `hugo gen doc`
de82404d Fix hugo server "Watching for changes" path display
a1d232f4 Docs: Make <hr> slightly darker on gohugo.io
00fc038d Document 32-bit `hugo server` crash in v0.15 Release Note
5af8cc29 Add gadgetplayboy.com to Showcase and an article to Press
fe7ca7d7 Fix build
13d14ab9 Remove "Host:" prefix from Host header
dd2ab282 Correct the strings.Contains syntax in failing test
31035f8a Fix remote test on Go 1.4
89f8fa58 Set the request Host on http test server
9edc58a0 Fix failing template related tests in Go 1.6
8cea4288 Fix data race in non-renderable pages
0c01fef3 Fix 2 data races in TestPageCache
32da9b20 Docs: add hugo-lambda to tools section
3574304c Improve some random feedback messages
9c39593d Move cobra.MousetrapHelpText to hugo_windows.go
70510433 Docs: Enhance contrast and increase font-weight
868e4798 Fix formatting of "Installing on Windows" tutorial
67b4c524 Regenerate the commands section of doc
c1e134f1 Add `--source` flag back to `hugo new` command
41a3af1a Use absolute path when editing with editor
78576019 Docs: reference Jekyll import command in tools section
ebc187b4 Docs: add Contentful converter to tools section
d1bec542 Do not fail on unknown Jekyll file
d5ebf648 Remove/update outdated links in Press and Showcase
9569d116 Duplicate p.Description in Params map
38c5db98 Added a missing closing tag
f22d59bb Revise docs/content/tools/index.md (minor fixes)
1469ce0e Remove Duplicate "Editor Plugins" Section
280b2f29 Document PreserveTaxonomyNames
4a2623c8 Regenerate the commands section of doc
768370a5 Docs: remove references to dynamic CMS products
9ae07c4f Docs: document Node.IsHome
8509727f Add copyright header to that source files that don’t have one.
e29ede70 Fix some of the "new site" tests
b81fc1be add more architectures to .goxc
6042fc2b move some of the path helper utilities to afero and provide wrappers in Hugo.
de14ceec Update "Join Chat" to "Dev Chat"
56d6c0be Turn off failing new site test
f3c74c9d Add boolean value comparison to where tpl function
e445c35d Fix copyright headers in source files
f13db932 Sort and remove "" from "Available templates" list
d35d8206 Remove transformation of menu URLs
f6fdfcd4 Added 'themes' as a default new site directory
6a519e69 Update Travis config to Go 1.5.2
cd062623 Fix crash with "config", "check" and "benchmark"
69c28985 Fix broken Highlight test
c1b5a48f Add sanity checks for `hugo import jekyll`
00d04774 Change most global flags into local ones
c9526f6e Revise format for "Unable to locate Config file" error
df85e5a0 Switch to container-based Travis
be28d9d9 Fix some errors with format patterns
f363faad Add a number sign "#" before a GitHub issue number
6812229b Add gh shortcode to docs site
d48781ba One more error fix in the server command
c5287e78 Some more error fixes in commands
3f0f7eed Improve error handling in commands
6959b7fa Update external tutorial links in usage.md
75c61236 Move `import jekyll` functions to import_jekyll.go
666ddd23 Enable dirname and filename completion for more flags
0d1d33d7 Print error when /index.html is zero-length
f8302768 Run `go fmt hugolib/site.go`
afbc18c0 Bump min_version to 0.15 for `hugo new theme`
e9894683 Make noTimes command flag work
6c810314 Copy static dir files without theme's static dir
c5e68ba1 Fix typo in "Creating a New Theme"
91771ee3 Add Draft page variable to docs
b0b6a8c7 Use .Site.Pages in the documentation examples instead of .Site.Recent
d7ef272a Add Camunda blog and docs showcases
b557f624 Change plainIdAnchors to plainIDAnchors in docs
249cd625 Copyedit the shortcodes documentation some more
2e3d5c2d Docs: improve shortcodes page
cf732940 Remove an erroneous "$" prompt in quickstart guide
c83e10a4 Added the command in the documentation.
50b5d0af Support setting target directory in `hugo gen man`
09379e89 Update for version 0.16
2519b707 Docs: remove note about config changes and manual livereload
ffb1a96e Docs: improve usage.md
37676a25 Docs: improve quickstart guide
72a66972 Update press.md
26af48a5 Add note in doc about Jekyll import
f77a899d Regenerate the commands section of doc
d356720f Version bump to 0.16-DEV
6faf1d01 version bump to v0.15
9c1319cd Update license file in the docs/website to apache
9410d25e Update release notes with additional new features
171fb883 Update and reorganize 0.15 release notes
0f11eb4f Make the release note about renderToDisk more consise
234fac4a Update release notes
311307c9 Add IsNamedParams property in shortcodes
86dcac61 Add documentation for built-in shortcodes
7d31d5f5 Add shortcode for tweets
e03f27cc Add shortcode for github gists
3027b151 Add shortcode for vimeo
4424288d Add shortcode for youtube
cc3f52b9 Add shortcode for speakerdeck
fe2a9fa2 Update shortcode docs with .IsNamedParams
f045d7a6 Change the license to Apache 2.0
b00771ca Simplify ExtractRootPaths
c3931ef7 Add PygmentsOptions option
99acbb2e Permalink on Node and Page should be of string
5838420a Move blackfriday site-wide config loading to NewBlackFriday()
fde47c5e Add shortcode IsNamedParams property
3d09de89 Restructure the gen commands
831e9368 Improve "watching for ..." logging
098a0c81 Add commands/genman.go to autogenerate man pages
87274755 Fix missing word in code comment (my own fault)
6fa7f2ac Avoid multiple locks for shortcode template
c5f40e8b Improve RW-locking of template in shortcode handling
58c446f5 Fix recently introduced new data race in the shortcode handling
5c723401 Copyedit long help message in commands/server.go
3abb2675 Add RSSLink to SiteInfo
afbd52f7 Apply absURL on social tag urls
05c29ad5 Return error if shortcode template.Tree is nil
e59aabcf docs: Change "Github" to "GitHub"
a871c87f docs: Optimize a few large showcase thumbnail PNGs
2e1d2ba0 Add Go in 5 minutes to the showcases
a5bd101d Docs: fix typo in template function section
c5a4c07b Add SafeJS template function
7c9a2dfe Add increased time.Time support to the 0.15 release notes
f6ba48f2 Update Travis 1.4.2 > 1.4.3
f99730e8 fix broken image in showcase
83f19d8d fixed documentation link
923e4557 Add Arrested DevOps site to Showcase
97d06895 Hugo server watch by default
35abd179 Add time.Time support in ge, gt, le, lt
8d8fa722 Remove some superficial tests
3f5ddd52 Revert "Disable render-to-memory on Windows"
91e0c2b1 Disable render-to-memory on Windows
4679fbee Do not rebuild on extra Spotlight filesystem events
b08d9f26 Make replaceShortcodeTokens rewrite the input slice
4ecf56b8 Add latest review from Smashing Magazine to Press page
df824fa3 Hugo server renders and serves from memory by default (30%+ improvement)
e1618e9d permit the notimes flag on hugo server
cb48425f No double slash when destination set to '/'
ef0b9b51 Handle sync (file copy) errors better)
18a29964 Fix trivial typos in code
452ffab4 Copyedit docs/content/tools/index.md
2fec32a2 Add @wicast’s "Hugo is cool" post to Press page
acd720df Add docs/data/titles.toml to set title "Site Showcase"
5c6d8c57 Add ReadText project to Site Showcase
39933111 Adding LosslessLife blog to showcase.
28436059 Emphasize that commit message titles should start with a capital letter
619c16fd re-simplify SafeHTML function
1a26e351 Docs: add hugofy to tools
5c1204c2 simplify rssuri logic
062f6c33 rewrite safeHTML function
dcf1f96c Revert "Update Go release version to 1.5.2 in Travis config"
53a5932f Get rid of allocation in the BenchmarkReplaceShortcodeTokens itself
d7588fac Docs: fix typo in tools section
b8effd8a Docs: add hugofy to tools
b4ebd0eb Update release notes
8e68a648 Adding article about moving to hugo
a50133ff Improve the server usage output
3bbd02a1 Print parse errors from Viper
469d268c doc: Add new article by Fabiano Frizzo to Press
30ebf6b8 Update Go release version to 1.5.2 in Travis config
139be09f Fix GroupByParam to return original param string
bccf957e Add support for dynamic reloading of config file when watching
488966dc Add hugo theme site to the sidebar
570713a4 Use Identifier as last sort resort for default menu sort
01c87d2d Small Doc Changes
1758db29 Cosmetic change in README to trigger new build
341dcc47 Docs: fix broken links
9dbb6dc5 Add internal Google Analytics template
ca55ea50 Improvements to Automated Deployments tutorial
5bda0398 Export Page.Layout
e1729935 doc: Add new article by Thomas Peham to Press
08b3004f Update link to S3 deploy instructions
217ffa87 Fix doc render on Firefox
c8f2a574 Fixed link to Google Prettify
42453357 add bugtrackers.io to hugo docs showcases
277d0ae4 Fix spell mistake in variables.md
1ce3bb22 add ninjaducks.in to showcase
83e46555 Disable directory listing for Hugo file server
50c819ce Remove dots from snippets.
3d96dfc9 Docs: fix typo under tools section
6c6905d5 Fix missing "]" in README.md in commit 22427122242712b Add CircleCI status badge to README.md
e95db67b Add smartDashes flag for Blackfriday
6b34a4e4 Remove anchor from fork link in README
f77279bb Turn all README headlines into imperative mode
4974a62c Trim down 'Adding Compile Information to Hugo' in README
5cf1475e Improve README
36adb5fb Preserve Unicode marks in MakePath
9d603ce8 Show usage when new site creation fails
ab7223df Improve error message on new site command
5e97cf30 Add force flag
3a412543 The missing static directory shouldn't fail the build
4e9a5d8b Fix some typos in docs
0c66ad87 Add CLA assist to the contribution workflow in README
fb0e17a3 Update README.md
698019a5 Disable LiveReload when Hugo is not running as a server
ef4dfcec Load livereload.js from "/"
0f438d18 Create minimal default.md in archetype file
bea7b2e2 Fix typo in shortcode tests
ec9c6912 Insert code tag for server-side syntax highlighting
6a3aced1 Rename prettiyPath to prettifyPath
5619fe52 Unexport internal path helper
4c04d710 Fix In func given an []interface{}
ddd8c779 Use https
17fb7522 Correct number of args to Errorf
72f14a82 Apply project wide go fmt
c274e213 Add Param to release notes
65beca13 Add Param to the docs
078fad49 Add Param(key) to Node and Page
3586d77b Docs: Add pointers to the new themes.gohugo.io site
63d9859c Expose canonifyURLs as a command flag
002227e0 Add `dict` func to release notes
3a27cefe Add dictionary function to be passed into a template
ccd83c30 Docs: Added `hasCJKLanguage` global config flag and `isCJKLanguage` FrontMatter
7b4e4769 Fix comment for NormalizeHugoFlags
c1a60732 Remove Go 1.3 from README
82333487 WordCount and Summary support CJK Language
2c045ac4 Remove RuneCount from doc
5ec6a61d Add Mmark GitHub-flavoured markdown to release notes
c2c694f1 Add GitHub style code fence support to mmark
7ecf2a55 Docs: Added RIDING BYTES to Showcase Page
622d8724 Adding maximeguitare.com to showcase
b25ba8b0 Let Cobra do the usage error logging
b9aaa007 Improve command text for import command
ac1e3c3c Capital J in Jekyll
0387deee Add Jekyll import to release notes
9a2f6c62 Hugo import from jekyll
08d41c3a Fix strange carousel width on http://gohugo.io/218554e3 Rename NormalizeHugoFlagsFunc to NormalizeHugoFlags
ead339ab is it .md instead of .ad?
7fd42af3 Used leading slash more consistently
d06ebc98 Marked the whole path as code
dcd9c69a Use filepath as the last default sort key for pages
7708d455 Add the base64 template funcs to release notes
79f8bb62 Add base64Decode and base64Encode template functions
a1e32439 Allow for any (short) line begining or ending with html comment
a43b0376 Change port number from 1414 to 1313 (default)
82f770a6 Remove superfluous `g` in docs
493147a7 Tools: Add more to tools to the list
06caa025 Fix typo in docs
8d695ec5 Add singularize template func
751d4906 Add pluralize template func
74924dd5 correct spelling for 'including' and 'counterpart'
ab0d29aa Press: Update URL to Spencer Lyon’s “Hugo and GitHub Pages”
740dc2ca Press: New URL to Kenny Woo’s blog about Hugo
c397c0b2 dead link
0bdb9b7d Link no longer works - Dead link
b29ca44c Show both baseURL and bind address in `hugo server` output
d984dde2 Update .travis.yml for Go 1.5.1
b5b8cc9b Test builds on OS X
c2a7c456 Fix typo in terms.md
e67bee93 Revert "docs: Fix URL to yulinling.net (https → http) in Showcase"
1abc12a9 docs: Fix typo in url extras
ca74dd23 docs: Fix URL to yulinling.net (https → http) in Showcase
68b8dd73 Add yulinling.net to Showcase
cd4f36ba docs: Optimize recent thumbnail images in Showcase
0a80ead5 docs: Fix formatting in overview/usage.md
397080ea docs: Add a few more blog articles to Press
3679fe67 Add "control code" and "trailing space" to alias validation
f5308da3 Move isThemeVsHugoVersionMismatch to /commands
e71bef79 Validate aliases to prevent directory traversal etc.
db85299c Complete the Url-to-URL transition in docs
29aa9bae Complete the Url-to-URL transition in tests
d05b297e Add helpers.NormalizeHugoFlagsFunc() to handle flag name changes
833a396f Docs: extend the migration tool list and add a cross-reference in the start guide
60f7394b Docs: Add a section about tools around Hugo
0e1fd78f WordCount Summary support UTF-8 string
c7521b3d docs: Change redirect documentation to aliases
cf7318a0 Convert example/blog to use new syntax for Hugo v0.14+
cec9054b docs: Remove empty sourceLink from two sites in Showcase
93b38986 Add FxSiteCompat.com to Showcase
9e526b65 fix showcase to render properly
daf5f32c Adding RichardSumilang.com to the showcases.
aec0e17a Docs: Add Humboldtux.net to Showcase page
c7b701ea Docs: Add new french mag article by @humboldtux to Press page
9f75a518 Added details about generated files and development flows
fd7b3155 Add a 404.html file if a new theme is created
d6f69455 Update organization.md
bfa06fff showcase layout improved when thumbnails are different proportions
138ffefd Add NoDesk to Showcase
ea852b8d Add NoDesk to Showcase
d584ca59 Describe the use of custom archetypes in the docs
16cbda97 Add GreenITGlobe website for showcases page
570d4e4c Add Chinese Grammar to showcase
1b8440af Docs: Add new blog post by @CoderZh to Press page
52d94fa6 Add config option "disablePathToLower"
49fe04c0 Correct check of published boolean
311593bf Add undocumented published setting to front matter
5b90b388 Unexport FileAndExt
fd2fc1d3 Polish 0.15 release notes
1e06dfd1 Add first draft of Hugo 0.15 Release Notes
0c98d8e9 Use LazyFileReader for reading file contents
97eb55da Add LazyFileReader type to source library
3982854e Update Travis for Go 1.5
c2869aea Fix -ldflags for Go 1.5
e791835e Fix typo, "delemiters" -> "delimiters"
35ff685c Update press.md
4047ca5c Search current directory for config file by default
dac9c0da Use cast.ToIntE for int conversions in substr and slicestr
5b51b3b9 Slicestr fix for other int type param
d313bc78 Documentation update on Template Where Function for nil
29c9a40a Implement `hugo --theme=[Tab][Tab]` bash completion
7555e364 Print feedback for `hugo genautocomplete`
c69835da Print feedback for `hugo gendoc`
fee55191 Use spf13/pflag's new SetAnnotation helper
209166a2 Added sitemap configuration documentation.
caaf6370 Added mention of .Data.Pages, removed duplicate .Site.Pages mention.
cafcd190 docs: Remove minodisk's http://dsk.mn/ from Showcase
68b424c2 docs: Clean up and align Showcase thumbnail images
36b374f8 docs: Add site title; set pluralizeListTitles = false
b14b9043 Add Arqueart to Showcase
8c3b6f8b Create arqueart.md
ee7dd292 docs: More detailed explanation of .Site.LastChange
6511e2c4 Removed extra .Site.LastChange listing
7a681035 Doc for other supported formats (external helpers)
04b4c996 Reset Scratch for 404
b05a292c Revert "Fix some Go code doc issues"
0f1fb8c7 Avoid panic in shortcode param handling
35bb72c8 Do not panic on index out of range in shortcode.Get
2805a6f8 Also rename readDir in docs shortcode
cea82842 Rename ReadDir to readDir
15333270 Make sort tpl func accept field/key chaining arg
56534bea Fix sort tpl func to return explicit type value
c7aa881d Fix Unicode issue in Slicestr and Substr
de7dd70b Fix some Go code doc issues
1583d8d0 Add missing formatting directive in Printf call
5b19a265 docs: Extend documentation on Blackfriday options
0b7229f7 Add some float tests to TestArethmic
4a2eda49 Add option to disable Blackfriday Smartypants
eb519afe docs: Fix typos
ab8e189a docs: Bolden the blackfriday flags to make them stand out
5505ac0d doc: Strip trailing whitespace; other revisions
b0416e9b Strip trailing whitespace in code
f2ab0b26 Improve formatting of Hugo command descriptions
e64e571b Bump `hugo new theme` template min_version to 0.14
98659bf3 Fix searching YAML/TOML delimiters in frontmatter
4bed6962 Add map support to scratch
8d28686e Trim trailing spaces from YAML and TOML delimiters
211b757f [Docs] Add <br> to an extra-long title in the Press page
738f9561 docs: add netlify article to press section
252ea96d Remove deprecated fields and methods for v0.15
b23b546a Asciidoc[tor]: use --no-header-footer option
43891e39 Always use the template provided in page.Render
3037d200 Fix inconsistent front matter handling
81e69c41 Add ReadDir function to list local files.
72ecd0cd Ignore non-presence of "layouts" directory in watch logic Fixes#69118d69d7f Fix periods in taxonomies create bad paths Fixes#1188c1a2b7a1 Replace strings.Compare
40efc867 Fix sort test and title sort
36e0d005 Fall back to link title for default page sort
6674189b The guide is updated to fit the current Wercker interface and configurations. Wercker changed its interface and default infrastructure (Docker).
da0715a0 Remove point 7 in contributors guide
d25cd039 Make small fixes to README file - Add a step to Contributor instructions for those modifying commands - Change forum link to http (https does not work) - Add "Sign the forum release thread" to contributor instructions
027abcfb docs: fix prev in highlightling
9c8ce0d9 Added szymonkatra.github.io site to showcase
cdefb5a0 Fix links to Ace and Amber pages
de38524c Add scottcwilson.github.io to showcase site
28020f86 Move apply before cache put
47e65c4a docs: Rename dynamic content to data-driven content
a9c5133a Fix data races in sorting and Reverse
ea6ae769 Fix broken test
5cf0aa2f Add benchmark for sort and reverse
aca0f604 source/File: Fix data races
dec9749b Document Amber templates Fixes#10648a48412c On error, return error message, not nil
c00a1fcb Add a check for the setting of watch flag in config file
03a70161 Let Amber template call Hugo's custom functions
e3ea4b48 Fix name logic for Amber templates
7f1bcd89 Fix link to front matter
85f4935d Fix unclear RSS template docs
bfcf95b9 Add mention about .Hugo.Generator in 'Creating a theme' section
c8477c4f Fix typo: "taxononomy" -> "taxonomy"
1a94148d Add paginator support for page groups
2c22a8b7 fix TestHomeNodeMenu test
24757497 Allow page.HasMenuCurrent() and node.HasMenuCurrent() to proceed with multi-level nested menus Currently HasMenuCurrent only process the first 2 levels.
354192d2 Log missing theme as FATAL
029cdb68 Checks to ensure theme directory, if specified, exists
a2fa3895 Fix log message in test
3663828f Optimize RuneCount
77c60a34 Add RuneCount to Page
90af334c Omit protocol from embedded font resources
c4f81840 Change arianv sourceLink to master branch
88fe0e7c Add learnoverpass
5f69d3d6 Add arianv
6807151a add a showcase of sa.muel.be
c6d46ff2 [Docs] Press page. Fix URL
c139c6e1 Add support for GitHub-flavoured markdown code fences for highlighting
fdab1180 If no language is provided to Pygments, then try and guess it
450dc7a4 Add a showcase of Kangkona
a9454124 Add how-to for foreign language month names
617fa2fe Add Rick and eSolia's sites to the Hugo docs showcase
9b3d0cf5 Added missing "Social" section to SiteInfo
24c8226c Document Page.RawContent in templates/variables/
c9fc0e78 Add Page.RawContent() to access raw Markdown as a string.
dd732e84 Add nil comparison to where tpl function
033a13e1 Fix watcher detecting changes as static when no theme
a509a232 Add doc for new Blackfriday options
483fc8fa Add config option for Blackfriday HTML_HREF_TARGET_BLANK
05c07c56 Add option to disable Blackfriday LaTeX style dashes
664a9781 404 is homeless
50df3140 added thumbnail
d118d037 Create mariosanchez.md
1b50ccd1 add vamp.io site as showcase
c4ad8f64 Use helpers.GetThemeDir() to find base templates.
1058cb17 Refactor theme path helper functions.
0987e98d Add support for baseof.ace templates in themes.
29e786aa Proper parsing structured array from yaml based FrontMatter
e764a6e6 Use pooled buffer in replaceShortcodes
67209dbf docs: make the named value Data File example simpler
e96624cc Update datafiles.md
d4b6f9ac Fix map-order dependent menu tests
c5072291 Print URL when failing menu test
dbd93f51 Remove unused var
004fcddc Remove superfluous p-tags around shortcodes
ae4f72b0 Comment out mystery test
6bcb7e83 Revert "add preliminary support for content/index.md file to be homepage content"
3eb301b5 Revert "refactor and clean up site tests"
f25ce7fe Revert "Move matchRender to test helpers file"
d770fa59 Revert "Add tests for homepage content support"
59c6ba4e Revert "Make .IsHome work when homepage as page"
7e765cc1 Make .IsHome work when homepage as page
24351c58 Add tests for homepage content support
32d91d61 Move matchRender to test helpers file
99e25091 refactor and clean up site tests
5f84bc02 add preliminary support for content/index.md file to be homepage content
50269f25 Remove superfluous return
4b7c1342 Make removal of accents in taxonomy and section paths optional
847ad36e Add new tutorial for multilingual sites
cc9536ec Update docs for `last` template function
0a2e5424 Add `last` template function
627d016c Refactor var name limit to index
40a92a06 Add `after` to template function documentation
c335efdd Add `after` template function
82cc1ac0 Add Blackfriday definition lists extension support
be6cf6a9 Revert "Add some debug to failing menu test"
becc627e Add some debug to failing menu test
bed8197d Move Viper reset to correct level in menu tests
beda46d2 Reset Viper for every duplicate menu test iteration
53c9e890 Make sure target destination has the right path separator.
3ab00e6e Let travis test against go-tip
bee46915 Temp remove tip from Travis
51cabe6f Fix substr tpl func's int type variant issue
be443452 Silence chatty JSON test
beeae6ab Add some tests for IgnoreFiles
beaa1b3a Add some docs for IgnoreFiles
bec3f403 Rename WatchIgnoreFiles to IgnoreFiles
bed22788 Add configurable list to ignore files in server watch
cc5d63c3 GetJSON/GetCSV: Add retry on invalid content
be38acdc Add PreserveTaxonomyNames flag
3ea4df35 Remove accents in URLs
be0903c7 Fix FullFilePath
3cee9b77 Allow custom RSS Uri for section and taxonomy feeds
2690a8c1 Update introduction.md
be0314b1 Fix Windows Ace path issue
e4ed9d6b Add some Ace test cases
be45399c Extract Ace handling to a method
be7404e3 Support `Fish and Chips` section
be535832 Add IsHome
be6dfcc4 Add some missing page permalink test cases
be964e95 Never remove trailing slash in RelPermalink
beffe756 docs: getting usage up to spec
2a404752 Add two articles about Hugo to the Press page
beaa008c Make deprecated warning for this release more alert
be381683 Hyphenate DEV version
601a2ce1 Add `time.Time` type support to `where` tpl func
beaa09a7 docs: add bepsays.com to showcase
102a3b95 Document techniques for debugging templates.
cd06e89b adding goxc config file
d4de2615 bumping master version to v0.15-DEV
6af9d678 Bump version to Hugo v0.14.0
fa58ef53 Add GopherCon to the showcase
6f0b80c9 Add GoGB to the showcase
45efc5e4 Add DavidePetilli to showcase
fe38dc2f update release notes
20cb4c93 Add new directions for maintaining press page
f49b63a4 Move press page to top level menu
4a177396 add dozens of articles to the press page
beee679d Unexport filepath/path bridge types
be79c35b Pass RenderingContext by reference in Mmark
befb54da Apply gofmt -s
bef34597 Add Go 1.4.2 to Travis config
4c850b69 Update release notes in prep for v0.14.0
bec697b0 Remove unused Completed chan on Site
be7c3bbb Prevent cyclic ref crash in JSON encode
be778c31 docs: some more on absURL, relURL
be136607 docs: add doc for substr
be4376a0 docs: add doc for slicestr
be2e08c4 docs: add doc for seq
be4a404f docs: add ToC to some more pages
be71fda5 docs: avoid navbar hiding when jumping to in-page anchor
0d65ca27 Docs: Add taxonomy term variables to the list of vars.
7125103b Add ".Render" to the list of functions.
321bac2f Clarifying Edits for templates/rss.md
be0784bb Grammar fix in error message
be7f5a42 Do not consider single.html for the home page
be2842da Fix formatting in hugo command description
be831d74 Fix CLI command description for the top level
fc946ded Adding default handler & tests Fixes#147fd5cf9ac Better organization of loading defaults
bdb187e4 Merge branch 'master' of GitHub.com:spf13/hugo
a584ff20 Stop Viper from leaking across many of the tests (now tests pass regardless of order tested)
be026278 Add benchmark test for replaceShortcodeTokens
599d1b97 Add gendoc command
be920fdb Add a line in doc about the RelativeURL setting
be5f865c Add bugfix to releasenotes
2890b6db Fix UTF8 permalink
8a96234b Add Page tests with UTF8 paths
befa26b1 Remove trailing spaces in completionfile flag
be1bac9f Add some bullet points to 0.14 rel notes
be9224d7 Add Bash completion
84f4c21d Fix datePublished to publishdate
bee9718a Do not shout about missing baseURL if relativeURLs is set
6b5ed88c Edits on aliases, comments, theme customizing
6453bb58 Edit docs extras syntax highlighting.md
beaa8b1b Add support for URLs relative to context root
e522e5f4 Edits to templates/404.md
d0a4645a Set s.Info.LastChange to Lastmod
3882e7ce Add Lastmod field
be534a86 Remove old baseline.txt with no current relevance
bef92baa Add convenience script to run benchmarks
be1a5662 Only uglify 404.html on server root
be1287fb Add data-no-instant to livereload script tag
be5fa2f3 docs: reverse taxonomy entries
d5c77bdf Allow to reverse taxonomy entries.
be3a3506 Allow forward slashes in Hugo new on Windows
be72f234 docs: Use ToC length to pick the compact version
be823555 Add doc for absURL and relURL
be4f4865 Add ToC to long pages
be16e5ff Add absURL and relURL to release notes
bec839e6 Add relURL template func
be0cbeee Add absURL template func
bec90e08 Make page 1 alias ugly
be0c1bfe Add docs for Section Menu for “the Lazy Blogger”
be7e746f Add list of deprecated names to release notes
beb1735d Add issue to release notes
0e00ca6a Fix paginator with uglyurls
bef496b9 Fix .Truncated in manual summaries
be52eff6 Some notes on 0.14 rel notes
be325a30 Fix IsMenuCurrent for SectionPagesMenu
bef0f281 Make sure that complete server URL is logged on startup
feba35cd Added in set PATH and new site output.
a52e508d Update test logs for uniformity and consistency
2b91b480 IsMenuCurrent now resolving correctly when baseUrl is not at the root path
b4871787 add undraft command
563a6302 Very experimental support for mmark
d4acacd4 Section menu for the lazy blogger
beb4ab16 Make RSS output test more realistic
fd08e16e Add RSSUri to specify the name of the RSS file
beccdc04 Add bind to release notes
2bfa9fb7 Make server bind interface configurable.
24d8ac1f Fix multilingual styling with small screen.
9cd8673f Added missing files, make the site look better.
9123ac55 Fix multilingual site layouts/templates.
3596b1b8 Add blackfriday/ExtensionsMask option.
ee5a1bbf Allow 'classprefix' pygments options.
bec2c1e3 Add shortcode support for HTML files
bea9280f Do not add trailing slash to baseURL
bef3df74 Polish absurlreplacer
be918d71 Rename field i to the more descriptive idx
be57b1fe absurlreplacer: remove superfluous code, take 2
be4ca217 absurlreplacer: remove superfluous code
be96aacb Add benchmark tests for srcset handling
beb601c7 Fix testdata: srcset items should be comma separated, according to spec
bee6a698 canonifyurls in srcset
be648260 Disable faulty range validation in apply
bee521c6 Try to make it more visible that you have to set baseUrl
be159278 tpl: check that types in args match the target func's type
be049ff9 absurl: export a base url var for testing
be9df847 shortcodeparser: fix panic on slash following opening shortcode comment
be7b830f tpl: add sanity check to prevent panic in seq on big nums
be190fdb tpl: check for too many arguments in apply
be017f18 tpl: check slice bounds in slicestr
be3b8a13 tpl: avoid panic on too few args to apply
beacfcf8 doc: move the index func reference to where it's used
da08fad5 Add index reference to go template primer doc page
be15b077 Fix typo in test
bee1358e Return error from HandleShortcodes
be29c0bf Print ERROR on theme vs Hugo version mismatch
a8f91ace Clarify partials folder subfolders
9e13ac9a Single rather than double backticks in types.md
6b69f951 Clarify hugo new command in types.md
be2c67ad Fix broken Travis tests
beb32af7 Do not fail on unknown files in /data
be366bfe pagination: export pager to make Golint happy
be8e6d4f Use fmt.Errorf to make Golint happy
be01f843 Add shortcut to Scratch from shortcode
bef25432 doc: clarify Scratch usage in shortcodes
be62c948 Check spelling and some minor additions to Ace doc
be7c1e5d Add doc for Ace templates
beff6805 Expand the ACE base template lookup pattern
be46a4b9 Polish func naming in shortcode handling
bed05307 Remove unused types Shortcode and ShortcodeFunc
be0d9770 Only write highlight to cache when CacheDir is set
bee52f85 Fix broken Highlight test
be6a92c8 Temporarily disable Highlight test
be24457a Add more options to highlight
be540f5b Fix potential Windows path issue with Pygments cache
0fcb78e4 Added isso as a Disqus alternative to the docs
1b5b0b3a Add "Google Cloud Storage" article to docs Press page
1f4a3c1f Typo in mathjax.md
3b1db70a Add Google Cloud Storage to doc
bebb1b9d Fix spelling mistake in comment
be31b9e2 Add custom Windows mousestrap message
be4a9dd5 Remove section about the buildDate being configurable
be25acae Fix README part about missing Windows tests
be1b7f67 Add git commit message guideline
be2097e1 tpl: split template.go
42dcaabf Document getenv template function
9a499b56 Add a section comparing the 'build' and 'server'
6b50c8fb Sort function names in templates documentation
9de78aab docs: how to compile on mac, fix minor errors
beb66c19 helpers: add some missing documentation
be57ec53 Fix the last Go Vet error
be01d048 hugolib: make Page implement the ReaderFrom interface
bea42218 helpers: fix some go vet errors
bea5feb3 Return early from DistinctErrorLogger's Printf
99a18b21 List directories being watched when server is run
72aa516c documentation: mention data files under liverload
be627fa7 Remove paragraph tags produced by markdownify
bec9b92d Make contentTransformer names consistent
bec4bdae Return error on wrong use of the Paginator
bec22f89 Add pager size argument to paginator methods
06d704f2 Updates documentation with instructions for a Windows computer
3b2e1006 Capitalize singular
0ab34523 Updates documentation with instructions for a Mac
6a539db5 Update embedded rss.xml code in the docs
be21e2cb Add some more corner tests for ReaderContains
be1429fa Fix shortcode handling in ToC
be6696c3 Handle views in combo with Ace base templates
e8ca8602 Hash all pygments parameters.
beaf5db3 Use helpers.FilePathSeparator const
61a02c4d Fix section name guessing on Windows
15463d3d Cache pygments rendering between runs
be8c0675 Add support for Ace base and inner templates
0921761e Add missing ".adoc" extension in handler_page.go
be84f937 Change to variadic int args in Slicestr
5b0245ca Implement substr template function
beb423a2 Rename Slice to Slicestr
be82b5a9 Polish Slice doc
be19f4eb Rename Substr to Slice
be4fe8f8 Polish Substr and Split tests
04817c7b Add Substr and Split template functions
9cc3d67c Pull Data Files tests into its own file
1e8e5d4e Format docs
66cf3bdc Rename interface contentRewriter to contentTransformer
efb56477 Change safeHTtml to safeHTML in sitemap template
a8bfaba0 template: add some missing test cases for First
b15d0a16 transform: remove some superfluous int conversions
658cfb28 Remove URL param from exported AbsURL methods
e7099cfa Un-export ContentReWriter
98ee69bc Write to rotating ContentReWriter in transformer chain
9688ed25 Comment out shaky Seq test
f4244be0 Calculate the next Hugo version in Deprecated
3273fce0 Refactor Hugo version
49f20bbc Add UrlPath to the deprecated list
e39a258e Improve type handling in Seq
b3bd71fe Update Hugo docs with the initialisms suggested by golint
8b8fb417 More initialism corrections (golint)
ca69cad8 Press: Add "Migrating to Hugo From Octopress" by Nathan LeClaire
a220a3ba [Docs] Copyedit http://gohugo.io/extras/dynamiccontent/bcdad02c Use ReaderToString in site tests
e1340c06 Fix crossrefs on Windows
a0447345 Add "getenv" as an wrapper for os.Getenv
32bf8b76 removed duplicate word in readme
27ed49e5 Revert "Added image support to the sitemap.xml template"
3c147bd4 Added image support to the sitemap.xml template
0be2aade Add Seq template func
358dcce7 Experimental AsciiDoc support with external helpers
fbcda030 Do not ERROR-log missing /data dir
b190ad0f source: add some test cases for File
f8a840a1 Add double checking in Deprecated
6e30c10d Add deprecated logger
f848dc92 [Docs] Update and expand http://gohugo.io/overview/usage/d3c0fde5 Update press coverage: Fix URL; new tutorial in Chinese
232398f1 Remove trailing space from site build statistics
67df33f5 Correct initialisms as suggested by golint
00f07c53 doArithmetic: add test for division by zero
43742e02 Add some basic tests for doArithmetic
b9b70fb6 Skip directories like node_modules from the watchlist
f85d1a7d parser: add some frontmatter test cases
c641ffea absurlreplacer: write replacements directly to the byte buffer
3ba279c2 Do not parse backup files with trailing '~' as templates
81695717 Switch from fsnotify.v0 to fsnotify.v1 API (watcher)
634548b9 Add new min_version field to theme.toml template
4784b63e Add test cases for Ne and Eq type normalisation
44cdb37b Fix eq and ne tpl function issue
91d16fbb Fix UglyUrls on Windows
602ceec0 Handle 404 thread safely
851badcb There is only one s.PageTarget() - so we cannot change it, even tempoararily. We have to find another solution to this. ...
63ffb916 parser: apply some Golint rules
81c41d6f livereload: apply some Golint rules
a91bcd85 source: apply some Golint rules
e007c9b2 hugolib: apply some more Golint rules
57590078 menu: make receiver name on Page methods consistent
e24a7759 page: make receiver name on Page methods consistent
8539f781 hugolib: apply some Hugolint rules
b9f8c0c1 author: fix doc
bd2b679e helpers: apply some Golint rules
e685dfc0 Apply some more Golint suggestions
224a2ddf Fix some Go Lint errors
103ea842 Fix errors reported by Go Vet
c4c19ad3 Prevent 404.html from prettifying into 404/index.html
3343cacc Avoid panic when pagination on 0 pages
6e1b0e0c Apply gofmt -s
8557e2cb Add benchmark for the shortcode lexer
ecb2aca6 Update github-pages-blog.md
fb0facef Tidying the Readme a bit more
6c9bdc28 Using a smaller Header Image
8aa646ce Fixing image in readme
1e210a43 Restructure top of Readme.md
fa5cbb2a Merge pull request #944 from gitter-badger/gitter-badge
45d962c6 Added Gitter badge
d5cb3695 Update Readme.md with additional contribution guides
ab5862cd Allow the same shortcode to be used with or without inline content
241f9f9e Improve error message on missing shortcode inner content
9d80ecb4 Keep trailing slash when baseUrl contains a sub path
176ce5de Allow hyphens in shortcode name
967d001e Use osext on GitHub
bb13d826 [Docs] NetBSD and ARM pre-built binaries are already provided
729a6739 Bumping to version "v0.14-DEV"
e43eabac Updating the final release notes for v0.13
88e7c031 [Docs] Clarify the switch to `canonifyurls = false` as default
ac189fd5 Update README.md and overview/installing.md
dc7b7ef8 Avoid race condition in target list init
c33a8528 Avoid race condition in isInnerShortcode
a3892685 Add trailing file separator to temp dir
f0c8585b Use $.Paginator in template
62752cfe Return unmodified content if panic in LiveReloadInject
4d708f09 Add revocer in LiveReloadInject
d2e022f2 Suppress errors for symbolic links witch point to a file.
aeddaee9 add note that running with watch doesn't produce a site suitable for deployment
e31536dd Add information to highlighting with Payments
c4393257 Adapt to relative path bug fix in purell
41c0e82f Moved futured getSQL topic to another branch
b209f443 getJson and getCsv documentation proof reading by @msjulias
4342dd84 Update Dynamic Content docs
48a6d447 Update doc
47b7cfeb Add getSQL idea
fdf8db9c Initial doc file: Dynamic Content
32d645d9 Fix bug where running hugo without options causes to create $TMPDIR/hugo_cache/ directory.
076b618f GetJson and GetCsv have now variadic URL parts so that you can submit pre or post parts of an URL. The parts will be joined to the final URL.
10c2b41b Add --ignoreCache CLI flag with description "Ignores the cache directory for reading but still writes to it" as @spf13 suggested.
c168666b Adding getJson and getCsv to funcMap
41a51681 Fix bug on windows where the backslash got removed in func MakePath()
5e2d3d2e Merge to stay up to date with current dev Feature: GetJson and GetJson in short codes or other layout files. For more details please see: http://cyrillschumacher.com/2014/12/21/dynamic-pages-with-gohugo.io/9bf223e5 Quote strings in `hugo config` output
82a08889 Revert "Expansion of unit tests for utils/utils.go"
c2e29138 Fix canonifyurl vs schemaless links
6b28e38c Expansion of unit tests for utils/utils.go
cb9fa627 [Docs] Minor copyediting of highlighting.md
bd0de85d Add information to highlighting with Pygments
1827680b List of variables
09ed3c4b Fixed a typo
54e41768 Make "Indexes" the alias and "Taxonomies" the canonical name
d33a42f1 Merge branch 'master' of github.com:spf13/hugo
159836ed README.me: Add linefeed that got lost in the last commit
63e7b970 [Docs] Add pointers to roadmap; new tweet and article
f1fec88c Improve abs url replacement speed
27c03a6d Add benchmark for AbsUrlInXml
366f9916 Another link in the same page
b389a923 Fixed invalid link to partials
462e666f Update docs so that `figure` includes the `class` parameter.
c14e7b10 Add 'config' command to list site configuration
d6f81c73 Put back static theme conditional
d10e05f2 [commands/new.go] Update theme.toml etc.
87975e04 Remove nohup.out committed by accident
48206833 Doc Data Files: Add section about themes and expanded the example a bit
12176323 Remove now superfluous conditional
8ed67169 Fix broken data dir test
8df59c81 Temporarily disable broken test
ebcc1e66 Add data files support in themes
664fd991 Change "ctrl+c" to "Ctrl+C"
dbb86679 Fix typo: GetJson -> GetCsv
7e28db18 Add showcase entry for consequently.org
fa71f6c1 Make # survice Url cleaning
e3daa359 Update release notes for v0.13
22d85c2a Avoid converting summary to []byte and back to string
371c148c Fix alias for data files doc
03fff880 Add docs for Data Files
6afe70d5 Better error message for data-file parsing errors
1c50f775 DataDir: Minor polish and add missing tests
773812de Reads data files inside data/ and makes data available in .Site.Data
4c7e119c [Docs] Say which directory to clone the hugoThemes
088d46a8 parser.FormatSanitize() MetaDataFormat for date too
08219161 Use buffer pool in StripHTML
5e34ae61 Log ERROR on missing baseurl
43e48a89 Add benchmark test for StripHTML
48b6777e Fix Truncate
2bee4a15 Replace 4 strings.Replace with 1 strings.Replacer
5df85770 Add memprofile to pprof benchmark
f8704c1b Avoid calling strings.Fields multiple times with same content
11a19e07 Build PageMenus only once
df734bc1 Tighten README for the sloppy reader
8b95cab9 Avoid panic on unknown markup
dd934481 Scratch doc: Use the special $ variable to prevent confusion
13d90094 Use .Site.Params.description as fallback for social partials
b984ec96 Optimize for the common case in Blackfriday config
c5078093 Print template parsing errors to aid troubleshooting
d1364ffb Fix defaults for Blackfriday
f264076f Add doc for Scratch
420c9e4d Add writable context to Node
47c8f329 Prevent site config being overwritten
659f71e6 [Docs] Fix more missing `.` in example `partial` calls
20bed49f Fixed syntax error in 404.html template code
f4737689 Updating shortcode imports & site test to work with new buffer pool functions
e1e6aaed Merge branch 'master' of github.com:spf13/hugo
4a9436c1 Some more .Date.IsZero checks in internal templates
230e7c02 Remove _default prefix from SEO templates
8db3c0b0 page rendering and writing using BBP
3d60955e Use .Date.IsZero to skip unset date in embedded templates
35684e8f Use strings instead of byte arrays for replaceShortcodeTokens tests
366c5572 Use a regular expression in replaceShortcodeTokens
b4c50728 site's XML generation using BBP
77074127 page source creation using BBP
4828fee1 transform chain using BBP
5441fc5d template render with BBP
2f2297bd shortcodes using BBP
66ed5c5e Adding BufferPool. Implementing BP in ReaderTo{Bytes,String}().
ba53799f url_path => urlPath
523f38a9 Fix for issue 839 and 490 on Windows
d397bc4f [Docs] Complete the transition from "indexes" to "taxonomies" (almost)
ba44e860 [Docs] Copyediting
82d4b8ab [Docs] Use OptiPNG to shrink PNG images losslessly
8e6cbe82 Some housekeeping of the Showcase and Press pages
831fbd5e Add .mailmap to get a more correct author log
ee1045ad ignore root path, no need strip traling slash
2d8e15a5 Version uses binary name instead of hugo
06b1a883 Added three videos to documentation.
e52a76f5 Use runtime.GOOS to identify Windows specific path tests
0b5f8c8c [doc] Improve paginator doc
7c74a77d Replace assert.Equal(true/false) with assert.True/False
251f5e9d Do not panic on permission denied
8ad4fd05 Split Windows and Unix specific path tests
b155e8b4 Temporarily comment out breaking Windows test case
bedc2d84 Introduce FilepathPathBridge
5f9596e6 Add more tests to helper
de76d4a8 Improve pagination testing
0c229707 Linkify release notes
fb594fc6 Set detault for Paginate to 10
a6d22bcf Add documentation for pagination
c0fbe614 Add Bootstrap-compatible pagination.html
3628d0bb Add pagination to release notes
37445bc6 Add pagination support for home page, sections and taxonomies
407e80a9 Add site-wide/per-page [blackfriday] `extensions` option
39b2cdec Wrong URL for Github Pages
e72ce89a Move s.prepUrl() before prepending BaseUrl.
ea72f15f Correct wercker URL
57b4f331 Fix inverse notation
f6c0b472 Make Blackfriday smart fractions to really default to `true`
eb686352 Add site-wide/per-page [blackfriday] `fractions` option
803865f8 Fix for page.GetParam() for JSON and TOML maps
a0c6dba3 Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2
bd1b019f Handle empty front matter in archetype.
b345ca26 [Docs]: Add new press/blog coverage about Hugo
1b42dc57 Fix RelPermalink() and Urls in menus vs canonifyUrls
74399830 [Docs] Document the new (temp?) default of `canonifyurls = false`
60c6faa3 Revert "Try to fix mysterious test failures on Travis"
71fe85df Try to fix mysterious test failures on Travis
01ec44a6 Add menu tests for pages with both Yaml and Toml front matter
020c0b86 Revert "Quick-and-dirty way to print details of template errors"
6db6d33b Add dateFormat to release notes
37490ee2 Add dateFormat template function
878754c2 Protect the innerShortCodeCache by a RW lock
c8f8f48e Cache the page's rendering context flags
19c52ab0 Register rstHandler to restore experimental reST support
1cc63869 Make ref and relref respect plainIdAnchors
e5be592e fix outdated MathJax CDN URL
173aa53b [Docs] Use of `$.` to access global context from anywhere
f015e9b8 [Docs] Recommend the use of backticks for IE conditionals
02da4959 Fix string comparison for .Truncated page variable
a17c290a [Docs] Correct description of "Read More" links in Summaries
edcdb6f4 Fix two errors in two internal templates
d897b1e8 Add missing assertion to trim-test
932214d7 fix --uglyUrls params
2ec046af Minor polish in path/url
9e688507 Add more tests to general helper
1b91fec0 Add tests for IsSet
ee34a840 Add test binaries to .gitignore
f77f2a9b Refactor TestGt to also include Lt, Ge, Le, Eq and Ne
1348caa6 [Docs] Add a note about the plan to switch to Apache License
f470cf95 Add tests for Apply
3f0f186b Add inline doc for Apply
eabe8e1a Rename ignoreDotFile to isDotFile (which is what it is)
077d726b Replace regexp based Chomp with builtin TrimRight
99aee304 Add tests for Replace
26856c3b Add tests for Trim
4b1780bf Add test coverage files to .gitignore
a6bf6f52 Add tests for Chomp
42b33102 Quick-and-dirty way to print details of template errors
2342655f [Docs] Incorporate some great ideas by @mohae into the `safeUrl` docs
724cc0dd Add `safeUrl`; disable `safeHtmlAttr`; rename `safeCSS` to `safeCss`
f5946ea3 Add SafeHtmlAttr, SafeCSS template function
53b4ab4c Revert "[Docs] Use <dl> for definition lists of variables"
4609f77a [Docs] New testimonials and press coverage
0e60c513 [Docs] Limit `.fa { display: inline }` within #main-content
b56c9db6 [Docs] Add FreeBSD logo beside the FreeBSD name
3c4bc653 Merge branch 'master' of github.com:spf13/hugo
783c76b8 Make RSS dates valid
5d6dfe81 [Docs] Use <dl> for definition lists of variables
9712d06b Fix the Hugo.Generator tag so it can be used
56eead2a Fix broken doc section
c23dfd99 Use an init() method to create the HugoInfo instance
7257ab68 Update release notes with the new Hugo var
724357a2 Make sure there are only one HugoInfo instance
109e6f95 Merge branch 'master' of github.com:spf13/hugo
73d923e9 Fix HugoInfo init
ac6b86af Added top level .Hugo variable with version, commit and generator information + docs Added Version, CommitHash and BuildDate to hugolib/hugo.go and used it in build Removed commitHash and buildDate from commands/version.go and used hugolib vars Removed getDateFormat function from commands/version.go
1dfd0225 [Docs] Minor revisions to future v0.13 Release Note
a2c88715 [Docs] New "Troubleshooting Overview" page
90afe41e Add trim and replace to release notes
4f4015d7 Make all the params to Replace an interface{}
e08cabad Rewrite first argument to interface{}
871e8113 Add trim and replace template functions
32d15d91 Change CR+LF to LF on gohugo.io front page, saving 286 bytes
af956c41 Update gohugo.io front page for 2015; add @popthestack's testimony :-)
b59dd163 [Docs] More copyediting
769ab9e2 [Docs] Adjust sidebar menu width and capitalization
a4da5262 Missing . on footer partials
508788e6 Update TestFixUrl() to expect BaseUrl to have trailing `/`
3a9300dd Merge pull request #798 from bjornerik/fix/nestedshortcodes
1cbdd3e5 Ensure that BaseUrl used in `hugo server` ends with `/`
714abd5c Fix issue with nested shortcodes
9150a98f Replace `if` with `with` in embedded rss.xml
208086eb Add ".swx" suffix to file watcher's ignore list
f0b3979a Disable shortcode processing for html files
4f66acdc First take on release notes for 0.13
fc39019f Add an alias to the old URL of github-pages-blog.md
433ce3b7 Rename github_pages_blog.md to github-pages-blog.md
4107fd50 [Docs] More random revision and copyediting
6fda9012 Fixed error in tutorial, added site variable docs
6c5a7b7b Tutorial: Automated deployments
700c2b8f Trivial fixes to get RSS 2.0 feeds to validate.
5bfc812d [Docs] Remove references to "ATOM" feeds
6ee35f65 Correct typo in hugolib/path_separators_windows_test.go
a4eef4eb Correct spelling of two test files: seperators → separators
78e9229c Fix "hugo new" EOF error with an archetype file without the final EOL
b6ab6618 note in archetype.md to alert that ending carriage return may be nessary to avoid EOF errors.
b0181e27 Some more random copyediting of Hugo docs
49f5eb5c Moved a test regarding a content.go function to a new test file content_test.go. Added some tests for general helpers, especially as a way to document the expected behavior, and as a warm-up welcome contribution.
2b46f3e5 Do not exit server watch on error
190964c5 [Docs] New Troubleshooting section
cb909cde Google Custom Search: Open link in _parent
eba33459 Add basic Google Custom Search to Hugo docs
d12f6cd7 Fix `echoParam` template function to accept string key name
c0f54aef Rename to plainIdAnchors
a0e44bb7 Add Blackfriday: documentIDAnchor documentation
4adf58cc Group both options under Blackfriday: documentIDAnchor
b7716948 Add config options: disable footnote anchor prefix and header ID suffix New config options:
dca6eaba Add config file example to variables.md
0b7392b3 Update configuration.md
e6c27f76 Add example code to Summaries
d3763147 use fsnotify 0.9.3
a5f51061 Add in-section Next/Prev content pointers
837922d3 Add ERROR logging on invalid date and publishdate
0d17ee7e Add operator argument to `where` template function
ae9c25af Implement `apply`.
6033abe1 Add a chomp function.
14e93de8 Initialize funcMap in an init function.
6a98d269 Hygiene: Reduce copy-pasted code.
c6f4b09f always use http scheme for localhost
dd1001ce Merge pull request #762 from bjornerik/fix/revert-revert-menutest
076a475d Revert "Temporarily disable failing menu test"
fb1b795d Bumping Travis to test go 1.3 & 1.4
d3c36761 Fix EOF
ec2566fa Add www.thehome.dk to showcase
975f4cf1 Refactor tpl codes
fa8ac87d Make 'where' template function accepts dot chaining key argument
dd5bc034 [Docs] Mention support for the Ace HTML Template Engine
ddf41901 Docs copyediting: Add more external URLs; add backticks, etc.
5792cc3a [Docs] Go 1.4+ required for building on Windows
afe5add8 Add anchor ref to Blackfriday doc
5e0a16ea Fix a crash for ref page#anchor.
029a3ae7 Merge pull request #742 from bjornerik/doc/blackfriday
7dacc999 Add ability to canonify URLs in rendered XML output.
f5a3fb14 Wrap comments helpers package to fit 80-column width
a0fe1170 Add doc for Blackfriday configuration
fbf8bcac Add configurable support for angled quotes
bb376982 Fix unicode menu URLs
e4a22255 Temporarily disable failing menu test
0cfdb2e5 Revise README.md: buildDate expects timezone; copyediting
8042e774 Typo fix: "simple" → "simply" in templates/views.md
68cea070 Minor copyediting, no new content added.
e3433e6a Fix long descriptions of `benchmark` and `serve` commands
331043b9 Remove noisy Println in test
717f702e Added delimit & sort template functions, tests and docs
8f6f871f Added AuthorList, Author, AuthorSocial, SiteSocial, Image and Video structs Added Page.Author(s) functions Added schema, opengraph, twitter_cards, google_news metadata templates Added "" template
fd33e5d2 Documentation for `ref` and `relref`.
112c3c5c Provide (relative) reference funcs & shortcodes.
14bce119 Commented helpers package
7436829b Use current working dir as WorkingDir instead of hugo executable's dir
ec4b6c03 Trigger an editor after `hugo new`.
2c8e9a79 Commenting helpers package
b11838da Commented commands package
9b04c279 Revert "Make Urls in menus respect CanonifyUrls"
3ccb3979 Make Urls in menus respect CanonifyUrls
e6541c45 ERROR-log on symbolic links
9f77f930 Fix various Windows-issues
3a8c1241 Add timezone to buildDate
be3d563a Add an `install` target to Makefile.
9f0f73f4 Fix front matter for 'Creating a New Theme'
a6d3862b Docs: Minor copyediting/proofreading
736dd4b5 Docs: Quote <!--more--> in <code> instead of italicizing it
010f6057 Correct URL of the favicon in the documentation
11cdb815 Remove Println that panics in test
27840932 Always use RFC3339 for version date format.
a0d956c2 Add Ace template engine support
390c158f Github page strategy for username.github.io repos
1b36bda6 Fixed typo in summaries description in the documentation
c00788d8 showcase: update ucsb entry
742a064b Correct alias
df8e9366 Fix missing shortcode in doc
b719ba7e Adding Prev/Next functionality to all lists of pages (sections, taxonomies, etc)
78316903 adding appvoyer support for Windows CI integration
d6166172 Doc for markdownify
53c707bb Add markdownify template filter
f0400697 update summary.md with info on handling of html tags
8f9cea7f Enable descriptive header IDs.
0282c922 fixing race condition in CreatePages
c5ae2a2d Added makefile that builds with git information
9b850c4a Correct path in theme search order
9e152989 Added link to my blogpost about travelling with Hugo in asia
a1954c4f Added stou.dk to showcases
0eeaa4c8 fix version command so that it will work with all supported config formats and added tests
6c25cd52 typo: practical
cdbc741cfixed#656. Templates work properly when watching.
4a2f16f9 refactor handlers to use types instead of structs.
73f203ad Move template library into it's own package (tpl). No longer dependent on hugolib. Can be used externally.
92a3372a Added a new command `hugo list drafts` and `hugo list future`
728d0fa3 Update shortcode doc for 0.13-DEV
cb3576b6 Fix broken convert
bcaf3341 Update shortcodes.md
a6a9df39 Fix failing shortcode tests on Travis
596d6793 Various fixes in RSS feed generation
a07dd565 fixing typo
b716dbec Fix template checking order in site.go
55fcd2f3 Shortcode rewrite, take 2
c8904756 Removing dependency on go-html-transform (fixing the build).
7e692544 Fix `GroupBy` function issues
91e03b9f Reinsert deleted test
6bf6a810 Update creating-a-new-theme.md
88881de2 Update creating-a-new-theme.md
e9917bfe Update creating-a-new-theme.md
ca4e4ce2 converted helpers usage of path 2 filepath
99463f6a converted path 2 filepath
2c51bba0 converted path 2 filepath
7fd348cf convert path 2 filepath
4f2dfe70 converted path 2 filepath
7badd2eb change path usage to filepath
05300fde add support for fsync's noTime flag
f037ae7b update README.md with info on adding compile information to version
fc20d0b4 Fixed launchcode5.md description
52ae1c75 Added launchcode-tn.jpg to docs/static/img
15dae3cc Create launchcode5.md
8ad9c0a7 Make Where template-method accept methodname as key
fdae0907 Params map has string as key
e127a5cb Added better error message for poorly formed frontmatters in archtypes
3cec04e0 Add Git directory deployment flow to tutorial
d467ec0a Fix a bug with taxonomy rendering.
d7e6e490 Allow partial without .html
266511b6 Fix missing space before 'width'
cafd39eb Fixing some tests
55fb0242 Updating tests to use hugofs
a40bd3ca rewriting guessSection to accurately reflect intent and usage. Update tests.
e2634752 First stab at correcting GuessSection tests
f81f9ceb Fix: rewrite FileAndExt
5906c865 Fix: remove the unnecessary dot in an extension
3521e8b1 Updated TestReplaceExtensioni, TestFilename and TestFileAndExt
980d0f14 WriteToDisk and SafeWriteToDisk test cleaned up
bf07dc92 WriteToDisk and SafeWriteToDisk tests now pass
a54ad2bf Fix: Test TestSafeWriteToDisk now works
e8bbc44a Added the path modules test files
6b619d2c Added the url modules test files.
57cd9539 Added the general modules test files
b87402e8 Remove the helpers_test.go file
8a5dd06a Use page.Markup to determine which PageHandler to use if it's set.
ade2ca60 Adding an html file handler
7fba2500 Adding a proper css file handler (with automatic minification)
4dcf734a Updating tests to use new Targets & Writers and switch to using Afero.MemMapFs for more accurate tests.
7b960ac1 New targets & new renderers and write methods [WIP]
e02dc674 Cleanup file conversion handling
3616d167 Better error messages for show_plan_test
07f2ef9c Page Group functions now work even when an uppercase field / method is provided.
4b9ea105 Setting to filesystems to the afero.fs interface so can be easily swapped out.
ad69374f Source files can provide content as String or Bytes or Reader
dcea0fa5 Adding ReaderTo and ToReader helper functions
2cb89a52 Update menu test to work with revised source struct
8cc7684a Change the type of .Site.Author from…
f3e9cbc7Fix#593 problem with `hugo -w`
c1942e91 Change permalink validation and substitution.
c07b10bb Output a timestamp with hugo server --watch
2060031c Fix sourceLink for Hugo
d036ddf2 Create creating-a-new-theme.md
11ddc308 Fix for issue 583
6c238e14 Fix broken link
649a7d2b Minor doc corrections
af47e5a2 Extend template's mod and modBool functions to accept any int types
d4ed5919 added note about pygment example code and markdown processing, updated example
8e368e25 540: add support for build information output to version command
8cb435f1 Fix redirect-loop for Hugo server
5e28606b Add sort and grouping functions for publish date and param of Page `GroupBy` is modified to allow it to receive a method name argument for example `Type` as its first argument. It is only allowed to call with a method which takes no arguments and returns a result or a pair of a result and an error.
d013edb7 Implement HasMenuCurrent and IsMenuCurrent for Nodes
2b412d4a fixed server reporting Web Server is available at https://localhost:1313 when server always serve http
73ec0925 update summary doc
9e029fe4#463 add summary.md page
c5f1031e Handler WIP
141f3e19 Migrating Hugo to Afero for filesystem calls.
dfb84825 Handlers WIP - Convert now working
30d4a26b Handlers WIP (builds)
93f3d604 Handlers WIP
8bd0ffba Initial Handler Architecture WIP
20467e36 Improved error message when config file not found.
5dfc1ded Big refactor of how source files are used. Also added default destination extension option.
24bbfe7d Set Content-Type for livereload.js
0167fb48 Copy content from archetype
da5d98e9 Make First accept any int
d064139cFixspf13/hugo#467. RSSLink now point to index.xml
16330cea Add nil-check to Intersect
1d4dde7a added docs for 'intersect' and 'in' template functions
ca7007bf Minor proofreading corrections to Hugo docs
953cad6c Document manual breakpoint of .Summary
3da97656 add 'width' parameter to 'figure' shortcode
fb82f00f handle https prefixes in baseUrl
b98c2088 Minor fix to error message when copying static files
4b9e4c90#462 fix, remove leading and trailing dashes from urlized slug. includes test changes
f52e6628 Feed the titleized taxonomy key through string replace to replace '-' with ' ' for proper display of the taxonmy title
938733f4 added In and Intersect template functions
9cdd2e54 Use md5 against the file path for uniqueness.
603b24a1 Make each generated page’s footnotes unique.
e68e7ef9 Configure footnote rendering.
eeaf343a Mention .Params and .Page variables in shortcode docs. Also `highlight` variables.
1614b824 Correct desc for hugo new command
c739ec22 Removed text from code block.
879e90dc Switch to new hompage
e3d4d40d better error messages for template errors
3f59abe8 add some information to rendering errors so it's easier to tell what's failing.
def79376 Make taxonomy documentation match the example.
30603070 Make highlight.js example clearer
b81ebf2a Making the install on the homepage a bit more clear
4e4ea958 instructions for Homebrew installation
26e44506 adding memstat option to server
5d565c34 Extend template's basic math functions to accept float, uint and string values
d5308e6f Adding a community link to the homepage
bf980bc1 switching website to gohugo.io & adding links to discuss
1a0dc0b9 Update urls.md
b590de69 limit the number of goroutines used in taxonomy rendering to gomaxprocs*4
49045b1c limit the number of goroutines we use for page rendering to gomaxprocs*4
cf3e748b remove unused field
a72ca38c 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.
71423743 Sort by title if dates are the same
275e1c0d more examples and explanation of go templating
becd4fe3 refactor handling of amber to AddTemplateFile as the TODO note stated. Used switch statement to make it easier to add other template support
4e9b0408 fix tags not being in lowercase, #491012a473e added "eq" function to docs.
df489b47 Enable soft livereload of CSS and images
0099b5a3 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.
d9964451 More error messages at syncing static contents
acf9561a fix zero date
b336abcf Fix typo in Archetypes documentation.
2ca615c5 Add Node.Site.Pages to all nodes and ensure all pages from the site exist in the list before processing shortcodes.
b97c6c70 add Name to File, which is the filename minus the extension
16845791 Go back to lowercase slugs. Also, use MakePathToLower in TestMakeToLower.
5dd3eaab More proofreading and minor revisions to Hugo docs
ac78d252 A small fix and update to the multilingual example
4bb5e326 Taxonomies can now be provided as a single string value if there is only one in frontmatter (tag = "val" vs tag = ["val"])
1b7f18e3 Making partials context optional for compatibility with template.
7b3df238 Bumping Version to 0.13-DEV
efc98a3b Update example blog to Hugo v0.12 conventions
05102f1b Fixing typo in ordering.md fixed#40113631289 Bumping Version
b4d3195f Adding V0.12 release notes
f36ed446 Adding a bunch of new quotes to the front page and switching to Owl Carousel
d2020506 Fix loading of Lato font in style.css for docs
a6022293 Minor proofreading corrections to Hugo docs
f142458c Use typographic quote chars in the carousel quotes section
13a317b9 Enable header id blackfriday extension
c1b9e8d5 quickstart.md: Put long options inside backticks
242d6b4e Adjusting the number of go routines to build the pages in to 4*GOMAXPROCS (from 2) for faster rendering.
47c91a4c Fix CreatePages
93addfcb Adding documentation about 'where' and cleaning up docs around first.
0ce4ec1e Added more examples and cleaned up the GroupBy functionality documentation
7e19fa40 Making direction optional (and setting defaults) for GroupBy Pages functionality.
b15eb889 Adding .Reverse() to PagesGroup
41b28462 Switch .Data to .Pages in the PageGroup functionality for increased consistency.
70dc370c Making the term "Term" more consistent with Taxonomy usage.
01caaeba Making the Pages Sorting methods available within a taxonomy term.
bb02a14b Adding a page listing the different methods available to Taxonomies.
ba8f652a More taxonomy examples in templates.
6f9f93f3 Fixing the taxonomy example. Fixed#318.
d3646aaa Be more specific about .Params content
7de32092 Shortcodes are content files specific.
6f9db4a7 Add document about page grouping functions
53b7d5b8 Inner Shortcodes now treated as markdown. fixed#185828401cb More press additions
4b71eb16 Compressed showcase thumbnails further
95449880 Added ucsb to showcase
dcda66df More Press
4a91b8c7fixed#389 . Added alias for missing page.
987a82d0 small tweaks to the hover effect
8a44deac Creating a showcase archetype to make for easier showcase additions
1c1615d7 Adding a bunch of new sites to the showcase
c9a6b2b9 Adding a bunch of new press to the Press page.
733bff90 Prettier link hover state
1143a8fa Bumping Travis to test Go 1.2 & tip (1.3)
294222ac Fixing a broken link in the docs
4281cbfa LiveReloadDisabled works with Watching properly. Fixed#335.
1b5f59b0 go fmt site.go
30af267bFix#302. Links now have trailing slashes.
a31edb33 Support subdir in baseurl.
4b979b17 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
4c735a78 preserve alias case while lowercasing taxonomy
348e123c Update 404 to be compiled to .html instead of directory
50a8c507 Add page grouping functions
867683e4 Add link for learning more about static directory
c750a95e support for futre/draft summary info output
946ad9c2 Making the links stand out more
f5157566 Cleaning up a ton of CSS.. Removing unused selectors. Eliminated over 80% of CSS. Upgrading jQuery & FA
34a93fa1 Fixing the docs sidebar interactions
04d412ed Fixed showcase image paths
cece27fa fix issue 411, /path/to/site/archetypes : is a directory error
e31d4609 Bringing back the showcase
b047e2f8 Removing redundant bootstrap
864f91d9 Changing the docs template partials to be able to be used to render a section
aae1ff3c Adding IsNode & IsPage functions to Page & Node
b10dea29 added evaluation for toml for metadataformat date handling
27c0ec31 Added a note after the script adding potential issues per @franklinwise's feedback
5ae28327 errors not propagating
634d7b26 switch to new location of goyaml
002a5b67 Add 'where' template function
6e15f652 Added yaml menu example
5d8ac54f Config changes and Live Reload
09115a96Fix#394 - Docs: add a missing link to the livereload page in the intro
e9b47da0 hugo builds no site if there are only drafts
3e9fc47a Adding more press
cbb29795 Docs-removed bullet and broken link for catagetories. Included category text in bullet for taxonomies
b3130b52Fix#363 - Docs: make the fixed menu on the left scrollable
1778f28c remove extraneous "Because"
f556cb44 update docs for permalinks with all fields
29c45dd6 make type-or-section more obvious
756be987 Merge pull request #388 from GraemeCaldwell/patch-2
d8b78c3d Update press.md
2850692a Merge pull request #370 from kevinburke/its
657e4a46 it's/its
bf9595aaFixed#328. Config file set appropriately.
8d3fa7ef Getting rid of bad scrollbar
aa42f430 allow site to be built with empty content
73dd4f38 report errors
78962a14 Allows 404 templates from themes/THEME directories.
ac99cecc Add shortcode template loading from themes directory.
35d04671 Add PluralizeListTitles option (default true) to allow disabling use of the inflect package
3eb480a6 fix link to template primer
b7671974 taxonomies -> Taxonomies
836b1800 Fix minor typo in file docs/content/templates/overview.md
0e57e32f do not use angle brackets in hyperlink labels
5969315c switch back to master blackfriday; enable footnotes
406233f0 Included instructions for omitting disqus comments on localhost.
86c3de4bFix#263, document HTML comments & IE conditionals
b2b7ba42 fixing typo in docs
4483a665 Centralizing the template execution logic in one place
c297d745 Adding 'partial' template function to add theme / local awareness to the partials directory.
4e99d6b5 Adding proper error message when view is not found.. fixing #303640ab3c7fixed#303. Adding theme support to views
e0ea6b99 Support embedding <script> tags in markdown pages
7b7ce117 Add empty line to correctly render a list
ca18cfef Setting new version
05875153 Converting front matter to YAML
2b90779f Actually bumping the version
a3d6e7c4 Fix docs script and css references to refer to the correct location
012823a3 Update menu documentation to be accurate
b9bba2b9 Updating Convert to handle dates properly for yaml and json
0c254460 Add future details to documentation
c502f078 Add handling for publishDates (which will be ignored if in the future). Fixed#2604ebaec89 Include Section Taxonomy into SiteInfo
35a60597 SiteInfo is now a pointer on the Node
7a8b754cFixed#301. LiveReload works on any port now.
4076d770 Simplifying the siteInfo handling
280df4e3 Fix Viperized .Site.Params
e98f0014 Allow to use filename in permalinks
d65061df Adding TechMadePlain to showcase
79767f56 Fix links to GitHub repo for spencerlyon2/hugo_gh_blog
1ba63f15 Make the header not jump around
2a44ca54 More doc site improvements. Added documentation's new layout
79dd1d02 Fixing bug with Live Reload where it broadcast instead of sending the handshake
57ad3abe Pre and Post in Menu are type HTML
a87f171b Updating / Rewriting / Adding all of the documentation in preparation for the next release
aeb06c7b Rename chrome to partials (in builder)
9173022e Set verbose to Info level
e7991003 Fix bug so watch works on theme directories as well
6b8244ba new site works in an empty directory now
df4bbcef Adding instant click library to docs so even more responsive navigation
be1ee220 Proper integration of live reload with automatic injection
60ed5bda Live reloading is working! Still need to incorporate cleanly.
296d218e Better handling of when the specified port is already in use
b520f885 Switching docs highlighting to highlight.js .. Docs build super fast again!
b198cb26 Renaming indexes to taxonomies in docs
a4a1e39a Fixing issue when two menu items have the same name.
4f75ec98 Homepage renders with _default/list.html or then _default/single.html when index.html is not present.
025a37df Fix permalink functionality, which was broken in 62dd1d4.
05b76dcb Add a blank line after the front matter when writing back a page.
73cbefdb Make template comparison functions handle floats
667a047c Fix date issue with home page in Sitemap
0053be97 Correctly print server URL when base-url is specified in the command line
2194cc77 Add pygmentsstyle and pygmentsuseclasses options
5df0cf7e Add Sitemap documentation content
35926dcf Add Sitemap testing
6049c3a1 Update Sitemap default value syntax
2a902bbc Add Sitemaps config values handling
f8e675d0 Add base Sitemap support
17922544 Add template comparison functions (Go 1.1 compat)
4e0208d4 Doc fix: replace "hugolibs" with "hugo" in "contributing" page, fixes#271.
c38d694f Change some typography in the docs.
ec4b1526 Fixing broken link. Fixed#278.
9b192e67 Adding more information about client side highlighting
bc9f69e7 Add client-side syntax highlighting example
6b9d4a93 Adding new commands (new site [path], new theme [name])
be3e5592 Adding an archetype file for the docs site
28ffb92b Adding the new command and the create package
08c30b6e Using new helpers in page.go
bff1f1e6 Adding some new methods to helpers (GuessSection, MakeTitle & Filename)
ef2ad4d9 More feedback where errors happen during metadata conversion
6d9a2d24 adding a front matter format to lead rune method
fb7d45e6 permitting empty files again. Fixing some tests to now pass.
3395e1cb Adding a command that enables converting site to a different metadata format. Doing this revealed some bugs in the encoding functionality in some of the underlying libraries. Please backup before using.
859a78e1 Providing the ability to save (write) a content's source file.
1302ef9f Making site page initialization a bit more granular and accessible
cbd9506c moving front matter parsing (and creation) to parse package
58f8b43f moving writeToDisk to helpers to make it more accessible
f271faea Don't process dotfiles
5581e33a Update broken localhost link
96b6ae81 Adding example blog
b52e9463 Little syntax mistake
2e954d85 Fix permalinks to subdomains
bdf7cd9f Creating site menu configuration and have the docs site use it
ac82fe32 Making active parent in nav reflect when child is active page in docs
ef87dffb Fix accidentally removed line from menu template.
4f813c09 Fixing some bugs introduced in prior few commits. Tests now pass.
11fe227b Implementing new menu system in the docs site
9ecf58e2 new menus system including active link & nesting
69c1944f Add handling of deeply nested front matter
4a8de8ea Add Disqus support out of the box. Move template/bundle into hugolib.
41adafbc Updated to work with the latest viper
8afff8c7 Preliminary Theme Support
c0a046cb Added internal rss.xml template and config option to turn off rss creation
bb9bcdcf Add more information to the siteInfo (and configuration options) for better RSS generation.
93bcddeb Renamed Indexes to Taxonomies. Old template and config parameters still work.
aae6fa0b Fix test to not fail when order is different, but slice contents are the same.
be37c0b3 Adding more articles to press page.
bd022534 Adding Params to node for easy template access of page.params without throwing errors.
c8269d6d Making node.Keywords the correct length
4161d542 Misc doc fixes
d1c500c1 Adding Press page to hugo docs
af1acfbc writing indexes under more configuration conditions
ad34be9d strip trailing baseurl slash. Added a new template function "sanitizeurl" which ensures no double slashes. Fixed#221a6170154 add: yslow-rules showcase
9a83f7a0 Fixing all tests to pass with new Viper Config
62dd1d45 Hugo config abstracted into a general purpose config library called "Viper". Hugo casting now in own library called "cast"
a01056b9 typos in mathjax.md
a7ca39cc ENH: added tutorial for hosting a blog on github pages
2e4158b0 added appliance.cloudshark.org to showcase also cleaned up thumbnail view to not show source link if unavailable
e50b9d8a Adding support for logging & verbose logging. Consolidation of error handling. Integration of jWalterWeatherman library. Fixed#1372fa3761e DOC: added tutorial for using MathJax with Hugo
c02a0207 change golang to go
5ee0a3b9 Typo: s/executible/executable/
895fe536 Adding a few more logos and powered by/made by images.
f733e70e Adding apple touch & favicon meta links
51b078a7 Homepage update. New Logo. Minor site updates.
6205a16bFixes#227 by properly scoping the variables within the go routine.
85c04ca2 Add Tutorial With Steps to Migrate from Jekyll.
7135d897 Optimizing thumbnail & preview images
17fdf7d6 Add www.heyitsalex.net to Community Showcase.
1b3525d6 fix typo of readme
38131837 clearer pseudo command in quickstart doc
d5c58b45 Order ByTitle and ByLinkTitle added
eec0e512 Add sort pages by Title and by LinkTitle
3dfb4751 Parallelizing the largest build processes (templates, pages, indexes). Seeing 300%+ improvement of total build time.
d84f707d Also ignore Emacs lock & recovery files.
3a0ab5a3 Bumping version to v0.11-dev
0447c759 Adding the right date for the release of 0.10
0a775650 bumping version for 0.10
2540d884 Fixing issues go vet reports.
2c0ded7f Add test for ignoring ~$ files
e53bc948 Ignore content files ending in ~
0becad72 Make error message when encountering unrecognized file extensions more helpful
ea8d0981 Make per-page url overrides take precedence over section permalink settings
732b5d42 Add Kieran Healy's website.
ae954d51 updating the intro page
14227351 Reorganization of helpers. Centralized Url/Path logic. Fixed#175.
64572d2d Shortcode cleanup. Added a ton of tests. Much more flexible with input. Doesn't crash with bad input. Fixed#193dc068ccb Fix imports so hugo builds on darwin
8fe78f6f A bunch of small documentation changes
de05a0d9 Adding documentation on Pretty Urls
e74d1b86 Adding documentation on Table of Contents functionality
30e804ee Adding an introduction to Hugo
82fdfa2c Warn about bad shortcode parameters (and don't crash)
5cff3e62 Adding Else If example
ed0fe9dd Make 'read a string' code understand float64 (json) and int (yaml) as well as actual strings
b41622bc Allow 1/0 for true/false in Yaml front-matter
e4af4f65 Support ISO8601 date/time format without timezones
0bfe9276 Make the invalid date/time format error message more helpful
1dbed5ee Call the json delimiter 'json_lead' instead of 'java_lead'
8ebb85f1 Fix build
1bead0ed Adding Documentation on using Syntax Highlighting
56dfdfe8 Adding Documentation on Hugo Template Functions
bf640775 Minor Docs Tweaks
80086759 Adding Go Template Tutorial
dca7a901 Updating Release Notes and Roadmap
75c260fa Only change rLimit on OSX (where it is needed). Fixed#19411ca84f8 Add unicode support for aliases, indexes, urlize template filter. Now aliases and indexes are not restricted ASCII letters and can include any unicode letters.
24ffe043 Add Ant Zucaro's showcase.
5cfb690e Fix docs error with json comma
72ba6d63 Fix permalink bug in uglyurls mode (refs #187).
3e87d7a8 Automatically increase the process ulimit to maximum available. fixes#168.
ae9cc09b Adding the ability to check the system limit on open files (important for watching large sites)
c1b9380d Add back blackfriday extensions during Markdown conversion
6dd2e9a4 gofmt all go code
ff9f6e1b Fix panic with HTTP serve initialization problems.
0ce6f05f Add text transformation template functions.
18b9948f Using table of contents within the documentation.
1882ffab Adding support for boolean params
1da3fd03 Continue with TOC integration and page refactor. Updated a few tests to match new generated output.
f45c6bc3 Moved TOC test into page_test. Some general page_test cleanup.
9666f33e Don’t render short codes on summary twice
f82c645b fixing 178.
d0825a21 Big refactor of pages code. Changed TOC code to only parse when actually used
f62e3e99 Add new TableOfContents Page variable (Markdown only)
4f1807c7 Replacing hall of fame with showcase. (new type, content driven, thumbnails, etc)
9564e6e9 Adding support for some primitive template math functions
0e013b52 add andrewcodispoti.com to hall-of-fame
3851117c renaming MinRead to ReadingTime and adding to documentation.
50a7f97a Updating page variable documentation (for templates).
f0634ec0fixed#171. RSSlink is now RSSLink (and matches existing docs).
ae15ff09 Fixing test which erroneously checked values and order, rather than just values.
44186c6a Extending rss item limit to 50… can reduce further in template with ‘first N’ functionality.
fa2e58fd Have travis build with latest go.
cb040533 RSS improvements, now limit to 15 items and provide accurate date. fixed#172303be735 Adding github button to docs homepage
c51d040e Adding Werker status to readme
845d0976 Create wercker.yml
f8243624 feat(docs/hall-of-fame): add ifup
438c2198 Add `canonifyurls` config option.
2ff108fc Add highlighting of code in documentation and clean up a bunch of the docs.
13b5c10d Rewriting some homepage text
74d7ae1f A bunch of style updates. Switching to bootstrap carousel.
01da9a40 Report error, but don’t fatally stop if pygments has error. Return original string. (+1 squashed commit) Squashed commits: [849a7af] if highlighting doesn’t work, just return original string
3fd6c1a2 Adding some embedded short codes (including code highlighting)
13b067b5 Adding support for embedded templates
f78e2cb8 Removing Twitter js
a70acd11 New Icon Font for Hugo
247db151 Adding some analytics
b82baa28 Adding chimeraarts.org to hall-of-fame
5550c414 Added append-port flag
e5aa08ff If baseurl is set then print that on the command line, else leave as default of localhost
8b84156f Example of a multilingual site.
8055838c Allowing empty files (ignored) so you can touch a new file while watching
1c60d5bf Don't shutdown hugo on an empty file.
8d80f9b3 Added batching behavior for page building.
1979f7d9 Avoid locking the files for an extended amount of time. Sublime Text doesn't like this and shows an error when modifying a file in rapid succession.
e46148f9 Fix static file change detection on Windows. Fixed windows uses different filepath separator. The filepath.ToSlash shouldn't be used, because it can cause errors in filepath suffix and prefix testing since "c:\a" isn't a prefix of "c:/a/b/c".
065928fc Adding page sorting by weight function (the default)
34ac562c Added documentation on ordering indexes, content and content within indexes
70745e8c Complete refactor of indexes, move (and rewrite) page sorting to page.go, add tests
6aa3e512 Added PageSorter and PagesByDate
c7083a5d Section in example was wrong for happiness.md
950d9f55 Testcases for multilevel structure were wrong
de670cedFixes#141: Wrong section in multi level structure
6da23f74 Gofmt
1abc2f0b properly use non-localhost BaseUrl in server command
a1051964 Adding better contribution guidelines from the read me to the contribution page.
dd574628 Adding community section to the documentation
ceb70805 Adding selected tweets to the homepage
f09505a6 Adding example short codes to the documentation
6410965b Add go fmt to contribution guidelines
357ab956 Add Contribution Guidelines
0e04b9a0 Moving processing short codes to the page
d0ef3d43 better handling of detecting markup format
f432b187 render shortcodes prior to converting to html
a45de56d adding support for shortcodes with opening and closing tags
db29f57c Adding (source code) Highlight template helper
fa29e94e Adding Pygments helper
44d57fdc Reorganize helpers
10c7cf29 Create directories in publishdir with mode 0777.
ba5dadff Typo fix in docs.
32d9345b Fix a minor typo in types.md
b351731f quickstart docs - fix flag needs arg error
860f982c fixed trailing dir slash when using slug
e425226a Documentation updates, mostly for my bits
07978e4a configurable permalinks support
4f335f0c Updated release notes.
445b7d23 Updating docs to include ‘first’ functionality for the homepage
aedfa6a2 Version bump 0.9
ad2c0b56 Homepage now has all content available, use sorting and first to control rendering
13fa7cb7 lowercase template function first to be consistent with all other template functions
50d9046b remove initialization loop error from compile
40d05f12 Truncated; .Site.Params; First function
6017599a restored behavior of respecting config values unless set by command flags. fixed#116ef595aed Handle schema-less urls when apply absurl
90a902c8 fixing double slash during absurlify
b69694a3 Merge branch 'master' of github.com:spf13/hugo
532e2e7b Some mobile and other fixes for docs
0b6a11c9 Merge pull request #113 from oyvindsk/master
adc559b0 minor documentation fix
ad04f6c8 Adding baseline
86233c00 Remove the hugo-nav function
1cebce12 Adding RSS test case.
b2236457 Fix Test Name
1fbcaf92 Buffers instead of pipes
226bc8f5 Updated release notes
23a5711d Fix benchmark panic
23a711a2 Hugo updated to work with latest cobra
9af47f07 Improve rendering time
f4cb8e16 Adding benchmark for transformation module.
789aa6ad Removing check for directory: static, layouts
861472be Small tweaks to Homepage and CSS
1d0d280e Addition of an indexes section to the docs. Updated most of the existing index content.
a7dae30a More work on indexes
bc7c9221 Better mobile support on docs site
90355eec Big visual overhaul of the docs. Docs now using indexes for all menu generation.
df0523ff Flipping around weight order. higher weight at the bottom. use negative to pin to top.
5003f7f7 Docs menu now powered by indexes.. converting some of the content to use this.
d20b41a2 Big index overhaul. Now supporting ordering tokens by count or alphabetically. Also made full indexes available to the Site variable.
9388f236 Adding support for linkTitles
b580a25d Better error handling when rendering error found when in watch mode In watch mode it should continue to watch for changes, in any other mode it should exit with a -1 error code so can check for success when scripting
764abd20 Update homepage
dde965a5 Migrate docs to Bootstrap 3.0
cd71eb73 Watching doesn't built site 2x on write (ignores rename events). Also ignores temporary files written by editors.
a5606b06 Adding support for ordering content in indexes by other than date (weighted indexes)
471fb1ff Adding support for date field in front matter as date (as TOML provides)
f3c816ea Adding support for more front matter types (int, float & date)
3558e3d6 Add support for weighted pages Now pages can be sorted by other than date
90090175 Adding preliminary support for weighted indexes (for ordering by other than date)
678ddef4 Adding a quick start guide to hugo docs
4d333e81 New Homepage for Hugo
4263094d Adding support for MinRead. Closed#106be5ace15 Wordcount restored. fixed#92e58d8fe7fixed#95, fixed#93f5fda804 simplified buildSite & better error handling around it
0318f7c1 Clean up server & build site logic. Fixed#94e6ace71f server command now builds prior to serving
4993152d Permalink to include multiple directories levels
6e1268f4 Test case for permalink functionality
89563843 Adding back the hugo homepage.
9500ec1b Refactor layout selection code
197aacb6 Add support for Relative Permalinks
06da6091 Refactor Permalink to private function
6fa6f69a Change transformer order
d712d6f3 Moving transformation on a per-page level
9032a228 Better handle missing layouts
54a2790f Use io.Pipe for chaning render tasks.
689cda17 Code cleanup
19cb6c78 Move writing next to rendering
2176d2c1 Reducing scope of RenderThing*
ff8b5275 Move in memory target into target module.
80009b42 Change the order of Apply to be more Unixy
94a3184a Fixing up source code formatting.
5a66fa39 Chain transformers and test cases
eb117eb9 Move AbsURL into seperate file
f0211b84 Rename Transform to AbsURL
03d1a57f Set the name of the Nav attribute to select
5e14af95 Proper handling of 404 page return value
7468292c Fixing bug where RSS for site was rendered in wrong location
d829e050 Fixing bug where only the first index list was created.
2aaf92b5 Summary can now contain short codes when using <!--more--> to define end of summary.
be7ba0e9 server defaults to localhost unless overridden by command line flags
266f583a Restoring former snippet behavior & adding test to ensure future behavior
dcfcbac5 Enabling Nitro ('--stepAnalysis') again. Fix#5818f2b826 Switching to the rjson library which is more friendly to human generated json.
48e1068efixed#858efb90eb Updating usage documentation to new interface
3ae8dda2 Restoring build and watch functionality
aa9b9d59 minor documentation cleanup. - changed it's -> its where appropriate. - added post/ parent directory above happy/ to the organization examples
8ce4bc7a Update filesystem.go
94d7fe52 Change the interface to use commands and flags instead of just flags. Better organization of main (controller style) code.
92cff055 go fmt so code
ff2b98c9 Better error message when no source content is found.
f34ea610 Add the ability to set navbar li class to active
db50154e Support index.html indexes in content directory
4250bf8eFixes#80 - Homepage now renders correctly
c9223cfd source: Fix failing build on windows
8df88496 Fix breaking test cases on unix platform
bffe4baf Create a TargetPath() method that provides OutFile
52e8c7a0 Section is determined by the source, not the url
784077da Fix fragments being AbsUrlified in final html
311e1022 Allow non-markdown content in content directory
5374242f More expressive --check output
c510140c Add renderer information to --check
67b2abaf Add IsRenderable to Page
d8e18349 Fix parsing edge case of frontmatter
a82efe5b Merge remote-tracking branch 'origin/parser' into mrg_praser
6b0752e8 Move AbUrlify to post content transformation
c6fe87b1 Add a transform step
c75da346 Fix alias documentation.
172ff5ea Initialize HTMLRedirectAlias before ShowPlan()
d45fb72f Add /index.html to unadorned alias paths
803a0fce Remove RenderedContent from page.
2ebfb33f Move alias logic to target module
2f10da15 Move alias rendering to target
74b55fc7 Normalize paths within hugo
998b2f73 Added safeHtml template function
6274aa0a Homepage "/" respects PublishDir
610c06e6 Introduce source.Filesystem
d4d9da9f Remove page module dependence on opening files
cb00917a Expand the ShowPlan functionality
4004687f Move to target.Filesystem
7919603f Add Translate to target
c6ad532b Add file reporting to planner
13d2c552 Adding Planner
79d9f82e Code reorg, helpers.go has been decomposed.
207d8fb7 Date rendering unit tests in pages
3ecc698f Remove hugolib.HTML and hugolib.URL types
a591a106 Include building hugo docs as part of test.
d841d522 Include building hugo docs as part of test.
ba82a203 Add support for amber files
ee5865f2 Abstract html/template dependency
0a9dc705 Use s everywhere for consistency
b268e639 Return an error (other than 0) when ./hugo fails
6c8e7edb The <!--more--> (summary divider) now works even if it is on the same line as content
4349216d Small code cleanup
0fdea0c2 Return an error with WritePublic
097b782a Removing site.Directories.
b14b61af Externalize the writing of content to a target
bc3c2290 Ensure Section is set before returning Page object.
c32f401b Revert "Return errors when rendering"
a792ec09 Cleanup formatting - go fmt ./...
4ed43e80 Fixed bug where Url specified in front matter as pretty url wouldnt render
71678a71 Adding .Summary to page variables
3ab52450 clean up logic
1bb00b8c Refactored added RenderThingOrDefault and tests
554375b2 Using new parser.
1de19926 Return any error reported by RenderHomePage
9930011e Wordpress summaries
7b1f0960 Add 404.html for gh-pages
f28a8fa0 RenderThing test cases
9d15262e Test cases for ignoreDotFile
0fabd51a Update .gitignore to ignore *.swo files
7461ed63 Fix benchmark so the buffer is read each time.
599e6672 Removing GetSection
ae711297 Skip "dot" files in layout
eb4288e3 Merge pull request #53 from hugoduncan/feature/print-error-on-invalid-index
00839567 Merge pull request #52 from rozza/StaticSync
35b35a70 Merge pull request #51 from cabello/patch-3
6f424175 Merge pull request #50 from cabello/patch-2
3d0dc1ac Merge pull request #49 from cabello/patch-1
301d2baf Print error if index value in a page is wrong type
5aa47a7b Static changes shouldn't be destructive to existing files
8415c5e6 Remove extra quotes from meta data
acd5ea0e Check .Prev and .Next pointers before using it
8058abd7 Fix broken link to Index page
eff8457a Merge pull request #46 from rawfalafel/sync_static
2dcdd673 Watch StaticDir and sync to PublishDir on change New behavior adds a special case for file changes inside the static directory to fsync PublishDir
c4bcdebc Merge pull request #44 from cactus/avoid-redirect-with-slugs
e2744d40 Merge pull request #43 from hugoduncan/feature/allow-xhtml-aliases
2542836b Merge pull request #41 from rozza/skipStatic
8f330626 Merge branch 'noahcampbell-index_reporting'
c713beba Formatting cleanup
ec821739 Removing the use of slash
8eca8f8a Detect missed index from front matter
e66ba5d2 Return errors when rendering
0a79edd4 Removing extra links on homepage
3ae8078d Adding "fork me on github" banner
8c0ab4de Complete overhaul of the docs
b76b80c5 Merge pull request #40 from VonC/clarify_uglyurls_flag
b9e835b1 avoid handling a redirect from slug to slug/
23a98ad0 Enable aliases from .xhtml paths
0f143dcf Skip Static directory if its in your content directory
9308cd6a Clarify uglyurls flag.
3c3fc45d Merge branch 'master' of github.com:spf13/hugo
480e01eb Further work on path/section stuff. Tests passing now.
7a51a8a5 Merge pull request #38 from noahcampbell/workflow_dotfile
b4bcc591 Now support for nested paths. Better section detection.
6e272394 Merge branch 'master' of github.com:spf13/hugo
ca5a94a9 Merge pull request #37 from noahcampbell/master
c661d980 Merge pull request #31 from cactus/issue-31
ec02fa4b Adding support for a default content type template default template found at layouts/_default/single.html
89685249 Adding support for recent content.
97eb9225 Ignore dotfiles in content directory
5664780c gofmt pass
2d11d1bd Test GetParam and the various incarnations of frontmatter.
31a1ade1 move "dot" in regex to avoid it being part of a range
c689d46a Merge pull request #32 from cactus/issue-32
b13afc41 fix sanitizeRegex to not strip "dots"
023567b0 fix bad tab/space due to paste
2f9b582d fix wrong renderlist feed permalink
cb39f052 Merge pull request #36 from noahcampbell/master
8c031413 Use / for template names regardless of platform.
ec1a3a8d Merge pull request #35 from noahcampbell/master
3fdcd0ba Support for non-standard formats.
0305c825 Move timezone tests to integration test.
f610d45c Add additional details to date test cases.
dd19d0cc Provide better support for various date formats.
17aafb39 Avoid error if no content.
5b3b0f95 Merge pull request #26 from noahcampbell/master
02337089 Started new release notes, added nitro step for aliases
ac26de20 Adding correct canonical link to alias pages
d5518c09 Adding support for aliases (redirects)
45ce6e2b Merge branch 'redirect' of https://github.com/rozza/hugo into rozza-redirect
bb273df4 Add support for continuous testing.
733c0207 Merge branch 'master' of github.com:spf13/hugo
2bf24877 Merge pull request #25 from noahcampbell/master
2bbecc7b Better reporting when the template is missing.
309db474 Nitro timer is encapsulated.
e26b43f6 Adding more test cases
e67db666 Adding benchmark for parsing pages using unicode.
085ce15f Adding ability to read from io.Reader
274d324c Introduce unit testing for page.go
fa55cd98 Remove unreachable code path.
0595f27e Using a composite literal to create a page.
19538a1b Support pages without folders
fc5e92cc Provide better error handling
e2a28114 Add redirect to page parameters and redirects example
4f17ad69 Merge pull request #22 from nsabine/master
7a13434d Merge pull request #21 from duncanbeevers/master
a8b3e153 Added examples to indexes.md
04a0dbbf Added .Content variable to docs
6a5e4b36 Merge pull request #20 from VonC/version
49b8ac5f Make sure hugo --version prints the version and does *nothing* else.
a870f4d9 Fixing missing trailing slash in baseUrl
d89c7ec7 Merge pull request #19 from nsabine/master
780e2f31 Populated page Site metadata. Enables accessing Indexes from Page template.
42de9bd8 Merge pull request #15 from hhatto/update-doc
0e57fcc9 Merge branch 'master' of github.com:spf13/hugo
783f0d61 fixing badlink on homepage
6789b6c5 removing erroneous debugging output
78afe8d3 update document for content directory
c5715e98 Merge pull request #12 from imrehg/docfix
f31ec3c2 Fix example in docs that wouldn't work in practice
de9f9ae1 Fixing getting started link.
57b206ca Merge pull request #11 from noahcampbell/master
f6e590e5 Fixing link to contributor page on github
6a1a038c Shrinking the readme to just the basics to avoid dupe with doc site
6efbd93a Updating a bunch of the docs
def5f101 Including documentation on indexes
dff86cb2 Renaming indexes template to indexes.html
21a7b725 Moved static content to /static
52c089ff Added support for indexes of indexes & ordered indexes
ddad1e04 adding previous next capabilities
66610a65 Removing OSX files from repo. Updating .gitignore to not track these files.
d36d7fba Merge pull request #8 from SebastianM/doc-json-fix
47783c1f Merge pull request #10 from noahcampbell/master
3e539c71 Adding error message when no content pages exists.
03e804ff Updating the .gitignore for windows and vim users.
c9a09418 Fixed section labels causing panic on windows. The filename path was being split using a unix specific path seperator. This fix uses the os.PathSeperator to ensure proper evaluation regardless of platform.
4efdb909 Fix JSON syntax error in example configuration
61258858 copying static content to destination
736677a2 Using MkdirAll instead of my own logic
7ab28c56 Adding support for destination dir, split out static
92c31bbe permalink now respects pretty urls
d5f55430 create content at any level of nesting
e08d14ad fixing issue with some urls missing '/'
b7bbc28c fixing bug with server not finding right path
c560a753 adding more verbose output to server functionality
b2385f06 create missing directories recurisvely
dd9a7e64 Fixing headers in readme
16b1f284 Improving installation instructions
f2e4c9d7 Merge branch 'master' of github.com:spf13/hugo
3ad3f2f0 Merge branch 'doc-fix' of https://github.com/brandonblack/hugo into brandonblack-doc-fix
580bb9bb minor: adding some more instructions for building from source
2dde27f0 Update README.md
627cf265 Adding proper command line option parsing
8fae5f0d Default is now pretty urls (without .html) Adding --uglyurls option to retain previous behavior
dcd8ff71 Adding better source build instructions
f1990049 GO -> Go
8d50dd91 fixing typo in config readme
c24112ce Render shortcodes before index and section rss feeds
649560fc proper BaseUrl handling (if has trailing slash or not)
7a521ad1 Fixing some RSS issues
b7b6f054 Accidentally left in debugging code
75a2e6d4 Now support for config files as yaml, json or toml
d9b5f9cd fixing incorrect import path
f857f4ca adding helper to create absolute url
d4caa8ee Adding total time to generated stats.
51e30985 Writing relative links to absolute so they work in feeds
e76c3feb Fix bug with JSON front matter parsing.
a6914e9c Better error handling for parsing front matter
8403dba3 Merge pull request #3 from tychoish/rst-fix
4951ff99 rst: fixing rst output processing
aee48725 Adding version number to command line options
d2a6267a Adding support for TOML, updating documentation
3c80cd32 YAML support similar to jekyll (start and end with '---')
94e57774 Merge pull request #2 from tychoish/yaml-rst-support
d0ff3126 minor: correcting example
f851c416 fix: changing terminal yaml line, generalizing forematter splitting
b024454e fixes: returning json parsing, error messages, yaml header offsets
67f4da30 revert: adding json support
6c42d3d4 fix: parsing of yaml forematter
431fa0e2 changing to suport yaml rather than json and adding optional restructuredtext support
a7f5f97b sanity: move from json to yaml
4d2fbfc7 Merge pull request #1 from tychoish/add-gitignore
8aff6cc3 gitignore: sanity
f8755771 rendering shortcodes earlier for better performance
77d142ba fixing typos
1aa125cf fixing two typos
0d63bf00 better install instructions and fixing usage typo
3ec920ac adding better install directions
d1162555 updating readme
6e16449e adding hugo
50a1d6f3 Initial commit
git-subtree-dir: docs
git-subtree-split: b0470688f1
f3c88b08 Add warning on GitInfo and Shallow Clones
fa5be591 Make the two common Taxonomy templates explicit
4a81c507 Update pull request link in showcase.html
f751e57a Update christianmendoza.me in the showcase
d582419b Remove commit message prefix from showcase addition guide
d12791cf Fix path for screenshot in showcase addition guide
e487b916 Add invincible.site to the showcase
c85cfccf Update guide for showcase additions
c44b31c1 Fix spelling
dc10d7f6 Add slightly better GitHub install description
2611980f Revert "Add workaround to Fetch from GitHub documentation"
b2e56907 Fix Git commit link in footer
b025a638 Regenerate commands docs for v0.24.1
0741ad08 Update README.md
942d130a Add branch info to README
e8c36390 Set hugoDocs/master to 0.24.1
c4e21471 Add workaround to Fetch from GitHub documentation
db0a3c08 Fix typo in release note
git-subtree-dir: docs
git-subtree-split: f3c88b0810
This applies to both regular templates and shortcodes. So, if the site language is French and the output format is AMP, this is the (start) of the lookup order for the home page:
1. index.fr.amp.html
2. index.amp.html
3. index.fr.html
4. index.html
5. ...
Fixes#3360
This enables `AND` (`intersect`) and `OR` (`union`) filters when combined with `where`.
Example:
```go
{{ $pages := where .Site.RegularPages "Type" "not in" (slice "page" "about") }}
{{ $pages := $pages | union (where .Site.RegularPages "Params.pinned" true) }}
{{ $pages := $pages | intersect (where .Site.RegularPages "Params.images" "!=" nil) }}
```
The above fetches regular pages not of `page` or `about` type unless they are pinned. And finally, we exclude all pages with no `images` set in Page params.
Fixes#3174
* Improve the built-in Disqus template
Set `disqus_identifier`, `disqus_title`, and `disqus_url`
only if the user has explicitly provided them.
Do not load Disqus when the website is previewed locally,
otherwise it is very confusing.
* Use disqus_config instead of three global variables
https://help.disqus.com/customer/portal/articles/472098-javascript-configuration-variables
reStructuredText doesn't have explicit section levels but sets them in
the order of appearance. Since level 1 is already set from the title in
the front matter it makes more sense to start with level 2 when
converting with rst2html.
This ensures the new "open 'current content page' in browser" works
on Windows, especially with Emacs and Vim.
Special thanks to @bep for coming up with the idea of the fix.
See #3645
This commit adds a new `--navigateToChanged` and config setting with the same name, that, when running the Hugo server with live reload enabled, will navigate to the current content file's URL on save.
This is really useful for site-wide content changes (copyedits etc.).
Fixes#3643
This change is motivated by Netlify's `_redirects` files, which is currently not possible to generate with Hugo.
This commit adds a `Delimiter` field to media type, which defaults to ".", but can be blanked out.
Fixes#3614
Note that even with this setting enabled, the aliases themselves are preserved on the pages.
The big motivation for this change is to be able to use the alias definitions to generate `.htaccess` or Netlify's `_redirect` files with server-side redirects.
Fixes#3613
This commit completes the "The Revival of the Archetypes!"
If `.Site` is used in the arcetype template, the site is built and added to the template context.
Note that this may be potentially time consuming for big sites.
A more complete example would then be for the section `newsletter` and the archetype file `archetypes/newsletter.md`:
```
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
tags:
- x
categories:
- x
draft: true
---
<!--more-->
{{ range first 10 ( where .Site.RegularPages "Type" "cool" ) }}
* {{ .Title }}
{{ end }}
```
And then create a new post with:
```bash
hugo new newsletter/the-latest-cool.stuff.md
```
**Hot Tip:** If you set the `newContentEditor` configuration variable to an editor on your `PATH`, the newly created article will be opened.
The above _newsletter type archetype_ illustrates the possibilities: The full Hugo `.Site` and all of Hugo's template funcs can be used in the archetype file.
Fixes#1629
This commit removes the fragile front matter decoding, and takes the provided archetype file as-is and processes it as a template.
This also means that we no longer will attempt to fill in default values for `title` and `date`.
The upside is that it is now easy to create these values in a dynamic way:
```toml
+++
title = {{ .BaseFileName | title }}
date = {{ .Date }}
draft = true
+++
```
You can currently use all of Hugo's template funcs, but the data context is currently very shallow:
* `.Type` gives the archetype kind provided
* `.Name` gives the target file name without extension.
* `.Path` gives the target file name
* `.Date` gives the current time as RFC3339 formatted string
The above will probably be extended in #1629.
Fixes#452
Updates #1629
This commit fixes an issue introduced in the recently released Hugo 0.22.
This logic did not handle the case with root sections with non-section subfolders very well.
Fixes#3586
This enables both the variants below:
Current (first level only):
```
"blog": ":section/:title",
```
Nested (all levels):
```
"blog": ":sections/:title",
```
Should ideally been part of Hugo 0.22, but better late than never ...
Fixes#3580
The rel attribute supports specifying a set of values, not only a single
one.
Using two link elements can also cause browsers to show the feed twice
in menus.
This issue is more visible now that we support nested sections.
This commit makes operations like pasting new content folders or deleting content folders during server watch just work.
Fixes#3570
We still have go-toml as a transitive dependency, and it is the way to go eventually, but we care about speed, so let us wait that one out.
Note that the issue this fixes is about taxonomies, but I guess this is a general issue for sites with many pages that uses TOML as front matter.
```
benchmark old ns/op new ns/op delta
BenchmarkFrontmatterTags/TOML:1-4 23206 8543 -63.19%
BenchmarkFrontmatterTags/TOML:11-4 80117 18495 -76.92%
BenchmarkFrontmatterTags/TOML:21-4 140676 28727 -79.58%
benchmark old allocs new allocs delta
BenchmarkFrontmatterTags/TOML:1-4 173 60 -65.32%
BenchmarkFrontmatterTags/TOML:11-4 625 138 -77.92%
BenchmarkFrontmatterTags/TOML:21-4 1106 210 -81.01%
benchmark old bytes new bytes delta
BenchmarkFrontmatterTags/TOML:1-4 9231 2912 -68.45%
BenchmarkFrontmatterTags/TOML:11-4 19808 5184 -73.83%
BenchmarkFrontmatterTags/TOML:21-4 31200 7536 -75.85%
```
See #3541
Updates #3464
So you can do and get:
```
▶ ./benchSite.sh "YAML,num_pages=10"
Running with BenchmarkSiteBuilding/YAML,num_pages=10
BenchmarkSiteBuilding/YAML,num_pages=10-4 1000 1611261 ns/op 730749 B/op 6458 allocs/op
PASS
ok github.com/spf13/hugo/hugolib 8.168s
```
And change site benchmark separator to comma to make it Bash and regexp friendly, example:
./benchSite.sh "frontmatter=YAML,num_root_sections=1,num_pages=.*,tags_per_page=20,shortcodes=false,render=false"
To run a subset of these benchmark, one can do something like this:
```
go test -run="NONE" -bench="BenchmarkSiteBuilding/tags_per_page=0.*shortcodes=true.*render=false" -test.benchmem=true ./hugolib
```
Which will run without any tags, with shortcodes, but will skip rendering.
Fixes#3535
Looks to be slightly slower with the low number of section pages, but the 1000 regular pages seem to add value.
```
benchmark old ns/op new ns/op delta
BenchmarkGetPage-4 97.7 145 +48.41%
BenchmarkGetPageRegular-4 7933 161 -97.97%
benchmark old allocs new allocs delta
BenchmarkGetPage-4 0 0 +0.00%
BenchmarkGetPageRegular-4 0 0 +0.00%
benchmark old bytes new bytes delta
BenchmarkGetPage-4 0 0 +0.00%
BenchmarkGetPageRegular-4 0 0 +0.00%
```
When we know to look into the index pages collection, do that:
```
benchmark old ns/op new ns/op delta
BenchmarkGetPage-4 51483 7072 -86.26%
benchmark old allocs new allocs delta
BenchmarkGetPage-4 71 71 +0.00%
benchmark old bytes new bytes delta
BenchmarkGetPage-4 2648 2648 +0.00%
```
This commit also returns an error if .Site.GetPage is called with the regular Page Kind, as that is currently not supported.
Fixes#3503
The unmaintained Rango frontend and the Hugopit "experiment" should be removed from the Hugo Tools/Frontends section of the documentation as they are unusable.
Rango can mess up with other dependencies installed in the Go Path as reported here:
https://github.com/stayradiated/rango/issues/4
Hugopit's developer himself stated that this is an unmaintained experiment and he seemed a bit surprised that it is included in Hugo's documentation over here: https://github.com/sjardim/Hugopit/issues/3
Unsupported types are currently silently ignored by IsSet. An earlier
attempt was made to solve the issue by returning an error. That attempt
was reverted since it broke some existing themes.
So instead, we'll log an error. Hopefully, people will stop using IsSet
in this way, and we can eventually return an error outright.
Updates #3092
A common use case for this is to redefine the built-in output format `RSS` to give it a different URL.
Before this commit, that was not possible without also providing an `outputs` definition.
Fixes#3447
It's pointless to set `/bin/sh` as entrypoint. `/bin/sh` is already the default command, and on the top of that, setting `/bin/sh` as entrypoint ignores the command.
This commit allows shortcode per output format, a typical use case would be the special AMP media tags.
Note that this will only re-render the "overridden" shortcodes and only in pages where these are used, so performance in the normal case should not suffer.
Closes#3220
Hugo looks for the list/single templates of a taxonomy in `/layouts/taxonomy`, not `/layouts/taxonomies` as correctly mentioned in [this doc page](https://gohugo.io/templates/list/). This change is simply a minor reconciliation.
Join calls Clean as it says in docs.
Minor performance improvement:
Before:
Average time per operation: 432ms
Average memory allocated per operation: 127322kB
Average allocations per operation: 2138137
After:
Average time per operation: 428ms
Average memory allocated per operation: 127350kB
Average allocations per operation: 2137892
- Move the main GetCSV and GetJSON into data.go.
- Add error returns to GetCSV and GetJSON.
- Add http client to Namespace for test mocking.
- Send accept headers on remote requests. Fixes#3395
- Return an error on non-2XX HTTP response codes and don't retry.
- Move cache tests to cache_test.go.
As a first step to remove the hard ties between `tplimpl` and the different namespace packages.
The `lang` package is used as the first example use case.
See #3042
This commit moves almost all of the template functions into separate
packages under tpl/ and adds a namespace framework. All changes should
be backward compatible for end users, as all existing function names in
the template funcMap are left intact.
Seq and DoArithmatic have been moved out of the helpers package and into
template namespaces.
Most of the tests involved have been refactored, and many new tests have
been written. There's still work to do, but this is a big improvement.
I got a little overzealous and added some new functions along the way:
- strings.Contains
- strings.ContainsAny
- strings.HasSuffix
- strings.TrimPrefix
- strings.TrimSuffix
Documentation is forthcoming.
Fixes#3042
Hugo 0.20 broke some sites that grouped their blog post and images together in subfolders.
This commit re-introduces that behaviour:
* If the file base name resolves to the same as the base name for the output type (i.e. "index" for HTML), the user probably meant it, so we treat that as an `uglyURL`, i.e. `my-blog-post-1.md`=> `/my-blog-post-1/index.html`
* The main use case for this is to group blog post and images together.
* Note that for the top level folder there will be a potential name conflict with a `section` `index.html` (if enabled)
* This issue will not be relevant for subfolders in sections
* Hugo will soon add support for nested sections, but we will have to find a way to separate them from the rest (`/content/_mysubsection` maybe).
Fixes#3396
This commit adds a work flow aroung GoReleaser to get the Hugo release process automated and more uniform:
* It can be run fully automated or in two steps to allow for manual edits of the relase notes.
* It supports both patch and full releases.
* It fetches author, issue, repo info. etc. for the release notes from GitHub.
* The file names produced are mainly the same as before, but we no use tar.gz as archive for all Unix versions.
* There isn't a fully automated CI setup in place yet, but the release tag is marked in the commit message with "[ci deploy]"
Fixes#3358
Partial rebuild does not have the same logic as normal rebuild on
selecting which file to build. This change makes it possible to
share the file select logic between two kinds of build.
Fix#3325.
For pages with translations, add links with hreflang attributes to the
default sitemap template. This helps Google to show the correct
language page in its search results. The syntax used is based on
Google's example at [1].
Also update the sitemap template docs to reflect the changes in the
default template.
[1]
https://support.google.com/webmasters/answer/2620865?hl=en&topic=2370587&ctx=topicFixes#2569
The check-vendor target will exit with an error if any files in vendor/
differ from what's checked into git.
govendor checksums can get out of sync if extraneous files are in the
local, third-party repo (see kardianos/govendor#129). govendor also
updates the vendor.json upon "sync." We can use that quirk to detect
out of sync checksums in CI, so I've added check-vendor to the check
target dependencies.
Most obvius benefit of this is to include CSS partials with css file suffix into HTML templates.
A valid workaround would be to rename the file `mystyles.html`, but that doesn't work too good for external editors etc.
The css partial is a method used in some themes before Hugo 0.20, but then it stopped working.
This commit reintroduces that behaviour.
Note that the regular layout lookups for text templates, i.e. "single.json" will be
prefixed with "_text/" on lookup and will only match in the text collection.
Fixes#3273
This makes it consistent with how it behaves when it's set in config.toml.
This commit also unifies BaseURL in Site.Info so we now have one source for this value.
Fixes#3262
This commit also adds a new command, docshelper, with some utility funcs that adds a JSON datafiles to /docs/data that would be a pain to create and maintain by hand.
Fixes#3242
Before this commit, Hugo used `html/template` for all Go templates.
While this is a fine choice for HTML and maybe also RSS feeds, it is painful for plain text formats such as CSV, JSON etc.
This commit fixes that by using the `IsPlainText` attribute on the output format to decide what to use.
A couple of notes:
* The above requires a nonambiguous template name to type mapping. I.e. `/layouts/_default/list.json` will only work if there is only one JSON output format, `/layouts/_default/list.mytype.json` will always work.
* Ambiguous types will fall back to HTML.
* Partials inherits the text vs HTML identificator of the container template. This also means that plain text templates can only include plain text partials.
* Shortcode templates are, by definition, currently HTML templates only.
Fixes#3221
Having the content page name in the log key for the distinct error logger isnt't very usable when you have an error in a commonly used partial.
Using the Page Kind reduces the amount of log entries. Here is an example from an error in the partial menu.html, used in all the page templates:
```
Started building sites ...
ERROR 2017/04/02 12:19:43 Error while rendering "page": template: /Users/bep/sites/bepsays.com/layouts/_default/single.html:17:7: executing "/Users/bep/sites/bepsays.com/layouts/_default/single.html" at <partial "menu.html" ...>: error calling partial: template: partials/menu.html:9:11: executing "partials/menu.html" at <.DoesNotExist>: can't evaluate field DoesNotExist in type *hugolib.PageOutput
ERROR 2017/04/02 12:19:43 Error while rendering "section": template: /Users/bep/sites/bepsays.com/layouts/_default/section.html:17:7: executing "/Users/bep/sites/bepsays.com/layouts/_default/section.html" at <partial "menu.html" ...>: error calling partial: template: partials/menu.html:9:11: executing "partials/menu.html" at <.DoesNotExist>: can't evaluate field DoesNotExist in type *hugolib.PageOutput
ERROR 2017/04/02 12:19:43 Error while rendering "taxonomy": template: /Users/bep/sites/bepsays.com/layouts/_default/list.html:17:7: executing "/Users/bep/sites/bepsays.com/layouts/_default/list.html" at <partial "menu.html" ...>: error calling partial: template: partials/menu.html:9:11: executing "partials/menu.html" at <.DoesNotExist>: can't evaluate field DoesNotExist in type *hugolib.PageOutput
ERROR 2017/04/02 12:19:43 Error while rendering "home": template: /Users/bep/sites/bepsays.com/layouts/index.html:17:7: executing "/Users/bep/sites/bepsays.com/layouts/index.html" at <partial "menu.html" ...>: error calling partial: template: partials/menu.html:9:11: executing "partials/menu.html" at <.DoesNotExist>: can't evaluate field DoesNotExist in type *hugolib.PageOutput
ERROR 2017/04/02 12:19:43 Error while rendering "404": template: 404.html:2:3: executing "404.html" at <partial "menu.html" ...>: error calling partial: template: partials/menu.html:9:11: executing "partials/menu.html" at <.DoesNotExist>: can't evaluate field DoesNotExist in type *hugolib.PageOutput
Built site for language nn:
```
Which is pretty good.
Before this commit, Hugo used `html/template` for all Go templates.
While this is a fine choice for HTML and maybe also RSS feeds, it is painful for plain text formats such as CSV, JSON etc.
This commit fixes that by using the `IsPlainText` attribute on the output format to decide what to use.
A couple of notes:
* The above requires a nonambiguous template name to type mapping. I.e. `/layouts/_default/list.json` will only work if there is only one JSON output format, `/layouts/_default/list.mytype.json` will always work.
* Ambiguous types will fall back to HTML.
* Partials inherits the text vs HTML identificator of the container template. This also means that plain text templates can only include plain text partials.
* Shortcode templates are, by definition, currently HTML templates only.
Fixes#3221
Livefyre.com is down.
Livefyre was integrated into Adobe's offering.
The product is now called Adobe Experience Manager Livefyre.
Wikipedia points to web.livefyre.com which redirects to the link I provided in the commit.
Using it for list pages doesn't work and has potential weird side-effects.
The user probably meant to range over .Site.ReqularPages, and that is now marked clearly in the log.
Will have to fix this in a better way later in relation to the non-renderable pages.
But this commit brings the Hugo Benchmark down to "only slightly slower" than master.
```
benchmark old ns/op new ns/op delta
BenchmarkHugo-4 10074504521 10071236251 -0.03%
benchmark old allocs new allocs delta
BenchmarkHugo-4 43623091 49271859 +12.95%
benchmark old bytes new bytes delta
BenchmarkHugo-4 9468322704 9725848376 +2.72%
```
Which is something we can work with.
This is a pretty fundamental change in Hugo, but absolutely needed if we should have any hope of getting "multiple outputs" done.
This commit's goal is to say:
* Every file target path is created by `createTargetPath`, i.e. one function for all.
* That function takes every page and site parameter into account, to avoid fragile string parsing to uglify etc. later on.
* The path creation logic has full test coverage.
* All permalinks, paginator URLs etc. are then built on top of that same logic.
Fixes#1252Fixes#2110Closes#2374Fixes#1885Fixes#3102Fixes#3179Fixes#1641Fixes#1989
Changing it to PageOutput was a mistake. You may think that the increased parallelism should be a good thing.
But not so much with the increased lock contention and more complex concurrency model.
This page was a real chore chore on the POC. In the event that a new doc site won't be approved by v20, this will at least clean up the broken links I found during my audit. I would like to eventually create this as a [data file](https://github.com/spf13/hugo/pull/2508#commitcomment-18705617) since md tables get unwieldy pretty quickly.
Difference between toml.Load(string(datum)) and
toml.LoadReader(bytes.NewReader(datum)):
benchmark old ns/op new ns/op delta
BenchmarkLoad-4 82068 78489 -4.36%
benchmark old allocs new allocs delta
BenchmarkLoad-4 494 493 -0.20%
benchmark old bytes new bytes delta
BenchmarkLoad-4 17009 16913 -0.56%
Add vendoring and make targets. Require Go 1.8+ and remove mention of
GOPATH (just assume $HOME/go).
Due to time contraints, the contributing tutorial was only slightly
updated to make obvious corrections.
Fixes#3153
This commit fixes two different, but related issues:
1) Live-reload when a new shortcode was defined in the content file before the shortcode itself was created.
2) Live-reload when a newly defined shortcode changed its "inner content" status.
This commit also improves the shortcode related error messages to include the full path to the content file in question.
Fixes#3156
Lots of cleanups here:
- Refactor InterfaceToConfig and InterfaceToFrontMatter to use io.Writer.
- Simplify InterfaceToFrontMatter by wrapping InterfaceToConfig.
- Export FrontmatterType since we return it in DetectFrontMatter.
- Refactor removeTOMLIdentifier to avoid blindly replacing "+++".
- Update HandleJSONMetaData to return an empty map on nil input.
- Updates vendored goorgeous package and test for org-mode frontmatter.
- Add tests and godoc comments.
Coverage for parser package increased from 45.2% to 85.2%.
Previously this was left empty, but it is very handy to have a list
of term pages for a given taxonomy. This list can now be paginated
like other page lists. It makes it possible to render summary
content from each terms index page for instance. It also makes it
possible to sort the term pages in the same way that other page
lists can be sorted. An RSS feed is now generated for
KindTaxonomyTerm pages as well.
This also fixes a bug in HugoSites.createMissingPages. Previously
it would only check for existing KindTaxonomyTerm pages if the
taxonomy had any terms defined. So for a taxonomy with no terms
but a taxonomy terms page it would generate a second empty terms
page.
This relates to #3123.
The interfaces and types in `target` made sense at some point, but now this package is too restricted to a hardcoded set of media types.
The overall current logic:
* Create a file path based on some `Translator` with some hardcoded logic handling uglyURLs, hardcoded html suffix etc.
* In in some cases (alias), a template is applied to create the alias file.
* Then the content is written to destination.
One could argue that it is the last bullet that is the actual core responsibility.
This commit fixes that by moving the `hugolib`-related logic where it belong, and simplify the code, i.e. remove the abstractions.
This code will most certainly evolve once we start on #3123, but now it is at least possible to understand where to start.
Fixes#3123
Previously it would only check for existing KindTaxonomyTerm pages
if the taxonomy had any terms defined. So for a taxonomy with no terms
but a taxonomy terms page it would generate a second empty terms page.
Added article from gettingthingstech.com.
I also cleaned up some poorly-aligned entries near the top of markdown table
(though it doesn't affect the HTML output either way).
When using the lazy blogger setting to automatically generate menu
entries from section pages, we now recognize section pages that have
content, and use the weight and linktitle configured in the frontmatter.
This way, we can use the lazy blogger automatic generation, and
influence menu order and translations, directly from the frontmatter.
Updates #2974
This commit makes sure that the `.Site.LastChange` is fetched from the latest page modification date.
Previously, this value was fetched from the last page in the default page sort, which may not be the last by date
if weight is set.
Fixes#2909Closes#2910
This fixes the behavior of .Truncated that was introduced with commit
bef496b97e which was later broken. The
desired behavior is that .Truncated would evaluate to false when there
was nothing after the user defined summary marker.
This also adds a simple unit test to ensure that this feature isn't
broken again. The check for content after the user defined summary
marker is done on the raw content instead of the working copy because
some of the markup renderers add elements after the marker, making it
difficult to determine if there is actually any content.
The behavior (evaluating to false when there is no content, just
summary) is also now documented.
The Param method currently assumes that its argument is a single,
distinct, top-level key to look up in the Params map. This enhances the
Param method; it will now also attempt to see if the key can be
interpreted as a nested chain of keys to look up in Params.
Fixes#2598
Add a new rssLimit site configuration option with default of 15. Prior
to this fix, you could create your own RSS feed to override the default
limit of 15, but we still had a hardcoded limit of 50 items set in
`hugolib.renderRSS()`.
With this option in place, the `range first 15 .Data.Pages` logic is no
longer hardcoded into the embedded RSS template.
Because the size of the slice passed to the template is now limited to
rssLimit instead of 50, this commit is a breaking change for sites
with a custom RSS template that expects more than 15 items.
Fixes#3035
Aerobatic.io migrated their Bitbucket hosting plugin and no longer provide
a free tier with a custom domain. This tutorial covers setting up Firebase
to host a Hugo site that was previously hosted on Aerobatic.
Allow all nodes/pages to use date-related OpenGraph meta tags, not
only sites which are using the as-of-yet unfinished .Site.Authors
functionality.
Improve compliance of tags with Facebook's OpenGraph docs for the
"website" and "article" types[0][1]. Also, use the proper tag for
modification date (og:update_time vs article:modified_time).
Generate date published using either .PublishDate or .Date, and use
.Lastmod for modification date, which can use the new enableGitInfo
functionality from Hugo 0.18, but seamlessly falls back to .Date if
the site does not have this enabled/supported.
[0] https://developers.facebook.com/docs/reference/opengraph/object-type/website/
[1] https://developers.facebook.com/docs/reference/opengraph/object-type/article/
I've written a DokuWiki to hugo conversion tool in python to migrate my blog content to Hugo. I hope others will also benefit from it. Feel free to take a look and give some feedback.
Note that this looks like overkill for just the logger, and that is correct,
but this will make sense once we start with the template handling etc.
Updates #2701
This commit adds a truncate template function for safely truncating text without
breaking words. The truncate function is HTML aware, so if the input text is a
template.HTML it will be truncated without leaving broken or unclosed HTML tags.
{{ "this is a very long text" | truncate 10 " ..." }}
{{ "With [Markdown](/markdown) inside." | markdownify | truncate 10 }}
HugoPhotoSwipe is a command line tool to create and manage PhotoSwipe galleries with Hugo. It resizes images for responsive layouts in PhotoSwipe and generates the Markdown necessary for Hugo to create the gallery. I think this can be a useful tool for Hugo users.
The new logic for creating Page objects from old node types
didn't include itself in the translation logic, so
`IsTranslated` returned falsely false for sites with only two languages.
The `AllTranslations` method also returned too few pages in that case.
This commit fixes that.
Fixes#2812
The tutorial for installing on windows didn't mention the exact name of the
hugo executable in windows which is generally hugo_<hugo-version>_windows_<arch>.exe.
The tutorial mentioned the windows executable's name as hugo.exe, which
can be confusing sometimes. So extra information has been added to
rename the executable to hugo.exe which would be easy to use.
Fixes#2656
This commit fixes the base template lookup order to match the behaviour of regular templates.
```
1. <current-path>/<template-name>-baseof.<suffix>, e.g. list-baseof.<suffix>.
2. <current-path>/baseof.<suffix>
3. _default/<template-name>-baseof.<suffix>, e.g. list-baseof.<suffix>.
4. _default/baseof.<suffix>
For each of the steps above, it will first look in the project, then, if theme is set,
in the theme's layouts folder.
```
Fixes#2783
Fix golint warning: hugolib/site.go:922:13: should omit type
*helpers.Language from declaration of var lang; it will be inferred from
the right-hand side
See #2014
There are currently several Params and case related issues floating around in Hugo.
This is very confusing for users and one of the most common support questions on the forum.
And while there have been done some great leg work in Viper etc., this is of limited value since this and similar doesn't work:
`Params.myCamelCasedParam`
Hugo has control over all the template method invocations, and can take care of all the lower-casing of the map lookup keys.
But that doesn't help with direct template lookups of type `Site.Params.TWITTER_CONFIG.USER_ID`.
This commit solves that by doing some carefully crafted modifications of the templates' AST -- lowercasing the params keys.
This is low-level work, but it's not like the template API wil change -- and this is important enough to defend such "bit fiddling".
Tests are added for all the template engines: Go templates, Ace and Amber.
Fixes#2615Fixes#1129Fixes#2590
Some sites, Hugo docs included, have faulty alias definitions that point
to itself or another real page. These will be overwritten in the next step.
This is how it behaves in Hugo 0.17, too.
Updates #2297
This includes removing the error return value from Permalink and RelPermalink.
We ignore that error all over the place, so we might as well remove it.
Updates #2297
To make it easier to follow and understand.
Both building and rebuilding now follow a four step flow:
1. Init
2. Process
3. Assemble
4. Render
And now there are only one Build method, used for both builds and rebuilds.
Updates #2297
There are currently several Params and case related issues floating around in Hugo.
This is very confusing for users and one of the most common support questions on the forum.
And while there have been done some great leg work in Viper etc., this is of limited value since this and similar doesn't work:
`Params.myCamelCasedParam`
Hugo has control over all the template method invocations, and can take care of all the lower-casing of the map lookup keys.
But that doesn't help with direct template lookups of type `Site.Params.TWITTER_CONFIG.USER_ID`.
This commit solves that by doing some carefully crafted modifications of the templates' AST -- lowercasing the params keys.
This is low-level work, but it's not like the template API wil change -- and this is important enough to defend such "bit fiddling".
Tests are added for all the template engines: Go templates, Ace and Amber.
Fixes#2615Fixes#1129Fixes#2590
* Add information about average time, memory consumption and
allocations.
* Fix situation, when user provides memprofile and cpuprofile, but
cpuprofile will not created.
Fixes#2432
Add imageConfig function which calls image.DecodeConfig and returns the height, width and color mode of the image. (#2677)
This allows for more advanced image shortcodes and templates such as those required by AMP.
layouts/shortcodes/amp-img.html
```
{{ $src := .Get "src" }}
{{ $config := imageConfig (printf "/static/%s" $src) }}
<amp-img src="{{$src}}"
height="{{$config.Height}}"
width="{{$config.Width}}"
layout="responsive">
</amp-img>
```
tpl/template_funcs.go:1019:3: the surrounding loop is unconditionally terminated
source/lazy_file_reader.go:66:5: err != nil is always true for all possible
values ([nil:error] != [nil:error])
This commit adds a `GitInfo` object to `Page` if `EnableGitInfo` is set.
It then also sets `Lastmod` for the given `Page` to the author date provided by Git.
The Git integrations should be fairly performant, but it adds "some time" to the build, somewhat depending on the Git history size.
If you want, you can run without during development and turn it on when deploying to the live server: `hugo --enableGitInfo`.
Fixes#2102
changes:
- in hugolib/page.go, `func permalink` and `func TargetPath`
Fixed the attempt to *replace* the extension of something
that was *already* a basename.
- in source/file.go, `func NewFile`
added check for allowed languages before translating filename
Fixes#2555
- removed comma on line 16 to avoid confusion between clauses
- added period to line 24 for consistency
- clarified "read on" on line 30 to follow style above it while
also verbally writing what the author seems to intend
- removed "You probably know what to do." on line 30 due to wordiness
that could lead to confusion and a drag in reading speed
- changed preposition into intended infinitive for syntactical clarity
- removed "easily" as it doesn't describe anything technical and is
confusing (which is why the author may have used a preposition)
All config variables starts with low-case and uses camelCase.
If there is abbreviation at the beginning of the name, the whole
abbreviation will be written in low-case.
If there is abbreviation at the end of the name, the
whole abbreviation will be written in upper-case.
For example, rssURI.
The gain, given the "real sites benchmark" below, is obvious:
```
benchmark old ns/op new ns/op delta
BenchmarkHugo-4 14497594101 13084156335 -9.75%
benchmark old allocs new allocs delta
BenchmarkHugo-4 57404335 48282002 -15.89%
benchmark old bytes new bytes delta
BenchmarkHugo-4 9933505624 9721984424 -2.13%
```
Fixes#2495
Add logging of the errors/warnings which rst2html outputs to its stderr
stream when rendering rst documents. Note that rst2html outputs warnings
and errors to stderr but it also adds them to the generated html. ->
hugo logs everything in stderr as error.
Add / complete adding page context (path to file being rendered) to
anything logged by getRstContent and getAsciidocContent.
See #2570
Also refactor the rendering pages test to accept more than one page source per test run, which wasn't really needed for this issue, but may be in the future.
Closes#2586Fixes#2538
Maps in Viper, Hugo's config backing store, is now properly lower-cased not just on top level, the current situation.
While this is mostly a good thing, as you don't need to know the original casing to look up a value, it will be breaking for people doing direct lookups in the ´Site.Params` map.
We will try to find a solution to this "breakage", but the recommended method to get params values is via the `.Param` methods.
This method is now implemented on `Node`, `Page` and `Site` and is case-insensitive:
* Use `.Param "someKey" ` if you want page param with fall back to site param if not found on page.
* Use `.Site.Param "someKey"` to get a site param
See #2590
This change adds a canonical alias.html template that is used for page
redirects, and passes the page as data to the template under .Page
Fixes#2533Closes#2576
Add DocumentName (path to the file being rendered) to RenderingContext
and use that information to include the path in the error print.
See #2399Closes#2567
Add logging of the errors which asciidoc and asciidoctor output to their
stderr stream when converting asciidoc documents. Note that
asciidoctor's exit code may be SUCCESS even if there are ERROR messages
in its stderr output (tested with Asciidoctor 0.1.4 and 1.5.5).
Therefore log the stderr output whenever it is non-empty.
See #2399
Changes `%q` to `%s`. `%q` was safely escaping the `\` in windows so that it was printing `\\`. Uses `filepath.Join` for example filepath so that the output is OS specific and since this required splitting up the multiline string, it's refactored into a separate function..
Fixes#2401
Organize CSS and Javascript files into directories, separating vendor
source code from home-grown.
Separate new properties and selectors in Bootstrap CSS (already edited
for Hugo) from:
1. Original property values; and
2. Changed property values.
For the home page:
1. Clarify the English text;
2. Add some element names to classes in CSS selectors (to speed loading);
3. Document the Owl Carousel and Highlight.js versions;
4. Add Owl Carousel's license;
5. Restore HTML comments to browser source views;
6. Make the beginning GitHub button transparent on focus (like the others);
7. For the final, colored Twitter and Github buttons:
a. Remove the dotted box on focus; and
b. Color them green on active.
8. To increase (layout/) source readability:
a. Place `class` attributes before `href` attributes;
b. In `class` attributes, place more-specific class names before
less-specific; and
c. Comment the beginnings and ends of Bootstrap rows.
9. To increase understandability during development:
a. Document the meaning of CSS file, `HPstyles` by renaming it to
`home-page-style`;
b. Move inline styling to CSS stylesheets;
c. Separate @media queries to a file;
d. Separate the inline Owl Carousel custom Javascript to a file;
e. Use regular Owl Carousel CSS files instead of minified ones; and
f. Rename the wide, landscape desk background image filename from
`desk-long` to `desk-wide`.
* Make the type/var names more specific. They live in the test namespace, but there are other tests there.
* Camel case variable
* Small change suggested by Golint
There were some breaking changes etc. that is too late to fix for 0.17.
Let us think this through and add proper author support for Hugo 0.18.
Fixes#2464
Revert "docs: Add documentation for author profiles"
This reverts commit b6673e5309.
Revert "Add First Class Author Support"
This reverts commit cf978c0649.
This avoids having to execute these expensive operations for sites not using these values.
This commit sums up a set of wordcounting and autosummary related performance improvements.
The effect of these kind of depends on what features your site use, but a benchmark from 4 Hugo sites in the wild shows promise:
```
benchmark old ns/op new ns/op delta
BenchmarkHugo-4 21293005843 20032857342 -5.92%
benchmark old allocs new allocs delta
BenchmarkHugo-4 65290922 65186032 -0.16%
benchmark old bytes new bytes delta
BenchmarkHugo-4 9771213416 9681866464 -0.91%
```
Closes#2378
It is obviously more efficient when we do not care about the actual words.
```
BenchmarkTotalWords-4 100000 18795 ns/op 0 B/op 0 allocs/op
BenchmarkTotalWordsOld-4 30000 46751 ns/op 6400 B/op 1 allocs/op
```
For people using autogenerated summaries, this is one of the hot spots in the memory department.
We don't need to split al the content into words to do proper summary truncation.
This is obviously more effective:
```
BenchmarkTestTruncateWordsToWholeSentence-4 300000 4720 ns/op 0 B/op 0 allocs/op
BenchmarkTestTruncateWordsToWholeSentenceOld-4 100000 17699 ns/op 3072 B/op 3 allocs/op
```
Hugo 0.16 announced support for symbolic links for the root folders, /content, /static etc., but this got broken pretty fast.
The main problem this commit tries to solve is the matching of file change events to "what changed".
An example:
ContentDir: /mysites/site/content where /mysites/site/content is a symlink to /mycontent
/mycontent:
/mypost1.md
/post/mypost2.md
* A change to mypost1.md (on OS X) will trigger a file change event with name "/mycontent/mypost1.md"
* A change to mypost2.md gives event with name "/mysites/site/content/mypost2.md"
The first change will not trigger a correct update of Hugo before this commit. This commit fixes this by doing a two-step check:
1. Check if "/mysites/site/content/mypost2.md" is within /mysites/site/content
2. Check if "/mysites/site/content/mypost2.md" is within the real path that /mysites/site/content points to
Fixes#2265Closes#2273
Atomic operations with 64 bit values must be aligned for 64-bit on x86-32.
According to the spec:
"The first word in a global variable or in an allocated struct or slice can be relied upon to be 64-bit aligned."
The above wasn't enough for the `paginationPageCount` on `SiteInfo`, maybe due to how `SiteInfo` is embedded.
This commit adds a 4 byte padding before the `uint64` that creates the correct alignment.
Fixes#2415
This is the nth attempt to fix an issue by changing the placeholder token pattern, but
now we actually have tests for all the historic trouble cases.
Fixes#2223
So the Permalink gets correct when listing translations.
I have also checked the other relevant places to make sure we do not overwrite node values we need later.
Pointers can be tricky, but lesson learned is: A copy is cheap.
Updates #2309
For people having trouble building this.
Now `hugo version` should print something like:
```
Hugo Static Site Generator v0.17-MULTILINGUAL BuildDate: 2016-08-10T08:20:36+02:00
```
In a multi-language setup, before this commit the Node's Translations() method
would return some "dummy nodes" that would point to the correct page (Permalink),
but would not be the same as the node it points to -- it would not have the translated
title etc.
The node creation is, however, so mingled with rendering, whihc is too early to have any global state,
so the nodes has to be split in a prepare and a render phase. This commits does that with as small
a change as possible. This implementation is a temp solution until we fix#2297.
Updates #2309
* Fall back to default language on missing translation file
* Add a i18n-warnings build flag
* If that flag is set, print a parseable and greppable string on missing translation strings
See #2303
The current "rendering language" is needed outside of Site. This commit moves the Language type to the helpers package, and then used to get correct correct language configuration in the markdownify template func.
This commit also adds two new template funcs: relLangURL and absLangURL.
See #2309
This is needed to verify #2309, but it closes a big hole in Hugo's automated tests.
The loading of the config is now moved to `hugolib` and the same default settings are now used
in production and tests.
As Viper now uses Afero as its filesystem, we now can write fairly complete integration tests with ease.
See #2309
And in the same go adjusted some minor parts of the language API:
Add LanguagePrefix alias to Node and rename the Multilingual config section to Languages.
See #2309
This is needed to make shortcode users happy with the new multilanguage support,
but it will also solve many other related posts about "stuff not available in the shortcode".
We will have to revisit this re the handler chain at some point, but that will be easier
now as the integration test story has improved so much.
As part of this commit, the site-building tests in page_test.go is refreshed, they now
tests for all the rendering engines (when available), and all of them now uses the
same code-path as used in production.
Fixes#1229Fixes#2323
Fixes ##1076
Work In Progress!
This commit makes a rework of the build and rebuild process to better suit a multi-site setup.
This also includes a complete overhaul of the site tests. Previous these were a messy mix that
were testing just small parts of the build chain, some of it testing code-paths not even used in
"real life". Now all tests that depends on a built site follows the same and real production code path.
See #2309Closes#2211Closes#477Closes#1744
This commit also consolidates URLs on Node vs Page, so now .Permalink should be interoperable.
Note that this implementations should be fairly short-livded, waiting for #2297, but the API should be stable.
Setting the language to use when loading the language bundles just doesn't work.
The template system is unfortanetely a global, and the last languate processed won ...
And a Hugo global variable which contains the site under build.
This is really needed to get some level of control of the "multiple languages" in play.
There are still work related to this scattered around, but that will come.
With this commit, the multilingual feature is starting to work.
Implements:
* support to render:
* content/post/whatever.en.md to /en/2015/12/22/whatever/index.html
* content/post/whatever.fr.md to /fr/2015/12/22/whatever/index.html
* gets enabled when `Multilingual:` is specified in config.
* support having language switchers in templates, that know
where the translated page is (with .Page.Translations)
(when you're on /en/about/, you can have a "Francais" link pointing to
/fr/a-propos/)
* all translations are in the `.Page.Translations` map, including the current one.
* easily tweak themes to support Multilingual mode
* renders in a single swift, no need for two config files.
Adds a couple of variables useful for multilingual sites
Adds documentation (content/multilingual.md)
Added language prefixing for all URL generation/permalinking see in the
code base.
Implements i18n. Leverages the great github.com/nicksnyder/go-i18n lib.. thanks Nick.
* Adds "i18n" and "T" template functions..
Highlight.js has evolved quite a bit since it this doc was written. Updating the example to the latest 9.6 version of Highlight JS hosted by cloudflare
Hugo seems to ignore the meminterval I specify and always uses it's default of 100ms.
This seems to be because Hugo tries to take the meminterval from the command line
(an Int) and converts it to a String and passes it to time.ParseDuration. If you pass a
different meminterval (such as `1000` as above) it will fail (time.ParseDuration requires
some units) and use the default instead.
Changed `meminterval` to be a String and added better documentation for valid time units.
Resolves: #2325
On 4679fbee41, rebuild was disabled on
CHMOD filesystem events, but the code is overly aggressive.
In some situations, specially with older Mac's (using a Late 2008
Macbook), the events we receive might be aggregated. On my
particular laptop, I get this events:
INFO: 2016/07/26 18:08:51 hugo.go:737: Received System Events: ["<path>": WRITE|CHMOD]
These events are ignored because the code only checks for Chmod. This
commit fixes this by checking that the event is also not a Write or Create.
Related to #1587.
i.e., "The PATH entry should be the folder where Hugo lives, not the binary."
Fixes#2280.
Also fix a rendering issue with list entries that consist of multiple
paragraphs by using four spaces instead of two. Special thanks to
@shurcooL for the insight! (Fixes#2285)
Also made a few minor formatting tweaks.
These functions allow trivial escaping and unescaping of HTML entities,
and make it far easier to compose other functions for the creation of
parameterised URLs.
We have to figure out another way. There are perfectly valid reasons not having a layout for a page (I have have some broken sites as result of this).
See #1313
This reverts commit b15934008f.
Add logic to tpl.humanize such that it understands input of int literals
or strings which represent an integer. When tpl.humanize sees this type
of input, it will use inflect.Ordinalize as opposed to the standard
inflect.Humanize.
Fixes#1886
The query function will take a set of parameters specified like a dict and return a url.Values object which can be .Encode'd into a query string.
Example:
<a href="http://www.google.com?{{ (querify "q" "test" "page" 3).Encode | safeHTML }}">Search</a>
Returns:
<a href="http://www.google.com?page=3&q=test">Search</a>
Closes#2257
If hugo server is run on port 80 or 443, LiveReload does not
correctly bind to the same port, instead using port 35729.
This commit adds functionality to inform LiveReload of the
correct port to bind to.
See https://github.com/livereload/livereload-js/issues/16
Partially contributed by Jeff Minard (@chuyskywalker).
Fixes#2205
The install tutorial instructed users to rename the *.exe file to
hugo.exe because it used to have a big long name.
In Hugo 0.16 the file is already named hugo.exe, so the tutorial
made no sense on that point. Edited out those instructions.
Refactor the contribution guidelines in the README and CONTRIBUTING
files.
Simplify the contribution guide in the README and move most of the
complex stuff into CONTRIBUTING.
Add an explicit commit message guidelines section to CONTRIBUTING. Keep
all of the guidelines from Chris Beams except for the 72 character line
limit (we don't follow that, nor does the Go team). Add three new
guidelines: package prefix in subject, references in body, and
encouragement of message body in general.
Add a new section to CONTRIBUTING on using Git Remotes.
This issue was introduced as a fix to shortcode not working in RST.
One could argue that Blackfriday and friends should handle `#` in titles, but that will be a discussion
for another day.
The new placeholder pattern should be RST safe and work with titles.
And now with a test so this doesn't break again.
Fixes#2192Fixes#2209Closes#2210
A couple of internal links use `#toc_4` to attempt to locate a document
element within another document page. In both of these instances, there
is no element on the linked to pages with the id `#toc_4`. This commit
updates those links with the document elements which were the original
intended links, meaning these links now take you directly to the
intended element.
Signed-off-by: mattjmcnaughton <mattjmcnaughton@gmail.com>
Returns true if a given field value that is a slice / array of strings, integers or floats contains elements in common with the matching value. It follows the same rules as the intersect function.
Closes#1945
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
The procedure Start button --> Settings --> About was missing a step. Corrected it to: Start --> Settings --> System --> About. Also replaced ASCII arrows (-->) with Unicode right arrow character (U+2192).
If Page.Markup was not set by the user, it will now be set after
guessing from the file extension. This means, Page.Markup will be set in
any case. It can be used by a theme to differentiate between markup
types.
Fixes#1950
We should get some new ones in there.
Also shuffle the order. This also means no merging into 0.15-docs ...
Which also means we should get a release out there ... soon!
See #2055
Also See https://github.com/BurntSushi/toml/issues/129 for an explanation to the little bit ugly dates.
Meny people, including me, have a custom robots.txt in static.
Also remove that option from the command line; it doesn't feel
important enough.
Fixes ##2049
This disables highlighting for fenced code blocks without explicitly specified language. It also introduces a new `PygmentsCodeFencesGuessSyntax` config option (defaulting to false).
To enable syntax guessing again, add the following to your config file: `PygmentsCodeFencesGuessSyntax = true`
This is a breaking change.
While sorting on data sources with missing fields, a panic can occur in
pairList.Less if `Interface()` is called on a invalid `reflect.Value`.
This commit detects an invalid Value and replacing it with a zero value
for the comparison.
This also includes a refactor of the hugofs package and its usage.
The motivation for that is:
The Afero filesystems are brilliant. Hugo's way of adding a dozen of global variables for the different filesystems was a mistake. In readFile (and also in some other places in Hugo today) we need a way to restrict the access inside the working dir. We could use ioutil.ReadFile and implement the path checking, checking the base path and the dots ("..") etc. But it is obviously better to use an Afero BasePathFs combined witha ReadOnlyFs. We could create a use-once-filesystem and handle the initialization ourselves, but since this is also useful to others and the initialization depends on some other global state (which would mean to create a new file system on every invocation), we might as well do it properly and encapsulate the predefined set of filesystems. This change also leads the way, if needed, to encapsulate the file systems in a struct, making it possible to have several file system sets in action at once (parallel multilanguage site building? With Moore's law and all...)
Fixes#1551
It is a fairly costly operation:
```
benchmark old ns/op new ns/op delta
BenchmarkScratchGet-4 109 31.6 -71.01%
benchmark old allocs new allocs delta
BenchmarkScratchGet-4 0 0 +0.00%
benchmark old bytes new bytes delta
BenchmarkScratchGet-4 0 0 +0.00%
´´´
Add some helpful tasks to the Makefile to make it easier to test code quality
prior to committing. Use `make check` to run the standard checks. As of now,
the cyclo and lint tasks are not part of the standard checks since Hugo doesn't
pass those checks.
To strip away any HTML. May be useful for the .Title in head etc.
People may shoot themself in the foot with this, maybe ...
The replacement function is pretty fast.
NewContent is refactored to use the afero.Fs interface that should allow
full testing. This commit also pulls the metadata creation logic out of
NewContent and into a separate function to decrease the cyclomatic
complexity of NewContent.
The `intersect` function uses `in` to avoid adding duplicates to the
resulting set. We were passing `reflect.Value` items when we should
have been using `Value.Interface()` to send the actual data structure.
This fixes that.
See #1952
- updated the instructions to account for Windows 10 path editor
- linked to third-party editors for pre-10 Windows
- separated instructions for technical and non-technical users changed
D drive paths to C drive since D is the default optical drive on most
Windows systems
- cut the assumption about 64-bit Windows since 32-bit binary is also available
- cut the assumption about command line since we're giving GUI instructions
to non-technical users
- cut a bug in the doc where we had people typing D: at the command prompt
*after* submitting `cd D:\Hugo\Sites.` Recommend snipping 386 and AMD from
ZIP file names, since they don't add useful info and will just confuse novices.
This uses the Emoji map from https://github.com/kyokomi/emoji -- but with a custom replacement implementation.
The built-in are fine for most use cases, but in Hugo we do care about pure speed.
The benchmarks below are skewed in Hugo's direction as the source and result is a byte slice,
Kyokomi's implementation works best with strings.
Curious: The easy-to-use `strings.Replacer` is also plenty fast.
```
BenchmarkEmojiKyokomiFprint-4 20000 86038 ns/op 33960 B/op 117 allocs/op
BenchmarkEmojiKyokomiSprint-4 20000 83252 ns/op 38232 B/op 122 allocs/op
BenchmarkEmojiStringsReplacer-4 100000 21092 ns/op 17248 B/op 25 allocs/op
BenchmarkHugoEmoji-4 500000 5728 ns/op 624 B/op 13 allocs/op
```
Fixes#1891
This commit adds a custom index template function that deviates from the stdlib
simply by not returning an "index out of range" error if an array, slice or
string index is out of range. Instead, we just return nil values. This should
help make the new default function more useful for Hugo users.
Fixes#1949
This commit fixes a few things:
1. `given` is now a variadic parameter so that piping works properly
2. add separate template tests to make sure piping works
3. support time values
4. add more tests of the dfault function
Hugo has been confirmed which runs on Golang 1.6, as travis uses 1.6
vesion. Dockerfile must be consistend with it so it has to use golang:1.6
as base image than golang:1.5
We can of course skip reading the entire byte slice again and again.
This was a slip in the original implementation; functionally the same,
but is slightly faster, esp. for larger data sets with many shortcodes:
```
benchmark old ns/op new ns/op delta
BenchmarkReplaceShortcodeTokens-4 15505 14753 -4.85%
benchmark old allocs new allocs delta
BenchmarkReplaceShortcodeTokens-4 1 1 +0.00%
benchmark old bytes new bytes delta
BenchmarkReplaceShortcodeTokens-4 3072 3072 +0.00%
```
The original image was 2055px × 1252px, which was oversized
and did not fit the required dimension of 600px × 400px
(3:2 aspect ratio).
To fix, the image was cropped and resized to the required dimension,
and was further optimized:
$ pngquant --nofs -v --speed 1 --quality 65-80 shelan-tn.png
$ optipng -o7 -zm1-9 shelan-tn-or8.png
$ mv shelan-tn-or8.png shelan-tn.png
reducing its filesize from 334125 bytes to 26929 bytes.
See #1831
The common is the `where` func and this:
```
panic: reflect: call of reflect.Value.Type on zero Value [recovered]
panic: reflect: call of reflect.Value.Type on zero Value
```
There is no good reason to export all the template funcs:
* They're not used outside the templates.
* If usable in other packages, they should be moved (to helpers?)
* They create too broad an interface;
users of the tpl package don't see the forest for all the trees.
Add humanize (inflect.Humanize) to the template funcMap. Documentation and
tests are included.
Various code cleanups of the template funcs:
- Break pluralize and singularize out into stand-alone funcs.
- Sort the list of funcMap entries.
- Add some minimal godoc comments to all public funcs.
- Fix some issues found by golint and grind.
Started to increase coverage in helpers package, now at 74.9% of statements.
In the process, also a few minor changes have been applied to content.go.
* Content.go has undergone a formatting refactor regarding comments
* Unused function TruncateWords has been removed
* RenderingContext's "mmark" has been changed to use MmarkRender
* Content_test.go added to cover content.go's functionality
Site.ReadPagesFromSource returns nil chan error value when a site
content directory is empty but its receiver expects to be passed
something error values via the channel.
This fixes it by returning a channel which will be immediately closed.
Fix#1797
Fixed a path in a Page Params example to reflect real directory
structure, removed extra quotes from sample code, and fixed link to
Archetypes which read "cross-references" before.
See #1805
Expanded on the use of Page Params in the templates/variables.md
documentation. Added sample code for something that keeps coming up on
discuss.github.io
See #1772
Also, force DisableLiveReload to true when running "hugo --watch"
(build-only non-server mode) to prevent livereload.ForceRefresh(),
which would end up blocking watchConfig() forever, from being called
because livereload.Initialize() is never called in this case.
This fixes the bug where "hugo --watch" could only reload config.toml
once before it gets stuck for good at livereload.ForceRefresh().
This is also consistent with Hugo's existing behaviour:
Non-server "hugo --watch" has never injected livereload.js
since the inception of the "watch" feature in Hugo v0.12.
This fixes a exported field check condition in a way described at Go
issue https://golang.org/issue/12367
According to the issue comments, this fix should be safe under Go 1.6.
Remind user to always run "brew update" first in order to avoid
repeated bug reports from users who didn't do that.
See #824, #1067, #1537, #1633 and #1749
Update on the watcher copy static to copy only the
changed files and add an flag forceSyncStatic to
copy all statics always a static is changed
See #1644#1559
- Upgrade Bootswatch Yeti theme (3.2.0+3 → to 3.3.6)
- Upgrade Font Awesome (4.2.0 → 4.5.0)
- Upgrade jQuery (1.11.1 → 1.11.3)
Also keep the upstream filenames, e.g. bootstrap.min.css rather than
bootstrap.css for the minified CSS, and jquery-1.11.3.min.js rather than
jquery.js for the minified jQuery.
with the following added languages in anticipation of document expansion:
apache dockerfile dos less php powershell python tex yaml
To reproduce docs/static/js/highlight.pack.js on Debian/Ubuntu:
$ sudo apt-get install nodejs npm
$ wget https://github.com/isagalaev/highlight.js/archive/9.0.0.tar.gz
$ tar xzf 9.0.0.tar.gz
$ cd highlight.js-9.0.0/
$ npm install
$ nodejs tools/build.js markdown asciidoc xml css javascript \
ini yaml json go bash diff dockerfile dos powershell makefile \
apache nginx tex http php python ruby django haml handlebars \
scss less coffeescript
Then, copy the resulting build/highlight.pack.js as well as
src/styles/monokai-sublime.css to the appropriate Hugo docs directories.
because our bootstrap-theme.css was originally a customized
core bootstrap.css file from Bootstrap v3.0.0.
This rename helps to avoid confusion with Bootstrap’s official
bootstrap-theme.css files.
The GitHub octicons fonts, which, in our case, came with GitHub:buttons,
are not actually used on gohugo.io. Rather, the icons inside the GitHub
buttons are actually glyphs from Font Awesome.
The GitHub:buttons JavaScript code docs/static/js/buttons.js
from https://github.com/ntkme/github-buttons was referenced
in docs/layouts/partials/footer.html but never used.
Apparently, the actual code for the GitHub buttons on the upper-left
corner of gohugo.io documentation was written by @spf13 in
docs/static/js/scripts.js.
especially when the given `--source` path is a relative directory.
Also, when `--source` is specified, make WorkingDir an absolute path
from the very beginning, to be consistent with the case when `--source`
is not given. Otherwise, the function name helpers.AbsPathify(), which
prepends WorkingDir to a relative path, does not really make sense.
Fixes#1721
v0.15 had it, but I removed it inadvertently for 0.16-DEV
in commit 00d04774 in PR #1652.
Also add directory bash-completion for `--source`
for `hugo convert`, `hugo list` and `hugo new`.
See #1624, #1589
`where` template function's internal condition check function doesn't
check boolean values and always returns `false` silently.
This adds missing boolean value comparison to the function.
`where Values ".Param.key" true` like clause can be used.
Only "=", "==", "eq", "!=", "<>", "ne" operators are allowed to be used
with a boolean value. If an other operator is passed with it, the
condition check function returns `false` like before.
The crash was introduced by commit 00d04774 in PR #1652
where access to NoTimes was attempted even though --noTimes
was not defined for the config, check and benchmark commands.
Special thanks to @bep for the heads-up!
See also #1624 - CLI UX: Flags shouldn't be global
This is to ensure that only the relevant command-line flags
for a certain Hugo subcommand is shown to the end user,
reducing clutter and improving user experience.
Fixes#1624 - CLI UX: Flags shouldn't be global
The `gh` shortcode has two modes: users and issues. For user mode, pass a list
of `@username` arguments. For the issues/PR mode, pass a list of issue or PR
numbers. PRs link to the "issues/" URL since Github redirects to the correct
URL.
Thanks to @ryanclarke for suggesting an improved template.
Cobra, the CLI commander in use in Hugo, has some long awaited improvements in the error handling department.
This enables a more centralized error handling approach.
This commit introduces that by changing all the command funcs to `RunE`:
* The core part of the error logging, usage logging and `os.Exit(-1)` is now performed in one place and that one place only.
* The usage text is now only shown on invalid arguments etc. (user errors)
Fixes#1502
Hugo command provides "noTimes" flag but it doesn't affect synced files
timestamp regardless of whether the flag is specified or not.
This fixes it by adding a flag check and overwriting configuration if it
is specified.
Fix#1583
Hugo command doesn't copy site's "static" directory files to "public"
directory if a specified theme doesn't have "static" directory because
theme's "static" directory checking always returns an error.
This fixes it by just showing a warning message about theme's "static"
directory absence and not skipping following processes.
Fix#1655
Also add a note saying that these blackfriday flags are
very case-sensitive as of Hugo v0.15.
Thanks to @ryanclarke for noticing the change in behaviour.
See also spf13/hugo@5838420
It would be helpful to know whether a shortcode was called with positional or
named parameters. This commit adds a boolean `IsNamedParams` property to the
`ShortcodeWithPage` struct.
using pngquant and OptiPNG. Result:
arresteddevops-tn.png 154734 bytes → 47184 bytes
maximeguitare-tn.png 95571 bytes → 24183 bytes
ridingbytes-tn.png 262222 bytes → 66491 bytes
And a small one to an even smaller one too:
goin5minutes-tn.png 26220 bytes → 9297 bytes
Write and rename operations are often followed by CHMOD.
There may be valid use cases for rebuilding the site on CHMOD,
but that will require more complex logic than this simple conditional.
On OS X this seems to be related to Spotlight, see:
https://github.com/go-fsnotify/fsnotify/issues/15
A workaround is to put your site(s) on the Spotlight exception list,
but that may be a little mysterious for most end users.
So, for now, we skip reload on CHMOD.
This small commit will be a 100% improvement for most OS X-users.
Fixes#1587
Currently a `[]byte` copy is returned. In most cases this is the safe thing to do, but we should just modify/grow the slice as needed.
This is faster and consumes less memory:
```
benchmark old ns/op new ns/op delta
BenchmarkReplaceShortcodeTokens-4 7350 4419 -39.88%
benchmark old allocs new allocs delta
BenchmarkReplaceShortcodeTokens-4 5 1 -80.00%
benchmark old bytes new bytes delta
BenchmarkReplaceShortcodeTokens-4 4816 1152 -76.08%
```
This commit is aso a small spring cleaning of duplicated code in the different `PageConvert` methods.
Fixes#1516
Page.GroupByParam function internally uses Page.GetParam to get a
parameter value for a key of a page group but now Page.GetParam returns
a lowercase character string every time. It has no need to using
lowercase character string as a group key value and it confuse a
function user.
This fixes it to keep and return an original parameter string as a group
key value.
Fix#1564
Prevent some frequently occurring problems
* Ensure version number is between quotes
* Ensure git and SSH are installed for the deployment step
* Focus extra attention on the wercker.yml verification site
To allow the end users to disable any form of smart dashes
(LaTeX-style or not) while keeping the rest of Blackfriday
SmartyPants features.
Depends on https://github.com/russross/blackfriday/pull/190
"Add HTML_SMARTYPANTS_DASHES for toggling smart dashes"
to be accepted by Blackfriday developers.
All-around improvements to the README.
Each sentence now gets its own line to eliminate ultra-long lines in the
source (expect in bullet points--separating a bullet point into multiple
lines looks weird and decreases readability).
HTTPS links are now preferred to HTTP links and used where applicable.
Link to Mercurial's website corrected to www.mercurial-scm.org
Link to Hugo's docs is now accessible with [Hugo Documentatio][] since
it is used more than once in the README.
Multiline code blocks are now fenced rather than indented and include
syntax highlighting.
If flag is passed the site will be created inside non-empty folder
only if there are no existent folders or config with the same name
hugo creates.
Resolves: #1163
The lack of the directory would be worth to warn, since the directory is
created by "huge new site". But it doesn't have to fail the build.
This change fixes#759.
Inserts a code tag into Pygments output with the language-info that is present when using client-side highlighting (useful for CSS hooks)
```html
<code class="language-go" data-lang="go">
```
closes#1490
* add global `hasCJKLanguage` flag, if true, turn on auto-detecting CJKLanguage
* add `isCJKLanguage` frontmatter to force specify whether is CJKLanguage or not
* For .Summary: If isCJKLanguage is true, use the runes as basis for truncation, else keep as today.
* For WordCount: If isCJKLanguage is true, use the runes as basis for calculation, else keep as today.
* Unexport RuneCount
Fixes#1377
usage: hugo import jekyll jekyll_root_path target_path
Implemented:
* Create new hugo site
* Create config.yaml
* Convert all markdown contents.
* Copy all other files and folders to static
Fixes#101
Add validation before creating aliases:
* Prevent creating aliases outside webroot (public/ dir)
* Skip empty "" alias
* Skip "/" → "/index.html", which gets overwritten anyway
* Refuse to create Windows-invalid filenames on Windows;
warn on other platforms
* In case of invalid aliases, after skipping them,
return `err = nil` to prevent the error passing up
all the way to `hugolib.Render()` and causing Hugo to abort.
* Update alias tests.
Fixes#701: Add support for alias with whitespace
Fixes#1418: Add validation for alias
It currently handles --baseUrl to --baseURL, and --uglyUrls to --uglyURLs.
Special thanks to Eric Paris (@eparis) for writing the
"normalized name" support in Cobra, and for showing us
how it is used in Kubernetes.
See Issue #959
Increases clarity on the different between `section` and `type`.
The current `section` information here is wrong (sections can *not* be specified in front matter). This caused quite the headache. This change fixes this and also adds `type`, since it *can* be specified in front matter.
A new "published" setting that is the opposite of "draft" is added and
left intentionally undocumented.
This setting comes from jekyll and eases the transition to hugo
greatly. We leave it undocumented so that folks don't rely on it, but
also don't shoot themselves in the foot during a jekyll migration.
The foot-shooting occurs if they have only a few documents that were
drafts ("published: false") in the jekyll version of their site and
don't notice that they were published in the migration to hugo.
Simple ioutil.ReadFile is used for reading file contents but it reads
all of the file contents and copies them into the memory and is run in a
single goroutine. It causes much memory consumption at copying media
files in content directory to publish directory and it is not good at
performance.
This improves the both issue by replacing ReadFile with LazyFileReader.
It postpones reading the file contents until it is really needed. As the
result, actual file read is run in parallelized goroutine. It improves
performance especially in a really big site.
In addition, if this reader is called from io.Copy, it does not copy the
file contents into the memory but just copies them into destination
file. It improves much memory consumption issue when the site has many
media files.
Fix#1181
LazyFileReader is an io.Reader implementation to postpone reading the
file contents until it is really needed. It is introduced for improving
performance and memory consumption at reading media files in content
directory.
As of 2015-08-16, Viper no longer searches the CWD
for config file by default to avoid unintended surprises,
but Hugo relies on the original behaviour.
Fixed by calling
viper.AddConfigPath(".")
at the appropriate place.
See https://github.com/spf13/viper/issues/73 for more information.
Fixes#1363
Some of the thumbnails in Showcase were out of place
because of several irregularly sized thumbnails,
and some of them almost 300KB in filesize.
Resize them all to 600x400 (pixels), and use the `-tn.png`
suffix.
When necessary, the website snapshot is re-captured using
gnome-web-photo. Then, the following commands (or a combination
thereof) are used to crop and resize the image into a thumbnail,
and to reduce its filesize:
$ convert example.png -crop 900x600+0+0 \
-filter Lanczos2Sharp -distort Resize 600x400 \
example-tn.png
$ pngquant --nofs -v --speed 1 --quality 65-80 example-tn.png
$ optipng -o7 -zm1-9 example-tn-or8.png
$ mv example-tn-or8.png example-tn.png
To prevent "Showcase" from becoming "Showcases",
also to have the RSS feed display correct titles,
i.e. "Showcase on gohugo.io" rather than "Showcase on ".
As Hugo now supports more formats thanks to the new "external helpers"
feature recently introduced, and as requested by some people, I added
some lines in the doc:
* basically confirming it actually exists
* how to use it
'sort' template function used to accept only each element's struct field
name, method name and map key name as its second argument. This extends
it to accept a field/method/key chaining key string like
'Params.foo.bar' as the argument. It evaluates sub elements of each
array or map elements and sorts by them.
Typical use case would be sorting pages by user defined front matter
value. For example, sorting pages by 'Params.foo.bar' is possible by
writing the following template code
{{ range sort .Data.Pages "Params.foo.bar" }}
{{ .Content }}
{{ end }}
It ignores all leading and trailing dots so "Params.foo.bar" can be
written in ".Params.foo.bar"
This also fixes the issue that 'sort' cannot evaluate a pointer value.
Fix#1330
sort template function returns `[]interface{}` type slice value
regardless of its original element type.
This fixes it to keep the original element type. For example, if it
sorts `map[string]int` type value, it returns `[]int` slice value
instead of `[]interface{}` slice value.
When a YAML/TOML's delimiter character sequence is included in a
frontmatter string, parser mistakes it as a delimiter. This fixes it by
checking a character right before the delimiter sequence is '\n' or it
is the beginning of the frontmatter.
Fix#1320
This simplifies the retrieval of the HTML (no more need to extract the
part within body) and also removes the unwanted "Last Updated" part in
the article.
- Add a step to Contributor instructions for those modifying commands
- Change forum link to http (https does not work)
- Add "Sign the forum release thread" to contributor instructions
The custom sort functions used from the templates had some subtle data race- and related issues,
especially when used in the single page template.
This commit fixes this by making copies and protect the read and writes with a RWMutex.
The results are cached (it will typically be invoked *number of pages* times with exactly the same data).
This is, not surprisingly, also faster:
```
benchmark old ns/op new ns/op delta
BenchmarkSortByWeightAndReverse 14228 491 -96.55%
benchmark old allocs new allocs delta
BenchmarkSortByWeightAndReverse 1 0 -100.00%
benchmark old bytes new bytes delta
BenchmarkSortByWeightAndReverse 32 0 -100.00%
```
Fixes#1293
The documentation for the RSS templating is a little unclear.
http://gohugo.io/templates/rss/
Some users may attempt to look for a ```__internal``` directory rather than assume that's the aforementioned "Hugo own template."
Here's my suggestion.
This commit adds a new PygmentsCodeFences config option (default false), which if true will allow GitHub style backtick code fences around code, which will then be rendered by Pygments.
For example:
``` language
your code
```
can be used instead of {{< highlight language >}}your code {{< /highlight >}}.
Fixes#362
Previously if no language was specified, then illegal args would be passed to pygments, for example `pygments -l -fhtml`, which would result in pygments printing an error.
I could be wrong here, but it looks to me like .Site.Social.facebook is used in tpl/template_embedded.go, but the variable is never set. I've added a line to initializeSiteInfo to map the info from config into this variable.
In particular, RawContent() excludes the metadata header.
This is necessary in the use case of embedding remarkjs.com slides, as it needs
the unprocessed Markdown content to generate the slides.
`where` template function's internal condition check function always
returns `false` when a target value doesn't exist or it's nil value but
this behavior makes it difficult to filter values which doesn't have a
particular parameter.
To solve it, this adds nil value comparison to the function.
`where Values ".Param.key" nil` like clause can be used for the case
above.
Only "=", "==", "eq", "!=", "<>", "ne" operators are allowed to be used
with `nil`. If an other operator is passed with `nil`, the condition
check function returns `false` like before.
Fix#1232
There have been some changes to the ´helpers.GetThemesDirPath()´ so it now returns an empty string when no theme.
This is correct, but it broke the watch service (at lest on OSX), as `strings.HasPrefix("", "somestring") evaluates to true somehow, and content changes are incorrectly branded as static.
There are other issues in there, but that will come later ...
See #1236
Reduce duplication (`x + FilePathSeparator + y` a few lines away from `filepath.Join(x, y)`) and add a `GetThemeDir()` function to get the current theme's directory.
Also add a comment complaining about the `GetThemesDirPath()` function, which doesn't seem to do what its name would suggest. This might be a candidate for deprecation?
Even as a copy at the end is needed, this consumes way less memory on Go 1.4.2:
```benchmark old ns/op new ns/op delta
BenchmarkParsePage 145979 139964 -4.12%
BenchmarkReplaceShortcodeTokens 633574 631946 -0.26%
BenchmarkShortcodeLexer 195842 187938 -4.04%
benchmark old allocs new allocs delta
BenchmarkParsePage 87 87 +0.00%
BenchmarkReplaceShortcodeTokens 9424 9415 -0.10%
BenchmarkShortcodeLexer 274 274 +0.00%
benchmark old bytes new bytes delta
BenchmarkParsePage 141830 141830 +0.00%
BenchmarkReplaceShortcodeTokens 35219 25385 -27.92%
BenchmarkShortcodeLexer 30178 30177 -0.00%
```
See #1148
This commit replaces the regexp driven `replaceShortcodeTokens` with a handwritten one.
It wasnt't possible to handle the p-tags case without breaking performance.
This fix actually improves in that area:
```
benchmark old ns/op new ns/op delta
BenchmarkParsePage 142738 142667 -0.05%
BenchmarkReplaceShortcodeTokens 665590 575645 -13.51%
BenchmarkShortcodeLexer 176038 181074 +2.86%
benchmark old allocs new allocs delta
BenchmarkParsePage 87 87 +0.00%
BenchmarkReplaceShortcodeTokens 9631 9424 -2.15%
BenchmarkShortcodeLexer 274 274 +0.00%
benchmark old bytes new bytes delta
BenchmarkParsePage 141830 141830 +0.00%
BenchmarkReplaceShortcodeTokens 52275 35219 -32.63%
BenchmarkShortcodeLexer 30177 30178 +0.00%
```
Fixes#1148
Where `first` will return the first N items of a rangeable list,
`after` will return all items after the Nth item.
This allows the user to do something with the first N items and
something different with the remaining items after N.
`substr` template function takes one or two range arguments. Both
arguments must be int type values but if it is used with a calclation
function e.g. `add`, `len` etc, it causes a wrong type error.
This fixes the issue to allow the function to take other integer type
variant like `int64` etc.
This also includes a small fix on no range argument case.
Fix#1190
The following inside `config.toml` will ignore files ending with `.foo` and `.boo`.
```
watchIgnoreFiles = [ "\\.foo$", "\\.boo$" ]
```
The above is is a list of Reqular Expressions, but note the escaping of the `\` to make TOML happy.
Fixes#1189
Before this commit, taxonomy names were hyphenated, lower-cased and normalized -- then fixed and titleized on the archive page.
So what you entered in the front matter isn't necessarily what you got in the final site.
To preserve backwards compability, `PreserveTaxonomyNames` is default `false`.
Setting it to `true` will preserve what you type (the first characters is made toupper for titles), but normalized in URLs.
This also means that, if you manually construct URLs to the archive pages, you will have to pass the Taxonomy names through the `urlize` func.
Fixes#1180
So the taxonomy `Gérard Depardieu` gives paths on the form `gerard-depardieu`.
Unfortunately this introduces two imports from the `golang.org/`, but Unicode-normalization isn't something we'd want to write from scratch.
See https://blog.golang.org/normalization
See #1180
Section names are also used as the title of the list pages, but naming section folders as `Fish and Chips` and similar didn't work very well.
This commit fixes that.
This commit also changes the title casing of the section titles. Some may argue that this is a breaking change, but the old behaviour was also pretty broken,
even for languages that use title capitalizations, as it didn't follow any particular style guide, `fish and chips` became `Fish And Chips` etc.
Now it just turns the first letter into upper case, so `Fish and Chips` will be left as `Fish and Chips`.
People wanting the good old behaviour can use the `title` template func.
Fixes#1176
To determine if a page is the "Home Page" has inspired lots of creativity in the template department.
This commit makes it simpler: IsHome will tell the truth.
`where` tpl function doesn't support `time.Time` type so if people want
to compare such values, it's required that these values are converted
into `int` and compare them.
This improves it. If `time.Time` values are passed to `where`, it
converts them into `int` internally, compares them and returns the
result.
See also
http://discuss.gohugo.io/t/future-posts-and-past-posts/1229/3
This information was previously scattered around in the forums and
mailing list. Add it to the official docs to make things easier for new
users.
Fixes#1167
Taxonomy Term pages have variables in addition to those on "node"
pages. Documenting these variables with all the other node variables
makes them easier to find.
Fixes: #1155
Added clarification for RSS doc page.
* a little formatting to make key words jump out
* emphasize that you can create your own
* add how to link to the feed in <head>
* add what .RSSlink does
* added point that a link to an RSS feed should be of type application/rss+xml
Add a new command, genautocomplete, wich generates a Bash completion script (zsh and others later).
The script is by default written to `/etc/bash_completion.d/hugo.sh`; this can be set in `--completionfile=/some/file`.
Fixes#438
Fleshed out aliases section, loading the "redirect" keyword so that it's easier to find. Specifically added a "how aliases work" section.
Added Discourse to comments section.
Fleshed out themes/customizing, because it seems to be the source of a lot of questions on the forum.
Added a bunch of clarifying narrative, looking at the discussion forum for what people are asking about, and what I myself was confused about.
* clearer separation of advantage of each style - server or client side - at the top
* inconsistent newlines (different column widths) so I just removed them from obvious paragraphs
* added that the highlight shortcode is not used for the client-side javascripts
* Hugo is taking crap for Pygments being slow, so tried to emphasize that's it's in Pygment's lap. I got your back, Hugo.
* On client-side added prism example
* More clarity on how the css and js needs to be added to your templates
* Explained how the client-side scripts work
Setting `RelativeURLs` to `true` will make all relative URLs in the site *really* relative.
And will do so with speed.
So:
In `/post/myblogpost.html`:
`/mycss.css` becomes `../mycss.css`
The same in `/index.html` will become:
`./mycss.css` etc.
Note that absolute URLs will not be touched (either external resources, or URLs constructed with `BaseURL`).
The speediness is about the same as before:
```
benchmark old ns/op new ns/op delta
BenchmarkAbsURL 17462 18164 +4.02%
BenchmarkAbsURLSrcset 18842 19632 +4.19%
BenchmarkXMLAbsURLSrcset 18643 19313 +3.59%
BenchmarkXMLAbsURL 9283 9656 +4.02%
benchmark old allocs new allocs delta
BenchmarkAbsURL 24 28 +16.67%
BenchmarkAbsURLSrcset 29 32 +10.34%
BenchmarkXMLAbsURLSrcset 27 30 +11.11%
BenchmarkXMLAbsURL 12 14 +16.67%
benchmark old bytes new bytes delta
BenchmarkAbsURL 3154 3404 +7.93%
BenchmarkAbsURLSrcset 2376 2573 +8.29%
BenchmarkXMLAbsURLSrcset 2569 2763 +7.55%
BenchmarkXMLAbsURL 1888 1998 +5.83%
```
Fixes#1104Fixes#622Fixes#937Fixes#157
Added bit about how the 404.html page has to be set to load automatically - auto on Github but needs config on other web servers.
Also tweaked the text a little to emphasize it's a node type, and explain a little more about where the 404 template should be saved.
Create new field in Node
Update Page to look for lastmod field in the front matter. If not present, then assign Date to Lastmod
Update Site, to assign a value to Lastmod (based on the same logic used for Date)
Fixes#733
`404.html` needs to be that and not `/404/` in the root.
There seem to be content pages in the wild with the name `404` (Hugo docs),
so this commit adds an extra check so only root 404 pages ignore the `uglifyURLs`setting.
Fixes#1140
Pretty sure it has worked at some point, but that PR probably has been rebased to pieces.
This refactors the fix by @dannys42 into a method, as this URL fix is applied several places.
Fixes#1114
Many minor fixes to make test logs more consistent and correct a
mispelling.
Standardize on "[%i] got X but expected Y" for log messages. Using
a consistent layout makes it easier to read the test results. This
was mostly changing "Got" to "got". Swapped the order of values on
several calls to bring them in line with the convention.
A few log messages had a sequence number added to identify the
exact scenario that failed. Otherwise, there would be no way to
ascertain which failed When there are many scenarios.
Correct spelling of "expected."
Fixes#1028
Merged be2097e1ad
[close#1040]
The current menu system works great, but is too much work if all you want is a simple menu with the sections as menu items, and having these menu items connected to the pages in a way that enables setting the correct menu item as active for both the section lists and the pages itself.
This commit adds a new option `SectionPagesMenu' which, if set, will create a new menu with that name with all the sections as menu items. The pages in the sections will behave as "shadow members" of these section items as `blogpage.HasMenuCurrent "sectionmenu" $sectionmenuitem` will return true.
If a menu item with the same `identifier` is defined in site config, *that* item will take precedence.
Bind by default to 127.0.0.1. Previously it always bound to all interfaces.
Always have log message display that the server is available on the
interface to which it is bound, instead of the baseUrl.
Fixes#1097
Speed is about the same as before, uses slightly less memory:
```
benchmark old ns/op new ns/op delta
BenchmarkAbsURL 17302 17713 +2.38%
BenchmarkXMLAbsURL 9463 9470 +0.07%
benchmark old allocs new allocs delta
BenchmarkAbsURL 28 24 -14.29%
BenchmarkXMLAbsURL 14 12 -14.29%
benchmark old bytes new bytes delta
BenchmarkAbsURL 3422 3144 -8.12%
BenchmarkXMLAbsURL 1985 1864 -6.10%
```
Fixes#1059
Related to @bjornerik 's answer in this discussion: http://discuss.gohugo.io/t/inserting-data-from-data-file-into-content-file-newbie-question/1002/3 ... I figured I'd make myself useful and add the reference to the index function, on the go template primer page.
Also, I moved the reference links to the bottom.
A general comment: as good as these docs are, the primer at this point makes some assumptions about audience knowledge, so some might find it lacking. Once I understand better, I might make some more clarifying edits.
A couple of edits to clarify that the layout/partials folder can contain arbitrarily-named subfolders, since I found the examples using ``{{ partial "post/tag/list" . }}`` confusing. Some folders are named specifically to work a certain way with hugo, but although the examples use key functional section and taxonomy names like post and tag, it does not matter what they are called. Hopefully this will help other newbs.
The previous implementation didn't easily support the use case "I want one base template for the single pages, another for the rest".
The new lookup order is:
1. <current-path>/<template-name>-baseof.ace, e.g. list-baseof.ace
2. <current-path>/baseof.ace
3. _default/<template-name>-baseof.ace, e.g. list-baseof.ace.
4. _default/baseof.ace
One of the first things that new users have to understand is the
difference between Hugo as a web server and Hugo as a web site
generator. Issue #852 asked for documentation to make that clear.
This patch updates the overview page with that information. It will
seem repetitive to users that understand the difference. Weigh that
against the needs of those that don't.
Reference #852
Fixes part of issue 1030. Previously hugo only listed the content
directory as being watched. Now we list all files being watched
according to `commands.getDirList()`. We also introduce a RemoveSubpaths
function and test in the helpers module to reduce noise in the command
line output by not showing subdirectories of ones already being watched.
For example, instead of:
`Watching for changes in $HOME/blog/content`
We get:
`Watching for changes in
$HOME/blog/{data,content,layouts,static,themes/my-theme}`
`Paginate`now returns error when
1) `.Paginate` is called after `.Paginator`
2) `.Paginate` is repeatedly called with different arguments
This should help remove some confusion.
This commit also introduces DistinctErrorLogger, to prevent spamming the log for duplicate rendering errors from the pagers.
Fixes#993
Adds step-by-step instructions for installing from both brew and
the official tarball. Not sure if steps for installing from source
belong here, so left them out.
Fixes#1005
As views looks like a regular template, but doesn't need a base template, we have to look inside it.
Altough really not needed by this commit, reading the full file content into memory just to do a substring search is a waste.
So this commit implements a `ReaderContains` func that in most cases should be much faster than doing an `ioutil.ReadAll` and `bytes.Contains`:
```
benchmark old ns/op new ns/op delta
BenchmarkReaderContains 78452 20260 -74.18%
benchmark old allocs new allocs delta
BenchmarkReaderContains 46 20 -56.52%
benchmark old bytes new bytes delta
BenchmarkReaderContains 46496 1258 -97.29%
```
Fixes#999
Commit 358dcce supposedly added ".adoc" extension recognition
for AsciiDoc, but one place was missed.
Thanks to @sjfloat for reporting the bug!
See discussions at #470.
That is whas was implemented, not Substr.
Also make the API more similar to Go's internal slice by making both the start and end indices optional.
See #990
This commit adds the interface ContentReWriter in the tranformer chain.
This is backed by two pooled byte buffers, alternating between being the reader or the writer.
This keeps the performance characteristic of the old implementation, but in a thread safe way.
Fixes#911
Benchmark old vs new:
benchmark old ns/op new ns/op delta
BenchmarkAbsURL 17614 17384 -1.31%
BenchmarkXMLAbsURL 9431 9248 -1.94%
benchmark old allocs new allocs delta
BenchmarkAbsURL 24 28 +16.67%
BenchmarkXMLAbsURL 12 14 +16.67%
benchmark old bytes new bytes delta
BenchmarkAbsURL 3295 3424 +3.92%
BenchmarkXMLAbsURL 1954 1987 +1.69%
Put version handling into the helpers package so it can be used by many,
and split version and suffix to make it possible to calculate the next Hugo version.
Thanks to @bep's new, brilliant helpers.Deprecated() function,
the following functions or variables are transitioned to their
new names, preserving backward compatibility for v0.14
and warning the user of upcoming obsolescence in v0.15:
* .Url → .URL (for node, menu and paginator)
* .Site.BaseUrl → .Site.BaseURL
* .Site.Indexes → .Site.Taxonomies
* .Site.Recent → .Site.Pages
* getJson → getJSON
* getCsv → getCSV
* safeHtml → safeHTML
* safeCss → safeCSS
* safeUrl → safeURL
Also fix related initialisms in strings and comments.
Continued effort in fixing #959.
See #470
* Based on existing support for reStructuredText files
* Handles content files with extensions `.asciidoc` and `.ad`
* Pipes content through `asciidoctor --safe -`.
If `asciidoctor` is not installed, then `asciidoc --safe -`.
* To make sure `asciidoctor` or `asciidoc` is found, after adding
a piece of AsciiDoc content, run `hugo` with the `-v` flag
and look for this message:
INFO: 2015/01/23 Rendering with /usr/bin/asciidoctor ...
Caveats:
* The final "Last updated" timestamp is currently not stripped.
* When `hugo` is run with `-v`, you may see a lot of these messages
INFO: 2015/01/23 Rendering with /usr/bin/asciidoctor ...
if you have lots of `*.ad`, `*.adoc` or `*.asciidoc` files.
* Some versions of `asciidoc` may have trouble with its safe mode.
To test if you are affected, try this:
$ echo "Hello" | asciidoc --safe -
asciidoc: ERROR: unsafe: ifeval invalid
asciidoc: FAILED: ifeval invalid safe document
If so, I recommend that you install `asciidoctor` instead.
Feedback and patches welcome!
Ideally, we should be using https://github.com/VonC/asciidocgo,
@VonC's wonderful Go implementation of Asciidoctor. However,
there is still a bit of work needed for asciidocgo to expose
its API so that Hugo can actually use it.
Until then, hope this "experimental AsciiDoc support through external
helpers" can serve as a stopgap solution for our community. :-)
2015-01-30: Updated for the replaceShortcodeTokens() syntax change
2015-02-21: Add `.adoc` extension as suggested by @Fale
Conflicts:
helpers/content.go
The `hugo help` output as shown in http://gohugo.io/overview/usage/
was not yet updated for v0.13. Thanks to @alebaffa for the heads up!
Also:
- Clarify that, after using `hugo server`, the bare `hugo` command
need to be run before deployment.
- Add a section on running `hugo` as production web server,
and add links to two blog posts of two Hugo users sharing
their experience.
Partially fixes: #852 and #937
First step to use initialisms that golint suggests,
for example:
Line 116: func GetHtmlRenderer should be GetHTMLRenderer
as see on http://goreportcard.com/report/spf13/hugo
Thanks to @bep for the idea!
Note that command-line flags (cobra and pflag)
as well as struct fields like .BaseUrl and .Url
that are used in Go HTML templates need more work
to maintain backward-compatibility, and thus
are NOT yet dealt with in this commit.
First step in fixing #959.
A local `node_modules` directory can easily contain
tens of thousands of files, easily exhausting the tiny
default max open files limit especially on OS X Yosemite,
in spite of the fact that Hugo already had code in place
since February 2014 to try to raise the maxfiles ulimit.
Also skip `.git` and `bower_components` directories.
The file watching situation will improve when
https://github.com/go-fsnotify/fsevents become ready,
but until then, we will be thrifty. :-)
Thanks to @chibicode for the suggestion.
See #168 for continued discussions.
The extra step isn't needed and this makes the code simpler.
And slightly faster:
benchmark old ns/op new ns/op delta
BenchmarkAbsUrl 19987 17498 -12.45%
BenchmarkXmlAbsUrl 10606 9503 -10.40%
benchmark old allocs new allocs delta
BenchmarkAbsUrl 28 24 -14.29%
BenchmarkXmlAbsUrl 14 12 -14.29%
benchmark old bytes new bytes delta
BenchmarkAbsUrl 3512 3297 -6.12%
BenchmarkXmlAbsUrl 2059 1963 -4.66%
`eq` and `ne` template functions don't work as expected when those are
used with a raw number and a calculated value by add, sub etc. It's
caused by both numbers type differences. For example, `eq 5 (add 2 3)`
returns `false` because raw 5 is `int` while `add 2 3` returns 5 with
`int64`
This normalizes `int`, `uint` and `float` type values to `int64`,
`uint64` and `float64` before comparing them. Other type of value is
passed to comparing function without any changes.
Fix#961
...
Prevent 404.html from prettifying into 404/index.html
Restore @realchaseadams's commit 348e123
"Force `UglyUrls` option to force `404.html` file name"
which got lost after some refactoring (commit 8db3c0b).
Remove the equivalent "force `UglyUrls`" code for `sitemap.xml`
because the refactored code now calls `renderAndWriteXML()`
which uses `WriteDestFile()` which does not prettify a filename.
Fixes#939 (reverted from commit c4c19ad303)
Restore @realchaseadams's commit 348e123
"Force `UglyUrls` option to force `404.html` file name"
which got lost after some refactoring (commit 8db3c0b).
Remove the equivalent "force `UglyUrls`" code for `sitemap.xml`
because the refactored code now calls `renderAndWriteXML()`
which uses `WriteDestFile()` which does not prettify a filename.
Fixes#939
See https://github.com/spf13/hugo/releases
What a pleasant surprise indeed!
How come I have never noticed them before?
And even `.deb` files are provided! How amazing!
Quote from @spf13: "I also think it's the better default
and should continue to be the case going forward."
Also mention the use of `hugo config` to check the current value
of `canonifyurls`, thanks to suggestion by @bep.
Fixes#802
- Clarify that Hugo may be built wherever Go is available;
- Add links to Git, Mercurial and Go;
- Unlist Bazaar: No libraries that Hugo depends on use it any more;
- Suggest the user to simply run `make` to build `hugo`
to get `hugo version` to display the commit hash.
Make sure that the file separator is added to the temp dir in all cases.
This prevents cache temp files being written to the root temp folder.
Fixes#910
Temporary workaround for the bug fix and resulting
behavioral change in purell.NormalizeURLString():
a leading '/' was inadvertently to relative links,
but no longer, see #878.
I think the real solution is to allow Hugo to
make relative URL with relative path,
e.g. "../../post/hello-again/", as wished by users
in issues #157, #622, etc., without forcing
relative URLs to begin with '/'.
Once the fixes are in, let's remove this kludge
and restore SanitizeUrl() to the way it was.
Fixes#878
Rationale: Test failing on Windows with errors like this:
utils_test.go:177: Error: Could not remove file "f".
Error: remove C:\Users\appveyor\AppData\Local\Temp\utils_test_747965610:
The process cannot access the file because it is being used by another
process.
This reverts commit 6b28e38cea.
Sorry for my premature merge of Pull Request #818.
And looks even faster:
Compared to previous attempt:
benchmark old ns/op new ns/op delta
BenchmarkAbsUrl 30902 27206 -11.96%
BenchmarkXmlAbsUrl 15389 14216 -7.62%
benchmark old allocs new allocs delta
BenchmarkAbsUrl 33 28 -15.15%
BenchmarkXmlAbsUrl 16 14 -12.50%
benchmark old bytes new bytes delta
BenchmarkAbsUrl 4167 3504 -15.91%
BenchmarkXmlAbsUrl 2057 2048 -0.44%
Compared to before I started all of this:
benchmark old ns/op new ns/op delta
BenchmarkAbsUrl 36219 27206 -24.88%
BenchmarkXmlAbsUrl 23903 14216 -40.53%
benchmark old allocs new allocs delta
BenchmarkAbsUrl 60 28 -53.33%
BenchmarkXmlAbsUrl 30 14 -53.33%
benchmark old bytes new bytes delta
BenchmarkAbsUrl 5842 3504 -40.02%
BenchmarkXmlAbsUrl 3754 2048 -45.44%
Fixes#816
This commit expands the test coverage for the utils/utils.go module.
The utils module uses the 'github.com/spf13/jwalterweatherman' (aka jww)
package for logging. The tests take the approach of examining the log
file that is produced by this module to verify correct behaviour. This
avoids refactoring the utils module.
The log file messages written by the jww module are of the form:
<log level>: yyyy/mm/dd <string|error message>
The checkLogFile function checks each of these parts in turn except for
the date string, which is currently ignored. The final part of the log
file format can either be a single error message, or a series of
strings followed by an error message. Both the error message and the
series of strings can be empty strings.
The log file is checked using a combination of the regex package,
along with the bufio scanner type. Each test logs to its own temporary
log file. This is achieved with standard test setup and teardown
functions.
One consequence of these tests is that StopOnErr has been refactored
into call a new unexported function doStopOnErr which contains the bulk
of the original logic. This allows the same testing approach to be used
with StopOnErr as with CheckErr and cutUsageMessage, rather than look at
the exit status code of the test itself.
An unfortunate side effect of this is that the author of the tests must
now know if a log file is expected or not. If doStopOnErr determines
that an empty error message would be written to the log file then
nothing is written. In the context of the tests this means that the log
file created by the test would have no contents. Consequently there
would be nothing for the test to examine. This situation is indicated by
the boolean flag logFileExoected in the testData struct, and processed
by the logFileIsExpectedAndValid function.
Although not ideal this was deemed a reasonable compromise.
Some variables are currently not documented and others are explained
across the document. So, I tried to pull an overview from the source.
Pls double check. I am not 100% sure, what the purpose of some variables
is or whether they are only relevant for previous versions. Thanks
This commit replaces the multuple `bytes.Containts` and `bytes.Replace` with a custom replacer that does one pass through the document and exploits the fact that there are two common prefixes we search for, `src=` and `href=`.
This is both faster and consumes less memory. There may be even better algos to use here, but we must leave some room for improvements for future versions.
This should also make it possible to solve #816.
```
benchmark old ns/op new ns/op delta
BenchmarkAbsUrl 25795 22597 -12.40%
BenchmarkXmlAbsUrl 17187 11166 -35.03%
benchmark old allocs new allocs delta
BenchmarkAbsUrl 60 33 -45.00%
BenchmarkXmlAbsUrl 30 16 -46.67%
benchmark old bytes new bytes delta
BenchmarkAbsUrl 5844 4167 -28.70%
BenchmarkXmlAbsUrl 3754 2069 -44.89%
```
Fixes#894
- Add copyright years and author to the top of the file
- Write the current year from time.Now() to LICENSE.md
- Correct comment regarding `os.MkdirAll(p, 0777)`
- In createConfig(), split the `map[string]string` definition into
multiple lines to facilitate future expansion. Also add a trailing
slash to sample "baseurl" definition.
- Update theme.toml template to match that listed at
https://github.com/spf13/hugoThemes/blob/master/README.md#themetoml
See #883 for an equivalent `struct` implementation
So that the date would come out correctly with
variations like `MetaDataFormat = "YAML"` in addition to
the normally expected `MetaDataFormat = "yaml"`.
Fixes#865.
Allocates less memory:
benchmark old ns/op new ns/op delta
BenchmarkStripHTML 6572 6695 +1.87%
benchmark old allocs new allocs delta
BenchmarkStripHTML 5 4 -20.00%
benchmark old bytes new bytes delta
BenchmarkStripHTML 848 737 -13.09%
Compared to 0.12:
benchmark old ns/op new ns/op delta
BenchmarkStripHTML 10210 6695 -34.43%
benchmark old allocs new allocs delta
BenchmarkStripHTML 6 4 -33.33%
benchmark old bytes new bytes delta
BenchmarkStripHTML 1456 737 -49.38%
go test -test.run=NONE -bench=".*" -test.benchmem=true ./helpers
Old vs new impl (string.Replace vs string.Replacer):
benchmark old ns/op new ns/op delta
BenchmarkStripHTML 10210 6572 -35.63%
benchmark old allocs new allocs delta
BenchmarkStripHTML 6 5 -16.67%
benchmark old bytes new bytes delta
BenchmarkStripHTML 1456 848 -41.76%
Tighten README for the sloppy reader
Tighten README for the sloppy reader
Fixing heads
tigheten markdown
tighten markdown
tighten markdown
tinker with headings
tinker with wording
fixing period spacing
moving the any dir stuff into the feature section
tweak overview
tweak overview
fixed option too
fix break:
Added a new Template.PrintErrors() function call,
used in hugolib/site.go#Process() so it does not clutter
up `go test -v ./...` results.
Special thanks to @tatsushid for mapping out the call trace
which makes it a lot easier to find the appropriate places
to place the Template.PrintErrors() call.
Fixes#316
The variable scope in the Go templates makes it hard, if possible at all, to write templates with counter variables or similar state.
This commit fixes that by adding a writable context to Node, backed by a map: Scratch.
This context has three methods, Get, Set and Add. The Add is tailored for counter variables, but can be used for any built-in numeric values or strings.
Use `{{ if not .Date.IsZero }}` to print dates only when they are
defined. This is to avoid things like
<lastBuildDate>Mon, 01 Jan 0001 00:00:00 +0000</lastBuildDate>
and
<lastmod>0001-01-01T00:00:00+00:00</lastmod>
showing up in index.xml (RSS) and sitemap.xml.
Pipe dates with ±hh:mm time zone through `safeHtml`
to prevent the `+` sign from turning into `+`.
Also make some shuffling to avoid blank lines in the output.
The paths were seen as changed but not static because of the backslashes in
ev.Name. Once the backslashes were added, I discovered that the JSON
sent to livereload was invalid and failed to work because it had backslashes.
Hence the code to replace the backslashes from the path to make them work
in JSON and for the URL.
With this fix, changes to a stylesheet are shown on the page, and if it's a
single file that changed, it's reflected in the browser without reloading the whole
page.
* Add meta author, description and generator tags
* Add Hugo version beside the logo and in the footer
* Suggest the user to run `go get -u -v` to update dependencies
* Requires Go 1.3+ rather than Go 1.1+
* Improve rendering/formatting in some places
* Add trailing slash to URLs where appropriate
* GitHub redirects all http requests to https, update accordingly
On Windows the binary name is hugo.exe and running hugo version results in
this error:
GetFileAttributesEx D:\Dev\Go\gopath\bin\hugo: The system cannot find the file specified.
This fixes that error and allows the binary name to be something other
than hugo on any OS.
Two new configuration properties, `Paginate` (default `0`) and `PaginatePath` (default `page`) are added.
Setting `paginate` to a positive value will split the list pages for the home page, sections and taxonomies into chunks of size of the `paginate` property.
A `.Paginator` is provided to help building a pager menu.
There are two ways to configure a `.Paginator`:
1. The simplest way is just to call `.Paginator.Pages` from a template. It will contain the pages for "that page" (`.Data.Pages` will (like today) contain all the pages).
2. Select a sub-set of the pages with the available template functions and pass the slice to `.Paginate` : `{{ range (.Paginate (where .Data.Pages "Type" "post")).Pages }}`
**NOTE:** For a given Node, it's one of the options above. It's perfectly legitimate to iterate over the same pager more than once, but it's static and cannot change.
The `.Paginator` contains enough information to build a full-blown paginator interface.
The pages are built on the form (note: BLANK means no value, i.e. home page):
```
[SECTION/TAXONOMY/BLANK]/index.html
[SECTION/TAXONOMY/BLANK]/page/1/index.html => redirect to [SECTION/TAXONOMY/BLANK]/index.html
[SECTION/TAXONOMY/BLANK]/page/2/index.html
....
```
Fixes#96
When we have an absolute menu url specified in the config file
(e.g., `menu: { main: { name: "News", url: "/news" } }`),
its menu entry is generated by prefixing it with the BaseUrl.
The result is then run through prepUrl(), which uses helpers.Urlize to
convert urls such as 'My First Link' to 'my-first-link'.
The behaviour is backwards: we do not want to run helpers.Urlize on the
BaseUrl, only on the absolute component. Currently, a BaseUrl such as
'http://my.edu/ENG101' will be converted to 'http://my.edu/eng101',
resulting in broken links in all of my menus.
This commit switches the URL prep and BaseUrl prepending actions around. I
would argue that these URLs shouldn't be run through prepUrl anyway
because the site developer has specified them explicitly in a config file
and might be surprised for, e.g., URLs to change case, but that's another
commit for another time.
Make Blackfriday's `HTML_SMARTYPANTS_FRACTIONS` option
user-configurable. Defaults to `true` as before. See
discussions at:
http://discuss.gohugo.io/t/any-way-to-disable-smart-fractions/328
Thanks to @bjornerik and @spf13 for laying the groundwork
making it easy to expose Blackfriday's underlying configurable
options.
Setting per-page Blackfriday angledQuotes did not work
with TOML or JSON front matter, but it does work with YAML.
It turns out that page.Params("blackfriday") returns
type map[interface{}]interface{} for YAML, but
type map[string]interface{} for JSON and TOML.
This patch updates page.GetParam() to catch the latter,
with an error message if page.GetParam() does not recognize
a type. A test is also added.
If an archetype has deliberately empty front matter (e.g., to suppress
generation of the 'draft' field or to force a particular front matter type
instead of the default TOML), we should handle it gracefully rather than
panic ("assignment to entry in nil map").
canonifyUrls=true, RelPermalink and baseUrl with sub-path did not work.
This fixes that by adding a check for canonifyUrl=trues=true in RelPermalink().
So given
- baseUrl "http://somehost.com/sub/"
- the path "some-path/file.html"
For canonifyUrls=false RelPermalink() returns "/sub/some-path/file.html"
For canonifyUrls=true RelPermalink() returns "/some-path/file.html"
In the last case, the Url will be made absolute and clickable in a later step.
This commit also makes the menu urls defined in site config releative. To make them work with canonifying of urls, the context root is prepended if canonifying is turned off.
Fixes#519Fixes#711
This map can potentially be used many times for a given page, and altough the cost of re-creating the map should be minimal, caching it is simple -- and could save some GC and CPU cycles.
(Experimental) reStructuredText support was working in v0.12,
but was no longer handled after some refactoring in v0.13-DEV.
That experimental support is now restored.
Furthermore, check for both rst2html and rst2html.py in the PATH,
and execute whichever is found.
See #472 for more information.
Instead of `strings.TrimSpace()`, use `strings.Join(strings.Fields(s), " ")`
to collapse all whitespaces into single spaces, in order to match the
behaviour of helpers.TruncateWordsToWholeSentence(),
in order to detect non-truncated content correctly.
* template: _internal/_default/opengraph.html:39: unexpected EOF
* template: _internal/_default/schema.html:15: unexpected {{end}}
Also change the DateTime inside these templates to ISO 8601 format,
and skip <meta itemprop="datePublished"> if `publishdate` is not set.
Perhaps it would be a good idea to expose `func (Time) IsZero`
to our templates? :-)
- Add `safeUrl` template function (Fixes#347)
- Add TestSafeUrl() fashioned after @tatsushid great examples
- Disable `safeHtmlAttr` pending further discussions on its other
use cases because `safeUrl` is a cleaner solution to #347.
(There are also `safeJs` and `safeJsStr` that we could implement
if there are legitimate demands for them.)
- Rename `safeCSS` to `safeCss` (to follow the convention of `safeHtml`)
- Add/expand documentation on `safeHtml`, `safeCss` and `safeUrl`
This allows a template user to keep a safe HTML attribute or CSS string
as is in a template.
This is implementation of @anthonyfok great insight
Fix#784, #347
Found on @spf13's Twitter. :-)
Prevent the testimonial dates from wrapping.
Also fix a few minor problems to get the home page
to validate as proper HTML5.
Extracted from https://www.freebsd.org/logo/logo-simple.svg
for temporary use until a future Font Awesome release adds
the `fa-freebsd` glyph (github/FortAwesome/Font-Awesome#1116) :-)
Make .fa `display: inline` to prevent unwanted line-wrapping
Also make the menu item "Issue & Help" line up with the others.
Hopefully making them more semantic and easier to read,
though it is raw HTML so it is slightly more work to maintain.
Also made minor revisions to some of the variable descriptions
to be more informative, e.g. `:monthname` in permalinks use
full English names ("January" etc.)
Added Version, CommitHash and BuildDate to hugolib/hugo.go and used it in build
Removed commitHash and buildDate from commands/version.go and used hugolib vars
Removed getDateFormat function from commands/version.go
Conflicts:
README.md
docs/content/templates/variables.md
* Add link to https://travis-ci.org/spf13/hugo
* Correct heading levels in docs/content/community/mailing-list.md
* Mention RFC 3339 as the `date` format set by `hugo new`
* Mention that `hugo new` does not add `draft = true` when the user
provides an archetype
* List short examples of TOML and YAML side by side
* Compact the Math template functions into a table
* Put some notes into a blockquote
Make the sidebar menu slightly wider so the arrow
does not get pushed to the next line.
Also remove `text-transform: capitalize;` so we can have,
e.g., "Table of Contents" rather than "Table Of Contents".
When a user uses Vim to open a file, it briefly creates a
".filename.md.swx" file which needlessly triggers a website rebuild.
According to a comment in Vim's src/memline.c:
/*
* on MS-DOS compatible filesystems (e.g. messydos) file.doc.swp
* and file.doc are the same file. To guess if this problem is
* present try if file.doc.swx exists. If it does, we set
* buf->b_shortname and try file_doc.swp (dots replaced by
* underscores for this file), and try again. If it doesn't we
* assume that "file.doc.swp" already exists.
*/
General revisions to (hopefully) make the documentation
easier to understand and more comprehensive.
Revise "Strange EOF error" troubleshooting page to say that
a fix is in place for the upcoming Hugo v0.13.
Also add more external links, and cute icons from Font Awesome.
While following the github pages tutorial I found some issues. These are
the commands I ran that worked.
Added site variables to the docs from the code.
RSS 2.0 requires the email be listed in `<author>`,
and `UTC` as a timezone is not accepted, but `UT` or `GMT` are.
See #789 for more information. Thanks to @snej for the report!
This rewrites `extractFrontMatterDelims` function to make it work with
an archetype file without the final EOL and adds more detailed error
messages and comments.
It also removes `matches` and `matches_quick` functions which aren't
called anywhere.
- Change "livereload" and "live reload" to "LiveReload";
- Add a `$ ` prompt before example command lines
(not exhaustive, work in progress);
- Remove unnecessary whitespace from partials;
- Revise the blackfriday options table in overview/configuration.md
to make it narrower.
- Manually set the language for highlight.js where appropriate
- Rename "404" to "Custom 404 page", and remove incorrect reference
to "homepage"
- Credit the author of tutorials/github_pages_blog.md
(Similar notes are necessary for other contributed pages where
"I" am not spf13 to avoid reader confusion.)
- Add CSS for `kbd` and `table` etc. to css/style.css;
- etc.
Before this commit any error (typically a YAML typing error in front matter) would exit server on rebuild when running `hugo server -w`.
This is very annoying as it doesn't give you any chance to fix the typo other than doing a manual restart.
This commit fixes that by just logging these errors when these rebuilds happen when changes are detected.
Fixes#781
With two entries of frequently encountered or obscured troubles so far:
- "Categories with accented characters" Unicode NFC/NFD mismatch
on Mac OS X (See #739)
- `hugo new` aborts with cryptic EOF error (See #776)
This changes `echoParam` template function behavior to accept not only
an array or a slice and its index pair but also a map and its key pair.
This also changes the function that float and uint values are treated as
a valid result type of it.
Fix#771
I was initially confused about how to use summaries. The only example code I found in the docs was on the page for list nodes, but that uses `Render "summary"`, which is for views, not an article summary. I thought a little example here might clarify the issue for future users.
Having correct dates is important in Hugo. Previously date parsing errors were swallowed, leading to confusing results.
This commit adds ERROR logging when date or publishdate in front matter cannot be parsed into a time.Time.
It allows to use `where` template function like SQL `where` clause.
For example,
{{ range where .Data.Pages "Type" "!=" "post" }}
{{ .Content }}
{{ end }}
Now these operators are implemented:
=, ==, eq, !=, <>, ne, >=, ge, >, gt, <=, le, <, lt, in, not in
It also fixes `TestWhere` more readable
'where' template function used to accept only each element's struct
field name, method name and map key name as its second argument. This
extends it to accept dot chaining key like 'Params.foo.bar' as the
argument. It evaluates sub elements of each array elements and checks it
matches the third argument value.
Typical use case would be for filtering Pages by user defined front
matter value. For example, to filter pages which have 'Params.foo.bar'
and its value is 'baz', it is used like
{{ range where .Data.Pages "Params.foo.bar" "baz" }}
{{ .Content }}
{{ end }}
It ignores all leading and trailing dots so it can also be used with
".Params.foo.bar"
The flag `HTML_SMARTYPANTS_ANGLED_QUOTES` was added to Blackfriday on Black Friday. This configures rendering of double quotes as angled left and right quotes («
»).
Typical use cases would be either or, or combined, but never in the same
document. As an example would be a person from Norway; he has a blog in both
English and Norwegian (his native tongue); he would then configure Blackfriday
to use angled quotes for the Norwegian section, but keep them as reqular
double quotes for the English.
This commit adds configuration support for this new flag, configuration that can be set in the site configuration, but overridden in page front matter.
Fixes#605
Menu urls like /categories/новости-проекта would turn into /categories/d0bdd0bed0b2d0bed181d182d0b8-d0bfd180d0bed0b5d0bad182d0b0, which is illegal, while the directory under the categories/ is created with the original name. It results in 404 not found error.
This commit fixes that by make sure that SanitizeUrl() is called last.
Fixes#719
Since commit 3a8c12418a dated 2014-12-09,
commands.buildDate expects `date +%FT%T%z` rather than `date +%FT%T`.
Update README.md accordingly.
Also did a little copyediting.
- Rejigged the weight of the extras/ content for the new crossreferences
page.
- Used the new {{</*…*/>}} format for documenting highlighting and to
prevent a warning about the missing `fig` shortcode.
- `.Ref` and `.RelRef` take a reference (the logical filename for a
page, including extension and/or a document fragment ID) and return
a permalink (or relative permalink) to the referenced document.
- If the reference is a page name (such as `about.md`), the page
will be discovered and the permalink will be returned: `/about/`
- If the reference is a page name with a fragment (such as
`about.md#who`), the page will be discovered and used to add the
`page.UniqueID()` to the resulting fragment and permalink:
`/about/#who:deadbeef`.
- If the reference is a fragment and `.*Ref` has been called from
a `Node` or `SiteInfo`, it will be returned as is: `#who`.
- If the reference is a fragment and `.*Ref` has been called from
a `Page`, it will be returned with the page’s unique ID:
`#who:deadbeef`.
- `.*Ref` can be called from either `Node`, `SiteInfo` (e.g.,
`Node.Site`), `Page` objects, or `ShortcodeWithPage` objects in
templates.
- `.*Ref` cannot be used in content, so two shortcodes have been
created to provide the functionality to content: `ref` and `relref`.
These are intended to be used within markup, like `[Who]({{% ref
about.md#who %}})` or `<a href="{{% ref about.md#who %}}">Who</a>`.
- There are also `ref` and `relref` template functions (used to create
the shortcodes) that expect a `Page` or `Node` object and the
reference string (e.g., `{{ relref . "about.md" }}` or `{{
"about.md" | ref . }}`). It actually looks for `.*Ref` as defined on
`Node` or `Page` objects.
- Shortcode handling had to use a *differently unique* wrapper in
`createShortcodePlaceholder` because of the way that the `ref` and
`relref` are intended to be used in content.
filepath.Walk does not follow symbolic links.
There's no easy fix for that outside of Go, so the best we can do for now is to give notice to the end user by ERROR log statements.
This commit also fixes a related panic situation in GenerateTemplateNameFrom when the layout dir was a symbolic link.
Fixes#283
File handling was broken on Windows. This commit contains a revision of the path handling with separation of file paths and urls where needed.
There may be remaining issues and there may be better ways to do this, but it is easier to start that refactoring job with a set of passing tests.
Fixes#687Fixes#660
- Correct some typos
- Add backticks and commas where necessary
- Use fenced code blocks specifying "bash" as the language
to avoid weird highlighting
- Place commas outside of quotation marks surroundingn codes
to avoid possible confusion
- Suggest users to use the discussion forum rather than the
mailing list
The whole article should maybe be rewriten to have a better content flow (maybe adding a table of content), to introduce both possible strategies. But at least, the technical steps are there!
This small function feels important enough to maybe deserve more than these three lines, but this will have to do for now.
This assumes that #652 gets merged.
Enable blackfriday.EXTENSION_AUTO_HEADER_IDS to generate the name of the
header ID from the text in the header. Works for prefix and underline
headers.
- TOC extraction had to be modified to look for `<li><a href="#`>
instead of `#toc_` because of this change.
- Fixed a number of tests that depended on the presence of `toc_` with
as an `id` or as a `href` value.
- Renames the earlier parameter `footnoteref` to `documentId` as it more
accurately represents the nature of the parameter. The `documentId` is
appended to all generated headers through the new HTML renderer
parameter `HeaderIDSuffix`.
I have put the extra linker flags in a makefile to avoid having to remember the long command to get the commitHash in the version command.
See comment by tatsushid here:
https://github.com/spf13/hugo/issues/540
NB: only tested on Mac OS x 10.10.1 since that is what I have access to
The front matter convert-feature didn't work. It placed converted content in the wrong directory.
This commit fixes this by doing the smallest and safest change possible; the path logic here should maybe
be revisited and generalized.
Fixes#643
Some newly added shortcode tests compared maps in assertions.
This failed on Travis, as iteration order isn't guaranteed for maps since Go 1.
This commit fixes that by do a sort of the keys in the shortcode String() function.
- Prevent `.xml` generation for root section
- Remove redundant check for DisableRSS
- Fix permalinks for rel="alternate"
- Rename generated xml file to <type>/index.xml
- Add required description element in default template
- Make default RSS template validate on w3c (timezone format is still an issue)
Conflicts:
hugolib/site.go
- Change order of HasPrefix to match correct order
- Remove theme concatenation to _internal in last loop of
appendthemetemplates so it looks in the right place for internal
templates
Conflicts:
hugolib/site.go
This commit contains a restructuring and partial rewrite of the shortcode handling.
Prior to this commit rendering of the page content was mingled with handling of the shortcodes. This led to several oddities.
The new flow is:
1. Shortcodes are extracted from page and replaced with placeholders.
2. Shortcodes are processed and rendered
3. Page is processed
4. The placeholders are replaced with the rendered shortcodes
The handling of summaries is also made simpler by this.
This commit also introduces some other chenges:
1. distinction between shortcodes that need further processing and those who do not:
* `{{< >}}`: Typically raw HTML. Will not be processed.
* `{{% %}}`: Will be processed by the page's markup engine (Markdown or (infuture) Asciidoctor)
The above also involves a new shortcode-parser, with lexical scanning inspired by Rob Pike's talk called "Lexical Scanning in Go",
which should be easier to understand, give better error messages and perform better.
2. If you want to exclude a shortcode from being processed (for documentation etc.), the inner part of the shorcode must be commented out, i.e. `{{%/* movie 47238zzb */%}}`. See the updated shortcode section in the documentation for further examples.
The new parser supports nested shortcodes. This isn't new, but has two related design choices worth mentioning:
* The shortcodes will be rendered individually, so If both `{{< >}}` and `{{% %}}` are used in the nested hierarchy, one will be passed through the page's markdown processor, the other not.
* To avoid potential costly overhead of always looking far ahead for a possible closing tag, this implementation looks at the template itself, and is branded as a container with inner content if it contains a reference to `.Inner`
Fixes#565Fixes#480Fixes#461
And probably some others.
Following issues are fixed
1. Can't access fields and methods specified in GroupBy call
2. PagesGroup doesn't contain Pages. It's always empty.
3. When GroupBy is called with Section key, it doesn't work as expected
Update heading levels to confirm to the other tutorials. Create a similar front-matter using YAML, since I couldn't figure out how to get the menu:main:parent working as TOML.
- In `layouts/_default/taxonomy.html`, the `.Data` result does not
provide the same information that `layouts/_default/terms.html` does
for being able to identify the plural value of the term.
- This change adds `.Data.Singular` and `.Data.Plural` to provide
similar capabilities.
- This *may* be incompatible with templates that check for `{{ if ne
$taxonomy "Pages" }}` if the `page.Params` has either the singular or
plural values as keys.
FileAndExt has now be completely rewritten and now works as may
reasonably be expected. The test cases for:
ReplaceExtension
Filename
FileAndExt
now all pass.
The problem was the way path.Base was being used.
Firstly Base returns "." if the directory is empty, but it can also
return "." for the current directory, or ".." for the parent directory,
if these are the last elements in the path. Simply detecting the
presence of a "." in the returned string and truncating before the "."
does not therefore always result in a valid filename.
Secondly, Base strips any trailing slashes making is more difficult to
detect when the path does not end in a filename but in a directory name
i.e. a no filename case. Not detecting this incorrectly results in the
last directory name being returned as the filename.
The code has been updated to take account of of both situations so that:
1) An empty string for both the filename and extension is returned if the
path does not contain a filename (plus an optional extension). This
includes both the empty path case, and the ends in a directory case.
2) If the path represents a filename with an extension then both the
filename and the extension (minus any dots) are returned as non empty
strings.
3) If the path represents a filename without an extension then filename
will be returned as a non empty string (minus any dot) and the extension
will be returned as an empty string.
Updated the test cases in TestReplaceExtension to reflect the intent
of ReplaceExtension which is to accept a path and return only the file
name with a new extension. It's intentionally designed to strip out the
path and only provide the filename
Additional test cases have been added to both TestFilename and
TestFileAndExt to clarify behaviour with relative paths.
Oops, my bad.
Despite the function intending to test SafeWriteToDisk it was actually
calling WriteToDisk. WriteToDisk does not return the file exists error
that SafeWriteToDisk does, which the test checks for.
Added the new path modules test file. This replaces the old
helpers_test.go file.
The currently failing tests are:
TestReplaceExtension
TestFilename
TestFileAndExt
TestGuessSection
TestFindCWD
TestWriteToDisk
In addition the TestSafeWriteToDisk test case is currently disabled.
It will panic if enabled.
In addition there are some minor changes to path.go. They are:
Refactored MakePathToLower to simplify it.
Commented out, pending removal, Sanitize as it appears to be unused.
Fixed the resource leak in UnicodeSanitize
Conflicts:
helpers/path.go
Added the new url module test file. This replaces the original
helpers_test.go file.
The TestUrlPrep test currently fails.
The only minor change to url.go is to add some trace printf's to
UrlPrep.
Added the new general module's test file, general_test.go. This replaces the
helpers_test.go file.
There is also a minor defect fix in general.go's StripHTML function.
The correct xhtml tag for a break is <br /> not </br>. I've also removed
the unnecessary spaces before the replacement "\n".
The new test module also reflects this change.
Conflicts:
helpers/general.go
…`map[string]string` to `map[string]interface{}`.
This allows values other than `string` values to be saved to Author,
such as:
```toml
# config.toml
…
[Author]
name = "Austin Ziegler"
social-site = [ "Facebook", "Twitter", "GitHub" ]
```
My specific use-case is that I’m trying to make something work similar
whether it’s specified in `.Params.Author` or in `.Site.Author` without
introducing `.Site.Params.Author`.
`GroupBy` is modified to allow it to receive a method name argument for
example `Type` as its first argument. It is only allowed to call with
a method which takes no arguments and returns a result or a pair of
a result and an error.
The functions discussed at #443 are also added
- `ByPublishDate`: Order contents by `PublishDate` front matter variable
- `GroupByPublishDate(format, order)`: Group contents by `PublishDate`
front matter variable formatted in string like `GroupByDate`
- `GroupByParam(key, order)`: Group contents by `Param` front matter
variable specified by `key` argument
- `GroupByParamDate(key, format, order)`: Group contents by `Param`
front matter variable specified by `key` argument and formatted in
string like `GroupByDate`. It's effective against `time.Time` type
front matter variable
Prior to this commit, `HasMenuCurrent` and `IsMenuCurrent` on `Node` always returned false.
This made it hard (if possible at all) to mark the currently selected menu item/group for non-Page content (home page, category pages etc.), i.e. for menus defined in the site configuration.
This commit provides an implementation of these two methods.
Notable design choices:
* These menu items have a loose coupling to the the resources they navigate to; the `Url` is the best common identificator. To facilitate a consistent matching, and to get it in line with the menu items connected to `Page`, relative Urls (Urls starting with '/') for menu items in the site configuration are converted to permaLinks using the same rules used for others’.
* `IsMenuCurrent` only looks at the children of the current node; this is in line with the implementation on `Page`.
* Due to this loose coupling, `IsMenuCurrent` have to search downards in the tree to make sure that the node is inside the current menu. This could have been made simpler if it could answer `yes` to any match of any menu item matching the current resource.
This commit also adds a set of unit tests for the menu system.
Fixes#367
The Content-Type was not set for livereload.js and was interpreteted by the browser as text/plain.
This commit sets it to application/javascript.
Fixes#562
Prior to this commit only metadata were copied from archetype on content creation.
This commit includes the content if set in archetype. This is useful in situations with similar page structure.
Fixes#556
TOML and YAML handles integers differently, creating issues when using integer values from configuration or front matter in the First template function.
This currently works in YAML (parses into int), but not in TOML (parses into int64).
This commit modifies First so it accepts any int.
Fixes#551
The Intersect template-method would fail if one or both of the lists were nil (post vs page; post has tags, page has not).
This commit adds a nil-check and returns an empty result if any of the inputs are nil.
See #537
- Add backticks and commas where necessary
- Remove some trailing whitespace
- Add front matter example in TOML
- Fix typo in one of the tags in Showcase
- Add 多说 (Duoshuo) as an alternative to Disqus
- Use internal links (i.e. without gohugo.io) where possible
- Use a colon to set off an example
- Change "it's" to "its" where appropriate
- Use typographical (i.e. curly) apostrophe on the front page
where appropriate
- Capitalize "Github" as "GitHub"
The use of <!--more--> to set the breakpoint for the generated page summary is mentioned in a release note, but not in the doc itself.
Very useful - and it leaves the formatting in place.
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).
- 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]`.
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
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
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
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.
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".
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
- 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)
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.
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.
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.
I noticed that config file changes do not work with Live Reload feature. This may be "fixed" in future but for now adding a note might avoid confusion.
It took me a long time to realize that /layouts/TYPE or SECTION/LAYOUT.html was supposed to be a single URL and not two urls (/layouts/TYPE) or (SECTION/LAYOUT.html) ... putting in the hyphens I think makes it much more clear it's all one URL, and only the middle part is an either-or.
git bisect identified 62dd1d4 as the breaking commit; when
github.com/spf13/viper was introduced, the Params field was always
empty.
Given a map in YAML in Viper, the return type is
`map[interface{}]interface{}`, _not_ `map[string]interface{}`, even if
`.SetDefault()` has been called with an item of
`map[string]interface{}{}` so the cast assertion on the `.Get("Params")`
always failed.
Viper stores Permalinks as a map[string]interface{}, so the type assertion
to PermalinkOverrides (map[string]PathPattern) will always fail.
We can, however, get Permalinks as a map[string]string, and convert each
value to a PathPattern.
When running hugo server like:
$ hugo server -s docs -b myhostname
the printed output now directs to http://myhostname:1313 instead of
(invariably) http://localhost:1313.
As per server(), BaseUrl is never empty, and the required value is always
found in Viper.
Two issues are addressed with this commit:
1. Some <pre> tags were inheriting the "Serif" font on Linux, causing
"code"-ish stuff to appear with proportional-width font instead of
monospaced-width font.
2. Font stack with "Helvetica Neue" ... has been changed to default to
sans-serif instead of "Serif", this produces a more consistent and
friendlier look on Windows in particular.
If you don't have access to the root domain of your site (eg a GitHub project
page) and you try to generate custom permalinks, they must begin with a slash.
Go's URL resolution library sees the leading slash and thinks "this URL starts
at the root", just like a filesystem - so it discards your subdomain and maps
all custom permalinks from the root of your site. Fine if you control the root
domain, not so useful if you don't.
Removing the check for a leading slash fixes this problem. You can now specify
custom permalinks that do not start with a slash, and they will map safely
regardless of what subdomain you upload the generated site under.
Tests have been updated for this commit so that they continue to function.
- previously it was ambiguous between the actual Step 1 and the "step 1" of the steps *within* Step 2 ("Clone into the hugo repository")
- also fixed a typo I guess
A photography-oriented blog using Foundation 5 by Zurb. Responsive
layout with padded large and full-width small views. A sample
"polaroid" shortcode is included for image showcases, as is a
"header" image directive in the frontmatter.
Modified markdownRender and markdownRenderWithTOC in hugolib/page.go to
use the same flags and extensions as were previously used when we simply
called blackfriday.MarkdownCommon to convert Markdown to HTML. These
flags/extensions were dropped during the refactor that added the
`.TableOfContents` page variable, and caused features like Markdown
tables to no longer work.
Modified the expected output for TestTableOfContents in page_test.go,
apparently changing the flags/extensions caused an `—` to become
`–`.
Added TableOfContents field to hugolib.Page struct. New function
getTableOfContents is used in convertMarkdown to set the TableOfContents
field.
Added new test file hugolib/page_toc_test.go with a simple test of the
new functionality.
Conflicts:
hugolib/page.go
Be able to inhibit AbsURL canonicalization of content, on a site
configuration basis. Advantages of being able to inhibit this include
making it easier to rendering on other hostnames, and being able to
include resources on http or https depending on how this page was
retrieved, avoiding mixed-mode client complaints without adding latency
for plain http.
I've added the website for the makerspace I founded into the hall of fame list as an example of what you can do with Hugo.
It's a work in progress (like everything) but should show people another example of using Hugo in the real world.
Hugo has made it much easier to update our website content without needing to use bloated or expensive tools.
Thanks!
Quite often file watcher gets many changes and each change triggered a
build. One build per second should be sufficient. Also added tracking for
new folders.
Fixed windows uses different filepath separator. The filepath.ToSlash
shouldn't be used, because it can cause errors in filepath suffix and prefix
testing since "c:\a" isn't a prefix of "c:/a/b/c".
The previous permissions (0764), were unusable (directories must
be executable) when generating files for use by another uid. The
Right Thing™ is to use mode 0777. The OS will subtract the process
umask (usually 022) to the for the final permissions.
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
* extras/permalinks.md added, weighted to third in the extras menu
* examples added to layout/go-templates.md, using `.Site.Params`
* mention `.Site.Params` in layout/variables.md
* update meta/release-notes.md to mention `first` and the permalinks
* update overview/configuration.md to use reserved-for-documentation
domains and with another example, nudging towards permalinks and site
parameters, with three different data-types shown for the latter
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
A sample config.yaml for a site might contain:
```yaml
permalinks:
post: /:year/:month/:title/
```
Then, any article in the `post` section, will have the canonical URL
formed via the permalink specification given.
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
* Add `.Truncated` bool to each page; will be set true if the
`.Summary` is truncated and it's worth showing a "more" link of some
kind.
* Add `Params` to the site config, defining `.Site.Params` accessible
to each page; this lets the site maintainer associate arbitrary data
with names, on a site-wide basis.
* Provide a `First` function to templates:
* Use-case: `{{range First 5 .Site.Recent}}` or anything else which
is a simple iterable provided by hugolib
* Tests by me for `.Truncated` and `First`
Also @noahcampbell contributed towards this:
* Add UnitTest for `.Site.Params`:
> Digging into this test case a bit more, I'm realizing that we need
> to create a param test case to ensure that for each type we render
> (page, index, homepage, rss, etc.) that the proper fields are
> represented. This will help us refactor without fear in the
> future.
Sample config.yaml:
```yaml
title: "Test site"
params:
Subtitle: "More tests always good"
AuthorName: "John Doe"
SidebarRecentLimit: 5
```
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
Remove the hugo-nav since it relied on a slow library. The current
build reimplements the absurl functionality based on string replace.
Discovered that my prior implementation missed the requirement for
making absolute paths (/path) absolute with the host, whereas a relative
path is left untouched. Updated the test cases to support this if this
is reimplemented.
Checks to make sure the xml document starts with <?xml. Previously, the
html translate package would write additional details into the document
that caused it to fail.
50% speedup. Fix#91
to run the benchmark:
go test -test.run=NONE -bench=".*" -test.benchmem=true ./transform/ > new.txt
to compare the results:
/usr/local/go/misc/benchcmp baseline.txt new.txt
Speedup and memory improvements
benchmark old ns/op new ns/op delta
BenchmarkChain 101219 50453 -50.15%
BenchmarkTransform 51625 45531 -11.80%
benchmark old allocs new allocs delta
BenchmarkChain 222 103 -53.60%
BenchmarkTransform 135 106 -21.48%
benchmark old bytes new bytes delta
BenchmarkChain 23919 10998 -54.02%
BenchmarkTransform 11858 10665 -10.06%
Removed these checks so a single file in content can generate a site.
For example, given a site with a content directory and an index.html,
running hugo -s dir will generate a project without any more input.
The render code path would use a fallback if there was an exception.
This change instead relies on explicit declaration of the layout to use
and includes a check to see if the layout indeed exists before
attempting to render it.
If a file named index.html exists in a directory, or root, it will be
rendered as if ugly urls are turned on. This allows for top level
content to not need a supporting layout file and content in content.
This change should not affect anyone who is using the perscribed way.
I also cleaned up a bunch of one off functions in site.go.
Allow content that is not markdown and does not need to be rendered to
exists in the content directory. Currently any valid html or xml
document can exist. Templates are applied to these documents as well.
If you need to have content that doesn't have templates or AbsUrlify
like operations, then continue to put this content in static and it will
be copied over.
As pages are read from the target, they will be assessed if they should
be rendered or not. The logic for IsRenderable is in the parser/page.go
and looks for anything exception '<'.
I want to move all logic to writing aliases to target so I can pave the
way for writing aliases specific to other runtimes (like .htaccess for
apache or a script for updating AWS or symlinking on a filesystem).
filepath was used inconsistently throughout the hugolib. With the
introduction of source and target modules, all path are normalized to
"/". This simplifies the processing of paths. It does mean that
contributors need to be aware of using path/filepath in any module other
than source or target is not recommended. The current exception is
hugolib/config.go
It started with wanting to move templates in template bundles and the
rest followed. I did my best to start grouping related functions
together, but there are some that I missed. There is also the method
Urlize that seems to be a special function used in both worlds. I'll
need to revisit this method.
Tests to ensure rendering dates in templates is working correctly.
Actually, I was running into invalid templates not giving warnings when
I was trying to render a date.
Introducing the target module in hugo. This provides the simple
interface for writing content given a label (filename) and a io.Reader
containing the content to be written.
If site.Target is not set, it defaults back to the original behavior of
writing to file system.
In hugolib/site_url_test.go I have an InMemoryTarget for testing
purposes and use it to see if the final output of a render matches.
Allow full control of summaries which can be rendered as html rather
than text. Using a `<!--more-->` html comment in your markdown / rst
you can indiciate where the summary should end and have the summary
converted to html.
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
Conflicts:
hugolib/page_test.go
Provide unit test support RenderThing.
One observation is that creating the site.Tmpl variable is a one time
event. site.Tmpl doesn't like additional templates with the same name.
This means that updating a template while in --watch mode requires
throwing away the entire Site object and creating a new one. Not that
this is a bad idea, but it is something I discovered while working on
these unit tests.
An oversight on my behalf. The FromSlash method is used when writing
out the public file name. There is one place where the slashes are
required which is setting the output file. I replaced those instances
with filepath.Join which should do the right thing depending on the OS.
because the url lacks a trailing /, many webservers will issue a
redirect to the canonical url with trailing slash for directory index
w/index.htm(l).
Append a slash to avoid this.
When redirecting an alias from a .xhtml path, served with default content type,
a redirect only works if the html element has a xmlns attribute. This adds the
attribute when the alias path ends in .xhtml
sanitizeRegex was stripping dots in permalinks when generating
RenderIndexes (noted during feed/rss generation).
permalink was being set to `.../indexxml` instead of `.../index.xml`.
Adding "dot" to the regex whitelist fixed the issue.
when not using ugly urls, the feed permalink does not end up in the
expected location, and instead always behaves as if using ugly urls.
this fixes that behavior and inserts the feed xml file into the
directory as index.xml.
fixes#32
Interacting with timezones will result in checks against the filesystem.
This access, by definition, is an integration test. Creating a
*integration_test.go file will signify this change.
When interacting with Travis-ci.org, the ubuntu boxes plus go 1.1 do not
seem to support shortcode timezones, think PST. In this case, the tests
are skipped. This is not ideal, but the IRC #go-nuts channel has
indicated timezone support is still lacking. We should advise users of
hugo that timezone support may be an issue and report any odd behavior.
The workaround is to use numeric timezones (-08:00 for PST, etc.)
Any program, when asks to print their version, only prints that, and then
stops.
hugo checks the config (and prints a warning message if not found), and
proceeds to generate the site!
Yet, the user just wanted to check the version.
This patch makes sure hugo stops after printing the version.
The pflag package used in hugo has to use the "=" sign
for double dash options such as --source. Thus the original
example `--source ~/mysite` is already incorrect. Adding
the = sign though woul not fix things in this case, since
`--source=~/mysite` does not get resolved to /home/username/mysite,
but looks for the ./~/mysite directory within the current directory.
To resolve this, either the directory name has to be changed in
the docs not to use the "~" sign, or have to change to use the
single dash version of the command line flag. The latter seems
to be more in line with the rest of the example.
Leaving `--watch` as a double dash option to minimize the change,
though it could be either way, since the follow up example uses
the single dash version of both.
The filename path was being split using a unix specific path seperator. This fix uses the os.PathSeperator to ensure proper evaluation regardless of platform.
# Number of days of inactivity before an issue becomes stale
daysUntilStale:120
# Number of days of inactivity before a stale issue is closed
daysUntilClose:21
# Issues with these labels will never be considered stale
exemptLabels:
- Keep
- Security
# Label to use when marking an issue as stale
staleLabel:Stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment:>
This issue has been automatically marked as stale because it has not had
recent activity. The resources of the Hugo team are limited, and so we are asking for your help.
If this is a **bug** and you can still reproduce this error on the <code>master</code> branch, please reply with all of the information you have about it in order to keep the issue open.
If this is a **feature request**, and you feel that it is still relevant and valuable, please tell us why.
This issue will automatically be closed in the near future if no further activity occurs. Thank you for all your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
We welcome contributions to Hugo of any kind including documentation, themes,
organization, tutorials, blog posts, bug reports, issues, feature requests,
feature implementations, pull requests, answering questions on the forum,
helping to manage issues, etc.
The Hugo community and maintainers are [very active](https://github.com/gohugoio/hugo/pulse/monthly) and helpful, and the project benefits greatly from this activity. We created a [step by step guide](https://gohugo.io/tutorials/how-to-contribute-to-hugo/) if you're unfamiliar with GitHub or contributing to open source projects in general.
*Note that this repository only contains the actual source code of Hugo. For **only** documentation-related pull requests / issues please refer to the [hugoDocs](https://github.com/gohugoio/hugoDocs) repository.*
*Pull requests that contain changes on the code base **and** related documentation, e.g. for a new feature, shall remain a single, atomic one.*
## Table of Contents
* [Asking Support Questions](#asking-support-questions)
* [Fetching the Sources From GitHub](#fetching-the-sources-from-github)
* [Using Git Remotes](#using-git-remotes)
* [Build Hugo with Your Changes](#build-hugo-with-your-changes)
* [Updating the Hugo Sources](#updating-the-hugo-sources)
## Asking Support Questions
We have an active [discussion forum](https://discourse.gohugo.io) where users and developers can ask questions.
Please don't use the GitHub issue tracker to ask questions.
## Reporting Issues
If you believe you have found a defect in Hugo or its documentation, use
the GitHub [issue tracker](https://github.com/gohugoio/hugo/issues) to report the problem to the Hugo maintainers.
If you're not sure if it's a bug or not, start by asking in the [discussion forum](https://discourse.gohugo.io).
When reporting the issue, please provide the version of Hugo in use (`hugo version`) and your operating system.
## Submitting Patches
The Hugo project welcomes all contributors and contributions regardless of skill or experience level.
If you are interested in helping with the project, we will help you with your contribution.
Hugo is a very active project with many contributions happening daily.
Because we want to create the best possible product for our users and the best contribution experience for our developers,
we have a set of guidelines which ensure that all contributions are acceptable.
The guidelines are not intended as a filter or barrier to participation.
If you are unfamiliar with the contribution process, the Hugo team will help you and teach you how to bring your contribution in accordance with the guidelines.
### Code Contribution Guidelines
To make the contribution process as seamless as possible, we ask for the following:
* Go ahead and fork the project and make your changes. We encourage pull requests to allow for review and discussion of code changes.
* When you’re ready to create a pull request, be sure to:
* Sign the [CLA](https://cla-assistant.io/gohugoio/hugo).
* Have test cases for the new code. If you have questions about how to do this, please ask in your pull request.
* Run `go fmt`.
* Add documentation if you are adding new features or changing functionality. The docs site lives in `/docs`.
* Squash your commits into a single commit. `git rebase -i`. It’s okay to force update your pull request with `git push -f`.
* Ensure that `mage check` succeeds. [Travis CI](https://travis-ci.org/gohugoio/hugo) (Linux and macOS) and [AppVeyor](https://ci.appveyor.com/project/gohugoio/hugo/branch/master) (Windows) will fail the build if `mage check` fails.
* Follow the **Git Commit Message Guidelines** below.
### Git Commit Message Guidelines
This [blog article](http://chris.beams.io/posts/git-commit/) is a good resource for learning how to write good commit messages,
the most important part being that each commit message should have a title/subject in imperative mood starting with a capital letter and no trailing period:
*"Return error on wrong use of the Paginator"*, **NOT***"returning some error."*
Also, if your commit references one or more GitHub issues, always end your commit message body with *See #1234* or *Fixes #1234*.
Replace *1234* with the GitHub issue ID. The last example will close the issue when the commit is merged into *master*.
Sometimes it makes sense to prefix the commit message with the packagename (or docs folder) all lowercased ending with a colon.
That is fine, but the rest of the rules above apply.
So it is "tpl: Add emojify template func", not "tpl: add emojify template func.", and "docs: Document emoji", not "doc: document emoji."
Please consider to use a short and descriptive branch name, e.g. **NOT** "patch-1". It's very common but creates a naming conflict each time when a submission is pulled for a review.
An example:
```text
tpl: Add custom index function
Add a custom index template function that deviates from the stdlib simply by not
returning an "index out of range" error if an array, slice or string index is
out of range. Instead, we just return nil values. This should help make the
new default function more useful for Hugo users.
Fixes #1949
```
### Fetching the Sources From GitHub
Due to the way Go handles package imports, the best approach for working on a
Hugo fork is to use Git Remotes. Here's a simple walk-through for getting
started:
1. Get the Hugo source:
```bash
go get -u -v -d github.com/gohugoio/hugo
```
1. Install Mage:
```bash
go get github.com/magefile/mage
```
1. Change to the Hugo source directory and fetch the dependencies:
```bash
cd $HOME/go/src/github.com/gohugoio/hugo
mage vendor
```
Note that Hugo uses [Go Dep](https://github.com/golang/dep) to vendor dependencies, rather than a a simple `go get`. We don't commit the vendored packages themselves to the Hugo git repository. The call to `mage vendor` takes care of all this for you.
1. Create a new branch for your changes (the branch name is arbitrary):
```bash
git checkout -b iss1234
```
1. After making your changes, commit them to your new branch:
```bash
git commit -a -v
```
1. Fork Hugo in GitHub.
1. Add your fork as a new remote (the remote name, "fork" in this example, is arbitrary):
1. You're now ready to submit a PR based upon the new branch in your forked repository.
### Building Hugo with Your Changes
Hugo uses [mage](https://github.com/magefile/mage) to sync vendor dependencies, build Hugo, run the test suite and other things. You must run mage from the Hugo directory.
```bash
cd $HOME/go/src/github.com/gohugoio/hugo
```
To build Hugo:
```bash
mage hugo
```
To install hugo in `$HOME/go/bin`:
```bash
mage install
```
To run the tests:
```bash
mage hugoRace
mage -v check
```
To list all available commands along with descriptions:
```bash
mage -l
```
### Updating the Hugo Sources
If you want to stay in sync with the Hugo repository, you can easily pull down
the source changes, but you'll need to keep the vendored packages up-to-date as
A really fast static site generator written in GoLang.
A Fast and Flexible Static Site Generator built with love by [spf13](http://spf13.com/) and [friends](https://github.com/gohugoio/hugo/graphs/contributors) in [Go][].
[Website](https://gohugo.io) |
[Forum](https://discourse.gohugo.io) |
[Developer Chat (no support)](https://gitter.im/gohugoio/hugo) |
[](https://travis-ci.org/gohugoio/hugo)
[](https://gitter.im/spf13/hugo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Hugo is a static site generator written in GoLang. It is optimized for
speed, easy use and configurability. Hugo takes a directory with content and
templates and renders them into a full html website.
Hugo makes use of markdown files with front matter for meta data.
Hugo is a static HTML and CSS website generator written in [Go][].
It is optimized for speed, ease of use, and configurability.
Hugo takes a directory with content and templates and renders them into a full HTML website.
A typical website of moderate size can be
rendered in a fraction of a second. It is written to work well with any
kind of website including blogs, tumbles and docs.
# Getting Started
## Installing Hugo
Installation is very easy. Simply download the appropriate version for your
platform. Hugo is written in GoLang with support for Windows, Linux and OSX.
Please make sure that you place the executable in your path. `/usr/local/bin`
is the most probable location.
Hugo doesn't have any external dependencies, but can benefit from external
programs.
## Installing from source
Make sure you have a recent version of go installed. Hugo requires go 1.1+.
git clone https://github.com/spf13/hugo
cd hugo
go build -o hugo main.go
Hugo relies on Markdown files with front matter for metadata, and you can run Hugo from any directory.
This works well for shared hosts and other systems where you don’t have a privileged account.
Hugo renders a typical website of moderate size in a fraction of a second.
A good rule of thumb is that each piece of content renders in around 1 millisecond.
## Source Directory Organization
Hugo is designed to work well for any kind of website including blogs, tumbles, and docs.
Hugo takes a single directory and uses it as the input for creating a complete website.
#### Supported Architectures
Hugo has a very small amount of configuration, while remaining highly customizable.
It accomplishes by assuming that you will only provide templates with the intent of
using them.
Currently, we provide pre-built Hugo binaries for Windows, Linux, FreeBSD, NetBSD, macOS (Darwin), and [Android](https://gist.github.com/bep/a0d8a26cf6b4f8bc992729b8e50b480b) for x64, i386 and ARM architectures.
An example directory may look like:
Hugo may also be compiled from source wherever the Go compiler tool chain can run, e.g. for other operating systems including DragonFly BSD, OpenBSD, Plan 9, and Solaris.
.
├── config.json
├── content
| ├── post
| | ├── firstpost.md
| | └── secondpost.md
| └── quote
| | ├── first.md
| | └── second.md
├── layouts
| ├── chrome
| | ├── header.html
| | └── footer.html
| ├── indexes
| | ├── category.html
| | ├── post.html
| | ├── quote.html
| | └── tag.html
| ├── post
| | ├── li.html
| | ├── single.html
| | └── summary.html
| ├── quote
| | ├── li.html
| | ├── single.html
| | └── summary.html
| ├── shortcodes
| | ├── img.html
| | ├── vimeo.html
| | └── youtube.html
| ├── index.html
| └── rss.xml
└── public
**Complete documentation is available at [Hugo Documentation][].**
This directory structure tells us a lot about this site:
## Choose How to Install
1. the website intends to have two different types of content, posts and quotes.
2. It will also apply two different indexes to that content, categories and tags.
3. It will be displaying content in 3 different views, a list, a summary and a full page view.
If you want to use Hugo as your site generator, simply install the Hugo binaries.
The Hugo binaries have no external dependencies.
Included with the repository is an example site ready to be rendered.
To contribute to the Hugo source code or documentation, you should [fork the Hugo GitHub project](https://github.com/gohugoio/hugo#fork-destination-box) and clone it to your local machine.
## Configuration
Finally, you can install the Hugo source code with `go`, build the binaries yourself, and run Hugo that way.
Building the binaries is an easy task for an experienced `go` getter.
The directory structure and templates provide the majority of the
configuration for a site. In fact a config file isn't even needed for many websites
since the defaults used follow commonly used patterns.
### Install Hugo as Your Site Generator (Binary Install)
The following is an example of a config file with the default values
Use the [installation instructions in the Hugo documentation](https://gohugo.io/overview/installing/).
### Build and Install the Binaries from Source (Advanced Install)
## Usage
Make sure either hugo is in your path or provide a path to it.
Add Hugo and its package dependencies to your go `src` directory.
$ hugo --help
usage: hugo [flags] []
-b="": hostname (and path) to the root eg. http://spf13.com/
-c="config.json": config file (default is path/config.json)
-d=false: include content marked as draft
-h=false: show this help
-k=false: analyze content and provide feedback
-p="": filesystem path to read files relative from
-w=false: watch filesystem for changes and recreate as needed
-s=false: a (very) simple webserver
-p="1313": port for webserver to run on
go get -v github.com/gohugoio/hugo
The most common use is probably to run hugo with your current
directory being the input directory.
Once the `get` completes, you should find your new `hugo` (or `hugo.exe`) executable sitting inside `$GOPATH/bin/`.
To update Hugo’s dependencies, use `go get` with the `-u` option.
$ hugo
> X pages created
> Y indicies created
go get -u -v github.com/gohugoio/hugo
## The Hugo Documentation
The Hugo documentation now lives in its own repository, see https://github.com/gohugoio/hugoDocs. But we do keep a version of that documentation as a `git subtree` in this repository. To build the sub folder `/docs` as a Hugo site, you need to clone this repo:
If you are working on things and want to see the changes
immediately, tell Hugo to watch for changes. **It will
recreate the site faster than you can tab over to
your browser to view the changes.**
```bash
git clone git@github.com:gohugoio/hugo.git
```
## Contributing to Hugo
$ hugo -p ~/mysite -w
For a complete guide to contributing to Hugo, see the [Contribution Guide](CONTRIBUTING.md).
We welcome contributions to Hugo of any kind including documentation, themes,
organization, tutorials, blog posts, bug reports, issues, feature requests,
feature implementations, pull requests, answering questions on the forum,
helping to manage issues, etc.
# Layout
The Hugo community and maintainers are [very active](https://github.com/gohugoio/hugo/pulse/monthly) and helpful, and the project benefits greatly from this activity.
Hugo is very flexible about how you organize and structure your content.
### Asking Support Questions
## Templates
We have an active [discussion forum](https://discourse.gohugo.io) where users and developers can ask questions.
Please don't use the GitHub issue tracker to ask questions.
Hugo uses the excellent golang html/template library for it's template engine. It is an extremely
lightweight engine that provides a very small amount of logic. In our
experience that it is just the right amount of logic to be able to create a good static website
This document will not cover how to use golang templates, but the [golang docs](http://golang.org/pkg/html/template/)
provide a good introduction.
### Reporting Issues
### Template roles
If you believe you have found a defect in Hugo or its documentation, use
the GitHub issue tracker to report the problem to the Hugo maintainers.
If you're not sure if it's a bug or not, start by asking in the [discussion forum](https://discourse.gohugo.io).
When reporting the issue, please provide the version of Hugo in use (`hugo version`).
There are 5 different kinds of templates that Hugo works with.
### Submitting Patches
#### index.html
This file must exist in the layouts directory. It is the template used to render the
homepage of your site.
The Hugo project welcomes all contributors and contributions regardless of skill or experience level.
If you are interested in helping with the project, we will help you with your contribution.
Hugo is a very active project with many contributions happening daily.
#### rss.xml
This file must exist in the layouts directory. It will be used to render all rss documents.
The one provided in the example application will generate an ATOM format.
Because we want to create the best possible product for our users and the best contribution experience for our developers,
we have a set of guidelines which ensure that all contributions are acceptable.
The guidelines are not intended as a filter or barrier to participation.
If you are unfamiliar with the contribution process, the Hugo team will help you and teach you how to bring your contribution in accordance with the guidelines.
*Important: Hugo will automatically add the following header line to this file.*
For a complete guide to contributing code to Hugo, see the [Contribution Guide](CONTRIBUTING.md).
site.Log.ERROR.Printf("Failed to set source metadata for file %q: %s. For more info see For more info see https://github.com/gohugoio/hugo/issues/2458",newPage.FullFilePath(),err)
g.cmd.PersistentFlags().StringVar(&g.style,"style","friendly","highlighter style (see https://help.farbox.com/pygments.html)")
g.cmd.PersistentFlags().StringVar(&g.highlightStyle,"highlightStyle","bg:#ffffcc","style used for highlighting lines (see https://github.com/alecthomas/chroma)")
g.cmd.PersistentFlags().StringVar(&g.linesStyle,"linesStyle","","style used for line numbers (see https://github.com/alecthomas/chroma)")
serverCmd.Flags().BoolVarP(&serverAppend,"appendPort","",true,"append port to baseURL")
serverCmd.Flags().BoolVar(&disableLiveReload,"disableLiveReload",false,"watch without enabling live browser reload on rebuild")
serverCmd.Flags().BoolVar(&navigateToChanged,"navigateToChanged",false,"navigate to changed content file on live browser reload")
serverCmd.Flags().BoolVar(&renderToDisk,"renderToDisk",false,"render to Destination path (default is render to memory & serve from there)")
serverCmd.Flags().BoolVar(&disableFastRender,"disableFastRender",false,"enables full re-renders on changes")
serverCmd.Flags().String("memstats","","log memory usage to this file")
serverCmd.Flags().String("meminterval","100ms","interval to poll memory usage (requires --memstats), valid time units are \"ns\", \"us\" (or \"µs\"), \"ms\", \"s\", \"m\", \"h\".")
serverCmd.RunE=server
}
funcserver(cmd*cobra.Command,args[]string)error{
// If a Destination is provided via flag write to disk
ifdestination!=""{
renderToDisk=true
}
cfgInit:=func(c*commandeer)error{
c.Set("renderToMemory",!renderToDisk)
ifcmd.Flags().Changed("navigateToChanged"){
c.Set("navigateToChanged",navigateToChanged)
}
ifcmd.Flags().Changed("disableLiveReload"){
c.Set("disableLiveReload",disableLiveReload)
}
ifcmd.Flags().Changed("disableFastRender"){
c.Set("disableFastRender",disableFastRender)
}
ifserverWatch{
c.Set("watch",true)
}
serverPorts:=make([]int,1)
ifc.languages.IsMultihost(){
if!serverAppend{
returnnewSystemError("--appendPort=false not supported when in multihost mode")
Documentation site for [Hugo](https://github.com/gohugoio/hugo), the very fast and flexible static site generator built with love in GoLang.
## Contributing
We welcome contributions to Hugo of any kind including documentation, suggestions, bug reports, pull requests etc. Also check out our [contribution guide](https://gohugo.io/contribute/documentation/). We would love to hear from you.
Note that this repository contains solely the documentation for Hugo. For contributions that aren't documentation-related please refer to the [hugo](https://github.com/gohugoio/hugo) repository.
*Pull requests shall **only** contain changes to the actual documentation. However, changes on the code base of Hugo **and** the documentation shall be a single, atomic pull request in the [hugo](https://github.com/gohugoio/hugo) repository.*
## Branches
* The `master` branch is where the site is automatically built from, and is the place to put changes relevant to the current Hugo version.
* The `next` branch is where we store changes that is related to the next Hugo release. This can be previewed here: https://next--gohugoio.netlify.com/
## Build
To view the documentation site locally, you need to clone this repository:
Also note that the documentation version for a given version of Hugo can also be found in the `/docs` sub-folder of the [Hugo source repository](https://github.com/gohugoio/hugo).
Then to view the docs in your browser, run Hugo and open up the link:
```bash
▶ hugo server
Started building sites ...
.
.
Serving pages from memory
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
# First one is picked as the Twitter card image if not set on page.
images=["images/gohugoio-card.png"]
flex_box_interior_classes="flex-auto w-100 w-40-l mr3 mb3 bg-white ba b--moon-gray nested-copy-line-height"
#sidebar_direction = "sidebar_left"
# MARKDOWN
## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday
[blackfriday]
plainIDAnchors=true
hrefTargetBlank=true
angledQuotes=false
latexDashes=true
## As of v0.20, all content files include a default "categories" value that's the same as the section. This was a cheap future-proofing method and should/could be changed accordingly.
[taxonomies]
category="categories"
# High level items
[[menu.docs]]
name="About Hugo"
weight=1
identifier="about"
url="/about/"
[[menu.docs]]
name="Getting Started"
weight=5
identifier="getting-started"
url="/getting-started/"
[[menu.docs]]
name="Themes"
weight=15
identifier="themes"
post="break"
url="/themes/"
# Core Menus
[[menu.docs]]
name="Content Management"
weight=20
identifier="content-management"
post="expanded"
url="/content-management/"
[[menu.docs]]
name="Templates"
weight=25
identifier="templates"
url="/templates/"
[[menu.docs]]
name="Functions"
weight=30
identifier="functions"
url="/functions/"
[[menu.docs]]
name="Variables"
weight=35
identifier="variables"
url="/variables/"
[[menu.docs]]
name="CLI"
weight=40
post="break"
identifier="commands"
url="/commands/"
# LOW LEVEL ITEMS
[[menu.docs]]
name="Troubleshooting"
weight=60
identifier="troubleshooting"
url="/troubleshooting/"
[[menu.docs]]
name="Tools"
weight=70
identifier="tools"
url="/tools/"
[[menu.docs]]
name="Hosting & Deployment"
weight=80
identifier="hosting-and-deployment"
url="/hosting-and-deployment/"
[[menu.docs]]
name="Contribute"
weight=100
post="break"
identifier="contribute"
url="/contribute/"
#[[menu.docs]]
# name = "Tags"
# weight = 120
# identifier = "tags"
# url = "/tags/"
# [[menu.docs]]
# name = "Categories"
# weight = 140
# identifier = "categories"
# url = "/categories/"
######## QUICKLINKS
[[menu.quicklinks]]
name="Fundamentals"
weight=1
identifier="fundamentals"
url="/tags/fundamentals/"
######## GLOBAL ITEMS TO BE SHARED WITH THE HUGO SITES
[[menu.global]]
name="News"
weight=1
identifier="news"
url="/news/"
[[menu.global]]
name="Docs"
weight=5
identifier="docs"
url="/documentation/"
[[menu.global]]
name="Themes"
weight=10
identifier="themes"
url="https://themes.gohugo.io/"
# Anything with a weight > 100 gets an external icon
tagline: What's modern about waiting for your site to build?
copy: Hugo is the fastest tool of its kind. At <1 ms per page, the average site builds in less than a second.
- heading: Robust Content Management
image_path: /images/icon-content-management.svg
tagline: Flexibility rules. Hugo is a content strategist's dream.
copy: Hugo supports unlimited content types, taxonomies, menus, dynamic API-driven content, and more, all without plugins.
- heading: Shortcodes
image_path: /images/icon-shortcodes.svg
tagline: Hugo's shortcodes are Markdown's hidden superpower.
copy: We love the beautiful simplicity of markdown’s syntax, but there are times when we want more flexibility. Hugo shortcodes allow for both beauty and flexibility.
- heading: Built-in Templates
image_path: /images/icon-built-in-templates.svg
tagline: Hugo has common patterns to get your work done quickly.
copy: Hugo ships with pre-made templates to make quick work of SEO, commenting, analytics and other functions. One line of code, and you're done.
- heading: Multilingual and i18n
image_path: /images/icon-multilingual2.svg
tagline: Polyglot baked in.
copy: Hugo provides full i18n support for multi-language sites with the same straightforward development experience Hugo users love in single-language sites.
- heading: Custom Outputs
image_path: /images/icon-custom-outputs.svg
tagline: HTML not enough?
copy: Hugo allows you to output your content in multiple formats, including JSON or AMP, and makes it easy to create your own.
copy: "Hugo provides a robust theming system that is easy to implement but capable of producing even the most complicated websites."
- heading: "Capable Templating"
cta: Get Started.
link: templates/
color_classes: bg-primary-color-light black
image: /images/home-page-templating-example.png
copy: "Hugo's Go-based templating provides just the right amount of logic to build anything from the simple to complex. If you prefer Jade/Pug-like syntax, you can also use Amber, Ace, or any combination of the three."
---
Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.
description: Improved performance, security and ease of use are just a few of the reasons static site generators are so appealing.
date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-02-01
keywords: [ssg,static,performance,security]
menu:
docs:
parent: "about"
weight: 30
weight: 30
sections_weight: 30
draft: false
aliases: []
toc: false
---
The purpose of website generators is to render content into HTML files. Most are "dynamic site generators." That means the HTTP server---i.e., the program that sends files to the browser to be viewed---runs the generator to create a new HTML file every time an end user requests a page.
Over time, dynamic site generators were programmed to cache their HTML files to prevent unnecessary delays in delivering pages to end users. A cached page is a static version of a web page.
Hugo takes caching a step further and all HTML files are rendered on your computer. You can review the files locally before copying them to the computer hosting the HTTP server. Since the HTML files aren't generated dynamically, we say that Hugo is a *static site generator*.
This has many benefits. The most noticeable is performance. HTTP servers are *very* good at sending files---so good, in fact, that you can effectively serve the same number of pages with a fraction of the memory and CPU needed for a dynamic site.
## More on Static Site Generators
* ["An Introduction to Static Site Generators", David Walsh][]
* ["Hugo vs. Wordpress page load speed comparison: Hugo leaves WordPress in its dust", GettingThingsTech][hugovwordpress]
* ["Static Site Generators", O-Reilly][]
* [StaticGen: Top Open-Source Static Site Generators (GitHub Stars)][]
description: Hugo boasts blistering speed, robust content management, and a powerful templating language making it a great fit for all kinds of static websites.
date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-02-01
menu:
docs:
parent: "about"
weight: 20
weight: 20
sections_weight: 20
draft: false
aliases: [/about/features]
toc: true
---
## General
* [Extremely fast][] build times (< 1 ms per page)
* Completely cross platform, with [easy installation][install] on macOS, Linux, Windows, and more
* Renders changes on the fly with [LiveReload][] as you develop
* [Powerful theming][]
* [Host your site anywhere][hostanywhere]
## Organization
* Straightforward [organization for your projects][], including website sections
* Customizable [URLs][]
* Support for configurable [taxonomies][], including categories and tags
* [Sort content][] as you desire through powerful template [functions][]
* Automatic [table of contents][] generation
* [Dynamic menu][] creation
* [Pretty URLs][] support
* [Permalink][] pattern support
* Redirects via [aliases][]
## Content
* Native Markdown and Emacs Org-Mode support, as well as other languages via *external helpers* (see [supported formats][])
* TOML, YAML, and JSON metadata support in [front matter][]
* Customizable [homepage][]
* Multiple [content types][]
* Automatic and user defined [content summaries][]
* [Shortcodes][] to enable rich content inside of Markdown
* ["Minutes to Read"][pagevars] functionality
* ["Wordcount"][pagevars] functionality
## Additional Features
* Integrated [Disqus][] comment support
* Integrated [Google Analytics][] support
* Automatic [RSS][] creation
* Support for [Go][], [Amber], and [Ace][] HTML templates
description: Hugo v0.15 and later are released under the Apache 2.0 license.
date: 2016-02-01
publishdate: 2016-02-01
lastmod: 2016-03-02
categories: ["about hugo"]
keywords: ["License","apache"]
menu:
docs:
parent: "about"
weight: 60
weight: 60
sections_weight: 60
aliases: [/meta/license]
toc: true
---
{{% note %}}
Hugo v0.15 and later are released under the Apache 2.0 license.
Earlier versions of Hugo were released under the [Simple Public License](https://opensource.org/licenses/Simple-2.0).
{{% /note %}}
_Version 2.0, January 2004_ <br>
<http://www.apache.org/licenses/LICENSE-2.0>
*Terms and Conditions for use, reproduction, and distribution*
## 1. Definitions
“License” shall mean the terms and conditions for use, reproduction, and
distribution as defined by Sections 1 through 9 of this document.
“Licensor” shall mean the copyright owner or entity authorized by the copyright
owner that is granting the License.
“Legal Entity” shall mean the union of the acting entity and all other entities
that control, are controlled by, or are under common control with that entity.
For the purposes of this definition, “control” means **(i)** the power, direct or
indirect, to cause the direction or management of such entity, whether by
contract or otherwise, or **(ii)** ownership of fifty percent (50%) or more of the
outstanding shares, or **(iii)** beneficial ownership of such entity.
“You” (or “Your”) shall mean an individual or Legal Entity exercising
permissions granted by this License.
“Source” form shall mean the preferred form for making modifications, including
but not limited to software source code, documentation source, and configuration
files.
“Object” form shall mean any form resulting from mechanical transformation or
translation of a Source form, including but not limited to compiled object code,
generated documentation, and conversions to other media types.
“Work” shall mean the work of authorship, whether in Source or Object form, made
available under the License, as indicated by a copyright notice that is included
in or attached to the work (an example is provided in the Appendix below).
“Derivative Works” shall mean any work, whether in Source or Object form, that
is based on (or derived from) the Work and for which the editorial revisions,
annotations, elaborations, or other modifications represent, as a whole, an
original work of authorship. For the purposes of this License, Derivative Works
shall not include works that remain separable from, or merely link (or bind by
name) to the interfaces of, the Work and Derivative Works thereof.
“Contribution” shall mean any work of authorship, including the original version
of the Work and any modifications or additions to that Work or Derivative Works
thereof, that is intentionally submitted to Licensor for inclusion in the Work
by the copyright owner or by an individual or Legal Entity authorized to submit
on behalf of the copyright owner. For the purposes of this definition,
“submitted” means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems, and
issue tracking systems that are managed by, or on behalf of, the Licensor for
the purpose of discussing and improving the Work, but excluding communication
that is conspicuously marked or otherwise designated in writing by the copyright
owner as “Not a Contribution.”
“Contributor” shall mean Licensor and any individual or Legal Entity on behalf
of whom a Contribution has been received by Licensor and subsequently
incorporated within the Work.
## 2. Grant of Copyright License
Subject to the terms and conditions of this License, each Contributor hereby
grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
irrevocable copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the Work and such
Derivative Works in Source or Object form.
## 3. Grant of Patent License
Subject to the terms and conditions of this License, each Contributor hereby
grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
irrevocable (except as stated in this section) patent license to make, have
made, use, offer to sell, sell, import, and otherwise transfer the Work, where
such license applies only to those patent claims licensable by such Contributor
that are necessarily infringed by their Contribution(s) alone or by combination
of their Contribution(s) with the Work to which such Contribution(s) was
submitted. If You institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work or a
Contribution incorporated within the Work constitutes direct or contributory
patent infringement, then any patent licenses granted to You under this License
for that Work shall terminate as of the date such litigation is filed.
## 4. Redistribution
You may reproduce and distribute copies of the Work or Derivative Works thereof
in any medium, with or without modifications, and in Source or Object form,
provided that You meet the following conditions:
* **(a)** You must give any other recipients of the Work or Derivative Works a copy of
this License; and
***(b)** You must cause any modified files to carry prominent notices stating that You
changed the files; and
***\(c)** You must retain, in the Source form of any Derivative Works that You distribute,
all copyright, patent, trademark, and attribution notices from the Source form
of the Work, excluding those notices that do not pertain to any part of the
Derivative Works; and
***(d)** If the Work includes a “NOTICE” text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
## 5. Submission of Contributions
Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
## 6. Trademarks
This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
## 7. Disclaimer of Warranty
Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
## 8. Limitation of Liability
In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
## 9. Accepting Warranty or Additional Liability
While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
_END OF TERMS AND CONDITIONS_
## APPENDIX: How to apply the Apache License to your work
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets `[]` replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same “printed page” as the copyright notice for easier identification within third-party archives.
description: About page bundles, image processing and more.
date: 2017-12-28
keywords: [ssg,static,performance,security]
menu:
docs:
parent: "about"
weight: 10
weight: 10
sections_weight: 10
draft: false
aliases: []
toc: true
images:
- images/blog/sunset.jpg
---
{{% note %}}
This documentation belongs in other places in this documentation site, but is put here first ... to get something up and running fast.
{{% /note %}}
Also see this demo project from [bep](https://github.com/bep/), the clever Norwegian behind these new features:
* http://hugotest.bep.is/
* https://github.com/bep/hugotest (source)
## Page Resources
### Organize Your Content
{{< figure src="/images/hugo-content-bundles.png" title="Pages with image resources" >}}
The content folder above shows a mix of content pages (`md` (i.e. markdown) files) and image resources.
{{% note %}}
You can use any file type as a content resource as long as it is a MIME type recognized by Hugo (`json` files will, as one example, work fine). If you want to get exotic, you can define your [own media type](/templates/output-formats/#media-types).
{{% /note %}}
The 3 page bundles marked in red explained from top to bottom:
1. The home page with one image resource (`1-logo.png`)
2. The blog section with two images resources and two pages resources (`content1.md`, `content2.md`). Note that the `_index.md` represents the URL for this section.
3. An article (`hugo-is-cool`) with a folder with some images and one content resource (`cats-info.md`). Note that the `index.md` represents the URL for this article.
The content files below `blog/posts` are just regular standalone pages.
{{% note %}}
Note that changes to any resource inside the `content` folder will trigger a reload when running in watch (aka server or live reload mode), it will even work with `--navigateToChanged`.
{{% /note %}}
#### Sort Order
* Pages are sorted according to standard Hugo page sorting rules.
* Images and other resources are sorted in lexicographical order.
### Handle Page Resources in Templates
#### List all Resources
```html
{{ range .Resources }}
<li><ahref="{{ .RelPermalink }}">{{ .ResourceType | title }}</a></li>
{{ end }}
```
For an absolute URL, use `.Permalink`.
**Note:** The permalink will be relative to the content page, respecting permalink settings. Also, included page resources will not have a value for `RelPermalink`.
#### List All Resources by Type
```html
{{ with .Resources.ByType "image" }}
{{ end }}
```
Type here is `page` for pages, else the main type in the MIME type, so `image`, `json` etc.
#### Get a Specific Resource
```html
{{ $logo := .Resources.GetByPrefix "logo" }}
{{ with $logo }}
{{ end }}
```
#### Include Page Resource Content
```html
{{ with .Resources.ByType "page" }}
{{ range . }}
<h3>{{ .Title }}</h3>
{{ .Content }}
{{ end }}
{{ end }}
```
## Image Processing
The `image` resource implements the methods `Resize`, `Fit` and `Fill`:
Resize
: Resize to the given dimension, `{{ $logo.Resize "200x" }}` will resize to 200 pixels wide and preserve the aspect ratio. Use `{{ $logo.Resize "200x100" }}` to control both height and width.
Fit
: Scale down the image to fit the given dimensions, e.g. `{{ $logo.Fit "200x100" }}` will fit the image inside a box that is 200 pixels wide and 100 pixels high.
Fill
: Resize and crop the image given dimensions, e.g. `{{ $logo.Fill "200x100" }}` will resize and crop to width 200 and height 100
{{% note %}}
Image operations in Hugo currently **do not preserve EXIF data** as this is not supported by Go's [image package](https://github.com/golang/go/search?q=exif&type=Issues&utf8=%E2%9C%93). This will be improved on in the future.
{{% /note %}}
### Image Processing Examples
_The photo of the sunset used in the examples below is Copyright [Bjørn Erik Pedersen](https://commons.wikimedia.org/wiki/User:Bep) (Creative Commons Attribution-Share Alike 4.0 International license)_
In addition to the dimensions (e.g. `200x100`) where either height or width can be omitted, Hugo supports a set of additional image options:
Anchor
: Only relevant for `Fill`. This is useful for thumbnail generation where the main motive is located in, say, the left corner. Valid are `Center`, `TopLeft`, `Top`, `TopRight`, `Left`, `Right`, `BottomLeft`, `Bottom`, `BottomRight`. Example: `{{ $logo.Fill "200x100 BottomLeft" }}`
JPEG Quality
: Only relevant for JPEG images, values 1 to 100 inclusive, higher is better. Default is 75. `{{ $logo.Resize "200x q50" }}`
Rotate
: Rotates an image by the given angle counter-clockwise. The rotation will be performed first to get the dimensions correct. `{{ $logo.Resize "200x r90" }}`. The main use of this is to be able to manually correct for [EXIF orientation](https://github.com/golang/go/issues/4341) of JPEG images.
Resample Filter
: Filter used in resizing. Default is `Box`, a simple and fast resampling filter appropriate for downscaling. See https://github.com/disintegration/imaging for more. If you want to trade quality for faster processing, this may be a option to test.
### Performance
Processed images are stored below `<project-dir>/resources` (can be set with `resourceDir` config setting). This folder is deliberately placed in the project, as it is recommended to check these into source control as part of the project. These images are not "Hugo fast" to generate, but once generated they can be reused.
If you change your image settings (e.g. size), remove or rename images etc., you will end up with unused images taking up space and cluttering your project.
To clean up, run:
```bash
hugo --gc
```
{{% note %}}
**GC** is short for **Garbage Collection**.
{{% /note %}}
## Configuration
### Default Image Processing Config
You can configure an `imaging` section in `config.toml` with default image processing options:
```toml
[imaging]
# Default resample filter used for resizing. Default is Box,
# a simple and fast averaging filter appropriate for downscaling.
Hugo is a general-purpose website framework. Technically speaking, Hugo is a [static site generator][]. Unlike systems that dynamically build a page with each visitor request, Hugo builds pages when you create or update your content. Since websites are viewed far more often than they are edited, Hugo is designed to provide an optimal viewing experience for your website's end users and an ideal writing experience for website authors.
Websites built with Hugo are extremely fast and secure. Hugo sites can be hosted anywhere, including [Netlify][], [Heroku][], [GoDaddy][], [DreamHost][], [GitHub Pages][], [Surge][], [Aerobatic][], [Firebase][], [Google Cloud Storage][], [Amazon S3][], [Rackspace][], [Azure][], and [CloudFront][] and work well with CDNs. Hugo sites run without the need for a database or dependencies on expensive runtimes like Ruby, Python, or PHP.
We think of Hugo as the ideal website creation tool with nearly instant build times, able to rebuild whenever a change is made.
## How Fast is Hugo?
{{< youtube "CdiDYZ51a2o" >}}
## What Does Hugo Do?
In technical terms, Hugo takes a source directory of files and templates and uses these as input to create a complete website.
## Who Should Use Hugo?
Hugo is for people that prefer writing in a text editor over a browser.
Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
Hugo is for people building a blog, a company site, a portfolio site, documentation, a single landing page, or a website with thousands of pages.
description: Hugo makes managing large static sites easy with support for archetypes, content types, menus, cross references, summaries, and more.
date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-02-01
menu:
docs:
parent: "content-management"
weight: 1
keywords: [source, organization]
categories: [content management]
weight: 01 #rem
draft: false
aliases: [/content/,/content/organization]
toc: false
---
A static site generator needs to extend beyond front matter and a couple templates to be both scalable and *manageable*. Hugo was designed with not only developers in mind, but also content managers and authors.
Some files were not shown because too many files have changed in this diff
Show More
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.