hexo-theme | 一个简单的hexo主题 | Blog library
kandi X-RAY | hexo-theme Summary
kandi X-RAY | hexo-theme Summary
一个简单的hexo主题
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of hexo-theme
hexo-theme Key Features
hexo-theme Examples and Code Snippets
# 导航栏设置
menu:
首页: /
文章: /archives
标签: /tags
关于: /about
# 博客建设时间:显示在页脚
blog_since: 2015
# 网站链接:显示在左上角
site_url: geekwen
# 网站logo链接:显示在左上角
logo_url: /images/logo.png
# 首页正文内容:分别对应第一行和第二行
index_content:
1: Geekwen
2: 一个前端开发工程师的博客
# 选择默认
# Extensions
## Plugins: http://hexo.io/plugins/
#RSS订阅
plugin:
hexo-generator-feed
#Feed Atom
feed:
type: atom
path: atom.xml
limit: 20
Community Discussions
Trending Discussions on hexo-theme
QUESTION
I want to deploy hexo to github page:https://chenjuexu.github.io/
But it did not work like below:
$ hexo generate FATAL YAMLException: can not read a block mapping entry; a multiline key may not be an implicit key (107:18)
104 | deploy: 105 | type: git 106 | repo:https://github.com/chenjuexu/chenjuexu.gi ... 107 | branch:gh-pages ...ANSWER
Answered 2021-Jun-14 at 02:43Just cancel it because its version updated
QUESTION
Noob here. I want to build a personal blog using Hexo with theme next, but I met some problems (no problems with other themes, e.g. landscape). I typed hexo s -g
Cmd line returns
ANSWER
Answered 2020-Oct-08 at 15:50I also met this problem tonight.
And I solved this problem by using the version 8.0.0
$ git clone --branch v8.0.0 https://github.com/next-theme/hexo-theme-next themes/next
You can see the full instruction in this page:
https://theme-next.js.org/docs/getting-started/installation.html
QUESTION
- Swiper Version: 4.0.0.
- Platform/Target and Browser Versions: Ubuntu 17, Chrome
- Generator: Hexo 3.0 + Hexo-theme-next
I am trying to put Swiper in my header area on my index page. What I did is put the demo file into one swiperheader.swig file. Remove the tags, and used CDNS links.
Full sample code
HTML snippet
...ANSWER
Answered 2017-Oct-10 at 11:26I'm not familiar with hexo but I've had a similar bug with swiper and an image inside the slide. In my case the problem was that the image inside my swiper slide had position absolute. Every element that has position absolute does not have a height and this again results in a swiper slide being too small because swiper calculates the height according to the elements inside it.
Hope I could help.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install hexo-theme
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page