digitalcraftsman
8c53afdb53
Move assets used in content files into images/ subfolder
2017-05-28 20:56:57 +02:00
Ryan Watters
0d9ce4819c
Add _headers file for cross-origin issues with SVGs
2017-05-28 13:42:45 -05:00
digitalcraftsman
f4c1efc601
Make assets used in content files theme independent
...
Assets like screenshots are used in content files such as
tutorials. This commit moves these assets out of the theme
into the static folder in the root directory.
This way the theme and content files become independent from
each other.
See PR rdwatters/hugo-docs-concept#123
2017-05-28 12:41:12 -05:00
Bud Parr
50c24e070d
Move to theme folder
2017-03-25 17:49:34 -04:00
Ryan Watters
767ea0a081
Update to muli font across the board
2017-03-25 00:16:14 -05:00
Ryan Watters
32fc75342c
Mix font faces
2017-03-25 00:01:07 -05:00
Ryan Watters
56c614668c
Test out serif font on body copy
2017-03-24 23:37:38 -05:00
Ryan Watters
0c0ec81dc3
Make more color changes per Bud's suggestions
2017-03-24 00:38:33 -05:00
Ryan Watters
8b5e4d7370
Update footer color to match news site
2017-03-24 00:10:10 -05:00
Ryan Watters
01a296dd3c
Add navigation design changes per Bud's suggestions
2017-03-24 00:04:34 -05:00
Ryan Watters
2dab2351d5
Test adding events to codeblocks
2017-03-23 23:17:13 -05:00
Ryan Watters
8bfc882872
Fix odd font sizing for code
2017-03-22 15:58:15 -05:00
Ryan Watters
36bbadecf0
Add final copy for directory structure
2017-03-21 19:33:00 -05:00
Ryan Watters
77b26b7115
Improve Netlify copy to reflect Netlify design blog
2017-03-21 13:50:16 -05:00
Ryan Watters
ce78b00f76
Fix search colors on homepage replacing with SVG
2017-03-21 13:30:45 -05:00
Ryan Watters
73ede1622e
Fix breadcrumb to take full section name
2017-03-21 12:41:06 -05:00
Ryan Watters
6411cbf95e
Fix site nav toggle on mobile
2017-03-21 02:03:58 -05:00
Ryan Watters
ddaebc4ed0
Fix homepage search colors
2017-03-21 00:33:42 -05:00
Ryan Watters
4d8532ab54
Try out dark header per bp mockup
2017-03-21 00:22:10 -05:00
Ryan Watters
20bf194fea
Fix homepage SVG logo
2017-03-20 22:57:46 -05:00
Ryan Watters
1cbccec3c5
Add back embedded crp in site header, perf test
2017-03-20 18:02:49 -05:00
Ryan Watters
b56a888e44
Align tags to the left in article header
2017-03-20 12:56:57 -05:00
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
08738d38d4
Add back CRP and switching header logo to embedded svg
2017-03-20 11:49:16 -05: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
f74d9c81f3
Add tibobeijen-nl to showcase
2017-03-18 16:07:56 -05:00
Ryan Watters
190dcb592a
Improve admonition semantics
2017-03-18 15:52:01 -05:00
Ryan Watters
09d0120df6
Update to use muli as font
2017-03-16 09:47:32 -05:00
Ryan Watters
093848374e
Get rid of extraneous icons on homepage
2017-03-15 00:58:01 -05:00
Ryan Watters
c94abaff45
Fix SVG on homepage
2017-03-14 17:40:57 -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
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
8187b31556
Change all heading links to copy-links
2017-03-13 00:47:53 -05:00
Ryan Watters
44c97f914e
Change to locally hosted blazy.js
2017-03-12 23:32:36 -05:00
Ryan Watters
fbee443c5a
Fix many more broken links, and fix TOC scroll on L-
...
See rdwatters/hugo-docs-concept#21
2017-03-12 22:35:13 -05:00
Ryan Watters
a4f76cfca0
Remove Tutorials section
...
Closes rdwatters/hugo-docs-concept#15
2017-03-12 18:30:38 -05:00
Ryan Watters
a5a7e87346
Add js icon to code blocks and fix prev/next icons in content footer
2017-03-12 18:17:44 -05:00
Ryan Watters
559e73b99f
Add Netlify hosting and deploy tutorial
2017-03-12 16:33:30 -05:00
Ryan Watters
6f3a6efd31
Shorten text on homepage; update ordering lists page
2017-03-11 02:53:30 -06:00
Ryan Watters
14ddd02936
Add host-specific icons to source links in showcase
2017-03-10 17:01:37 -06:00
Ryan Watters
b841193d49
Change sorting of tutorials to weight
...
Closes rdwatters/hugo-docs-concept#11
2017-03-10 14:23:21 -06:00
Ryan Watters
f69dba20d6
Fix search on M+ screens for HP; make typing faster in HP terminal
2017-03-10 11:40:45 -06:00