Brand theme for Ghost. styleguide and styleguide featured.
Bloggy is a fork of Ghost Blog theme with the unique purpose to make easy and adaptable Ghost theme for brand/corporative/marketing purpose.
en_US
/en_ES
implemented.Enter the theme folder (content/themes
) of your Ghost installation and paste the following command:
$ git clone https://github.com/Kikobeats/bloggy.git
It's necessary that you stablish the DOM library and the version to use with the theme.
For do it, go to Admin Panel
→ Code Injection
→ Blog Footer
and should be similar to:
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
Supported languages: en_US
/en_ES
By default, the main JS file of the theme is not linked because it's depend of what language do you want to use.
For do it, the process is similar to the DOM Selector: go to Admin Panel
→ Code Injection
→ Blog Footer
.
Now, the code to paste depend of the language that you want to use in your blog. The template of the code is:
<script type="text/javascript" src="https://github.com/zombeats/bloggy/raw/master/assets/js/bloggy.#{lang}.js"></script>
Replacing the #{lang}
for the supported language that you want to use.
For example, if you want to use the en_EN
version, just add:
<script type="text/javascript" src="https://github.com/zombeats/bloggy/raw/master/assets/js/bloggy.en_EN.js"></script>
npm install && bower install
.gulp
.MIT © Kiko Beats