Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.64 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.64 KB

Ghost Compatability

Escritor - a theme for Ghost

DEMO

Escritor is a modern and elegant theme for sharing your thoughts, stories, and ideas.

If you find any bugs, want to request any features, or have any other advice for improving this theme, please open an issue or make a pull request. Your help is much appreciated!

Key Features

  • Disqus comments
  • Prism.js syntax highlighting for HTML, CSS, and Javascript
  • Responsive video embeds
  • Archive page
  • Recent articles in sidebar

INSTALLATION AND CUSTOMIZATION

You'll need node, npm, and gulp installed

After which you should follow instructions below:

Clone the repository into the themes folder located in your local ghost installation

git clone https://github.com/ozywuli/escritor-ghost-theme

Navigate to the cloned repository

cd escritor-ghost-theme

Install the necessary gulp plugins

npm install del gulp-ruby-sass gulp-autoprefixer gulp-minify-css gulp-jshint gulp-uglify gulp-imagemin gulp-rename gulp-concat gulp-notify gulp-cache gulp-livereload del gulp-plumber gulp-combine-media-queries --save-dev

Build the theme

gulp

Gulp will build all the necessary assets located in the dev directory and place them into the build directory. To watch for changes, use the following command:

gulp watch

If you have any questions, please don't hesitate to ask!

Supports the latest version of Ghost on IE10+, Firefox, Chrome, Safari