89 Commits

Author SHA1 Message Date
Santosh Joshi
7d36d579e4 Updated the line number for Dockerfile pointer
Updated it to point to correct line in the docker file.
2018-01-19 14:21:12 +01:00
Robert Lavender
4c2750bfb7 Update deployment-with-nanobox.md
When using nanobox for the first time I had an issue because the version in the install script was older and my site wouldn't compile.
2018-01-19 14:19:34 +01:00
Jonathan Kinred
f7c96b4b5a Update GitHub Pages documentation
I had a bit of trouble understanding how to configure the two different
types of GitHub Pages. I have separated it into different sections to
make the distinction clearer.
2018-01-19 14:17:00 +01:00
Luca Berton
c9997839ec Update gitlab CI submodule management 2017-11-22 20:44:05 +01:00
Bjørn Erik Pedersen
087bd9a9f7
Add KeyCDN to menu
Fixes #266
2017-11-20 14:00:09 +01:00
Developer Davo
850d5ca419 Add note about theme versions in hosting-on-netlify.md 2017-10-31 09:48:29 +01:00
Steve Domino
ed83b483ae Update Nanobox deployment tutorial 2017-10-28 12:19:05 +02:00
Tony Ranieri
ff8b2f999f Fix typos in deployment with wercker tutorial 2017-09-14 09:16:00 +02:00
Bjørn Erik Pedersen
158cee1b5c Make the tags into keywords
See #32
2017-09-13 19:50:17 +02:00
codyarsenault
8b4590cd26 Add KeyCDN integration tutorial 2017-09-12 21:57:31 +02:00
Bjørn Erik Pedersen
1d052b16a1 Update hosting-on-netlify.md 2017-09-05 16:56:15 +02:00
Ladislav Prskavec
28b96becc7 Remove double brackets in Netlify hosting tutorial 2017-09-02 09:49:17 +02:00
Ladislav Prskavec
373ed38b05 Update deployment instructions from hugo > 0.20 on Netlify 2017-09-01 21:52:16 +02:00
Steve Domino
1bbb41ca41 Generate static assets on deploy in Nanobox tutorial 2017-09-01 14:03:40 +02:00
Steve Domino
bf88e772e4 Add nanobox as a deployment option 2017-08-31 22:27:23 +02:00
Carlos Cámara
9c37b4ccb4 Change config's syntax order matching description 2017-08-31 20:05:33 +02:00
Andrea Borruso
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
Matt Riggott
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
Charlie Egan
e181e63795 Correct typo on GitHub pages guide (#151)
Thanks @charlieegan3 for the keen eye.
2017-08-19 15:12:11 -05:00
Adrian Goins
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
Patrik Lundin
fac55121bc Fix typo in deployment with rsync tutorial 2017-08-12 14:16:21 +02:00
Bjørn Erik Pedersen
572b9e7590 Clean up the code shortcode use
* No markdown needed
* No code fence needed

See #61
2017-07-20 11:51:45 +02:00
Bjørn Erik Pedersen
a1b2fd3bdc Remove the code fence language codes
See #61
2017-07-20 11:51:45 +02:00
Bjørn Erik Pedersen
092271c24c Use infinitive mood for main titles
Updates #46
2017-07-19 19:19:29 +02:00
Bjørn Erik Pedersen
b0470688f1 Use infinitive mood for titles
Fixes #46
2017-07-17 21:22:03 +02:00
Bjørn Erik Pedersen
4ac6e82810 Update content references to new gohugoio org 2017-07-16 14:38:15 +02:00
Bjørn Erik Pedersen
87db4be71e Remove the tags config for now
See https://github.com/gohugoio/hugoDocs/issues/32
2017-07-14 10:54:47 +02:00
Anthony Fok
d83c53a8a6 Replace "Github" with "GitHub"
See PR rdwatters/hugo-docs-concept#126
2017-05-31 13:16:01 -05:00
Ryan Watters
b68758a9fe Update _index.md to show more intuitive link titles 2017-05-26 14:51:57 -05:00
Bud Parr
7fd64f19c8 Merge bp/theme-design branch containing Bud Parr's new design
It's a beautiful thing. A thousand thanks, Bud.

See PR rdwatters/hugo-docs-concept#118
2017-05-26 14:25:22 -05:00
Ryan Watters
452bd58af8 Add admonition note to GitHub hosting
Closes rdwatters/hugo-docs-concept#54
2017-04-14 16:42:14 -05:00
Ryan Watters
119182aa43 Add sections_weight to all content files 2017-04-05 18:48:10 -05:00
Ryan Watters
e491b309dc Add Mmark section to content formats 2017-04-01 14:56:40 -05:00
Ryan Watters
530002e6a2 Update GitHub deploy 2017-03-31 17:57:06 -05:00
Ryan Watters
d7d5771a1c Update gh deploy 2017-03-31 17:56:41 -05:00
Bud Parr
6896947058 Update content to use Hugo's built-in menu
* add generic menu declaration
* update about section
* commands
* update content management section
* update contribute section
* functions
* update getting started section
* update hosting and deployment section
* fix mailing list entry (no menu)
* update news section
* update Templates section
* update tools section
* update themes section
* troubleshooting
* update variables section

Fixes rdwatters/hugo-docs-concept#45
See PR rdwatters/hugo-docs-concept#62
2017-03-31 17:50:49 -05:00
Ryan Watters
a05fbce10f Remove unnecessary pre 2.4 git docs from GH hosting instructions 2017-03-30 15:42:41 -05:00
Ryan Watters
5758a6d68b Update GitHub pages hosting
Closes rdwatters/hugo-docs-concept#60
2017-03-30 15:38:26 -05:00
Ryan Watters
0819a04480 Add intro text to hosting and deployment 2017-03-27 12:34:31 -05:00
Ryan Watters
8366049ad9 Add intro text to hosting and deployment 2017-03-27 12:32:24 -05:00
Ryan Watters
025011295b Update GH pages tutorial 2017-03-25 13:53:23 -05:00
Ryan Watters
043b4e495f Fix Hosting on GitHub tutorial 2017-03-25 13:33:03 -05:00
Ryan Watters
b8cfe22669 Improve Netlify copy to reflect Netlify design blog 2017-03-21 13:55:26 -05:00
Ryan Watters
77b26b7115 Improve Netlify copy to reflect Netlify design blog 2017-03-21 13:50:16 -05:00
Ryan Watters
f43481f2b7 Fix heart icon on homepage 2017-03-20 12:05:07 -05:00
Ryan Watters
08738d38d4 Add back CRP and switching header logo to embedded svg 2017-03-20 11:49:16 -05:00
Ryan Watters
f816f2bd78 Add updated Netlify tutorial 2017-03-19 23:48:51 -05:00
Ryan Watters
10b05a8fde Merge branch 'master' into firebase 2017-03-15 02:29:07 -05:00
Ryan Watters
ab5cf356b2 Make small tweaks to language used in "Hosting on Firebase" 2017-03-15 02:26:33 -05:00
rac2030
2f02dfa789 Add some 🔥 ❤️ 2017-03-15 03:17:35 +01:00