1
- # Welcome to Jekyll!
2
- #
3
- # This config file is meant for settings that affect your whole blog, values
4
- # which you are expected to set up once and rarely edit after that. If you find
5
- # yourself editing this file very often, consider using Jekyll's data files
6
- # feature for the data you need to update frequently.
7
- #
8
- # For technical reasons, this file is *NOT* reloaded automatically when you use
9
- # 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10
- #
11
- # If you need help with YAML syntax, here are some quick references for you:
12
- # https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
13
- # https://learnxinyminutes.com/docs/yaml/
14
- #
15
- # Site settings
16
- # These are used to personalize your new site. If you look in the HTML files,
17
- # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
18
- # You can create any custom variable you would like, and they will be accessible
19
- # in the templates via {{ site.myvariable }}.
20
-
21
- title : Your awesome title
22
-
23
- description : >- # this means to ignore newlines until "baseurl:"
24
- Write an awesome description for your new site here. You can edit this
25
- line in _config.yml. It will appear in your document head meta (for
26
- Google search results) and in your feed.xml site description.
27
- baseurl : " " # the subpath of your site, e.g. /blog
28
- url : " " # the base hostname & protocol for your site, e.g. http://example.com
29
- # twitter_username: jekyllrb
30
- # github_username: jekyll
1
+ title : 为你创作
2
+ author :
3
+ name : xulei Xie
4
+
5
+
6
+ # The `>` after `description:` means to ignore line-breaks until next key.
7
+ # If you want to omit the line-break after the end of text, use `>-` instead.
8
+ description : >
9
+ 联系电话:13068718942,微信同号,注明来意
31
10
32
11
# Build settings
12
+
13
+ # If you clone the Minima repo and build locally, use this setting.
33
14
theme : minima
15
+
16
+ # As of November 2023, GitHub Pages still uses Minima 2.5.1 (https://pages.github.com/versions/).
17
+ # If you want to use the latest Minima version on GitHub Pages, use the following setting and
18
+ # add a line comment on "theme: minima" above.
19
+ # remote_theme: jekyll/minima
20
+
34
21
plugins :
35
22
- jekyll-feed
36
23
- jekyll-seo-tag
37
- # Exclude from processing.
38
- # The following items will not be processed, by default.
39
- # Any item listed under the `exclude:` key here will be automatically added to
40
- # the internal "default list".
41
- #
42
- # Excluded items can be processed by explicitly listing the directories or
43
- # their entries' file path in the `include:` list.
44
- #
45
- # exclude:
46
- # - .sass-cache/
47
- # - .jekyll-cache/
48
- # - gemfiles/
49
- # - Gemfile
50
- # - Gemfile.lock
51
- # - node_modules/
52
- # - vendor/bundle/
53
- # - vendor/cache/
54
- # - vendor/gems/
55
- # - vendor/ruby/
24
+
25
+ # Minima specific settings, which are only available from Minima 3.0 onward.
26
+ minima :
27
+ # Minima skin selection.
28
+ # Available skins are:
29
+ # classic Default, light color scheme.
30
+ # dark Dark variant of the classic skin.
31
+ # auto Adaptive skin based on the default classic and dark skins.
32
+ # solarized-light Light variant of solarized color scheme.
33
+ # solarized-dark Dark variant of solarized color scheme.
34
+ # solarized Adaptive skin for solarized color scheme skins.
35
+ skin : dark
36
+
37
+ # If you want to link only specific pages in the site-navigation, use this and list
38
+ # the `path` property (as represented via Liquid) of the pages in the order they should
39
+ # be rendered.
40
+ nav_pages :
41
+ - about.md
42
+
43
+ # Set to `true` to show excerpts on the homepage.
44
+ # show_excerpts: false
45
+
46
+ # Minima date format.
47
+ # The default value is "%b %d, %Y" (e.g. Nov 14, 2023)
48
+ # Refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this.
49
+ # date_format: "%b-%d-%Y"
50
+
51
+ # Social Media Links
52
+ # Renders icons via Font Awesome Free webfonts CDN, based on ordered list of entries.
53
+ #
54
+ # Entry keys:
55
+ # * title Tooltip rendered on hovering over icon.
56
+ # * icon Font Awesome icon id. `github` corresponds to `fa-github`.
57
+ # * url Full URL of social profile.
58
+ social_links :
59
+ - title :
60
+ icon : My GitHub
61
+ url : " https://github.com/xuleixie"
62
+ - title : My X(Twitter)
63
+ icon : x-twitter
64
+ url : " https://x.com/xiexulei3"
0 commit comments