robschia
9b6eeba81e
Added basic microdata
2014-12-06 00:32:05 +01:00
Laust Rud Jacobsen
c8fc567c8d
Site /feed.xml is RSS 2.0, fix auto-discovery header
...
Refs #2996
2014-12-02 22:40:22 +01:00
Tanguy Krotoff
64b0102686
Fix viewport meta tag
2014-11-29 12:30:43 +01:00
Matt Hickford
63a6d595c4
Fix feed link to respect baseurl
2014-10-12 23:14:41 +01:00
Matt Hickford
3994d9116d
Link atom feed from html head
...
This makes it possible for browsers to autodiscover the feed. Fixes https://github.com/jekyll/jekyll/issues/2995
2014-10-12 20:09:14 +01:00
XhmikosR
b0c0fbd70b
site_template/feed.xml: Remove unneeded space.
2014-10-08 10:37:01 +03:00
XhmikosR
28bb15d4ee
site_template/_includes/head.html: Minor refactoring.
...
Remove unneeded end tag, and also strip newlines.
Move `X-UA-Compatible` just after `meta charset`.
2014-10-08 10:33:39 +03:00
Parker Moore
f0e22be32b
Merge pull request #2972 from tkrotoff/wrapper-width-hardcoded
2014-10-05 19:23:49 -07:00
Tanguy Krotoff
1ccd2156c5
Fix head.html indentation
2014-10-05 18:53:53 +02:00
Tanguy Krotoff
8e481cdf8e
New Sass variable $content-width instead of hardcoded value
2014-10-05 18:49:39 +02:00
Seth Warburton
42a8dba642
Page specific descriptions
2014-09-30 22:17:49 +01:00
Philipp Rudloff
e013c16ba9
Fix code example for media query mixin
...
It was using an old variable name (`$palm`) instead of the current one (`$on-paln`).
2014-09-22 08:18:14 +02:00
Igor Kapkov
566eb6ef3b
remove watch since it default in 2.4.0
2014-09-14 11:28:29 +08:00
Peter deHaan
06c9b1b33c
Fixing "vertycal" typo
...
s/vertycal/vertical
Unless, like, "vertycal" was on purpose or something.
2014-09-08 22:48:23 -07:00
Michael Kühnel
9e9f4f1c53
Fix orientation bugs
...
Maintain fontsize and and adapt width when switching to landscape mode.
2014-08-31 15:27:51 +02:00
Gordon Gao
9df020f7e9
add .sass-cache to .gitignore and fix main.scss fileformat
2014-08-19 17:39:22 +08:00
Parker Moore
1f877fde1e
Make the intro text on the site template post a bit nicer.
2014-08-13 01:27:36 -04:00
Parker Moore
d70f9d4a29
Layout for site template feed.xml should be 'null'.
2014-08-13 01:23:19 -04:00
kleinfreund
8999df2f46
Adding markdown setting back to _config.yml
2014-08-06 21:12:36 +02:00
kleinfreund
441a2496b8
Usind 3 instead of 7 SCSS files now
2014-08-06 19:20:06 +02:00
kleinfreund
e5a7f842be
Add sentence about jekyll-help repo
2014-08-06 19:11:36 +02:00
kleinfreund
7f92e7ce00
Reverting back to using content box and calc
2014-08-06 11:08:28 +02:00
kleinfreund
738dd502b4
Adding fill attribute to SVG's as fallback
2014-08-05 09:46:39 +02:00
kleinfreund
020f684093
Adjusting heading hierarchy to reflect site-title change
2014-08-04 09:42:46 +02:00
kleinfreund
101d614351
Removing h1 from site-title
2014-08-04 09:35:18 +02:00
kleinfreund
d8c330b215
Removing unused column class
2014-08-03 23:15:22 +02:00
kleinfreund
e4029426de
Adding and using media-query mixin
2014-08-03 23:07:47 +02:00
kleinfreund
7d865269fd
Replacing CSS comments with Sass comments
2014-08-03 23:06:59 +02:00
kleinfreund
b24b870ec6
Update welcome post to clarify front matter usage
2014-08-03 23:06:14 +02:00
kleinfreund
74974979ba
Reworking site template to utilize Sass
2014-08-03 19:35:43 +02:00
Parker Moore
e44cfe29a8
No longer set "permalink: pretty" in the _config.yml for the site template
...
This causes unintuitive behaviour that doesn’t align with the
documentation.
Fixes #2399 .
2014-08-02 00:01:59 -04:00
Parker Moore
02b60d6d00
Add helpful comments to site template _config.yml
2014-08-01 23:59:57 -04:00
Parker Moore
f57f1c7eef
Use .scss for site_template styles.
2014-07-31 17:59:27 -04:00
Tomer Cohen
411cdb29a1
Change Github/Twitter keywords to site.{twitter,github}_username
...
Re: https://github.com/jekyll/jekyll/pull/2485/files#r13525347
2014-06-10 00:00:01 +03:00
Tomer Cohen
35f5bb0039
Default entries for twitter/github usernames
2014-06-07 11:16:43 +03:00
Tomer Cohen
ffd960ca4e
Allow usage of different Twitter and Github usernames
...
and show these links only if twitter-username or github.username are set on _config.yml
2014-06-07 11:08:34 +03:00
Parker Moore
041f727fe3
Merge pull request #2438 from pathawks/spicy-feed
2014-05-30 18:02:25 -04:00
Pat Hawks
bd836d88af
Spice up site_template feed
2014-05-23 09:42:12 -05:00
Pat Hawks
43074632b3
Take advantage of date_to_rfc822
...
Jekyll has a filter built just for this purpose
2014-05-23 09:34:49 -05:00
Jesse shawl
e7c4fa0e5f
Prevent code overflowing container
2014-05-20 09:51:57 -04:00
Mathieu Bruyen
a38ea51994
Header links to pages which have a title
...
Header used to add link to all pages of the site, even those which do not have any title, creating empty anchors on the page like `<a class="page-link" href="/feed.xml"></a>`. Those were non click-able and used space on the page due to margins.
Now only displays pages with a title.
2014-05-15 08:59:29 +02:00
Philipp Rudloff
7756adc75c
Fixing spacing issue for `code` inside `pre`
...
Regular (one-line) code inside a `code` tag has some padding around it. This leads to some weird spacing when dealing with code blocks (e.g. inside `pre`).
Removing the horizontal paddings for these. (Also replacing `border: none;` with `border: 0;` because it's shorter)
2014-05-10 22:05:21 +02:00
Parker Moore
77c0249d72
Use site.title instead of site.name in site template
...
Fixes #2324 .
2014-05-07 15:11:50 -04:00
Alberto Grespan
da9b28d35c
Fix site template permalink typo
2014-05-07 11:36:14 -04:30
Parker Moore
216f1150cd
The last of the site template prepending.
2014-05-07 00:31:53 -04:00
Parker Moore
c71a4717dd
Prepend url, too, in feed.xml.
2014-05-07 00:09:12 -04:00
Parker Moore
2dec333910
Set baseurl to nothing in new template site.
...
Previously, it caused all sorts of errors.
Fixes #2317 .
2014-05-06 23:50:58 -04:00
Parker Moore
a854a6a709
Merge pull request #2127 from XhmikosR/css
2014-05-06 12:32:52 -04:00
Ben Balter
a0bbf7703b
make template site easier to customize
2014-05-04 21:07:23 -04:00
XhmikosR
10f85eb856
Add missing vendor prefixed properties.
2014-05-02 09:15:03 +03:00
XhmikosR
0463399389
Remove duplicate properties.
2014-05-02 09:15:02 +03:00
Parker Moore
14d9902586
Merge pull request #2200 from fabianrbz/remove_unnecessary_post
2014-04-01 23:10:37 -04:00
Fabian Rodriguez
04666cd0cf
remove default post with invalid date
2014-04-01 22:32:12 -03:00
XhmikosR
a6ab3abbf9
Update site_template/_includes/head.html.
...
* remove `chrome` from `X-UA-Compatible`; it's been discontinued
* remove unneeded end tags
* remove unneeded slash in `canonical` link
2014-03-31 20:38:18 +03:00
Parker Moore
b6f006c152
Merge pull request #2050 from jglovier/master
...
* jglovier-master: (35 commits)
Fix for menu at mobile again
Fix site footer styles on mobile
Fix for menu not working on mobile
dat breathing room tho (expand site width slightly more)
Replace footer github and twitter link text with inline SVG icons
Post content styles for mobile
Replace unicode menu icon with inline SVG
Adds mobile styling for menu at sub 600px viewport widths
🔥 permalink option so default date permalink method is left in tact
For the love of perf, add syntax.css rules to main.css and call only one stylesheet
Adds another placeholder post to illustrate post content styles
Dem new styles tho
Copy tweaks - brevity FTW
Use class instead of id for CSS specificity ❤️
Add link for RSS subscription
Slightly friendlier and personal date formatting; classes for dem styles, yo
Remove to avoid confusion with site.title
demonstrate use of permalink settings
Add site.url for use in head canonical meta and feed.xml template
Add site.description for use in site head document meta, and feed.xml template
...
2014-02-24 16:07:20 -05:00
Joel Glovier
e2c67e0239
Fix for menu at mobile again
2014-02-24 16:03:39 -05:00
Joel Glovier
2c100a8e87
Fix site footer styles on mobile
2014-02-24 15:56:49 -05:00
Joel Glovier
7fbc636824
Fix for menu not working on mobile
2014-02-24 15:42:03 -05:00
Joel Glovier
bdd35789db
dat breathing room tho (expand site width slightly more)
2014-02-20 20:34:09 -05:00
Joel Glovier
6bc4776199
Replace footer github and twitter link text with inline SVG icons
2014-02-17 22:23:30 -05:00
Joel Glovier
aa4280904a
Post content styles for mobile
2014-02-17 16:58:12 -05:00
Joel Glovier
1c5ed75e72
Replace unicode menu icon with inline SVG
...
- unicode menu icon doesn’t render pixel crisp (has some
anti-aliasing), whereas SVG renders pixel optimized
- using inline SVG (instead of a referenced, attached file, will save
an http request
2014-02-17 16:52:48 -05:00
Joel Glovier
893b664f34
Adds mobile styling for menu at sub 600px viewport widths
2014-02-17 16:36:21 -05:00
Joel Glovier
3e6f2d8cef
🔥 permalink option so default date permalink method is left in tact
2014-02-17 12:42:15 -05:00
Markus Roth
c47751148c
Remove executable bits of non executable files.
2014-02-17 01:41:12 +01:00
Joel Glovier
28554fd307
For the love of perf, add syntax.css rules to main.css and call only one stylesheet
2014-02-15 23:27:34 -05:00
Joel Glovier
bd80ce4c61
Adds another placeholder post to illustrate post content styles
2014-02-15 23:24:30 -05:00
Joel Glovier
cac15574e7
Dem new styles tho
...
- Uses new typography, including Helvetica light, larger font-sizes,
and px values
- Wider site width, larger margins, and overall more whitespace
- Responsive down to mobile
2014-02-15 23:21:15 -05:00
Joel Glovier
1e28eee0c7
Copy tweaks - brevity FTW
2014-02-15 23:17:05 -05:00
Joel Glovier
6773307237
Use class instead of id for CSS specificity ❤️
2014-02-15 23:16:47 -05:00
Joel Glovier
a11f01784a
Add link for RSS subscription
2014-02-15 23:16:23 -05:00
Joel Glovier
e5cf3cbbc1
Slightly friendlier and personal date formatting; classes for dem styles, yo
2014-02-15 23:16:11 -05:00
Joel Glovier
3d464688fc
Remove to avoid confusion with site.title
2014-02-15 23:15:37 -05:00
Joel Glovier
8d05a54590
demonstrate use of permalink settings
2014-02-15 23:14:20 -05:00
Joel Glovier
e398c3b16c
Add site.url for use in head canonical meta and feed.xml template
2014-02-15 23:14:01 -05:00
Joel Glovier
287851ebb4
Add site.description for use in site head document meta, and feed.xml template
2014-02-15 23:13:43 -05:00
Joel Glovier
b3a2ea4e3e
Software with Personality™
2014-02-15 23:12:42 -05:00
Joel Glovier
240bbf4abb
Adds feed.xml file for generating an RSS feed
2014-02-15 23:10:25 -05:00
Joel Glovier
53ae5a7b0f
Add placeholder About page
2014-02-15 23:09:28 -05:00
Joel Glovier
1687f0855d
Add placeholder Projects page
2014-02-15 23:09:19 -05:00
Joel Glovier
16d8d05172
Adds a basic page template
...
Many users moving to Jekyll from other popular blogging options (like
Wordpress) will be used to thinking in terms of pages/posts. Having a
page template like this will be convenient for those users.
2014-02-15 23:07:10 -05:00
Joel Glovier
fcd2383de3
Refactor post template
...
- add article tags around post content
- creates post header
- add conditionals for extra options in meta
2014-02-15 23:04:44 -05:00
Joel Glovier
1b54afe67a
remove extra line
2014-02-15 23:03:13 -05:00
Joel Glovier
d5ea6e47dd
Restructure default template to include page content wrap
2014-02-15 23:02:41 -05:00
Joel Glovier
8fa48b492e
Footer markup restructuring
...
- rework footer to use columns
- add additional area for generic text
2014-02-15 23:02:04 -05:00
Joel Glovier
6d4e3f8c72
Refactor header markup
...
- use anchor instead of h1 for site title, for semantic accuracy, and
because post h1’s should be the post title
- implement nav wrapper for nav links
- use div.wrap for design structure
2014-02-15 23:00:37 -05:00
Joel Glovier
d52b9b7e5b
Remove redundant home link
2014-02-15 22:57:10 -05:00
Joel Glovier
a1b60430d6
Add canonical meta set with config params for more google ❤️
2014-02-15 22:56:30 -05:00
Joel Glovier
b9875b7bc8
Add description meta set in config, for teh google ❤️
2014-02-15 22:56:04 -05:00
Joel Glovier
7b0bf0d85c
Add conditional to default to site.name if no page.title is set
2014-02-15 22:55:14 -05:00
Joel Glovier
3b97799837
Separate global components into includes for convenience, and to familiarize users with includes structure
2014-02-15 22:53:48 -05:00
Josh Brown
69dc96dc9f
Removed accidental linebreak
2014-02-13 13:28:11 +00:00
Josh Brown
933590b6ba
Added a breakpoint for .site to make it responsive
2014-02-13 13:27:34 +00:00
Robin Dupret
92064134d6
Rename the pygments option to highlighter
...
Rename the pygments configuration option to highlighter to allow
different highlighters in the future. For now, the allowed values are
`pygments` and `null`.
It's now more straightforward to plug another syntax highlighter.
2013-12-22 12:45:15 +01:00
Parker Moore
6195192bcf
mojombo/jekyll ~> jekyll/jekyll
2013-12-11 17:44:33 -05:00
Ivan Tse
b18f6505dd
Remove margin-top of `.site` to prevent collapsing margins.
2013-12-10 18:39:16 -05:00
Edward Ball
943acc4395
Remove overly specific css from site template
2013-09-23 13:23:54 +01:00
Anatol Broder
affffb4ed4
Update dummy email address to example.com domain
2013-08-10 15:29:33 +02:00
Anatol Broder
381a8148e3
Correct the social dummie URLs
...
Twitter and Github seem to always force HTTPS. They don’t use backslashes after the username.
2013-08-09 17:09:24 +02:00
Parker Moore
aee7a41bc3
Align {{ content }} call with its siblings in site template.
2013-08-06 20:12:26 +02:00