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
Tobias
4e9a5d8bd1
Fix some typos in docs
2015-10-17 13:48:10 +02:00
Samuel Prashker
1abc12a949
docs: Fix typo in url extras
2015-09-14 14:40:38 -06:00
Anthony Fok
db85299c00
Complete the Url-to-URL transition in docs
...
See #959
2015-09-13 05:22:12 -06:00
Bjørn Erik Pedersen
cea82842f0
Rename ReadDir to readDir
...
To make it consistent with the other template funcs.
2015-08-07 14:33:48 +02:00
Anthony Fok
5505ac0d72
doc: Strip trailing whitespace; other revisions
...
Make some random and non-comprehensive changes to the
template functions documentation to make them more
consistent.
2015-08-04 12:00:08 -06:00
Marek Janda
4bed69629e
Add map support to scratch
2015-08-02 17:23:36 +02:00
Russell Oliver
81e69c416d
Add ReadDir function to list local files.
...
Includes documentation.
2015-07-25 21:56:38 +02:00
Bjørn Erik Pedersen
027abcfbb9
docs: fix prev in highlightling
2015-07-24 11:31:26 +02:00
Bjørn Erik Pedersen
47e65c4acd
docs: Rename dynamic content to data-driven content
...
Fixes #925
2015-07-23 12:54:58 +02:00
Bjørn Erik Pedersen
1a94148d06
Add paginator support for page groups
...
Fixed #1274
2015-07-18 14:53:52 +02:00
Bjørn Erik Pedersen
67209dbfb3
docs: make the named value Data File example simpler
2015-06-22 20:25:17 +02:00
Sebastian Krause
e96624cce8
Update datafiles.md
...
additional example for named data values
2015-06-22 00:02:48 +02:00
Rick Cogley
6b5ed88cde
Edits on aliases, comments, theme customizing
...
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.
2015-05-16 15:38:18 +02:00
Rick Cogley
6453bb5838
Edit docs extras syntax highlighting.md
...
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
2015-05-16 15:31:16 +02:00
bep
be72f234f8
docs: Use ToC length to pick the compact version
2015-05-11 22:23:35 +02:00
bep
be4f48652d
Add ToC to long pages
...
* A compact, fixed box in the right screen
* Only for big screens, > 1200 px wide
2015-05-11 18:39:42 +02:00
bep
be0c1bfe13
Add docs for Section Menu for “the Lazy Blogger”
2015-05-10 16:18:19 +02:00
bep
be01f8430e
Add shortcut to Scratch from shortcode
2015-04-19 14:50:27 +02:00
bep
bef25432d1
doc: clarify Scratch usage in shortcodes
2015-04-19 11:30:11 +02:00
bep
be24457acf
Add more options to highlight
...
Fixes #1021
2015-04-15 20:31:06 +02:00
Florian Baumann
0fcb78e43b
Added isso as a Disqus alternative to the docs
...
Hi,
I'm using isso with my hugo blog which works just fine.
I think this should be added to the docs :)
Thanks!
2015-04-10 22:45:22 -06:00
bep
72aa516c75
documentation: mention data files under liverload
2015-04-01 23:26:33 +02:00
bep
bec22f8981
Add pager size argument to paginator methods
...
Fixes #1013
2015-03-31 19:12:56 +02:00
Anthony Fok
b3bd71fec9
Update Hugo docs with the initialisms suggested by golint
...
In particular:
* .Url → .URL (for node, menu and paginator)
* .Site.BaseUrl → .Site.BaseURL
* getJson → getJSON
* getCsv → getCSV
* safeHtml → safeHTML
* safeCss → safeCSS
* safeUrl → safeURL
Continued effort in fixing #959 .
2015-03-18 11:30:37 +01:00
Anthony Fok
a220a3ba37
[Docs] Copyedit http://gohugo.io/extras/dynamiccontent/
2015-03-17 23:53:17 -06:00
bep
ab5862cd00
Allow the same shortcode to be used with or without inline content
...
Fixes #934
2015-03-02 21:49:33 +01:00
Anthony Fok
88e7c031a8
[Docs] Clarify the switch to canonifyurls = false
as default
...
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
2015-02-21 14:50:14 -07:00
karland
e31536dd85
Add information to highlighting with Payments
...
Conflicts:
docs/content/extras/highlighting.md
2015-02-17 12:35:39 -05:00
Cyrill Schumacher
41c0e82f95
Moved futured getSQL topic to another branch
2015-02-17 12:14:39 -05:00
Cyrill Schumacher
b209f44335
getJson and getCsv documentation proof reading by @msjulias
2015-02-17 12:14:39 -05:00
Cyrill Schumacher
4342dd84fc
Update Dynamic Content docs
2015-02-17 12:14:39 -05:00
Cyrill Schumacher
48a6d44786
Update doc
2015-02-17 12:14:39 -05:00
Cyrill Schumacher
47b7cfeb44
Add getSQL idea
2015-02-17 12:14:39 -05:00
Cyrill Schumacher
fdf8db9c21
Initial doc file: Dynamic Content
2015-02-17 12:14:39 -05:00
Anthony Fok
cb9fa62743
[Docs] Minor copyediting of highlighting.md
...
Also add `apt-get` command for installing Pygments.
2015-02-17 01:59:40 -07:00
karland
bd0de85dbc
Add information to highlighting with Pygments
2015-02-17 01:49:44 -07:00
Joseph Kaptur
462e666f45
Update docs so that figure
includes the class
parameter.
2015-02-14 18:35:00 -05:00
bep
4820683330
Doc Data Files: Add section about themes and expanded the example a bit
2015-02-12 09:09:35 +01:00
bep
371c148c34
Fix alias for data files doc
2015-02-09 16:58:12 +01:00
bep
03fff880ec
Add docs for Data Files
...
Fixes #887
2015-02-09 16:52:52 +01:00
bep
dd9344816a
Scratch doc: Use the special $ variable to prevent confusion
2015-02-01 20:36:43 +01:00
bep
f264076f66
Add doc for Scratch
2015-01-31 22:01:30 +01:00