summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2015-12-16Docs: Enhance contrast and increase font-weightAnthony Fok
Also replace 'Courier New' with newer monospace fonts, and make font in main text slightly smaller to better fit smaller screen. See #1678.
2015-12-16Fix formatting of "Installing on Windows" tutorialAnthony Fok
2015-12-16Regenerate the commands section of docAnthony Fok
Reason: The `--source` flag was added back to the `hugo new` commands in commit c1e134f. See #1624, #1589
2015-12-16Docs: reference Jekyll import command in tools sectiondigitalcraftsman
2015-12-16Docs: add Contentful converter to tools sectiondigitalcraftsman
2015-12-13Remove/update outdated links in Press and ShowcaseAnthony Fok
2015-12-11Added a missing closing tagMaxime Michel
2015-12-11Revise docs/content/tools/index.md (minor fixes)Anthony Fok
2015-12-11Remove Duplicate "Editor Plugins" SectionMichael Holt
Editor Plugins was repeated a second time. with identical content
2015-12-11Document PreserveTaxonomyNamesCameron Moore
Fixes #1648
2015-12-11Regenerate the commands section of docAnthony Fok
See #1624
2015-12-11Docs: remove references to dynamic CMS productsCameron Moore
There's no need to call out other projects here, especially when we might mischaracterize what they do. See #1688
2015-12-11Docs: document Node.IsHomeCameron Moore
2015-12-02Add a number sign "#" before a GitHub issue numberAnthony Fok
to make it more readily recognizable.
2015-12-02Add gh shortcode to docs siteCameron Moore
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.
2015-12-02Update external tutorial links in usage.mdtryer3000
2015-12-01Fix typo in "Creating a New Theme"Takeru Naito
the the skeleton's -> the theme skeleton's
2015-11-30Add Draft page variable to docsDavid Oliver
Also tweaks language used in page params sentence.
2015-11-30Use .Site.Pages in the documentation examples instead of .Site.RecentGustav Näslund
2015-11-30Add Camunda blog and docs showcasesValentin Vago
2015-11-30Change plainIdAnchors to plainIDAnchors in docsAnthony Fok
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
2015-11-29Copyedit the shortcodes documentation some moreAnthony Fok
2015-11-29Docs: improve shortcodes pagedigitalcraftsman
See #1613
2015-11-29Remove an erroneous "$" prompt in quickstart guideAnthony Fok
2015-11-29Added the command in the documentation.Doug Horner
It was confusing that the command was not in step 5, while it is in step 6.
2015-11-28Update for version 0.16Michael Henderson
Updated output of commands. Removed unneeded flags such as --watch. Didn't resist the temptation to reword some parts.
2015-11-27Docs: remove note about config changes and manual livereloaddigitalcraftsman
2015-11-27Docs: improve usage.mddigitalcraftsman
2015-11-27Docs: improve quickstart guidedigitalcraftsman
Fixes #1553
2015-11-26Update press.mdChristophFloat
Include my Blogpost about using Hugo together with git to automatically generate the site when you push it into your Repo using a Git Hook (German).
2015-11-25Add note in doc about Jekyll importBjørn Erik Pedersen
2015-11-25Regenerate the commands section of docBjørn Erik Pedersen
2015-11-25Update license file in the docs/website to apacheSteve Francia
2015-11-25Update release notes with additional new featuresCameron Moore
2015-11-24Update and reorganize 0.15 release notesSteve Francia
2015-11-24Make the release note about renderToDisk more consiseBjørn Erik Pedersen
See #1611
2015-11-24Update release notesdigitalcraftsman
2015-11-24Add IsNamedParams property in shortcodesdigitalcraftsman
2015-11-24Add documentation for built-in shortcodesdigitalcraftsman
Fixes #1576
2015-11-24Update shortcode docs with .IsNamedParamsCameron Moore
There are some minor cleanups included here as well. Fixes #1607
2015-11-20Add RSSLink to SiteInfoCameron Moore
2015-11-20docs: Change "Github" to "GitHub"Anthony Fok
2015-11-20docs: Optimize a few large showcase thumbnail PNGsAnthony Fok
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
2015-11-20Add Go in 5 minutes to the showcasesdigitalcraftsman
2015-11-20Docs: fix typo in template function sectiondigitalcraftsman
2015-11-20Add SafeJS template functionCameron Moore
This commit adds a SafeJS template function. Tests and documentation are included. Fixes #1579
2015-11-20Add increased time.Time support to the 0.15 release notesBjørn Erik Pedersen
2015-11-20fix broken image in showcaseSteve Francia
2015-11-20Add Arrested DevOps site to ShowcaseMatt Stratton
2015-11-20Hugo server watch by defaultSteve Francia