Skip to content

Commit

Permalink
Changes to accommodate new hero theme
Browse files Browse the repository at this point in the history
  • Loading branch information
g-a-v-i-n committed Mar 26, 2018
1 parent 428992b commit 8a8bc6d
Show file tree
Hide file tree
Showing 7 changed files with 245 additions and 185 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
db.json
node_modules
public

themes/doc
4 changes: 3 additions & 1 deletion _config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ relative_link: false
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: doc
theme: ../node_modules/foam-hexo-theme-doc

public_dir: public

theme_config:
favicon: /images/favicon.ico
Expand Down
232 changes: 118 additions & 114 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "hexo deploy",
"postinstall": "ln -s ../node_modules/hexo-theme-doc ./themes/doc &>/dev/null || true",
"start": "hexo s"
"start": "hexo clean && hexo s -p 4040"
},
"hexo": {
"version": "3.6.0"
Expand All @@ -15,13 +15,13 @@
"hexo-cli": "^1.1.0"
},
"dependencies": {
"foam-hexo-theme-doc": "git+https://[email protected]/f-o-a-m/foam-hexo-theme-doc.git",
"hexo": "^3.6.0",
"hexo-github-card": "^1.0.2",
"hexo-renderer-ejs": "^0.3.1",
"hexo-renderer-less": "^0.2.0",
"hexo-renderer-marked": "^0.3.2",
"hexo-renderer-sass": "^0.3.2",
"hexo-server": "^0.3.1",
"hexo-theme-doc": "^0.1.2"
"hexo-server": "^0.3.1"
}
}
Binary file modified source/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8a8bc6d

Please sign in to comment.