# liting **Repository Path**: resources/liting ## Basic Information - **Project Name**: liting - **Description**: show me,show code - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-15 - **Last Updated**: 2024-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FeiNiMoShu [![license][license-image]][license-url] > a material design jekyll(gitee pages) theme ## Prerequisites To install this project, you'll need the following things installed on your machine. 1. [Jekyll](http://jekyllrb.com/) - `$ gem install jekyll -v 3.5.1` 2. [NodeJS](http://nodejs.org) - use the installer. ## Local Installation 1. Clone this repo, or download it into a directory of your choice. 2. Inside the directory, run `npm install`. ## Usage **Development mode** This will give you file watching, browser synchronisation, auto-rebuild, CSS injecting etc. ```shell $ npm run start ``` **Deploy mode** You can easily deploy your site build with the command ```shell $ npm run deploy ``` ## Tests If you want to run the tests on your local machine please install `gem install html-proofer`. And then run the tests using ```shell $ htmlproofer ./_site ``` ## 配置 开箱即用,你只需要关注两个文件! ### _config.yml 示例: ```yml title: KeJun headtitle: Hi! 朋友,别来无恙啊 headsubtitle: 这是我的个人简历,欢迎联系我。 description: > a material design jekyll(gitee pages) theme baseurl: "/feinimoshu" url: "" ``` 详解: * title : 站点标题 * headtitle : head 标题 * headsubtitle : head 副标题 * description : 站点 描述 * baseurl : baseurl * url : baseurl ### info.yml 示例: ```yml personalContactInformation: phone: - type: "手机" number: "176xxxx2097" - type: "家庭电话" number: "53xxx35" - type: "电话" number: "1135xxxx9499" email: - "kejun1997@gmail.com" - "2454xx39@qq.com" chatTools: - name: "qq" id: "2454xx39" - name: "telegram" id: "@KeJunPower" location: - "北京" - "太原" - "晋中" webSite: - name: "个人主页" title: "KeJun" url: "https://kejun.me" - name: "个人博客" title: "KeJun's Blog" url: "https://blog.kejun.space" project: - title: "jekyll-theme-mdui" description: "🎨A Jekyll theme based on MDUI" url: "https://github.com/KeJunMao/jekyll-theme-mdui" - title: "fastjekyll" description: "Autoinstall Jekyll for windows" url: "https://github.com/KeJunMao/fastjekyll" - title: "FeiNiMoShu" description: "A material design jekyll(gitee pages) theme" url: "https://gitee.com/KeJunPower/FeiNiMoShu" other: - title: "性别" context: "男" - title: "生日" context: "1997年09月29日" - title: "职业" context: "学生" workContactInformation: phone: - type: "手机" number: "183xxxx0499" - type: "家庭电话" number: "57xx85" email: - "kejun1997@gmail.com" - "2454xx39@qq.com" chatTools: - name: "qq" id: "2454xx39" - name: "telegram" id: "@KeJunPower" location: - "花卉小居" - "北京" - "太原" educationBackground: - schoolName: "北京中学" profession: "高中" time: "1997-2013" - schoolName: "北京大学" profession: "软件工程" time: "2013-2018" workExperience: - companyName: "Google" profession: "UIUX" time: "1997-2013" location: now: - name: "北京市海淀区" before: - name: "重庆市渝北区" story: - title: "个信宣言" context: "二次元智障" ``` 详解: * personalContactInformation : 个人联系信息 * phone : 电话号 - type : 电话类型 - number : 电话号码 * email : 电子邮件 - "kejun1997@gmail.com" : 你的电子邮件 * chatTools : 聊天工具 - name: "qq" : 工具名称 - id: "2454xx39" : id * location : 地址 - "北京" : 你的地址 * webSite : 你的网站 - name : 网站名称 - title : 网站标题 - url : 网站地址 * project : 个人项目 - title : 项目名称 - description : 项目描述 - url : 项目地址 * other : 其他 - title: 其他信息标题 - context: 其他信息文本 * workContactInformation : 你的工作联系信息,同个人联系信息 * phone: - type: "手机" - number: "183xxxx0499" * email: - "kejun1997@gmail.com" * chatTools: - name: "qq" - id: "2454xx39" * location: - "花卉小居" * educationBackground : 教育背景 - schoolName : 学校名称 - profession : 专业 - time: 时间 * workExperience : 工作经历 - companyName : 公司名称 - profession : 职位 - time : 时间 * location : 地址 * now : 现在 - name : 名称 * before : 之前 - name : 名称 * story : 你的故事 - title : 故事标题 - context : "故事文本 ### 头像和背景图 替换 images 文件夹下的 avatar.png 和 bg.jpg 即可 [license-image]: https://img.shields.io/badge/license-ISC-blue.svg [license-url]: https://github.com/kejun/FeiNiMoShu/blob/master/LICENSE