Skip to content

Commit

Permalink
Merge pull request #9 from stunstunstun/1.0.0
Browse files Browse the repository at this point in the history
Version fixed 1.0.0
  • Loading branch information
stunstunstun authored Oct 31, 2017
2 parents 75822b4 + 51899f6 commit 80fc6e4
Show file tree
Hide file tree
Showing 6 changed files with 2,344 additions and 7 deletions.
2 changes: 1 addition & 1 deletion layout/mixins/post.pug
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mixin postInfo(item)
a(href=url_for('/categories/' + category.name) target="_self")
span!= category.name.toUpperCase()
.post-date
!= full_date(item.date, 'll') + __('date_desc')
!= full_date(item.date, 'll')
.post-share
.fb-like(data-href=url_for(config.url + '/' + page.path) data-layout="button_count" data-action="like" data-size="small" data-show-faces="true" data-share="false")
.fb-share-button(data-href=url_for(config.url + '/' + page.path) data-layout="button" data-size="small" data-mobile-iframe="true")
Expand Down
2 changes: 1 addition & 1 deletion layout/partial/head.pug
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title
block description
meta(name="viewport", content="width=device-width, initial-scale=1")
link(rel="icon", href=url_for(theme.favicon))
link(rel="stylesheet", href=url_for("css/apollo.css"))
link(rel="stylesheet", href=url_for("css/chiangmai.css"))
if theme.fb
meta(name="fb:app_id", content=theme.fb)
- var xml = config.url + '/atom.xml'
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "hexo-theme-chiangmai",
"version": "0.1.0",
"version": "1.0.0",
"description": "A hexo theme inspired by Chiang Mai",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/stunstunstun/hexo-theme-chiangmai"
Expand All @@ -19,8 +18,8 @@
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-sass": "^2.3.2",
"gulp-autoprefixer": "^4.0.0",
"gulp-sass": "^3.1.0",
"gulp-pug": "^3.3.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion source/css/apollo.css → source/css/chiangmai.css

Large diffs are not rendered by default.

File renamed without changes.
Loading

0 comments on commit 80fc6e4

Please sign in to comment.