Cameron Moore
aecabfcd4f
docs: Add Extras > GitInfo
...
Fixes #2670
2016-12-15 11:15:15 +01:00
Victor Kropp
dbb0c1cfc9
hugolib: Add shortcode for Instagram
2016-11-23 20:28:42 +01:00
Bjørn Erik Pedersen
aafbd3b4bf
docs: Revise docs to reflect that Node is gone
...
Updates #2297
2016-11-22 09:57:03 +01:00
Rafael Monteiro
bb36d57be5
docs: Fix typos in extras/scratch.md
2016-11-13 13:45:31 +01:00
Albert Nigmatzianov
f21e2f25c9
all: Unify case of config variable names
...
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.
2016-10-24 20:56:00 +02:00
Nate Finch
10a773cde7
Implement support for alias templates
...
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 #2533
Closes #2576
2016-10-15 15:25:05 +02:00
Dimitri Merejkowsky
56512e816f
Allow to set cache dir in config file
2016-10-09 11:00:36 +02:00
digitalcraftsman
0043b48658
docs: Add notes about multilingual menus
2016-09-28 17:19:33 +02:00
Bjørn Erik Pedersen
4a79fa0c33
Revert the "standardize author data"
...
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
.
2016-09-18 19:16:39 +02:00
digitalcraftsman
b6673e5309
docs: Add documentation for author profiles
2016-09-17 13:14:05 +02:00
Mitchell Cohen
56afd943a8
docs: Add multilingual alias example
2016-09-17 11:23:47 +02:00
digitalcraftsman
bca567faea
docs: Clarify usecase of data files
...
Fixes #1769
2016-09-16 17:05:38 +02:00
Jacob Walker
4e16a6d4fd
docs: Fix markdown in content/extras/scratch.md
2016-09-15 11:35:39 -05:00
Mark D. Blackwell
0d1e96701f
docs: Improve Traversing Local Files
2016-09-15 15:15:04 +02:00
sethmacleod
8e1bcea82f
docs: Update documentation for URLs
...
Using absolute URLs overrides relative URL behavior. This should be explicit in the docs.
2016-08-30 01:26:21 -04:00
Andreas Grunewald
6eff9e5015
docs: Update highlight.js example to latest version
...
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
2016-08-25 14:05:34 +02:00
Mark D. Blackwell
3ce9de7672
docs: Follow through on watch default
2016-08-18 20:55:05 +02:00
Marvin Pinto
5d3aabcb32
Update the alias generated HTML files to conform to the W3C HTML spec
...
- W3C recommends that there be a [whitespace character][1] between the
`;` and the `url=` portions.
- W3C also recommends that there be a [title][2] child in the `head`
element
[1]: https://www.w3.org/TR/html-markup/meta.http-equiv.refresh.html
[2]: https://www.w3.org/TR/html-markup/head.html
Closes #1933
2016-06-09 15:57:35 +02:00
David King
c21b1558ae
docs: Add note about live reload script injection
...
Answers common question in docs.
https://discuss.gohugo.io/t/livereload-only-works-on-the-homepage/1006/4
2016-05-27 19:51:17 +02:00
Martin Linkov
90362933ee
docs: Fix typo / readability in extras/menu.md
2016-05-22 11:30:29 +02:00
Amit Saha
9305deca15
docs: Clarify that watch is enabled by default
2016-05-18 12:08:26 +02:00
Cameron Moore
fd40fe39bc
docs: Document relativeURLs
...
Fixes #1342
2016-05-07 16:52:18 -05:00
Robert Basic
24cb0d1f58
tpl: Do not write to cache when ignoring cache
...
Fixes #2067
Closes #2069
2016-04-14 10:48:26 +02:00
Robert Basic
37fb2d43e5
helpers: Ignore cache for Pygments when flag set
...
When the --ignoreCache flag is set to true, do not write and read
the Pygments results to/from the cache directory.
Fixes #2066
Closes #2068
2016-04-10 20:55:57 +02:00
Bjørn Erik Pedersen
54750b0780
Do not create robots.txt by default
...
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
2016-04-05 22:20:39 +02:00
Robert Basic
effaf6c2c9
docs: Document GitHub flavoured code fences
...
Fixes #1259
2016-03-28 16:38:28 +02:00
Bjørn Erik Pedersen
048e07422d
Add Scratch to shortcode
...
Fixes #2000
2016-03-21 21:11:20 -04:00
Konstantin Kliakhandler
e9008b91fa
Allow picking a specific file out of a gist
2016-03-11 18:29:07 +01:00
Bjørn Erik Pedersen
9896cd0030
Add reference to parent shortcode
...
Fixes #1936
2016-03-09 11:06:40 +01:00
Steve Moser
866176be97
Docs: fix missing words, tense in datadrivencontent.md
2016-03-07 20:39:55 +01:00
Bjørn Erik Pedersen
429b669a29
doc: Correct Scratch slice example
2016-03-06 16:38:38 +01:00
Bjørn Erik Pedersen
c7d2260420
doc: Add some Scratch slice samples
2016-03-06 16:36:46 +01:00
Bjørn Erik Pedersen
eaba04e82b
Add list support in Scratch
2016-03-06 15:44:17 +01:00
digitalcraftsman
2b1ad54617
Docs: fix typo in YouTube shortcode description
2016-02-13 16:41:25 +01:00
Darrel Herbst
06e90b1237
Add documentation for Google Analytics internal template
...
Fixes #1654
2016-02-13 11:41:21 +01:00
Cameron Moore
207a574f0c
Docs: fix Disqus shortname reference
2016-02-13 11:23:21 +01:00
Rick Cogley
d1d7702c06
Add a benefit and a simple example to return current year
...
Thanks @bep!
2016-02-07 13:04:35 +08:00
digitalcraftsman
cd36d752a3
Add autostart option to YouTube shortcode
2016-01-29 16:23:41 -05:00
Anthony Fok
dd1d655617
Docs: Change the pseudo-absolute path to a relative one
...
See #1765
2016-01-09 11:57:14 -07:00
Anthony Fok
2c66167431
Docs: Copyedit extras/robots-txt.md
2016-01-06 21:11:02 -07:00
Bjørn Erik Pedersen
01f71babfc
docs: Add lastmod to content files
...
Based on last commit in Git.
2016-01-06 23:55:18 +01:00
Ivan Fraixedes
9a6dc6c791
Add embeded template for robots.txt
2016-01-05 23:36:16 +01:00
digitalcraftsman
fc627d5553
Docs: remove unnecessary --watch flag
2015-12-26 20:03:23 -07:00
Anthony Fok
cb8f459127
Docs: Add nohighlight shortcode and improve formatting
...
And some random formatting and copyediting fixes.
See also #1708
2015-12-23 09:31:07 -07:00
Anthony Fok
249cd62541
Copyedit the shortcodes documentation some more
2015-11-29 23:23:25 -07:00
digitalcraftsman
2e3d5c2df6
Docs: improve shortcodes page
...
See #1613
2015-11-29 22:01:31 -07:00
digitalcraftsman
311307c9e4
Add IsNamedParams property in shortcodes
2015-11-24 08:59:32 +01:00
digitalcraftsman
86dcac614b
Add documentation for built-in shortcodes
...
Fixes #1576
2015-11-24 08:59:32 +01:00
Cameron Moore
fe2a9fa21d
Update shortcode docs with .IsNamedParams
...
There are some minor cleanups included here as well.
Fixes #1607
2015-11-24 08:47:06 +01:00
Sergey Mudrik
c8f2a57430
Fixed link to Google Prettify
...
Google Prettify has been moved to github
2015-10-31 09:54:14 -06:00