9180 Commits

Author SHA1 Message Date
Bjørn Erik Pedersen
e739dc3a89
Release 0.63.1 2020-01-23 21:42:30 +01:00
Bjørn Erik Pedersen
129ecac845
Merge branch 'temp631' 2020-01-23 21:26:20 +01:00
hugoreleaser
bcd7c11547 releaser: Add release notes to /docs for release of 0.63.1
[ci skip]
2020-01-23 20:08:10 +00:00
Bjørn Erik Pedersen
6a40124d60
Update theme 2020-01-23 16:21:49 +01:00
Bjørn Erik Pedersen
c486747de6
Params cleanup 2020-01-23 16:12:24 +01:00
Bjørn Erik Pedersen
c408c4334e
netlify: Bump to 0.63.0 v0.63.0 2020-01-23 14:26:12 +01:00
Bjørn Erik Pedersen
7e8a48be8b
Adjust base template docs 2020-01-23 14:24:58 +01:00
Bjørn Erik Pedersen
a5920e9aab
Adjust release notes 2020-01-23 14:18:11 +01:00
Bjørn Erik Pedersen
d4d25c5249
Merge branch 'temp63' 2020-01-23 13:55:10 +01:00
hugoreleaser
16d9817210 releaser: Add release notes to /docs for release of 0.63.0
[ci skip]
2020-01-23 12:39:31 +00:00
Bjørn Erik Pedersen
90feaac39b docs, output: Add base template lookup variant to docs.json 2020-01-23 11:59:52 +01:00
Bjørn Erik Pedersen
1f7466a765 docs: Regen docs helper 2020-01-23 11:55:08 +01:00
Patrick Kollitsch
ee14087cd9 Remove typo from RenderString.md
Remove :REND from sample code
2020-01-22 17:30:20 +01:00
Bjørn Erik Pedersen
6daf333d39
Remove the calibreapp action 2020-01-22 15:27:49 +01:00
Hussama Ismail
682f710d75 docs: Updating 'submodule add' command in "Host on GitHub" to use https instead of ssh.
The idea is just to keep consistency among commands in this section.
2020-01-22 08:33:54 -05:00
Nicholas Gracilla
ef57b2dae9 Improve documentation on slug behavior
Slug takes the place of the filename for the path — but the example was somewhat confusing because the title and the slug are the same. Having a different title that points out the filename makes it clear that the slug isn't related to title, but rather filename.
2020-01-22 08:33:14 -05:00
Wooseop Kim
835ddd9c23 Fix broken link 2020-01-16 12:16:45 +01:00
Farai Gandiya
137a32f905 Fixed typo in content-management/page-resources
One of the examples for resource matching `images/sunset.jpeg` was the wrong case.
2020-01-15 22:05:00 +01:00
Jeffrey S. Levine
936633e25f Fixed spelling error, "wich" -> "which" 2020-01-15 16:01:28 +01:00
Jeffrey S. Levine
a559d41e3f Using a Different Version of Hugo in AWS Amplify
Instructions on how to use a newer version of Hugo.
2020-01-15 09:17:29 +01:00
Bjørn Erik Pedersen
2ee83402d7
Update rss.md
Fixes #1008
2020-01-10 21:28:37 +01:00
Benjamin Gandhi-Shepard
f900a2ce0a Add render-image code example and edit wording
Code example included for making a render-image.html template
2020-01-09 17:51:54 +01:00
adrian5
bd0a0207c4 Change wording on Page Resources documentation 2020-01-08 10:13:45 +01:00
Michael Hirsch, Ph.D
d213b45994 linuxbrew was renamed to homebrew (#1004) 2020-01-07 17:39:49 +07:00
Bjørn Erik Pedersen
dcb0925f8e
Update index.md 2020-01-05 21:00:41 +01:00
Bjørn Erik Pedersen
789416a081
Release 0.62.2 v0.62.2 2020-01-05 20:05:15 +01:00
hugoreleaser
2dc66f13cc releaser: Add release notes to /docs for release of 0.62.2
[ci skip]
2020-01-05 18:50:35 +00:00
Bjørn Erik Pedersen
ed5b07df30 docs: Document the new autoHeadingIDType setting
See #6707
See #6616
2020-01-05 12:10:12 +01:00
Bjørn Erik Pedersen
406a8a9a65 docs: Regenerate docshelper
See #6707
See #6616
2020-01-05 11:57:49 +01:00
github-actions[bot]
bd0e15bb60 Optimised images with calibre/image-actions 2020-01-01 20:53:36 +01:00
Patrick Kollitsch
59830ea44a Remove comments from quickstart code samples
- the code samples are prefixed with text that explains what the code samples do, so there is no need for bash-comments in the sample code
- I also moved the comment about getting GIT out of a code sample and into it's own little section after the first time use of `git`
- lots of double newlines removed.
2020-01-01 20:53:36 +01:00
Bjørn Erik Pedersen
348821b5da
Remove image-actions
It makes is impossible to do code reviews.
2020-01-01 20:51:14 +01:00
Bjørn Erik Pedersen
1cbbd26a99
Update index.md 2020-01-01 19:34:49 +01:00
Bjørn Erik Pedersen
bcf3de764b
Update index.md 2020-01-01 19:34:15 +01:00
Bjørn Erik Pedersen
fcf17e6efb
Release 0.62.1 v0.62.1 2020-01-01 18:57:06 +01:00
Bjørn Erik Pedersen
0956bde218
Merge branch 'temp621' 2020-01-01 18:56:44 +01:00
hugoreleaser
28d604756a releaser: Add release notes to /docs for release of 0.62.1
[ci skip]
2020-01-01 17:38:22 +00:00
Alex Earnshaw
c895f12e7f Fix statement about version installed with apt-get (#854)
* Fix statement about version installed with apt-get

When I use `sudo apt-get install hugo` on Ubuntu this installs the non-extended version, not the extended version as this page states. After installing this way the version I have is:
```
hugo version
Hugo Static Site Generator v0.40.1 linux/amd64 BuildDate: 2018-04-25T17:16:11Z
```

* Clarify what gets installed on bionic/disco

Added a heads up that what gets installed by apt-get seems to depend on your version. Added specific info for Ubuntu bionic and disco
2020-01-02 00:00:17 +07:00
Michael Marturana
e96928e383 Updated quickstart to split theme download and theme config add into separate blocks (#967)
* split downloading the theme and adding it to config into two steps.

* fixed typo in new text
2020-01-01 23:42:07 +07:00
David Fernandes
e099c1ad63 changed ".Title" to ".URL" (#972)
From what I've understood in this Documentation it should be referencing the .URL and not the .Title
2020-01-01 23:36:38 +07:00
petrkajzar
bea71280d9 Fix small typing error (#1001)
This only fixes a small typing error (_our_ -> _your_).
2020-01-01 23:24:33 +07:00
Sanmay Joshi
9c28c422ee Correct hyperlink for 'markdownify' function
### Changes
added a slash '/', so that link is referenced from root of the domain and not current page

### Previously
```
**Note** that this method is more powerful than the similar [markdownify](functions/markdownify/) function as it also supports [Render Hooks](/getting-started/configuration-markup/#markdown-render-hooks) and it has options to render other markup formats.
```
### Now
```
**Note** that this method is more powerful than the similar [markdownify](/functions/markdownify/) function as it also supports [Render Hooks](/getting-started/configuration-markup/#markdown-render-hooks) and it has options to render other markup formats.
```
2019-12-31 09:59:49 +01:00
Florian Feldmann
cf3844a06f Corrected small conjugation mistake (#996) 2019-12-30 22:47:43 +07:00
Florian Gerlinghoff
8b9c1d4f21 Added remarks about additional parameters in ref/relref (#995)
* Added remark about additional params to ref.md

* Added remark about additional params to relref.md

* Fixed typo in ref.md
2019-12-28 21:39:08 +01:00
Agrim Prasad
ca06c9a56e Fix illegal character in render-link.html example
Closes #993
2019-12-28 16:34:04 +01:00
Bjørn Erik Pedersen
7a85c789b9
Update RenderString.md 2019-12-24 16:55:46 +01:00
Salim B
69df3b17e6 Update configuration-markup.md
Minor formatting improvements.
2019-12-24 11:15:12 +01:00
Regis Philibert
43e9222a2a Revert "Add shortcodes to note comparing with markdownify"
This reverts commit 2bd5bc2d71d42d72608566d4d3299558c4f8f803.
2019-12-23 20:31:32 +01:00
Regis Philibert
2bd5bc2d71
Add shortcodes to note comparing with markdownify 2019-12-23 19:53:40 +01:00
Bjørn Erik Pedersen
ddfee60b7f
Update configuration-markup.md 2019-12-23 16:38:17 +01:00