7245 Commits

Author SHA1 Message Date
Bjørn Erik Pedersen
bd92493b3e
Update index.md 2019-07-31 16:42:30 +02:00
Bjørn Erik Pedersen
0b1515de52
Update index.md 2019-07-31 16:39:36 +02:00
Bjørn Erik Pedersen
d08692f395
netlify: Bump to 0.56.3 v0.56.3 2019-07-31 16:18:11 +02:00
Bjørn Erik Pedersen
57f63ca8fb
Merge branch 'temp563' 2019-07-31 16:17:46 +02:00
hugoreleaser
ab5ac7807c releaser: Add release notes to /docs for release of 0.56.3
[ci skip]
2019-07-31 12:48:33 +00:00
Bjørn Erik Pedersen
33b14dbe76 docs: Regenerate CLI docs 2019-07-31 12:11:22 +02:00
Christian Oliff
5875812ebf Create .editorconfig
I think it'd be a good idea to add an `.editorconfig` to the projects root for contributors to easily see the code-formatting style as is common with most Open Source projects.
2019-07-30 17:49:06 +02:00
Oleksii Rudenko
fe33c2307f Add JustComments to the list of alternatives 2019-07-30 10:31:54 -04:00
Christian Oliff
d86e10b1e7 HTTPS links in Docs
I didn't touch old release notes and some code examples.
All links were tested and in some cases updated to prevent redirects where URLs have changed.
2019-07-30 10:31:12 -04:00
Bjørn Erik Pedersen
0278f6d83b
Release 0.56.2 v0.56.2 2019-07-30 11:18:29 +02:00
hugoreleaser
93a1111172
releaser: Add release notes to /docs for release of 0.56.2
[ci skip]
2019-07-30 11:18:29 +02:00
hugoreleaser
30853a1287 releaser: Add release notes to /docs for release of 0.56.2
[ci skip]
2019-07-30 09:05:09 +00:00
Bjørn Erik Pedersen
b721c8c1ba
Update configuration.md 2019-07-30 10:04:45 +02:00
Robert van Gent
78e866ad47 docs: Add a note to hugo-deploy about alternatives for authentication; fill in missing links 2019-07-29 23:53:36 +02:00
Bjørn Erik Pedersen
1e9933dd25
Update hugo-deploy.md 2019-07-29 19:22:00 +02:00
Robert van Gent
c9823cd5ae docs: Fix links to gocloud.dev for Go CDK URLs 2019-07-29 19:20:51 +02:00
Bjørn Erik Pedersen
b294048e9b
Make it a Hugo Module 2019-07-29 10:12:14 +02:00
David Buxton
2561689485 Fix name for Google Cloud Storage 2019-07-28 20:22:29 +02:00
Bjørn Erik Pedersen
fc852f506f
Revert "Make it a Hugo Module"
This reverts commit e17a61997d036e6a323d85a54feb823df5a39fb3.
2019-07-28 18:21:26 +02:00
Bjørn Erik Pedersen
e17a61997d
Make it a Hugo Module 2019-07-28 18:05:28 +02:00
Bjørn Erik Pedersen
87aca20353
Update index.md 2019-07-28 17:25:04 +02:00
Bjørn Erik Pedersen
ee7ee62405
Release 0.56.1 v0.56.1 2019-07-28 17:15:48 +02:00
Bjørn Erik Pedersen
74a18062a1
Merge branch 'temp561' 2019-07-28 17:10:49 +02:00
hugoreleaser
0c0d7a7016 releaser: Add release notes to /docs for release of 0.56.1
[ci skip]
2019-07-28 14:51:43 +00:00
Bjørn Erik Pedersen
c486510af2
Roll back to 0.55.6 for now
See https://github.com/gohugoio/hugo/issues/6120
2019-07-27 18:27:25 +02:00
Bjørn Erik Pedersen
9d6ac714de
Fix shortcode 2019-07-27 17:35:00 +02:00
Christian Oliff
61164c4621 HTTPS links in formats.md
all links have been tested and redirect to HTTPS so this saves redirects
2019-07-26 07:36:24 -04:00
Christian Oliff
0aceae5711 HTTPS link to yaml.org/spec
saves a HTTP redirect :-)
2019-07-26 07:35:53 -04:00
Christian Oliff
473c8d8381 HTTPS link to golang.org/pkg/html/template/
saves a redirect ;-)
2019-07-26 07:35:38 -04:00
Christian Oliff
5dd7f703fc HTTPS all links in syntax-highlighting.md
All have been tested and either redirect to HTTPS or are available on HTTPS
2019-07-26 07:35:23 -04:00
Christian Oliff
d8d7ffa327 HTTPS link to gohugo.io 2019-07-26 07:35:03 -04:00
Christian Oliff
2dd1c271ee HTTPS link to themes.gohugo.io 2019-07-26 06:58:37 -04:00
Christian Oliff
759495e81a HTTPS link to www.oreilly.com
safer and faster
2019-07-26 06:58:07 -04:00
Bjørn Erik Pedersen
cfda93bc34
Update gomodules-info.html 2019-07-25 19:53:38 +02:00
Bjørn Erik Pedersen
5390d8a1ce
Update release notes v0.56.0 2019-07-25 19:05:37 +02:00
hugoreleaser
027fc61e02 releaser: Add release notes to /docs for release of 0.56.0
[ci skip]
2019-07-25 16:37:58 +00:00
Bjørn Erik Pedersen
3fdb45b3cd docs: Add Hugo Modules docs 2019-07-25 13:21:30 +02:00
Bjørn Erik Pedersen
869b87e1a0 docs: Regenerate CLI docs 2019-07-24 09:40:41 +02:00
Bjørn Erik Pedersen
9393a6c147 docs: Regenerate data helpers 2019-07-24 09:39:12 +02:00
Bjørn Erik Pedersen
7e3805f0d8 Merge commit '5cb4e46cfa65bddae8ac5344540e3dd1e4c266b2' 2019-07-24 09:36:50 +02:00
Ulisse mini
41aae7abb3 Better deploy script example
The given deploy script example was not very robust, if cd fails then it would update the current git repository etc

