Commit graph

25 commits

Author SHA1 Message Date
Michael Rose
6ce8985a93 Merge branch 'scss-cleanup' into gh-pages
Conflicts:
	_config.yml
	_includes/navigation.html
	_layouts/post.html
	_sass/_animations.scss
	_sass/_coderay.scss
	_sass/_elements.scss
	_sass/_layout.scss
	_sass/_site.scss
	_sass/_syntax.scss
	_sass/elements.scss
	assets/css/main.scss
2015-03-03 13:17:27 -05:00
Michael Rose
e987aeb88e Cleanup and document stylesheets
- Partially addresses #129
2015-03-03 13:05:35 -05:00
Michael Rose
706b60ca22 Rename _pygments.scss to _syntax.scss
- Include Rouge in Pygments examples
2015-02-16 09:46:59 -05:00
Michael Rose
dddcfdba62 Create table class 2015-02-16 09:46:54 -05:00
Michael Rose
c3928c81cd Rename _pygments.scss to _syntax.scss
- Include Rouge in Pygments examples
2015-02-16 09:45:20 -05:00
Michael Rose
acd39347b6 Create table class 2015-02-16 09:44:43 -05:00
Michael Rose
3c5d70ea00 Add post.excerpts to post lists on home, article, and blog pages. 2015-01-22 10:21:34 -05:00
Michael Rose
461d7c8199 Remove search overlay
- Fixes #88
- Replace overlay with dedicated search page (see /search/index.md)
- Replace simpleJekyllSearch.js
- Include pages in search.json index
2015-01-22 10:21:10 -05:00
Michael Rose
93e8f26dc5 Add post.excerpts to post lists on home, article, and blog pages. 2015-01-22 10:20:31 -05:00
Michael Rose
a9ab8b7bf7 Remove search overlay
- Fixes #88
- Replace overlay with dedicated search page (see /search/index.md)
- Replace simpleJekyllSearch.js
- Include pages in search.json index
2015-01-22 10:20:09 -05:00
Michael Rose
fc4b8fa6ee Remove outdated font-size mixin 2014-12-30 11:48:57 -05:00
Michael Rose
04e21f0949 Remove outdated font-size mixin 2014-12-30 11:48:44 -05:00
ACCakut
af6db4c49d Adding class for centering in markdown
With this you can easily center text by use of markdown's *IALs* (Block Inline Attribute Lists).

**Example:**
{:.center}
Your text

**Will result in:**
<p class="center">Your text</p>

So CSS will "text-align:center".
2014-09-18 09:37:50 -04:00
ACCakut
56ec68577d Adding class for centering in markdown
With this you can easily center text by use of markdown's *IALs* (Block Inline Attribute Lists).


**Example:**
{:.center}
Your text

**Will result in:**
<p class="center">Your text</p>

So CSS will "text-align:center".
2014-09-16 18:39:26 +02:00
Michael Rose
48702a0fa6 Improve navigation and search overlay on small screens
- Fixes #88
2014-09-05 16:24:58 -04:00
Michael Rose
f22269505f Fix overlay background colors 2014-09-05 16:24:49 -04:00
Michael Rose
4bf60f5930 Improve navigation and search overlay on small screens
- Fixes #88
2014-09-05 16:24:44 -04:00
Michael Rose
f0ad818f33 Fix overlay background colors 2014-09-05 16:24:35 -04:00
Michael Rose
b543d049c7 Remove font size on body element 2014-09-04 14:49:23 -04:00
Michael Rose
c26f6380c4 Adjust syntax highlighting styling 2014-09-04 14:49:18 -04:00
Michael Rose
56494a09af Cleanup stylesheets
- Add Bourbon and Neat
2014-09-04 14:49:14 -04:00
Michael Rose
1e25af92b7 Remove font size on body element 2014-09-04 14:49:02 -04:00
Michael Rose
23854de50b Adjust syntax highlighting styling 2014-09-04 14:48:57 -04:00
Michael Rose
aadb22ffcf Cleanup stylesheets
- Add Bourbon and Neat
2014-09-04 14:48:52 -04:00
Michael Rose
e711f8b839 Update theme to support Jekyll 2.x newness
- Cleanup _config.yml
- Move navigation and author info to data files
- Convert .less stylesheets to .scss
- Update documentation
- Include Octopress gem for new post/page creation
2014-08-08 16:07:20 -04:00