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

91 Commits

Author SHA1 Message Date
f79877cbb7 Remove waffle.io graph from README
Waffle.io's throughput graph appears to be broken.  Remove the graph and
simply link to GitHub's Pulse page.

Fixes #2865
2017-01-02 11:42:58 +01:00
78e5263ca9 Readme: Clarify usage of Gitter 2016-09-28 14:51:40 +02:00
f914774f6b Remove broken Bitdeli badge from README.md 2016-08-16 21:13:21 -06:00
373ca66287 hugo: Update contribution guidelines
Refactor the contribution guidelines in the README and CONTRIBUTING
files.

Simplify the contribution guide in the README and move most of the
complex stuff into CONTRIBUTING.

Add an explicit commit message guidelines section to CONTRIBUTING.  Keep
all of the guidelines from Chris Beams except for the 72 character line
limit (we don't follow that, nor does the Go team).  Add three new
guidelines: package prefix in subject, references in body, and
encouragement of message body in general.

Add a new section to CONTRIBUTING on using Git Remotes.
2016-06-16 16:31:22 -05:00
c40bc27468 Improve build labels in README 2016-04-15 13:02:03 +02:00
4d34a98a28 Add GoDocs badge 2016-04-10 00:14:16 +02:00
51ee3fc735 docs: Document how to install dependencies for tests
Fixes #919
2016-04-09 13:52:00 +02:00
ac1ec5c72c docs: Remove remaining Mercurial references 2016-04-09 12:40:58 +02:00
ebf3cef162 docs: Add "How to contribute to Hugo" tutorial 2016-04-08 19:18:58 +02:00
970f15cf7a docs: Use HTTPS links in README where appropriate 2016-04-08 19:14:08 +02:00
27f9e62bb3 Remove Wercker badge
See #2054
2016-04-07 13:28:26 +02:00
42b302fc6b Revert "Add Codebeat badge"
Will have to review the rules on this code report  before people start sending PRs based on this.

This reverts commit c50c66879d7140311bcd6bfcb3fb5122d2b3f809.
2016-03-17 23:50:42 +01:00
c50c66879d Add Codebeat badge 2016-03-17 23:28:41 +01:00
0ec8fc5490 Add Go Report Card badge to README 2016-03-17 23:24:24 +01:00
575ae1b3f9 Remove CircleCI badge for now 2016-03-15 19:04:24 +01:00
077b0fa71f Add package prefix to the commit message guidelines 2016-03-11 10:30:17 +01:00
253a618854 Go 1.6 is out! 2016-02-17 23:18:54 +01:00
0d415e453b Link Gitter as Dev Chat in README 2016-02-13 12:04:36 +01:00
21b0aa8633 Restore the wercker status badge to original small size
Fix my brown paper bag bug in commit a0eec02.
Sorry for not double-checking before pushing!
2016-02-13 18:48:51 +08:00
a0eec02bd6 Set the wercker badge to track the aaster branch only 2016-02-13 18:39:38 +08:00
28e6e19d0a Fix git commit blog article link
The blog article linked in the README misses the trailing forward slash
which produces a 404 error instead of redirecting to the correct URL.
2016-02-10 14:55:25 +01:00
08670e6a47 Fix README.md to list the correct -ldflags for Go 1.5+
Also remove extraneous trailing space (whitespace-mode from emacs).

See also #1365
2016-02-06 18:25:57 +08:00
447228a742 Revise README.md emphasizing "good commit message"
plus some trivial changes.
2016-02-05 12:34:40 +08:00
8f368114d3 Update Travis CI status in README.md to track master branch only 2016-02-05 10:15:34 +08:00
ce0304a1d1 Change Gitter badge to "gitter | dev chat" in README.md
using the badges-as-a service provided by Shields.io
2016-01-03 03:33:10 -07:00
de14ceecc9 Update "Join Chat" to "Dev Chat" 2015-12-08 15:10:53 -05:00
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