Skip to content

MusharrafSakran/ghost-casper-theme-rtl

Repository files navigation

Casper-RTL

The RTLized default theme for Ghost.

  • This is the RTLizes version for default theme (casper) for ghost blogging platform.
  • this theme customization is campatible with ghost-0.5.0 and ghost-0.5.1 versions (at least at this time).
  • this custom theme is fully translated to Arabic, if you want another RTL language-based so it's so easy, you just have to translate the Arabic static stuff inside the HTML components to your preferred language without any affect in RTL bahavior.

Contributors are welcomed :)

Installation:

  • you have to have the ghost bundled folder from here https://ghost.org/download/ .
  • unzip the folder.
  • download node.js from here http://nodejs.org/ .
  • after installing node.js open the node.js command prompt.
  • go to the ghost home folder.
  • install ghost by typing this command ( npm install --production ).
  • run the server by typing this command ( npm start ).
  • put this theme inside GHOST_HOME/content/themes
  • access to the blog by using your account by hitting http://localhost:2368/ghost .
  • go to Settings and change the selected theme to this theme.
  • enjoy the RTL :)

Copyright & License

Copyright (c) 2013-2014 Ghost Foundation - 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.