Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yiluyanxia/hexo-theme-antiquity
一个有点古风的Hexo主题,来自一个不会设计不会配色的前端渣渣。点击这里预览-->
https://github.com/yiluyanxia/hexo-theme-antiquity
Last synced: 3 months ago
JSON representation
一个有点古风的Hexo主题,来自一个不会设计不会配色的前端渣渣。点击这里预览-->
- Host: GitHub
- URL: https://github.com/yiluyanxia/hexo-theme-antiquity
- Owner: yiluyanxia
- Created: 2019-01-12T09:22:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T08:28:22.000Z (over 4 years ago)
- Last Synced: 2024-05-20T09:20:02.285Z (8 months ago)
- Language: JavaScript
- Homepage: https://yiluyanxia.github.io/
- Size: 777 KB
- Stars: 112
- Watchers: 6
- Forks: 22
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hexo-themes - yiluyanxia/hexo-theme-antiquity - ->|99| (Content)
README
# Antiquity
一个有点古风的Hexo主题,来自一个不会设计不会配色的前端渣渣。
- [预览](https://yiluyanxia.github.io/)## 安装
### 安装
``` bash
$ git clone https://github.com/yiluyanxia/hexo-theme-antiquity.git
```### 使用
将根目录中的config.yml文件中的theme修改为antiquity### 更新
``` bash
cd themes/antiquity
git pull
```
## 配置
``` yml
# Header
menu:
Home: /
Archives: /archives
rss: /atom.xml# Content
excerpt_link: 阅读全文
fancybox: true# Sidebar
sidebar: left
widgets:
- category
- tag
- tagcloud
- archives
- recent_posts# Background
# background_image: /images/bg.jpeg
background_title: 图片来自网络# favicon
favicon: /images/default-avatar.jpg#Userinfo
author: 一路烟霞
slogan: 特别耐撕的小前端,资深的打酱油攻城狮。
# avatar: /images/code-title.png
avatar_title: 图片来自网络# Article code panel: cloud doorframe mac
highlightPanel: cloud#Gitment
gitment:
owner:
repo:
client_id:
client_secret:# Miscellaneous
google_analytics:
gauges_analytics:
google_site_verification:
baidu_site_verification:# 友情链接
blogroll:
一路眼瞎: https://yiluyanxia.github.io/
```
- **menu** -导航菜单
- **rss** - RSS 链接
- **excerpt_link** - 文章尾部阅读全文链接所显示的文字.设置为‘false’则隐藏。
- **fancybox** - 启用 [Fancybox]
- **sidebar** - 侧边栏位置,可以选填 ‘left’, ’right‘ or ’false‘。
- **widgets** - 侧边栏显示的小部件
- **background_image** - 背景图,设置路径即可。
- **background_title** - 鼠标经过背景图所出现的文字。
- **highlightPanel** - 代码框样式,可选值为 cloud doorframe mac
- **gitment** - gitment的配置- **google_analytics** - Google Analytics ID
- **favicon** - 网站图标路径## 特性
### Fancybox
使用Fancybox展示图片。
```
![img caption](img url){% fancybox img_url [img_thumbnail] [img_caption] %}
```