867 Commits

Author SHA1 Message Date
Jörgen Nilsson
ccc70839a7 Add jorgennilsson.com to showcases 2016-02-12 15:24:22 +01:00
shelan
d7c3dede17 Add shelan.org to showcase page 2016-02-07 23:38:51 +01:00
Rick Cogley
03dbe714e2 Add a benefit and a simple example to return current year
Thanks @bep!
2016-02-07 13:04:35 +08:00
Ray Lai
686169e19c docs: Fix typo: Janapese → Japanese 2016-02-07 12:53:13 +08:00
Cameron Moore
bc5e2d841f tpl: Add humanize func and cleanup lint
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.
2016-02-06 15:31:25 +01:00
Anthony Fok
25be260389 Optimize seven recently added Showcase thumbnails
Reducing their total size from 960KB to 308KB.
2016-02-06 17:27:06 +08:00
Vladislav Supalov
720121ebae Added showcase for datapipelinearachitect.com 2016-02-04 18:35:55 +01:00
David Allen
a81b9db55b Added showcase for davidrallen.com 2016-02-03 22:26:11 +01:00
digitalcraftsman
44e28254ea Fixed example and cross-reference in content/variables.md
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
2016-02-01 16:54:27 +01:00
Rick Cogley
cc30c23238 Update lastmod date and screenshot for Rick Cogley site 2016-02-01 16:18:16 +01:00
Cameron Moore
9fb034df24 Remove destination from config file docs 2016-01-30 07:47:41 -06:00
digitalcraftsman
b97e8e6f82 Docs: fix some typos in templates/variables.md 2016-01-30 11:12:24 +01:00
Renato Vargas
b76eafd308 Expanded the Page Params section in variables.md
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
2016-01-30 01:24:55 +01:00
digitalcraftsman
9b5467b466 Add autostart option to YouTube shortcode 2016-01-29 16:23:41 -05:00
Steve Francia
4cb6923c70 Read/reread individual source content files
next is incremental conversion
2016-01-26 14:26:23 -05:00
leepenney
052966f9ba Add leepenney.com to showcase page 2016-01-24 16:22:55 +00:00
Brynjar Harðarson
80a24fb02e Add Web Study List to showcase page 2016-01-21 23:35:13 +00:00
digitalcraftsman
3f6b71039b Docs: add Hugopit to tools section 2016-01-21 14:30:06 +01:00
tcnksm
558576e151 Add Rakuten Tech Blog in showcase page 2016-01-20 22:36:24 +01:00
callmelanmao
56b1482f47 add javaunion in showcase 2016-01-20 11:58:35 +08:00
Bjørn Erik Pedersen
e26f82bcbb Docs: Add doc for string and int 2016-01-16 00:06:32 +01:00
Bjørn Erik Pedersen
a18faed649 Docs: Enable plain id anchors
Making it possible to post permanent anchored links to StackExchange etc.
2016-01-15 12:55:35 +01:00
Anthony Fok
2ccc48a105 Docs: Add missing "-b master" parameter to "git submodule add" command
for correct deployment on GitHub Pages.  Thanks, @adrianmoya!

Fixes #1777
2016-01-14 01:24:45 -07:00
Anthony Fok
41ccee5a2d Docs: Change the pseudo-absolute path to a relative one
See #1765
2016-01-09 11:57:14 -07:00
Emily Horsman
c6bdb84752 Docs: add emilyhorsman.com (buttercup theme) to showcase 2016-01-09 11:02:27 -07:00
digitalcraftsman
2d93bfc02f Docs: add panel showing the last revision of a page
The panel also contains the version of the
documentation.
2016-01-07 04:23:26 -07:00
Anthony Fok
b06bf79325 Docs: Copyedit extras/robots-txt.md 2016-01-06 21:11:02 -07:00
Bjørn Erik Pedersen
915fc9468a docs: Add lastmod to content files
Based on last commit in Git.
2016-01-06 23:55:18 +01:00
ominty
ddc1ea9b1b Update press.md
New entry: Harald Weidner in german at Cologne Linux Meeting 2015: Link to set of slides available on bottom of page
2016-01-06 12:02:42 -05:00
Ivan Fraixedes
1be6b52ebf Add embeded template for robots.txt 2016-01-05 23:36:16 +01:00
Anthony Fok
aefd1fe626 Docs: Update copyright year on gohugo.io front page 2016-01-04 23:47:12 -07:00
Anthony Fok
1d16427281 Docs: Run "brew update" before "brew install hugo"
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
2016-01-04 23:36:57 -07:00
Alexandre Bourget
c38fa0666f Added documentation about variable scoping in "partials". 2016-01-04 12:42:48 -05:00
Alexandre Bourget
aab2f637a7 Added "Caddy server"'s handling of 404 errors. 2016-01-04 12:42:47 -05:00
Kartik Singhal
291b8b175f Update doc to reflect default value of watch variable 2016-01-04 12:35:26 -05:00
Gerben Castel
854477959c Allow renaming of sitemap.xml 2016-01-04 12:28:49 -05:00
Anthony Fok
970e35ab34 Add to press.md two articles about Hugo on AWS Lambda
and one article about WordPress-to-Hugo migration
2016-01-03 05:14:13 -07:00
ominty
d3a339555b Update press.md
Fix table, and add new entry
2016-01-02 13:25:04 -07:00
digitalcraftsman
a5503e2533 Add template funcs countwords and countrunes 2016-01-02 11:00:03 -05:00
digitalcraftsman
951114e7e3 Add themesDir option to configuration
themesDir can be used to change the default
path of the themes folder.

Fixes 1556
2016-01-01 14:46:40 -05:00
digitalcraftsman
e2b18cb761 Docs: add hugodeploy to tools section 2015-12-31 14:38:09 -07:00
ominty
287466feb1 Add to press.md Beginners Tutorial for Hugo (German) 2015-12-31 14:34:49 -07:00
digitalcraftsman
48404e9d12 Docs: remove unnecessary --watch flag 2015-12-26 20:03:23 -07:00
digitalcraftsman
201b97aa35 Docs: add cross-references to installation guides 2015-12-26 20:03:23 -07:00
Igor Kulman
ccb11ffa77 Add Coding Journal (blog.kulman.sk) to the Showcase 2015-12-25 04:12:17 -07:00
Anthony Fok
076888b244 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
a950f26cf0 Docs: Add lang attribute to Chinese and Japanese Press entries
This helps the web browser display the article titles and author names
with the correct CJK glyph variants.
2015-12-23 03:40:52 -07:00
Anthony Fok
3b840c7b12 Docs: Upgrade highlight.js to 9.0.0
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.
2015-12-22 13:54:35 -07:00
Anthony Fok
705e6c563a Docs: Upgrade InstantClick from 3.0.1 to 3.1.0
Note: It is not currently used on http://gohugo.io/
2015-12-21 17:28:06 -07:00
Anthony Fok
9974435d81 Docs: Upgrade livereload.js from post-2.0.8 to 2.2.1
Note: It is not currently used on http://gohugo.io/
2015-12-21 17:27:43 -07:00