Hueman Theme로 변경하기
- 블로그의 root 폴더에서 아래 명령을 실행시킨다.
1 2 3
| $ git clone https://github.com/ppoffice/hexo-theme-hueman.git themes/hueman
|
블로그의 root 폴더에 있는 _config.yml
에서 환경설정을 한다.
blog/themes/hueman 폴더에 있는 _config.yml.example
파일의 이름을 _config.yml
로 수정한다.
현재 블로그의 themes/hueman/_config.yml 파일
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
| menu: Home: / Categories: About: / customize: logo: width: 165 height: 60 url: images/logo-header.png theme_color: '#206bde' highlight: monokai-sublime sidebar: right thumbnail: false favicon: social_links: github: https://github.com/owl423 widgets: - recent_posts - category - archive - tagcloud - links search: insight: true swiftype: baidu: false comment: disqus: hexo-theme-hueman duoshuo: youyan: facebook: isso: share: default plugins: lightgallery: true justifiedgallery: true google_analytics: baidu_analytics: mathjax: false miscellaneous: open_graph: fb_app_id: fb_admins: twitter_id: google_plus: links: Hexo: http://hexo.io
|