1 Star 3 Fork 3

KeJun / 非你莫属fast

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

fast

轻量,快速的简历 Pages 主题。

快速开始

  • fork 这个主题。
  • 修改 _config.yml
  • 修改 _data 文件夹下的 yml 文件。
  • 预览

配置详解

主要有6个配置文件

_config.yml

baseurl: "/fast" # baseurl
title: "KeJun" # 你是谁?
email: # 你的邮箱
  url: "kejun1997#gamil.com" # 你的邮件地址
  text: "@KeJun1997" # 要显示文字
blog: # 你的博客
  url: "https://blog.kejun.space"
  text: "KeJun Blog"
gitee: # 你的 Gitee
  url: "https://gitee.com/KeJunPower/"
  text: "Gitee/KeJunPower"
location: # 你的位置
  text: "Jinzhong, Shanxi, China"
  url: "https://www.google.com/maps/place/Pingyao/"
logo: "/fast/assets/img/fastlogo.png" # 你的头像

请注意下面的字段将同时用于主页最新的四篇文章的获取

blog: # 你的博客
  url: "https://blog.kejun.space"
  text: "KeJun Blog"

要配合使用,必须在你博客根目录创建一个 posts.json 文件,内容如下:

---
---
[
{% for post in site.posts limit:4 %}
{"title": "{{ post.title }}", "url": "{{ post.url}}","date": "{{post.date | date: "%Y %h %d"}}","excerpt": "{{ post.excerpt | strip_html| strip_newlines }}",},
{% endfor %}
  null
]

此项目跟目录的 posts.json 为示例文件,并无实际意义,可删除。

myTags.yml

用于展示你的技术栈。

- Cat
- Ruby
- Jekyll
- Love Dog
- Happy
- HTML
- Javascript
- Dog
- Python
- CSS
- SASS
- Git
- Github
- C
- MacBook Pro
- Android
- Music

pages.yml

用于创建页面。

- name: Me  #名称
  id: page1 #页面id,对应_posts文件夹下文章的kid

- name: About
  id: page2

- name: SNS
  id: page3

- name: Projects
  id: page4

- name: New
  id: page5

要创建新的页面,你必须在此新增内容。

页面的内容需新建于 _posts 文件夹内,名称必须符合 Jekyll 的规范,头文件的 kid 必须对应 pages.yml

projects.yml

用于展示你的项目。

- name: Jekyll-theme-mdui                               # 项目名称
  description: A Jekyll theme based on MDUI             # 项目描述
  url: https://github.com/KeJunMao/jekyll-theme-mdui    # 项目地址
- name: fastjekyll
  description: Autoinstall Jekyll for windows
  url: https://github.com/KeJunMao/fastjekyll
- name: Fast Theme
  description: Gitee theme
  url: https://gitee.com/KeJunPower/fast

sns.yml

如何找到你?

注意,字段中的 name 不可更改,url 留空则不显示在主页。

License

The theme is available as open source under the terms of the MIT License.

The MIT License (MIT) Copyright (c) 2017 KeJun Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
HTML
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
HTML
1
https://gitee.com/KeJunPower/fast.git
git@gitee.com:KeJunPower/fast.git
KeJunPower
fast
非你莫属fast
master

搜索帮助