Will and Bjørn Erik Pedersen
bfa6a55d03
Escape code fencing
2017-09-18 08:03:22 +02:00
Tony Ranieri and digitalcraftsman
ff8b2f999f
Fix typos in deployment with wercker tutorial
2017-09-14 09:16:00 +02:00
Bjørn Erik Pedersen
557c36e81c
theme: Merge commit '7fbb4bed25001182bfeb91f79db0f0c1936582ee'
...
Closes #32
2017-09-13 20:55:16 +02:00
Bjørn Erik Pedersen
7fbb4bed25
Squashed 'themes/gohugoioTheme/' changes from 7dd8a302..ca53082d
...
ca53082d Add See Also section
git-subtree-dir: themes/gohugoioTheme
git-subtree-split: ca53082de54436ff2dfbfee1228dcade4ac86a96
2017-09-13 20:53:46 +02:00
Bjørn Erik Pedersen
ce31cee04a
Add "See Also" config
2017-09-13 20:48:33 +02:00
Bjørn Erik Pedersen
158cee1b5c
Make the tags into keywords
...
See #32
2017-09-13 19:50:17 +02:00
Bjørn Erik Pedersen
61600be6aa
Add a note to the related section
...
See https://discourse.gohugo.io/t/hugo-0-27-released/8325/10
2017-09-13 13:46:17 +02:00
Bjørn Erik Pedersen
49edb5a2b9
Relase 0.27.1
2017-09-13 13:25:08 +02:00
hugoreleaser and Bjørn Erik Pedersen
c9bbc00129
releaser: Add release notes to /docs for release of 0.27.1
...
[ci skip]
2017-09-13 13:18:02 +02:00
Bjørn Erik Pedersen
213c6c3b88
Add bugs poster
2017-09-13 12:55:48 +02:00
codyarsenault and digitalcraftsman
8b4590cd26
Add KeyCDN integration tutorial
2017-09-12 21:57:31 +02:00
Giraffe Academy and digitalcraftsman
2b27785915
Add tutorial videos to several docs pages
...
Credits go to @giraffeacademy
2017-09-11 22:06:09 +02:00
Fernando Jorge Mota and digitalcraftsman
950fef1ff3
Update roadmap to link to the correct milestones page
...
The roadmap page used to link to the `0.20` milestone page. This commit changes it to link to the index of the milestones page (in a way that we don't have do update it every version).
2017-09-11 16:23:42 +02:00
Bjørn Erik Pedersen
496f5bf612
Rename relnotes
2017-09-11 08:20:39 +02:00
Bjørn Erik Pedersen
d6f9378d7e
Bump Netlify versions to 0.27
2017-09-11 08:15:01 +02:00
Bjørn Erik Pedersen
087fde7f95
Update 0.27 release notes
2017-09-11 08:14:19 +02:00
Bjørn Erik Pedersen
603f94ae0d
docs: Document Related Content
...
See https://github.com/gohugoio/hugo/issues/98
2017-09-11 08:07:55 +02:00
hugoreleaser and Bjørn Erik Pedersen
3790f6a3a9
releaser: Bump versions for release of 0.27
...
[ci skip]
2017-09-11 08:07:02 +02:00
hugoreleaser and Bjørn Erik Pedersen
0948868c9d
releaser: Add release notes to /docs for release of 0.27
...
[ci skip]
2017-09-11 08:06:28 +02:00
Frank Taillandier and digitalcraftsman
44fe0285a0
Fix links to JSON spec
2017-09-07 16:26:06 +02:00
Bjørn Erik Pedersen and GitHub
1d052b16a1
Update hosting-on-netlify.md
2017-09-05 16:56:15 +02:00
Ladislav Prskavec and digitalcraftsman
28b96becc7
Remove double brackets in Netlify hosting tutorial
2017-09-02 09:49:17 +02:00
Ladislav Prskavec and Bjørn Erik Pedersen
373ed38b05
Update deployment instructions from hugo > 0.20 on Netlify
2017-09-01 21:52:16 +02:00
Steve Domino and digitalcraftsman
1bbb41ca41
Generate static assets on deploy in Nanobox tutorial
2017-09-01 14:03:40 +02:00
jorin and digitalcraftsman
816d207f07
Add missing backtick in templates/views.md
2017-09-01 14:02:02 +02:00
Steve Domino and digitalcraftsman
bf88e772e4
Add nanobox as a deployment option
2017-08-31 22:27:23 +02:00
Carlos Cámara and digitalcraftsman
9c37b4ccb4
Change config's syntax order matching description
2017-08-31 20:05:33 +02:00
Marvin Hockenjos and digitalcraftsman
d3cb05a740
Fix wrongly named default value of publishDir
2017-08-31 19:47:00 +02:00
Yury Zhauniarovich and digitalcraftsman
4be85c5453
Add link to showcase a theme setup via config file
...
Added the second option how to set template.
2017-08-31 19:45:42 +02:00
Andrea Borruso and digitalcraftsman
46837195ed
Init and update of submodules in .gitlab-ci.yml
...
The "Completion of the Hugo Quick Start" is an assumption, and there you install a hugo theme via git submodule, than it's necessary to add the rows I have added.
2017-08-31 19:42:33 +02:00
Chris Lasher and digitalcraftsman
9e7c28276a
Add CSS lang argument to code block
...
Makes the triple-backtick example equivalent to triple-tilde example.
2017-08-31 19:16:10 +02:00
Chris Lasher and digitalcraftsman
85aad56e38
Abstract the type in the lookup order
...
The _default pieces still had a concrete type of "post".
2017-08-31 19:02:58 +02:00
Terence Eden and digitalcraftsman
4e1e43e9ca
Fix broken Pygments url
...
Fixes #161
2017-08-31 18:55:37 +02:00
Matt Riggott and digitalcraftsman
65b4e79b65
Correct GitLab project pipelines URL
...
The < and > characters in the URL weren't getting escaped, instead acting as if they were HTML elements. This meant the URL was displayed as https://gitlab.com///pipelines , instead of https://gitlab.com/ <YourUsername>/<your-hugo-site>/pipelines.
2017-08-31 18:31:27 +02:00
Christopher Su and Bjørn Erik Pedersen
94af72b52a
Fix .Data.Terms usage in taxonomy template example
...
.Data.Taxonomy should be .Data.Terms
2017-08-26 09:59:14 +02:00
Cameron Moore and digitalcraftsman
eb371e5235
functions: Fix lang.NumFmt docs
...
Fixes #154
2017-08-21 21:47:02 +02:00
digitalcraftsman and GitHub
a745cd6c8b
Fix layouts' folder name in template primer
2017-08-21 00:12:01 +02:00
Charlie Egan and Ryan Watters
e181e63795
Correct typo on GitHub pages guide ( #151 )
...
Thanks @charlieegan3 for the keen eye.
2017-08-19 15:12:11 -05:00
M Brennan and digitalcraftsman
286985009b
Remove HTML special chars from Windows install example
2017-08-19 08:23:07 +02:00
Alexander Borsuk and digitalcraftsman
96b1f5b5cf
Remove not needed escape slashes in urls.md
2017-08-18 22:42:29 +02:00
Leon Barnard and digitalcraftsman
2e05043f16
Add upgrade instructions using homebrew
2017-08-18 22:38:44 +02:00
James Rhea and digitalcraftsman
2a14624dfb
Fix alias in countrunes.md
...
Fixes #84 .
2017-08-16 22:54:06 +02:00
Adrian Goins and digitalcraftsman
5e26bb9747
Update docker image for build/publish
...
The referenced image (`publysher/hugo`) is outdated, leading to the following error: `Current theme does not support Hugo version 0.22.1. Minimum version required is 0.24.1`. The current version of hugo is 0.26. I forked the publysher repo, bumped it to 0.26 and pushed it to my Docker hub (monachus is my username on Docker Hub).
I'm an engineer at Rancher Labs and an active user of Gitlab. I've enabled notifications for Hugo releases, so as they come out, I'll tag and release an updated Docker image. I'm happy to be the target repo for this piece of documentation.
2017-08-16 22:32:28 +02:00
Bjørn Erik Pedersen and GitHub
01424887aa
List the internal templates
...
So they hopefully show up in search.
2017-08-16 18:22:37 +02:00
Bjørn Erik Pedersen and GitHub
a3ef5be939
Remove string concatenation from add (math) sample
...
Using `add` to concatenate two strings sounds like a hack, and has its limitations. Use `printf` for this.
2017-08-16 18:08:52 +02:00
Patrick Collins and Bjørn Erik Pedersen
43d12b44ca
Fix typo
2017-08-16 17:36:32 +02:00
Jared Morgan and digitalcraftsman
89bafa4907
Change to Asciidoc URI
...
- changes the link to asciidoc from the python tool to the ruby and .js processor.
Asciidoctor extends the language much more than the python implementation, and if folks click on the python link they will likely run into processor issues when Asciidoctor attempts to process the .adoc files.
2017-08-14 08:54:26 +02:00
Nicole Dominguez and digitalcraftsman
4e14071e7b
Removes an extra bracket (>) in single-page-templates.md
2017-08-14 08:50:52 +02:00
James Cockshull and Bjørn Erik Pedersen
0938e423b7
Fix typo in http2 server push blog
2017-08-13 20:25:46 +02:00
Patrik Lundin and digitalcraftsman
fac55121bc
Fix typo in deployment with rsync tutorial
2017-08-12 14:16:21 +02:00