# ihyc
**Repository Path**: ihyc/ihyc
## Basic Information
- **Project Name**: ihyc
- **Description**: 我的个人博客^ ^
- **Primary Language**: HTML/CSS
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-05-14
- **Last Updated**: 2021-11-12
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Hello World! I'm Hans
This is a repo of my Blog. It's a simple and fast blog with the help of Github Pages and [beautiful-jekyll](https://github.com/daattali/beautiful-jekyll) by daattali.
# 1 Some personal settings
## 1.1 My Color Style
```
navbar-col: "#3686EC"
navbar-text-col: "#FFFFFF"
navbar-border-col: "#DDDDDD"
page-col: "#FFFFFF"
text-col: "#404040"
link-col: "#008AFF"
hover-col: "#0085A1"
footer-col: "#F5F5F5"
footer-text-col: "#777777"
footer-link-col: "#404040"
```

## 1.2 My Code Insert Style
Update your 'beautiful-jekyll.css' like this:
```
.highlight > pre {
/*
background-image: linear-gradient(
rgba(0,0,0,0.03), rgba(0,0,0,0.03) 1.5em, rgba(0,0,0,0.02) 1.5em, rgba(0,0,0,0.02) 3em);
*/
background-size: auto 3em;
background-position-y: 0.625rem;
border: 1px solid rgba(0,0,0,0.1);
border-left: 0.1rem solid #00ff71;
background: lightyellow;
}
```
and it will be like this:

## 1.3 A TOC(Article Directory) System ([link](https://github.com/allejo/jekyll-toc))
> _Usage_:
1.Download the latest toc.html file and add that file in your _includes folder.
2.Update your post.html file like this:
```
**Only need to add these code in your 'head.html' file:**
```