Skip to content

Commit b7f0b5a

Browse files
committed
new start
1 parent 3ca5adf commit b7f0b5a

File tree

3 files changed

+60
-65
lines changed

3 files changed

+60
-65
lines changed

Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ gem "github-pages", "~> 232", group: :jekyll_plugins
1919
# gem "jekyll-feed", "~> 0.12"
2020
# gem 'jekyll-sass-converter', '~> 1.5.2'
2121
# end
22-
# group :jekyll_plugins do
23-
# gem "jekyll-feed", "~> 0.12"
24-
# gem 'jekyll-sass-converter', '~> 1.5.2'
25-
# end
2622

2723
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
2824
# and associated library.

_config.yml

Lines changed: 58 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,64 @@
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,微信同号,注明来意
3110
3211
# Build settings
12+
13+
# If you clone the Minima repo and build locally, use this setting.
3314
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+
3421
plugins:
3522
- jekyll-feed
3623
- 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"

about.markdown

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
---
22
layout: page
3-
title: About
3+
title: 关于我
44
permalink: /about/
55
---
66

7-
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)
87

9-
You can find the source code for Minima at GitHub:
10-
[jekyll][jekyll-organization] /
11-
[minima](https://github.com/jekyll/minima)
12-
13-
You can find the source code for Jekyll at GitHub:
14-
[jekyll][jekyll-organization] /
15-
[jekyll](https://github.com/jekyll/jekyll)
16-
17-
18-
[jekyll-organization]: https://github.com/jekyll
8+
我是一个对生活充满热情和喜乐的人

0 commit comments

Comments
 (0)