https://github.com/splorp/typecon-tumblr
A simple Tumblr theme for the TypeCon Snippets blog.
https://github.com/splorp/typecon-tumblr
Last synced: 4 months ago
JSON representation
A simple Tumblr theme for the TypeCon Snippets blog.
- Host: GitHub
- URL: https://github.com/splorp/typecon-tumblr
- Owner: splorp
- License: gpl-2.0
- Created: 2012-07-01T18:12:16.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2020-02-05T21:43:35.000Z (over 6 years ago)
- Last Synced: 2025-06-10T05:04:06.126Z (about 1 year ago)
- Language: HTML
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# TypeCon for Tumblr
A simple Tumblr theme for the TypeCon Snippets tumblelog.
## About
See this theme in action over on [TypeCon Snippets](https://typecon.tumblr.com/).
## Features
+ HTML5 structure and compliance
+ CSS that is minimal and tidy
+ Non-semantic, presentational markup has been beaten into submission
+ Specify your own [Disqus](https://disqus.com/) shortname
+ Specify your own [Adobe Fonts](https://fonts.adobe.com/) ID for easy web font implementation
+ Clean, valid, and awesome
## Credits
TypeCon for Tumblr is being developed by [Grant Hutchinson](https://splorp.me/) based on portions of [Tersus for Tumblr](https://github.com/splorp/tersus-tumblr/) mixed together with styles inspired by Matt Langer’s eponymous [Langer](https://www.tumblr.com/theme/325) theme.
## Licensing
The TypeCon for Tumblr theme is absolutely free and conveniently licensed under GPL. You may use it for personal or commercial projects, as you see fit. Please refer to the [license.txt](https://github.com/splorp/typecon-tumblr/blob/master/license.txt) file included with the source for more information.
## Version History
### 0.1.3 — The “Anonymous Caller” Release
+ Removed author from post metadata
+ Removed obsolete `.notes` class selectors
+ Removed superfluous `p` element enclosing `{PostNotes}`
+ Tidied up avatar alignment and spacing within `{PostNotes}` list
### 0.1.2 — The “Hide & Seek” Release
+ Changed header and footer navigation from `p` to `ul` because semantics
+ Implemented a touch of `overflow: hidden` to better contain long links
+ Added search field attributes for styling and usability
+ Updated hardcoded links to https
### 0.1.1 — The “Baby Steps” Release
+ Removed superfluous `text-indent` from quote posts
+ Delineated page navigation from the footer
+ Adjusted blockquote margins
+ Softened the corners on `input` elements
### 0.1.0 — The “Easy To Commit” Release
+ Initial tinkering