Commit Graph

447 Commits

Author SHA1 Message Date
Ryan Watters ff9d4635d6 Switch header logo to img - too big for CRP 2017-03-20 12:31:25 -05:00
Ryan Watters f43481f2b7 Fix heart icon on homepage 2017-03-20 12:05:07 -05:00
Ryan Watters d359d63ae7 Add back CRP and switching header logo to embedded svg 2017-03-20 11:49:31 -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 d1ab36a4f3 Merge pull request rdwatters/hugo-docs-concept#48 from sethmacleod/patch-1
Thanks @sethmacleod for the good eyes. When the site launches,
I expect there to be a ton of these little typographical errors,
and every editor needs an editor. Cheers!
2017-03-20 10:35:33 -05:00
sethmacleod 15317f21a0 Fix typo 2017-03-20 11:08:06 -04:00
Ryan Watters f816f2bd78 Add updated Netlify tutorial 2017-03-19 23:48:51 -05:00
Ryan Watters e3f7988507 Update site.recent closes #46 2017-03-19 19:37:12 -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 68368bb020 Tweak env var config content 2017-03-19 13:54:26 -05:00
Ryan Watters d134b397fe Remove editor from config docs 2017-03-18 16:32:23 -05:00
Ryan Watters 9e2b548bb5 Fix URL for emoji cheat sheet 2017-03-18 16:31:17 -05:00
Ryan Watters 95597b8afb Fix URL for emoji cheat sheet 2017-03-18 16:29:34 -05:00
Ryan Watters 50d95b94d6 Add emoji instructions to supported formats in cm 2017-03-18 16:27:45 -05:00
Ryan Watters 917e26a880 Add tibobeijen-nl to showcase 2017-03-18 16:09:46 -05:00
Ryan Watters f74d9c81f3 Add tibobeijen-nl to showcase 2017-03-18 16:07:56 -05:00
Ryan Watters 5e6bbd6941 Fix typos 2017-03-18 16:03:31 -05:00
Ryan Watters 190dcb592a Improve admonition semantics 2017-03-18 15:52:01 -05:00
Ryan Watters 1ca6a27636 Add ns field to all func files
Closes rdwatters/hugo-docs-concept#36
2017-03-18 15:42:41 -05:00
Ryan Watters 8c611c13e3 Remove unnecessary comments from header and baseof 2017-03-18 13:31:59 -05:00
Ryan Watters 2390c000b2 Add back CRP 2017-03-17 17:06:09 -05:00
Ryan Watters fa1c7d1f1d Update shortcode templating 2017-03-16 10:56:12 -05:00
Ryan Watters 09d0120df6 Update to use muli as font 2017-03-16 09:47:32 -05:00
Ryan Watters 51e42a3ac7 Add parent to shortcode docs
Closes rdwatters/hugo-docs-concept#39
2017-03-15 23:19:29 -05:00
Ryan Watters fbc35a842e Add parent to shortcode docs
Closes rdwatters/hugo-docs-concept#15
2017-03-15 23:17:42 -05:00
Ryan Watters e4c59bf042 Merge pull request #35 from rac2030/firebase
Thanks so much. I tweaked just  few of the words, but this is solid and a great start. Thanks much for your help!
2017-03-15 02:30:09 -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
Ryan Watters 093848374e Get rid of extraneous icons on homepage 2017-03-15 00:58:01 -05:00
rac2030 2f02dfa789 Add some 🔥 ❤️ 2017-03-15 03:17:35 +01:00
Ryan Watters 5ee2949b4e Remove gratuitous notes markdown 2017-03-14 18:21:19 -05:00
Ryan Watters c94abaff45 Fix SVG on homepage 2017-03-14 17:40:57 -05:00
Ryan Watters 770b9ac77b Fix JSON front matter expl per gohugoio/hugo@ede452d 2017-03-14 14:19:28 -05:00
Ryan Watters b64f808ef6 Update license page to include download 2017-03-14 13:48:01 -05:00
Ryan Watters 1849c7e94f Add Red Hat and Fedora to installing.md
Closes rdwatters/hugo-docs-concept#34
2017-03-14 13:31:13 -05:00
Ryan Watters 0fe6d98b14 Update OSX to macOS across the board closes #33 2017-03-14 13:23:05 -05:00
Ryan Watters 7071026dee Add IE=Edge to meta to fix broken SVGs on IE11 2017-03-14 12:39:01 -05:00
Ryan Watters b87eed3ed8 Fix overflow issues with HP in IE11 2017-03-14 12:33:58 -05:00
Ryan Watters 110f3086ec Fix more IE11 homepage layout issues 2017-03-14 12:21:10 -05:00
Ryan Watters 78cc9e20ac Fix more flexbug issues for IE11 2017-03-14 12:03:54 -05:00
Ryan Watters 1b6431e146 Remove extra scroll bar in toc 2017-03-14 12:00:09 -05:00
Ryan Watters b0c3f566ef Make more typographical fixes to the front matter page 2017-03-14 11:31:56 -05:00
Ryan Watters aeda233756 Add generator tag and fix typos in front matter page 2017-03-14 11:27:43 -05:00
Ryan Watters c126c94103 Remove commented-out front matter vars 2017-03-13 21:58:20 -05:00
Ryan Watters 6af744c2ca Add missing page vars and predefined FM vars 2017-03-13 21:54:13 -05:00
Ryan Watters 2f1140cbbd Move articles to toml file in site data (continued)
Closes rdwatters/hugo-docs-concept#19
2017-03-13 18:25:22 -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 2704a4ce7f Update installation instruction on Linux distros
per @anthonyfok's recommendations
2017-03-13 16:03:50 -05:00
Ryan Watters b86668262a Update toc documentation with more advanced example - inspired by forum discussion 2017-03-13 13:57:09 -05:00