5703 Commits

Author SHA1 Message Date
Alexander Borsuk
96b1f5b5cf Remove not needed escape slashes in urls.md 2017-08-18 22:42:29 +02:00
Leon Barnard
2e05043f16 Add upgrade instructions using homebrew 2017-08-18 22:38:44 +02:00
James Rhea
2a14624dfb Fix alias in countrunes.md
Fixes #84.
2017-08-16 22:54:06 +02: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
Bjørn Erik Pedersen
01424887aa List the internal templates
So they hopefully show up in search.
2017-08-16 18:22:37 +02:00
Bjørn Erik Pedersen
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
43d12b44ca Fix typo 2017-08-16 17:36:32 +02:00
Jared Morgan
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
4e14071e7b Removes an extra bracket (>) in single-page-templates.md 2017-08-14 08:50:52 +02:00
James Cockshull
0938e423b7 Fix typo in http2 server push blog 2017-08-13 20:25:46 +02:00
Patrik Lundin
fac55121bc Fix typo in deployment with rsync tutorial 2017-08-12 14:16:21 +02:00
Bjørn Erik Pedersen
f887bd7b4e Add script to pull theme changes
See https://github.com/gohugoio/hugo/issues/3791
2017-08-10 14:33:33 +02:00
Bjørn Erik Pedersen
e89bbb2f6c Update README
To reflect that we do not have a submodule anymore.

See https://github.com/gohugoio/hugo/issues/3791
2017-08-10 14:31:55 +02:00
Bjørn Erik Pedersen
78155decfb Merge commit '9301947b25099dd402065104b340b1a480906a74' as 'themes/gohugoioTheme'
Add theme as sub tree:

git subtree add --prefix=themes/gohugoioTheme/ git@github.com:gohugoio/gohugoioTheme.git master --squash
2017-08-10 14:30:19 +02:00
Bjørn Erik Pedersen
9301947b25 Squashed 'themes/gohugoioTheme/' content from commit 7dd8a302
git-subtree-dir: themes/gohugoioTheme
git-subtree-split: 7dd8a302409a20362e4c610798cc19661b336363
2017-08-10 14:29:32 +02:00
Bjørn Erik Pedersen
e7557a34cb Remove gohugoioTheme submodule
Will be re-added later as a Git sub tree.

See https://github.com/gohugoio/hugo/issues/3791
2017-08-10 14:25:31 +02:00
Bjørn Erik Pedersen
a78bbe22d7 Add link to Go issue 2017-08-10 14:22:05 +02:00
guayom
31d1ef4037 Add example for taxonomy terms with metadata
There is no information on how you can add custom metadata to your
taxonomy terms. What you need to do is add front matter data in the file
/content/<TAXONOMY>/<TERM>/_index.md

Then you will be able to access the taxonomy term as a page in a
taxonomy terms template.

That is why I added instructions in /content-management/taxonomies on
how to add custom metadata. And in /templates/taxonomy-templates/ I
added an example on how you can display that metadata in the taxonomy
terms template.

I think that would be enough to guide the user in how to add custom
metadata to their taxonomy terms.
2017-08-09 08:53:53 +02:00
digitalcraftsman
da978cc7e1 Fix links in Blackfriday extension documentation 2017-08-08 20:50:15 +02:00
Kaushal Modi
950ad11556 Fix reference to Blackfriday Extensions section 2017-08-08 20:38:33 +02:00
Kaushal Modi
12d1d02659 Add documentation for Blackfriday Extensions 2017-08-08 20:20:22 +02:00
ManoHaran
8c2b8fb548 Fix explaination for uglyURLs config option 2017-08-07 21:05:01 +02:00
Jaroslav Lichtblau
378aded702 Use community repository for Arch Linux installation guide 2017-08-07 20:47:03 +02:00
Bjørn Erik Pedersen
56455e7e00 Improve 0.26 release notes 2017-08-07 10:06:07 +02:00
Bjørn Erik Pedersen
be7db03a1c netlify: Build with the new 0.26 2017-08-07 09:45:29 +02:00
Bjørn Erik Pedersen
d430b2d36d Bump version to 0.26 2017-08-07 09:43:30 +02:00
Bjørn Erik Pedersen
61adaca0c2 releaser: Prepare repository for 0.27-DEV
[ci skip]
2017-08-07 09:13:50 +02:00
Bjørn Erik Pedersen
abef29a644 releaser: Add release notes to /docs for release of 0.26
[ci skip]
v0.26
2017-08-07 09:09:19 +02:00
Bjørn Erik Pedersen
5937fe415e releaser: Bump versions for release of 0.26
[ci skip]
2017-08-07 09:05:07 +02:00
Bjørn Erik Pedersen
033752f10f Merge commit 'e81208265bb3cdb7606d051a23d83aeebcb7d34d' 2017-08-06 17:24:51 +02:00
Ron Liskey
35abbc8691 Add example with taxonomy for title template func
Example URL with printf.
2017-08-06 11:34:37 +02:00
digitalcraftsman
85e28c10ea Remove comment from variable in front matter example 2017-08-05 19:28:19 +02:00
digitalcraftsman
eee8543b25 Remove comment from variable in front matter example 2017-08-05 18:02:27 +02:00
Jeremiah Valenzuela
13a8e0b770 Add missing closing and opening comment tags
The comment tags were split between lines and therefore caused the content within them to render as html.
2017-08-03 13:35:36 +02:00
Abdullah Diab
8353177226 Replace http://example.{com,org}/ with https://example.{com,org}/
* Replace http://example.{com,org}/ with https://example.{com,org}/

