# SKYNE0.github.io
**Repository Path**: SKYNE/SKYNE0.github.io
## Basic Information
- **Project Name**: SKYNE0.github.io
- **Description**: 简单的小主页
- **Primary Language**: HTML
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2018-03-11
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

###
如上图所示
### 也可以查看[演示](https://skyne0.github.io)
### 这原本是一个基于[hexo](https://hexo.io/)框架的博客主题。
### 在该主题的README中也提到,该主题又基于hexo主题[yilia](https://github.com/litten/hexo-theme-yilia)
### 自己能力有限,只是根据yelee的[使用说明](http://moxfive.coding.me/yelee/)稍作修改。
### 如果你也喜欢这款主题可移步[MOxFIVE](https://github.com/MOxFIVE/hexo-theme-yelee)
### 也非常感谢作者创作这么好的主题,并愿意与大家分享。
## 下面内容copy节选于原作者的GitHub的README,
### Installation
```
git clone https://github.com/MOxFIVE/hexo-theme-yelee.git themes/yelee
```
Change theme field in Hexo root's _config.yml file.
```
theme: yelee
```
### Update
```
cd themes/yelee
git pull
```
### New Features [DEMO](http://moxfive.xyz/yelee/new-features.html)
| - | En |
|:-:|:-------------------------------:|
| 1 | Flexible table of contents |
| 2 | Transparent & Random background |
| 3 | Scrolling button |
| 4 | Copyright info. |
| 5 | Post navigation button |
| 6 | Site counter |
| 7 | i18n, multi-language |
| 8 | Local Site Search |
| 9 | Load Comment dynamically |
### Configuration
#### Internationalization
Use internationalization to present your site in different languages.
https://hexo.io/docs/internationalization.html
```yaml
# Hexo Configuration
## Docs: http://hexo.io/docs/configuration.html
# Site
language: en
```
##### Available Languages
| Code | - | - | Contributor(s) |
|----------------|:-----------------------:|:----------:|:--------------:|
| **en** | English | 英语 | MOxFIVE |
| **zh-Hans** | Chinese (Simplified) | 大陆简体 | MOxFIVE |
| **zh-Hant-HK** | Chinese (Traditional) | 港澳繁體 | MOxFIVE |
| **zh-Hant-TW** | Chinese (Traditional) | 台灣正體 | MOxFIVE |
> **Any Contribution is Welcome!**
#### 0. Post Excerpt
There are two ways to show excerpt in homepage.
- a:
``` diff
title: Hello World
date: 2015-12-03 00:00:00
---
+
```
- b: description in Front-matter
``` diff
title: Hello World
date: 2015-12-03 00:00:00
+ description: "Welcome to Hexo! This is your very first post."
---
```
> Description only support plain text
> Set the value of description with quotes to avoid unexpected error `:`
#### 1. About Page:
cd to your hexo folder and run this code:
```
hexo new page about
```
#### 2. Tags Cloud Page:
```
hexo new page tags
```
> Post with several categories [issue#4](https://github.com/MOxFIVE/hexo-theme-yelee/issues/4)
#### 3. Background image:
Find or change background images in folder:
> `/yelee/source/background/`
Setting in `themes/yelee/_config.yml`:
`
background_image: 5
`
- Default value is 5, free to modify the number
- "5": show 5 images form bg-1.jpg to bg-5.jpg in `/yelee/source/background/`
- "0": remove background image and use white-gray theme
> [Saving JPEGs for the Web: Setting Photoshop Up for Progressive JPEGs](http://peteschuster.com/2013/01/saving-jpegs-for-the-web-setting-photoshop-up-for-progressive-jpegs/)
> Optimize images with PhotoShop (JPEG, Quality 0, Progressive)
#### 4. Highlight Style:
Set inline_code to style highlight text & Chose a highlight theme for code block.
```
highlight_style:
#on: true
inline_code: 1
code_block: 1
```
Set `on: true` to enable this feature
highlight theme from https://github.com/chriskempson/tomorrow-theme
#### 5. Comment:
Disqus, duoshuo and youyan is supported, enable ONE of them in theme's "_config.yml".
#### 6. Table of Contents:
Remove toc and the button via putting `toc: false` before "---" at [post].md.
Hide toc in default
> Set `toc: false` in `yelee/_config.yml`.
(*Set `toc: true` in front-matter to show it in certain post*)
#### 7. Copyright info.:
Hide this via putting `original: false` to post's front-matter.
Hide Copyright info. in default
> Set `copyright: false` in `yelee/_config.yml`.
(*Set `original: true` in front-matter to show it in certain post*)
#### 8. 404 Page:
```
hexo new page 404
```
And then set `permalink: /404` in `/source/404/index.md` front matter.
#### 9. RSS Feed:
Install plugin: [hexo-generator-feed](https://github.com/hexojs/hexo-generator-feed)
#### 10. Sitemap for SEO:
Install plugin: [hexo-generator-seo-friendly-sitemap](https://github.com/ludoviclefevre/hexo-generator-seo-friendly-sitemap)
Baidu: [hexo-generator-baidu-sitemap](https://github.com/coneycode/hexo-generator-baidu-sitemap)
#### 11. Apple Touch icon:
The Path is `/yelee/source/apple-touch-icon.png`
[Recommended size: 180*180](https://realfavicongenerator.net/blog/apple-touch-icon-the-good-the-bad-the-ugly/)