Emir Ribić
db3a68e241
Fix typo
2017-10-18 09:24:20 +02:00
Bjørn Erik Pedersen
668969fc4e
Remove superflous back ticks
2017-09-30 15:08:16 +02:00
Bjørn Erik Pedersen
f78cf64909
Fix code example
2017-09-30 11:40:52 +02:00
Bjørn Erik Pedersen
158cee1b5c
Make the tags into keywords
...
See #32
2017-09-13 19:50:17 +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
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
digitalcraftsman
7062ae075b
Remove Press and Articles page
2017-07-28 20:19:56 +02:00
digitalcraftsman
64cf47c320
Remove outdated note in docs contribution guide
2017-07-28 18:39:06 +02:00
Bjørn Erik Pedersen
e4824eb3fe
Fix the output shortcode and its usage
...
Passing the shortcode into the Markdown processor just to get pre and code tags does not make much sense.
2017-07-21 13:06:11 +02:00
Bjørn Erik Pedersen
83ff50c2e0
Use example.com in examples
...
Avoid linking to existing domain yoursite.com.
2017-07-20 21:46:10 +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
Michael Henderson
6a5ca96acd
Update displayed site name for Hub
...
The link is correct but the displayed name has a "www." that isn't really part of the site name.
2017-07-18 19:27:49 +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
4e0bca2b1e
Remove the needsexamples construct
...
We need to rework the whole template func docs and, while a good idea, this does not fit into that.
2017-07-16 15:13:35 +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
646112a221
More copy edits
2017-07-16 14:35:12 +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
Ryan Watters
d78c5b4d5c
Replace all instances of discuss.gohugo.io with new discourse.gohugo.io URL
2017-06-16 20:50:36 -05:00
Bud Parr
d4e8ea3e63
Move the theme to the new org
...
* Swap out old theme for new (moved/renamed) theme
* Fix hardcoded links to theme assets
See PR rdwatters/hugo-docs-concept#143
2017-06-15 10:55:39 -05:00
Anthony Fok
d83c53a8a6
Replace "Github" with "GitHub"
...
See PR rdwatters/hugo-docs-concept#126
2017-05-31 13:16:01 -05:00
Bud Parr
fede945dfd
Add home page to hugoDocs
...
* Add news content
* Switch to new home page
* Move docs home page to a new page
* Switch to home page content
* Adjust global menu: remove showcase
* Remove unneeded portion of the front matter
* Remove old theme
* Update content for new theme
* Fix content to new theme
* Move layouts into theme
* Move classes to config
* [WIP] theme
* [WIP] inline critical CSS
* Add some notes on the [WIP] critical CSS feature
* Make theme changes for themes site
* Import theme updates from themes site
* [WIP] theme prev/next links
* Revert critical CSS tests
Didn't move the needle on a 20kb (gzipped) stylesheet.
First view speed index is 1008 without CSS.
* Not using docsnav data file
* Backdate these articles so we keep them but they don't show up on top
* Change Twitter handle to work with Hugo's internal templates
plus a few minor clean-ups
* Update theme (change Twitter handle in Follow link)
See PR rdwatters/hugo-docs-concept#120
2017-05-28 12:57:00 -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
digitalcraftsman
0094562800
Remove showcase
...
Thanks @digitalcraftsman さやならShowcase!
See PR rdwatters/hugo-docs-concept#110
2017-05-18 14:05:23 -05:00
Ryan Watters
bc9a649195
Clean up code block for ids and classes (Second round)
...
Also fix issue with needsexamples.html shortcode.
2017-04-30 16:45:57 -05:00
Ryan Watters
119182aa43
Add sections_weight to all content files
2017-04-05 18:48:10 -05:00
Ryan Watters
6b7c849789
Update trim explanation per gohugoio/hugo#3279
2017-04-05 12:50:38 -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
8b06205a7c
Add "tip" shortcode and documentation
...
Closes rdwatters/hugo-docs-concept#59
2017-03-28 11:46:29 -05:00
Ryan Watters
db09419df8
Update readme todos and clarifying readFile w themes
2017-03-27 11:03:09 -05:00
Bud Parr
0796957d1f
Fix paths to indicate theme path and leave a note about it
2017-03-25 18:13:41 -04:00
Ryan Watters
a479cb136b
Update all uses of readfile SC to use root path
2017-03-25 14:19:15 -05:00
Ryan Watters
0fe6d98b14
Update OSX to macOS across the board closes #33
2017-03-14 13:23:05 -05:00
Ryan Watters
bae5d8a73c
Fix typos
2017-03-13 11:17:07 -05:00
Ryan Watters
cc0d8203f6
Update docs contrib guide
2017-03-10 03:19:27 -06:00
Ryan Watters
df5eb4e732
Update docs contrib guide
2017-03-10 03:12:01 -06:00
Ryan Watters
5ef857a0e0
Update docs contribute content
2017-03-10 02:58:05 -06:00
Ryan Watters
aba53d24dc
Fix fontello for blockquotes icon
2017-03-09 19:39:37 -06:00
Ryan Watters
60c2babf0e
Attempt to fix scroll on focus issues in iOS
2017-03-09 18:06:29 -06:00
Ryan Watters
ad6367bf82
Update doc contrib, baseof temps
2017-03-09 13:27:11 -06:00
Ryan Watters
f7ff4eefd8
Update doc contrib guideline
2017-03-07 15:33:26 -06:00
Ryan Watters
3a3828d7e9
Update doc contribute guidelines
2017-03-07 15:28:39 -06:00
Ryan Watters
d5f2560d11
Add link to GitHub Pull Request Tutorial
2017-03-01 10:11:47 -06:00
Ryan Watters
2af9243efa
Update required fields icon in lists, esp contrib to docs
2017-02-27 21:54:55 -06:00
Ryan Watters
cc6aef2731
Add first round of themes submission guide
2017-02-27 18:41:53 -06:00
Ryan Watters
781574bebe
Finish local file templates page
2017-02-27 16:59:03 -06:00
Ryan Watters
fcb147cb08
Add content to contribute themes page from them GH readme
2017-02-27 14:26:56 -06:00
Ryan Watters
d5146d6831
Add contribute themes page
2017-02-27 14:24:35 -06:00