1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

46 Commits

Author SHA1 Message Date
32bf8b763c removed duplicate word in readme 2015-03-14 10:45:50 -06:00
fb0facefa8 Tidying the Readme a bit more 2015-03-04 09:17:35 -05:00
6c9bdc2859 Using a smaller Header Image 2015-03-04 09:16:49 -05:00
8aa646ced2 Fixing image in readme 2015-03-04 09:15:55 -05:00
1e210a434d Restructure top of Readme.md 2015-03-04 09:15:03 -05:00
45d962c60a Added Gitter badge 2015-03-04 14:06:38 +00:00
d5cb369556 Update Readme.md with additional contribution guides 2015-03-04 09:01:15 -05:00
bb13d82677 [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
ac189fd514 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
159836ed2d README.me: Add linefeed that got lost in the last commit 2015-02-16 09:07:52 -07:00
df734bc18a Tighten README for the sloppy reader
Tighten README for the sloppy reader

Tighten README for the sloppy reader

Fixing heads

tigheten markdown

tighten markdown

tighten markdown

tinker with headings

tinker with wording

fixing period spacing

moving the any dir stuff into the feature section

tweak overview

tweak overview

fixed option too

fix break:
2015-02-01 23:15:46 -07:00
ba44e860a3 [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
ac6b86aff8 Added top level .Hugo variable with version, commit and generator information + docs
Added Version, CommitHash and BuildDate to hugolib/hugo.go and used it in build
Removed commitHash and buildDate from commands/version.go and used hugolib vars
Removed getDateFormat function from commands/version.go

Conflicts:
	README.md
	docs/content/templates/variables.md
2015-01-19 01:22:23 +01:00
5792cc3a1a [Docs] Go 1.4+ required for building on Windows
See Issue #688 for more information.
2014-12-26 13:00:14 -07:00
0cfdb2e51b Revise README.md: buildDate expects timezone; copyediting
Since commit 3a8c12418a97230df714488e522f44ce8af685c5 dated 2014-12-09,
commands.buildDate expects `date +%FT%T%z` rather than `date +%FT%T`.
Update README.md accordingly.

Also did a little copyediting.
2014-12-25 21:46:43 -07:00
78316903a2 adding appvoyer support for Windows CI integration 2014-11-25 09:01:54 -05:00
f037ae7b4f update README.md with info on adding compile information to version 2014-11-13 22:22:15 -05:00
879e90dca7 Switch to new hompage 2014-10-02 13:39:59 -04:00
5dd3eaabee More proofreading and minor revisions to Hugo docs
Among the various changes, most instances of

    {{ template "partials/FILE.html" . }}

were changed to

    {{ partial "FILE.html" . }}

Also, in main.go, change "2013" to "2013-14".
2014-09-08 11:41:10 -04:00
c02a02070f change golang to go 2014-03-24 14:34:41 -04:00
5ee0a3b9a1 Typo: s/executible/executable/ 2014-03-24 14:33:16 -04:00
1b3525d638 fix typo of readme 2014-03-13 12:01:00 +01:00
c51d040e3d Adding Werker status to readme 2014-01-15 11:06:41 -05:00
247db151fa Adding some analytics 2014-01-03 12:58:09 -05:00
6410965b97 Add go fmt to contribution guidelines
Also fixed up formatting.
2013-12-07 20:51:34 -08:00
357ab956ea Add Contribution Guidelines
Fixes #122
2013-12-07 20:48:17 -08:00
bb273df4cd Add support for continuous testing.
Using travis-ci.org
2013-08-09 18:34:51 -07:00
f6e590e536 Fixing link to contributor page on github 2013-08-03 03:33:39 -04:00
6a1a038c57 Shrinking the readme to just the basics to avoid dupe with doc site 2013-08-03 03:31:25 -04:00
ddad1e04ac adding previous next capabilities 2013-08-02 16:30:26 -04:00
dd9a7e6455 Fixing headers in readme 2013-07-24 11:47:58 -04:00
16b1f284ca Improving installation instructions 2013-07-24 11:43:23 -04:00
f2e4c9d709 Merge branch 'master' of github.com:spf13/hugo 2013-07-24 11:27:48 -04:00
3ad3f2f0e0 Merge branch 'doc-fix' of https://github.com/brandonblack/hugo into brandonblack-doc-fix
Conflicts:
	README.md
2013-07-24 11:27:03 -04:00
580bb9bb5b minor: adding some more instructions for building from source 2013-07-22 14:40:45 -07:00
2dde27f0dc Update README.md
fixing typo in readme.
2013-07-21 00:51:39 -04:00
627cf26571 Adding proper command line option parsing 2013-07-19 00:38:24 -07:00
dcd8ff716a Adding better source build instructions 2013-07-18 22:30:55 -07:00
8d50dd9160 fixing typo in config readme 2013-07-11 23:29:14 -04:00
75a2e6d4e8 Now support for config files as yaml, json or toml 2013-07-11 22:04:57 -04:00
d2a6267ad7 Adding support for TOML, updating documentation 2013-07-08 22:23:54 -04:00
1aa125cf68 fixing two typos 2013-07-05 00:37:26 -04:00
0d63bf00c3 better install instructions and fixing usage typo 2013-07-05 00:35:11 -04:00
3ec920ac0f adding better install directions 2013-07-04 13:03:16 -04:00
d1162555ab updating readme 2013-07-04 11:34:22 -04:00
50a1d6f3f1 Initial commit 2013-07-04 08:26:26 -07:00