# Hexo Configuration ## Docs: http://hexo.io/docs/configuration.html ## Source: https://github.com/hexojs/hexo/ # Site title: Icarus subtitle: description: Hexo theme - Icarus author: PPOffice language: en timezone: # URL ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' url: http://blog.zhangruipeng.me/hexo-theme-icarus/ root: /hexo-theme-icarus/ permalink: :category/:post_title/ permalink_defaults: # Directory source_dir: source public_dir: public tag_dir: tags archive_dir: archives category_dir: categories code_dir: downloads/code i18n_dir: :lang skip_render: # Writing new_post_name: :title.md # File name of new posts default_layout: post titlecase: false # Transform title into titlecase external_link: # Open external links in new tab enable: true field: post filename_case: 0 render_drafts: false post_asset_folder: true relative_link: false future: true highlight: enable: true line_number: true tab_replace: # Category & Tag default_category: uncategorized category_map: tag_map: # Date / Time format ## Hexo uses Moment.js to parse and display date ## You can customize the date format as defined in ## http://momentjs.com/docs/#/displaying/format/ date_format: YYYY-MM-DD time_format: HH:mm:ss # Pagination ## Set per_page to 0 to disable pagination per_page: 10 pagination_dir: page index_generator: per_page: 10 archive_generator: per_page: 20 yearly: true monthly: true category_generator: per_page: 10 tag_generator: per_page: 10 # Extensions ## Plugins: https://github.com/hexojs/hexo/wiki/Plugins ## Themes: https://github.com/hexojs/hexo/wiki/Themes theme: icarus # Deployment ## Docs: http://hexo.io/docs/deployment.html deploy: type: git repository: https://github.com/ppoffice/hexo-theme-icarus.git branch: gh-pages marked: gfm: false githubEmojis: className: not-gallery-item algolia: applicationID: T0CJF4ZB1O apiKey: 84268949a677b7651a9f3db7da9f6952 indexName: hexo-icarus