This is the beginning of a minimal theme for the blogging platform Ghost.
Focused on typography and readability, Pipe enables the author to bring great content to the readers.
ghost/content/themes
$ git clone https://github.com/thomasclausen/pipe-ghost/ "pipe"
ghost/content/themes/pipe
All configurable files are located in pipe/partials/custom
.
This file contains all the meta tags for the social networks.
You will need to change @twitterusername to your real Twitter username.
This file contains the blog navigation in the header.
If you don't wan't to use the navigation simply delete the content of the file.
If the navigation fits your needs perfectly simply create two pages, one with the URL about and the other with the URL contact.
If you need extra links in the navigation, just copy one of the lines starting with <li>
and change the link and text.
This file contains the script for Google Universal Analytics. You will need to change UA-XXXXXXX-X to the correct ID and yourdomain.com to your websites URL.
Note: If you haven't upgraded your tracking code to the latest (Universal Analytics) just replace the entire code with the code provided by Google Analytics.
Copyright (C) 2014 Pipe - Released under the MIT License.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.