To be consistent with gohugoio/hugo, @bep suggests changing all
instances of http://(www.)?example.{com,org} with
https://(www.)?example.{com,org}

See issue gohugoio/hugo#3728 with pull request gohugoio/hugo#3739
2017-08-01 22:54:32 +02:00
Ryan Watters
6727d8203f Update gh repo for issues in config
Fixes #117
2017-08-01 22:13:46 +02:00
JuFisch
3a58818ea6 Add note to install Testify
* docs: Add note to install Testify

The Hugo Contributor Guide (Development) instructs users to run "go test ./..." and ensure it passes before moving on. However Hugo requires the Testify package for testing, and running the go test command without Testify results in 'cannot find package' errors and failing tests. It's hard to understand what to do next for users not familiar with Go dependencies. This commit adds a note to the contributor guide instructing users to get Testify if they don't already have it installed. Running the 'go get' command added here results in passing tests in the next step of the contributor guide.

* Fix typo https:// in go get command
2017-08-01 22:03:44 +02:00
Yann Hodique
19f13e6162 Fix YAML examples in taxonomies.md
Align YAML examples with TOML ones.
2017-08-01 22:01:14 +02:00
Bjørn Erik Pedersen
bec2bd12c1 Make the title case style guide configurable
This works for the `title` func and the other places where Hugo makes title case.

* AP style (new default)
* Chicago style
* Go style (what we have today)

Fixes #989
2017-07-31 22:16:46 +02:00
Jeremiah Valenzuela
dc4b90db27 Replace old RSS template with new embedded version (#116)
Current documentation shows an old version of the embedded RSS template. The newer version is in:
https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/template_embedded.go

This was copied and pasted into the documentation as embedded.
2017-07-31 20:52:14 +02:00
Bjørn Erik Pedersen
00f39bd78d camelCase output format options
Fixes #114
2017-07-31 16:56:51 +02:00
Jeremiah Valenzuela
902a14a185 Add missing word to pretty URLs explanation 2017-07-31 13:59:22 +02:00
Bjørn Erik Pedersen
f1739a4481 Merge commit '50ec65fbe1a48475d3320775dab2c47389c02114' 2017-07-31 09:21:24 +02:00
Bryan Klein
ef02e34eaf Correct the mmark example frontmatter parameter 2017-07-30 19:08:50 +02:00
Bjørn Erik Pedersen
6e91e9003b SectionPagesMenu > sectionPagesMenu 2017-07-29 13:18:12 +02:00
Bjørn Erik Pedersen
1a0db1a699 Adjust sectionPagesMenu
To test search.

See https://github.com/gohugoio/gohugoioTheme/issues/63
2017-07-29 13:16:55 +02:00
Bjørn Erik Pedersen
a1aac0e533 helpers: Add support for French Guillemets
Fixes #3725
2017-07-29 10:10:40 +02:00
Ricardo N Feliciano
f9f87d9d71 Fix extension's missing period. 2017-07-28 22:03:54 +02:00
digitalcraftsman
7062ae075b Remove Press and Articles page 2017-07-28 20:19:56 +02:00
digitalcraftsman
771f2b38eb Remove outdated and redudant content file for release notes 2017-07-28 18:55:36 +02:00