aboutsummaryrefslogtreecommitdiff
path: root/content/go-brand.article
Commit message (Collapse)AuthorAge
* content: fix comments from CL 223598Russ Cox2020-03-18
| | | | | | | | | | I missed these comments before submitting. Change-Id: I5c6bf7923044c73b0c26b491f000bdaffba9b1a6 Reviewed-on: https://go-review.googlesource.com/c/blog/+/223917 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
* content: inline small .html directivesRuss Cox2020-03-17
| | | | | | | | | | | | Now that the blog can handle Markdown, minor HTML adjustments can be made directly in the article files, so inline those instead of using .html commands. Change-Id: I5069f18ab98b38cdb8528ae2d5529abf06baf1ef Reviewed-on: https://go-review.googlesource.com/c/blog/+/223600 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: write real summary for each articleRuss Cox2020-03-17
| | | | | | | | | | | | | | | | | | The pre-Markdown blog invented a summary by copying the first paragraph of text. Often this was nonsense or at least useless. The new Markdown-enabled present format adds an explicit Summary line. The conversion populated these with the same first paragraph that the old format would have used implicitly. This commit rewrites them all to be proper short summaries. Change-Id: If2e1e101b95558d7ecd53c613f733a7f89c680f1 Reviewed-on: https://go-review.googlesource.com/c/blog/+/223598 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: convert to Markdown-enabled present inputsRuss Cox2020-03-17
| | | | | | | | | | | | Converted blog to Markdown-enabled present (CL 222846) using present2md (CL 222847). For golang/go#33955. Change-Id: Ib39fa1ddd9a46f9c7a62a2ca7b96e117635553e8 Reviewed-on: https://go-review.googlesource.com/c/blog/+/222848 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content/go-brand: minor grammar improvementsNathan Youngman2018-04-28
| | | | | | | | | | Change-Id: Ib7c3f3b40fe572ef32afbf6b8d62ef22150079d6 Change-Id: Ib7c3f3b40fe572ef32afbf6b8d62ef22150079d6 GitHub-Last-Rev: e49dd40d1f636412a670456cf174129d2a27c000 GitHub-Pull-Request: golang/blog#14 Reviewed-on: https://go-review.googlesource.com/110116 Reviewed-by: Steve Francia <spf@golang.org>
* content/go-brand: make slide theme license match all our other contentRuss Cox2018-04-27
| | | | | | | | | | | | | | The blog post says the slide theme is licensed under Creative Commons Attribution-ShareAlike 4.0 International License but we license all our blog content and the gopher images under Creative Commons Attributions 3.0. Do the same here, after discussion with Steve Francia. The use of CC-SA 4 was an oversight. Change-Id: I0bfa720627be719107636f483aca01ba94b229a4 Reviewed-on: https://go-review.googlesource.com/109916 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content: add new Go brand articleSteve Francia2018-04-26
Change-Id: I40cfa64814bc8580733aad3cbbaf742b282c04d7 Reviewed-on: https://go-review.googlesource.com/109515 Reviewed-by: Russ Cox <rsc@golang.org>