Browse Source

update

pull/3/head
Julian Ćwirko 9 years ago
parent
commit
b1e4c5bc32
  1. 5
      README.md
  2. 2
      default.hbs
  3. 6
      package.json

5
README.md

@ -58,6 +58,11 @@ Just use standard Ghost admin panel settings.
#### Changelog
##### 1.5.2 (03.10.2015)
- Grunt workflow dependencies update
- Font Awesome update (4.4.0)
##### 1.5.1 (26.07.2015)
- Grunt workflow dependencies update

2
default.hbs

@ -15,7 +15,7 @@
{{! Styles - Foundation 5 included}}
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic">
{{!-- styles for syntax highlighter you will find more here: https://github.com/isagalaev/highlight.js/tree/master/src/styles just change .min.css file name below --}}

6
package.json

@ -1,9 +1,9 @@
{
"name": "Abc",
"version": "1.5.1",
"version": "1.5.2",
"devDependencies": {
"load-grunt-tasks": "~3.2.0",
"node-sass": "~3.2.0",
"load-grunt-tasks": "~3.3.0",
"node-sass": "~3.3.3",
"grunt-sass": "~1.0.0",
"grunt": "~0.4.5",
"grunt-contrib-watch": "~0.6.1"

Loading…
Cancel
Save