59 Commits

Author SHA1 Message Date
digitalcraftsman
7062ae075b Remove Press and Articles page 2017-07-28 20:19:56 +02:00
Bjørn Erik Pedersen
7440616b1b Add new and simpler quickstart
Fixes #75
2017-07-23 18:43:20 +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
8eef09d270 Add Pygments configuration
Closes #61
2017-07-20 11:51:45 +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
29ba55bfe6 Some more copy edits 2017-07-15 13:14:22 +02:00
Bjørn Erik Pedersen
52deebf63d next: Cleanup after the big merge 2017-07-14 08:55:51 +02:00
Bjørn Erik Pedersen
6b07427fc8 next: Final step of merge 2017-07-14 08:55:50 +02:00
Bjørn Erik Pedersen
45f33bf6a1 Merge branch 'reword' of hugo-docs-concept into next
Big thanks to @anthonyfok for his work on fixing all the commit messages!
2017-07-14 08:45:12 +02:00
Bjørn Erik Pedersen
eb283cb07f docs: Update layout references to gohugoio/hugo 2017-06-13 18:56:22 +02:00
Ryan Watters
d05edb0fe0 Move all shortcodes out of theme and into project dir 2017-06-04 16:55:36 -05:00
Ryan Watters
c940f08f84 Remove duplicate custom output pages 2017-06-01 17:27:41 -05:00
Bjørn Erik Pedersen
706b2f7fa5 all: Document the Output Formats feature
This commit also adds a new command, docshelper, with some utility funcs that adds a JSON datafiles to /docs/data that would be a pain to create and maintain by hand.

Fixes #3242
2017-04-07 10:52:16 +02:00
Bud Parr
50c24e070d Move to theme folder 2017-03-25 17:49:34 -04:00
Ryan Watters
2dab2351d5 Test adding events to codeblocks 2017-03-23 23:17:13 -05:00
Ryan Watters
ff2931c60d Remove all bloat from video sass partial 2017-03-19 19:20:39 -05:00
Ryan Watters
594a96919f Add yt shortcode 2017-03-19 18:58:39 -05:00
Ryan Watters
190dcb592a Improve admonition semantics 2017-03-18 15:52:01 -05:00
Ryan Watters
902d336b99 Move articles to data file called in datatable shortcode
Fixes rdwatters/hugo-docs-concept#19
2017-03-13 17:56:25 -05:00
Ryan Watters
60c2babf0e Attempt to fix scroll on focus issues in iOS 2017-03-09 18:06:29 -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
d5b49fe3c4 Fix toc 2017-03-02 15:36:43 -06:00
Ryan Watters
9dc11d3b0c Add SVGs and slide animations to homepage 2017-03-02 01:31:59 -06:00
Ryan Watters
2c07f13308 Add styles for different languages in code blocks 2017-03-01 03:23:44 -06:00
Ryan Watters
d0c7f01df8 Tweak code blocks 2017-03-01 01:57:51 -06:00
Ryan Watters
0366c01b34 Switch to new Typekit "Museo Sans" fonts 2017-02-28 23:26:34 -06:00
Ryan Watters
f0ebb43d66 Remove headings from note and warning entirely 2017-02-28 21:48:22 -06:00
Ryan Watters
0ef29d31d1 Change code block styles, and start first round of fixes for bf config 2017-02-28 21:42:59 -06:00
Ryan Watters
5ed3660b1d Remove heading from admonitions replacing icon with SVG 2017-02-28 03:03:10 -06:00
Ryan Watters
be081676e6 Switch to Roboto Mono for code 2017-02-27 20:22:40 -06:00
Ryan Watters
c41585f83f Delete unnecessary sass files, shortcodes, and partials 2017-02-27 01:27:34 -06:00
Ryan Watters
6cf783469e Update multilingual page 2017-02-26 19:27:05 -06:00
Ryan Watters
495d88ef9b Update filenames and sections for shorter URL structure 2017-02-26 13:59:48 -06:00
Ryan Watters
c0a626b685 Add first round of functions 2017-02-25 21:40:13 -06:00
Ryan Watters
a9604235ed Fix spacing on section list pages 2017-02-25 11:48:37 -06:00
Ryan Watters
ef3edffe45 Update all built-in shortcodes with output and display examples 2017-02-24 19:37:10 -06:00
Ryan Watters
bfd6a131f6 Update with download button and new see-source icons in code blocks 2017-02-24 02:43:40 -06:00
Ryan Watters
d8c64b2d20 Make more copy edits to customizing themes tutorial 2017-02-23 17:26:20 -06:00
Ryan Watters
1dda1b2548 Add first few functions and site hierarchy SVG 2017-02-23 01:52:49 -06:00
Ryan Watters
742771870a Add first drafts of lists, sections, taxonomy templates 2017-02-22 21:41:31 -06:00
Ryan Watters
48fecc4265 Add tree.md to root 2017-02-22 12:01:00 -06:00
Ryan Watters
2414df120b Add all weights to template section and updated go template primer 2017-02-21 19:33:08 -06:00
Ryan Watters
16513c9a62 Add wercker tutorial as example for reviewers 2017-02-19 16:45:08 -06:00
Ryan Watters
1890155a0a Add shortcode from live site for readfile example in local files template 2017-02-19 02:17:46 -06:00
Ryan Watters
ed70c14a2b Add shortcode from live site for readfile example in local files template 2017-02-19 02:12:33 -06:00
Ryan Watters
2cb5ad8edd Update shortcode and shortcode templates, both of which need much more work 2017-02-19 01:21:23 -06:00
Ryan Watters
ce3eb287df Fix toc sidebar, add icons to site nav, and add prev/next links 2017-02-17 19:08:50 -06:00
Ryan Watters
bf7399fe2f Add first exFile shortcode 2017-02-17 13:14:55 -06:00
Mark D. Blackwell
0e7264eed7 docs: Improve Traversing Local Files 2016-09-15 15:15:04 +02:00