Commit Graph

36 Commits

Author SHA1 Message Date
Anthony Fok c4e21471ad Add workaround to Fetch from GitHub documentation
`govendor get` attempts to run `govendor install +local` after fetching
dependencies, but it would not succeed unless the current directory is
somewhere inside $GOPATH/src?  That is my limited understanding anyway.

Fixes gohugoio/hugo#3657
2017-06-28 03:12:38 -06:00
Ricardo N Feliciano 652ca1faaf Add Docker Hugo to installation page 2017-06-22 21:20:09 +02:00
daftaupe 1ab7a03414 Remove specific Hugo version from installing.md
Removed the version in the repo (unmaintainable in the long term, the page will always be obsolete). 
Changed the order of the repos, most up-to-date first.
2017-06-22 21:17:14 +02:00
Bjørn Erik Pedersen d349ce8e4c Update content files with new discussion URL 2017-06-17 10:01:14 +02:00
Leon Barnard 728f04ce8a Adding upgrade instructions using Homebrew 2017-06-16 11:38:43 -07:00
Bjørn Erik Pedersen a5ba00a65b docs: Update content references to gohugoio/hugo 2017-06-13 18:54:42 +02:00
daftaupe f23c4cf699 docs: Add note on updates for rpm-based distros 2017-06-12 19:44:16 +02:00
Albert Nigmatzianov d4f7985f05 docs: Delete brew update from docs
Fix #3518
2017-05-25 13:31:38 +02:00
Chris Hager 0f53dc24d1 docs: Add info about Pygments installation in installing.md
Additional information about the Pygments dependency in the "installing from source" chapter.
2017-04-06 13:48:22 +02:00
Cameron Moore 46c053c3e9 docs: Update contributing guides
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
2017-03-14 23:03:49 +01:00
Anthony Fok cce193b7c1 docs: Add Linux distro-specific installation instructions
Backported from https://hugodocs.info/getting-started/installing/
with added mention for Fedora and Red Hat.
2017-03-14 06:13:28 -06:00
Anthony Fok 28c18c8e39 docs: Note Hugo as Snap package can write only inside $HOME
Backported from https://hugodocs.info/getting-started/installing/

Fixes #3143
2017-03-14 06:13:28 -06:00
Anthony Fok 7f534b2f75 docs: Replace Mac OS X with macOS in three places 2017-03-14 06:13:28 -06:00
Leo Arias 2a48beb297 Add the instructions to install the snap 2017-01-06 18:55:25 +01:00
Bjørn Erik Pedersen f7145d4fe6 docs: Fix Go version in install guide 2016-04-09 13:16:56 +02:00
digitalcraftsman acbc4c2f6d docs: Remove remaining Mercurial references 2016-04-09 12:40:58 +02: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
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
digitalcraftsman 201b97aa35 Docs: add cross-references to installation guides 2015-12-26 20:03:23 -07:00
Anthony Fok d7f1dde194 [Docs] NetBSD and ARM pre-built binaries are already provided
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!
2015-02-21 23:26:34 -07:00
Anthony Fok c9c5b72738 Update README.md and overview/installing.md
- 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.
2015-02-21 13:42:15 -07:00
Anthony Fok 5def25889b [Docs] Copyediting
* 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
2015-01-28 18:02:40 -07:00
Anthony Fok 4b486c4383 [Docs] Add FreeBSD logo beside the FreeBSD name
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.
2015-01-19 02:48:44 -07:00
Anthony Fok 829e2cdf55 [Docs] More random revision and copyediting
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.
2015-01-13 20:48:44 -07:00
Anthony Fok 46154cd101 Some more random copyediting of Hugo docs
- 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.
2015-01-09 11:51:15 -07:00
Anthony Fok 292b8eb777 [Docs] Go 1.4+ required for building on Windows
See Issue #688 for more information.
2014-12-26 13:00:14 -07:00
Alex Dunn 523a97ed54 instructions for Homebrew installation
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
2014-09-22 21:51:19 -04:00
Anthony Fok 4069d9c6fc Minor proofreading corrections to Hugo docs 2014-09-01 08:19:40 -04:00
spf13 e885972a5a Converting front matter to YAML 2014-05-29 18:45:22 -04:00
spf13 acf48b814d Updating / Rewriting / Adding all of the documentation in preparation for the next release 2014-05-27 18:32:57 -04:00
spf13 017eb00cc7 Implementing new menu system in the docs site 2014-04-23 03:00:11 -04:00
Michael D. Johas Teener 6f759b224a Misc doc fixes
* Pygments links and requirements for installation.
  * Fix to link to additional template functions in release notes for
v0.10
2014-04-08 11:30:11 -04:00
Nate Finch e22b268ecc change golang to go 2014-03-24 14:34:41 -04:00
spf13 70de05211a Big visual overhaul of the docs. Docs now using indexes for all menu generation. 2013-10-26 02:18:14 -04:00
spf13 d1399eb1db Docs menu now powered by indexes.. converting some of the content to use this. 2013-10-25 18:42:46 -04:00
spf13 66c87441bd Complete overhaul of the docs 2013-08-17 21:54:39 -04:00