I've also improved the portability by changing the shebang to `#!/bin/sh` and used `printf` instead of `echo` (in posix sh echo with arguments is undefined)
2019-07-19 13:44:33 +02:00
Bjørn Erik Pedersen
78c69a198e Merge commit '35febb2e2a3780c3338a2665fddea7dda28a17f4' 2019-07-15 23:50:56 +02:00
Christian Oliff
540aeddc79 Small fixes for Open Graph internal template
- Fix the `<meta property="og:video" content="url">` code (wasn't showing due to not being marked as code with back ticks.
- correct capitalisation for YouTube
- add line break after Twitter Cards header to match style of other headers (doesn't affect rendered output, just makes the markdown easier to read
2019-07-12 08:49:50 +02:00
dependabot[bot]
47bbb3fd7b Bump lodash.template from 4.4.0 to 4.5.0 in /themes/gohugoioTheme
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-11 08:27:46 +02:00
Bjørn Erik Pedersen
64c1cc3dba
Update title.md 2019-07-10 15:27:41 +02:00
Bjørn Erik Pedersen
36c27be373
Update configuration.md 2019-07-10 15:23:54 +02:00
Niklas Fasching
8c5915264c Add org to front matter formats
actually it's 5, there's also csv. Afaict it's not meant to be used in that way
though so let's just add org.
2019-07-10 11:14:37 +02:00
Bruno Amaral
4627cfe9ab added commento.io to the list 2019-06-30 18:58:11 -04:00
Rodolfo Carvalho
341d9d9453 Fix link to font assets
Fixes #796.
2019-06-23 23:37:23 +02:00
Jake Jarvis
4a6876dec1 Small typo fix in configuration.md
".htacess" to ".htaccess"
2019-06-22 10:29:09 +02:00