Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luandro/fotography-tumblr-theme
Photography tumblr theme
https://github.com/luandro/fotography-tumblr-theme
Last synced: about 6 hours ago
JSON representation
Photography tumblr theme
- Host: GitHub
- URL: https://github.com/luandro/fotography-tumblr-theme
- Owner: luandro
- License: mit
- Created: 2015-07-29T19:43:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-29T20:42:54.000Z (over 9 years ago)
- Last Synced: 2024-04-23T21:34:11.152Z (9 months ago)
- Language: HTML
- Homepage: http://jamqueirozfotografia.tumblr.com/
- Size: 188 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Tumblr Boilerplate - 2.0.1
------A fully functional bare-bones Tumblr theme that works out of the box. Style it to your needs. The goal of the project was to remove uncessary code easing the development process.
* [Bower](http://bower.io/): `bower install tumblr-boilerplate`
* [Github] (https://github.com): `git clone https://github.com/davesantos/tumblr-boilerplate.git`
* [Download](https://github.com/davesantos/tumblr-boilerplate/archive/master.zip).###Getting Started
1. Choose an [Installation](#install) method.
2. Modify tumblr.html with your favorite code editor.
3. Preview it by going to `http://tumblr.com/customize/your_blog_name`.
4. Click *Edit HTML* on the left column.
5. Copy & paste your customized code then click *Save*.### Features
* HTML5
* [Normalize CSS](http://necolas.github.com/normalize.css/) from a CDN
* Supports all [post](https://www.tumblr.com/docs/en/custom_themes#posts) types
* Theme options from [global appeareance](https://www.tumblr.com/docs/en/custom_themes#global_appearance)
* [Localization] (http://www.tumblr.com/docs/en/custom_themes#localization) strings__Theme does not include__
* [Notes](https://www.tumblr.com/docs/en/custom_themes#notes)
* [Group Blogs](https://www.tumblr.com/docs/en/custom_themes#group-blogs)
* Comment System(Intentionally not included to remain flexible in the various uses for a theme.)
###Caveats
Tumblr will auto-inject extra code & scripts into the final output of your page. This is out of the developers' control. Running it through a HTML Validator or Page Speed may spit out warnings & errors.
###Resources
* [Latest Tumblr features](http://developers.tumblr.com/)
* [Tumblr Theme Documentation](http://www.tumblr.com/docs/en/custom_themes)
* [Tumblr assets hosting](http://www.tumblr.com/themes/upload_static_file)
* [HTML 5 Boilerplate] (http://html5boilerplate.com/)###License
tumblr-boilerplate is freely distributable under the terms of the [MIT license](https://github.com/davesantos/tumblr-boilerplate/blob/master/LICENSE.md). Contribute any pull requests you might find helpful for others.