All Projects → BosenY → Lap

BosenY / Lap

Licence: GPL-2.0 license
a hexo theme

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Lap

Hexo Theme Geek
一个符合极客精神主义极简的 Hexo 主题
Stars: ✭ 251 (+1294.44%)
Mutual labels:  hexo, hexo-theme
hexo-theme-sungod
一款定制化的Hexo博客主题
Stars: ✭ 470 (+2511.11%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Butterfly
🦋 A Hexo Theme: Butterfly
Stars: ✭ 3,146 (+17377.78%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Nlvi
🎨A simple theme for hexo.
Stars: ✭ 213 (+1083.33%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Ochuunn
A simple green super hexo theme.
Stars: ✭ 202 (+1022.22%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Clover
Clover theme for Hexo.
Stars: ✭ 172 (+855.56%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Hipaper
A fashional newspaper theme for Hexo.
Stars: ✭ 204 (+1033.33%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Aath
Hexo 主题
Stars: ✭ 154 (+755.56%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Fluid
🌊 一款 Material Design 风格的 Hexo 主题 / An elegant Material-Design theme for Hexo
Stars: ✭ 3,700 (+20455.56%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Pln
📝 Plain theme for Hexo.
Stars: ✭ 186 (+933.33%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Mdui
Stars: ✭ 167 (+827.78%)
Mutual labels:  hexo, hexo-theme
hexo-theme-quark
a simple hexo theme https://pcrab.xyz
Stars: ✭ 34 (+88.89%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Shana
what's a cool hexo theme!
Stars: ✭ 166 (+822.22%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Random
A hexo theme with random fullscreen background image.
Stars: ✭ 179 (+894.44%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Varaint
varaint for Hexo
Stars: ✭ 159 (+783.33%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Hiero
An awesome magazine, blog theme for your Hexo site.
Stars: ✭ 209 (+1061.11%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Arknights
明日方舟罗德岛阵营的 Hexo 主题,支持数学公式、Valine评论系统、Mermaid图表
Stars: ✭ 154 (+755.56%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Amazing
Demo: https://removeif.github.io/removeif-demo hexo-theme
Stars: ✭ 154 (+755.56%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Laughing
A lightweight hexo theme
Stars: ✭ 185 (+927.78%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Daily
A simple theme for Hexo
Stars: ✭ 246 (+1266.67%)
Mutual labels:  hexo, hexo-theme

Lap

hexo-image

Lap is a simple blog theme what has basic functions, it borrows styles from some bootstrap themes, but it focus on writing and communicating.

Demo

You can preview my blog: boseny.github.io

Install

//cd your hexo theme directory
git clone https://github.com/BosenY/Lap.git

Enable

Modify theme setting in site's _config.yml to Lap:

theme: Lap

Plugins

I use some plugins to realize some features such as :

  1. Site Search
  2. PWA

If you want to use, you have to install these plugins:

yarn add hexo-generator-search hexo-generator-searchdb // search
yarn add hexo-offline // pwa

More Config

Setting these in your theme's _config.yml

# Social links
social:
  GitHub:
    key: github
    link: https://github.com/Boseny
  # Twitter: https://twitter.com/your-user-name
  微博:
    key: weibo
    link: https://weibo.com/boseny
  # 豆瓣: http://douban.com/people/your-user-name
  知乎:
    key: zhihu
    link: https://www.zhihu.com/people/boseny
  Lofter:
    key: lofter
    link: http://boseny.lofter.com/
  # 等等。。。

# disqus comment
disqus: false
disqus_shortname:

# livere comment
livere: false
livere_uid:

#Gitment (Recommended Use) see https://imsun.net/posts/gitment-introduction/
Gitment: true
Gitment_client_id:
Gitment_client_secret:
Gitment_Github_id:
repo:

# google analytics
googleTrackId:

# google AdSenseId
AdSenseId:

# 百度统计
baidu_analytics:

toc:
  enable: true

# anchorjs
anchorjs: true

# sidebar search
search: true
# sidebar categories
categories: true
# sidebar links
links: true

# 飘落插件
# 具体请看 https://github.com/BosenY/Draw
draw: true #默认开启
draw_maxNum: 10 #最大飘落个数
draw_iconText: ❤ #飘落个体
draw_color: red #飘落个体颜色

Other

You can set bgimg in current markdown:

#bg-img config
headerImg: /images/chunwu-bg.jpg

and then add bg.jpg to the source/images directory

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].