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

65 Commits

Author SHA1 Message Date
83f19d8d87 fixed documentation link 2015-11-20 10:20:40 -05:00
2843605963 Emphasize that commit message titles should start with a capital letter 2015-11-15 17:49:30 +01:00
01c87d2d23 Small Doc Changes 2015-11-07 20:13:20 -07:00
1758db29f5 Cosmetic change in README to trigger new build 2015-11-07 01:39:10 +01:00
6c6905d5f4 Fix missing "]" in README.md in commit 2242712 2015-10-30 14:12:01 -06:00
2242712b0c Add CircleCI status badge to README.md
Also, following the example of title="wercker status",
add "title" attribute to the other status badges
in order to show tooltips.
2015-10-30 14:08:21 -06:00
6b34a4e4e8 Remove anchor from fork link in README 2015-10-21 10:48:16 +02:00
f77279bb00 Turn all README headlines into imperative mode
This also matches the commit guidelines.
2015-10-20 23:16:21 +02:00
4974a62c70 Trim down 'Adding Compile Information to Hugo' in README 2015-10-20 21:25:27 +02:00
5cf1475ecd Improve README
All-around improvements to the README.
Each sentence now gets its own line to eliminate ultra-long lines in the
source (expect in bullet points--separating a bullet point into multiple
lines looks weird and decreases readability).
HTTPS links are now preferred to HTTP links and used where applicable.
Link to Mercurial's website corrected to www.mercurial-scm.org
Link to Hugo's docs is now accessible with [Hugo Documentatio][] since
it is used more than once in the README.
Multiline code blocks are now fenced rather than indented and include
syntax highlighting.
2015-10-20 20:43:36 +02:00
0c66ad8775 Add CLA assist to the contribution workflow in README 2015-10-16 17:57:37 -04:00
fb0e17a3ed Update README.md 2015-10-16 23:24:35 +02:00
c1a60732ae Remove Go 1.3 from README 2015-10-07 21:09:50 +02:00
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
da0715a0c5 Remove point 7 in contributors guide
It makes sense on its own, but it contradicts 6). We need to revisit this one to make it more clear/better.
2015-07-24 11:41:45 +02:00
d25cd03994 Make small fixes to README file
- Add a step to Contributor instructions for those modifying commands
- Change forum link to http (https does not work)
- Add "Sign the forum release thread" to contributor instructions
2015-07-24 11:35:20 +02:00
bep
be4a9dd5d2 Remove section about the buildDate being configurable
It isn't.
2015-04-06 16:30:49 +02:00
bep
be25acae28 Fix README part about missing Windows tests
We now have AppVeyor.
2015-04-06 15:15:54 +02:00
bep
be1b7f67d3 Add git commit message guideline
Also rearranged the contribution section to get more attention to the important stuff.
2015-04-06 15:12:01 +02:00
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