aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-26website: merge x.tour branchRuss Cox
2021-05-26blog: delete per-repo files, update README.md, go.modRuss Cox
2021-05-26[x/tour] app.yaml: remove GOLANGORG_CHECK_COUNTRYRuss Cox
2021-05-26[x/tour] all: go get golang.org/x/tools@a3eb095d6ae && go mod tidyRuss Cox
2021-05-25website: merge x.blog branchRuss Cox
2021-05-26[x/blog] README.md: fix linkRuss Cox
2021-05-26[x/blog] blog: update README.md for new cloud build processRuss Cox
2021-05-26_content: replace usages of "stutter"Katie Hockman
2021-05-25[x/blog] _content/package-names: remove usage of "stutter"Katie Hockman
2021-05-25[x/go.dev] cmd/internal/site: switch to GoldmarkRuss Cox
2021-05-25[x/go.dev] _content: correct various typographical problems for GoldmarkRuss Cox
2021-05-25[x/go.dev] _content, _templates: make various templates safe for GoldmarkRuss Cox
2021-05-24[x/go.dev] all: replace aliases with redirectsRuss Cox
2021-05-24[x/go.dev] all: simplify page↔template APIRuss Cox
2021-05-24[x/go.dev] all: do not force every URL to end in slashRuss Cox
2021-05-24[x/go.dev] all: remove use of index.md for single pageRuss Cox
2021-05-24[x/go.dev] all: simplify, rename template functions for clarityRuss Cox
2021-05-24[x/go.dev] all: fix mobile nav "Why Go" highlightsRuss Cox
2021-05-24[x/go.dev] _content, _template: change menus and breadcrumbs to use relative ...Russ Cox
2021-05-24[x/go.dev] all: merge assets, content, data, layouts, static, templates into ...Russ Cox
2021-05-24[x/go.dev] all: simplify menu configurationRuss Cox
2021-05-24[x/go.dev] all: remove menuitem title attributeRuss Cox
2021-05-24[x/go.dev] all: remove data-identifier attribute from anchor tagsRuss Cox
2021-05-24[x/go.dev] all: move long one-page layouts into the page contentRuss Cox
2021-05-24[x/go.dev] all: introduce Page.Layout to pick layoutRuss Cox
2021-05-24[x/go.dev] all: remove use of partial functionRuss Cox
2021-05-24[x/go.dev] all: replace Page-level custom data with inline dataRuss Cox
2021-05-24[x/go.dev] all: replace shortcodes with template invocationsRuss Cox
2021-05-24[x/go.dev] all: replace hugo with Go frontendRuss Cox
2021-05-24[x/go.dev] cmd/internal/site: add new Hugo-like implementationRuss Cox
2021-05-24[x/go.dev] cmd/internal: add forked copies of Go 1.17+ text/template and html...Russ Cox
2021-05-24[x/go.dev] cmd/internal/tmplfunc: copy of rsc.io/tmplfuncRuss Cox
2021-05-24[x/go.dev] testdata/golden: introduce golden copy of site for testingRuss Cox
2021-05-24[x/go.dev] content/solutions/target: remove duplicate description settingRuss Cox
2021-05-24[x/go.dev] content/solutions: mv 'capital one' capital-oneRuss Cox
2021-05-21[x/blog] support/racy: delete program, inline into articleRuss Cox
2021-05-18cmd/golangorg: remove special cases for /project/, /doc/devel/releaseRuss Cox
2021-05-13[x/blog] _content: fix broken links in cgo articleshulhan
2021-05-12[x/tour] content: remove link to old video showing GOPATH workflowAlberto Donizetti
2021-05-12[x/tour] content: use uniform dashes in translation linksAlberto Donizetti
2021-05-06cmd/golangorg,internal/history: document Go 1.16.4 and Go 1.15.12Heschi Kreinick
2021-05-06[x/go.dev] Merge "assets/css: update colors and apply stylelint fixes"Julie Qiu
2021-04-30internal/dl: simplify featured macOS file regexpyangwenmai
2021-04-30_content/doc: fix gitconfig typoSean Liao
2021-04-27[x/blog] _content/survey2020-results: add custom anchor namesRuss Cox
2021-04-27[x/blog] _template: make headings self-hyperlinksRuss Cox
2021-04-27[x/blog] app.yaml: remove GOLANGORG_CHECK_COUNTRYRuss Cox
2021-04-27[x/blog] all: go get golang.org/x/tools@6397a116 && go mod tidyRuss Cox
2021-04-27[x/blog] all: mv content _content; mv template _templateRuss Cox
2021-04-26internal/pkgdoc: fix synopsis pkg name == dir name matchingYu, Li-Yu