Skip to content

Commit 0c5c2f6

Browse files
committed
add icarus theme
1 parent 08ace0a commit 0c5c2f6

File tree

4 files changed

+7078
-321
lines changed

4 files changed

+7078
-321
lines changed

_config.yml

+19-60
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,30 @@
1-
# Hexo Configuration
2-
## Docs: https://hexo.io/docs/configuration.html
3-
## Source: https://github.com/hexojs/hexo/
4-
5-
# Site
61
title: Hexo
72
subtitle: ''
83
description: ''
9-
keywords:
4+
keywords: null
105
author: John Doe
116
language: en
127
timezone: ''
13-
14-
# URL
15-
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
168
url: http://example.com
17-
permalink: :year/:month/:day/:title/
18-
permalink_defaults:
9+
permalink: ':year/:month/:day/:title/'
10+
permalink_defaults: null
1911
pretty_urls:
20-
trailing_index: true # Set to false to remove trailing 'index.html' from permalinks
21-
trailing_html: true # Set to false to remove trailing '.html' from permalinks
22-
23-
# Directory
12+
trailing_index: true
13+
trailing_html: true
2414
source_dir: source
2515
public_dir: public
2616
tag_dir: tags
2717
archive_dir: archives
2818
category_dir: categories
2919
code_dir: downloads/code
30-
i18n_dir: :lang
31-
skip_render:
32-
33-
# Writing
34-
new_post_name: :title.md # File name of new posts
20+
i18n_dir: ':lang'
21+
skip_render: null
22+
new_post_name: ':title.md'
3523
default_layout: post
36-
titlecase: false # Transform title into titlecase
24+
titlecase: false
3725
external_link:
38-
enable: true # Open external links in new tab
39-
field: site # Apply to the whole site
26+
enable: true
27+
field: site
4028
exclude: ''
4129
filename_case: 0
4230
render_drafts: false
@@ -54,51 +42,22 @@ prismjs:
5442
preprocess: true
5543
line_number: true
5644
tab_replace: ''
57-
58-
# Home page setting
59-
# path: Root path for your blogs index page. (default = '')
60-
# per_page: Posts displayed per page. (0 = disable pagination)
61-
# order_by: Posts order. (Order by date descending by default)
6245
index_generator:
6346
path: ''
6447
per_page: 10
65-
order_by: -date
66-
67-
# Category & Tag
48+
order_by: '-date'
6849
default_category: uncategorized
69-
category_map:
70-
tag_map:
71-
72-
# Metadata elements
73-
## https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta
50+
category_map: null
51+
tag_map: null
7452
meta_generator: true
75-
76-
# Date / Time format
77-
## Hexo uses Moment.js to parse and display date
78-
## You can customize the date format as defined in
79-
## http://momentjs.com/docs/#/displaying/format/
8053
date_format: YYYY-MM-DD
8154
time_format: HH:mm:ss
82-
## updated_option supports 'mtime', 'date', 'empty'
83-
updated_option: 'mtime'
84-
85-
# Pagination
86-
## Set per_page to 0 to disable pagination
55+
updated_option: mtime
8756
per_page: 10
8857
pagination_dir: page
89-
90-
# Include / Exclude file(s)
91-
## include:/exclude: options only apply to the 'source/' folder
92-
include:
93-
exclude:
94-
ignore:
95-
96-
# Extensions
97-
## Plugins: https://hexo.io/plugins/
98-
## Themes: https://hexo.io/themes/
99-
theme: landscape
100-
101-
# Deployment
102-
## Docs: https://hexo.io/docs/one-command-deployment
58+
include: null
59+
exclude: null
60+
ignore: null
61+
theme: icarus
10362
deploy:
10463
type: ''

0 commit comments

Comments
 (0)