This repository has been archived by the owner on Oct 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 370
Cleanup and improvements #24
Open
willkoehler
wants to merge
41
commits into
kippt:master
Choose a base branch
from
willkoehler:open_source
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ion instead of trailing slash).
- Remove items that match the default setting - Use kramdown instead of maruku - Remove references to markdown parsers and extensions that aren't being used - Use default permalink style (with .html extensions)
Twitter Bootstrap was only being used as a css normalize. No need to carry all this css baggage. Copied the few "non-normalize" parts of _bootstrap.scss into _base.scss
Since url is not a Jekyll param, it feels like it belongs in the 'info' block.
- Enlarge size of github icon - Fix vertical alignment of twitter black icon
The effect was subtle and specific to the sample background image - to darken the lower portion of the image. A gradient that focuses on the title text and logos would make more sense, but I don't think it's necessary.
- The .container rules didn't effect articles because the article css had more specificity. - The extra padding on the index page didn't look good. It created too much space.
Based on current design of http://blog.sendtoinc.com/
- Size and align code blocks to match zoomable images - Code fills width of block to increase room for source code
Missed this margin in 8790190
- fix vertical alignment of FB share button - adjust spacing between buttons
willkoehler
force-pushed
the
open_source
branch
from
August 21, 2014 19:52
cd858d6
to
808ee69
Compare
willkoehler
force-pushed
the
open_source
branch
from
August 22, 2014 02:14
808ee69
to
3e7159f
Compare
- Margins of headers, paragraphs, code blocks, images, and blockquotes are now uniform - Scale font sizes and margins with a single change in the article font size rather than individually changing each element.
Needed to add a container div inside article on the index page so it would use the margins defined for the post page. Now everything has the same margin and responsive rules.
- Add XML declaration line - Remove unneeded "unless post.draft" conditional - Include entire post content in description. This allows RSS readers to display the entire story. - Limit to last 20 posts
👍 on getting this PR merged. I'm using @willkoehler's fork, but would love to see these changed uptreamed. Thanks for all the hard work @willkoehler and I hope @kippt will have time to include them. ✨ |
Can this be merged upstream? Otherwise, perhaps @willkoehler or someone else might be interested in making this fork its own project. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First of all, thanks for sharing your awesome template. It was a great starting place for my blog.
As I prepared to use this template, I did some code cleanup and a few design tweaks. I tried to do this in a way that could be shared back upstream if desired. I also tried to honor the original design and not change anything that would effect the design or use of the template.
Overview of improvements:
I don't expect this PR to be merged as is. I know there's a lot of stuff here. I opened it to start a conversation about merging some of these fixes back into your template. Feel free to say "no thanks" if it's too much. But if you find any of this useful, let me know and we can figure out how to merge the changes.