All Projects → eatradish → Seje

eatradish / Seje

Licence: MIT license
寫嘢 - A beatutiful Hexo Theme

Programming Languages

EJS
674 projects
stylus
462 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Seje

community
Volantis Community 社区主页 https://vlts.cc https://volantis.js.org
Stars: ✭ 85 (+60.38%)
Mutual labels:  hexo, hexo-theme
hexo-theme-artemis
A minimalist Hexo theme inspired by pinggod/hexo-theme-apollo
Stars: ✭ 51 (-3.77%)
Mutual labels:  hexo, hexo-theme
Lap
a hexo theme
Stars: ✭ 18 (-66.04%)
Mutual labels:  hexo, hexo-theme
hexo-theme-amber
🎉 A bootstrap blog theme for hexo
Stars: ✭ 47 (-11.32%)
Mutual labels:  hexo, hexo-theme
hexo-theme-minima
An undoubtedly simple and lightweight dark/light theme for Hexo.js
Stars: ✭ 161 (+203.77%)
Mutual labels:  hexo, hexo-theme
hexo-theme-sungod
一款定制化的Hexo博客主题
Stars: ✭ 470 (+786.79%)
Mutual labels:  hexo, hexo-theme
hexo-theme-kaze
⛵ A responsive, modern Hexo theme
Stars: ✭ 172 (+224.53%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Daily
A simple theme for Hexo
Stars: ✭ 246 (+364.15%)
Mutual labels:  hexo, hexo-theme
Hexo-Theme-MengD
A simple, lightweight Hexo theme(支持:pjax、discuss、twikoo、waline、valine评论)
Stars: ✭ 69 (+30.19%)
Mutual labels:  hexo, hexo-theme
hexo-theme-miracle
🎉 A clean and lightweight single-column theme for Hexo.
Stars: ✭ 50 (-5.66%)
Mutual labels:  hexo, hexo-theme
hexo-theme-A-RSnippet
🦀 A Responsive Theme for Hexo 🦀
Stars: ✭ 67 (+26.42%)
Mutual labels:  hexo, hexo-theme
frame
Frame is a minimal, elegant hexo theme.
Stars: ✭ 50 (-5.66%)
Mutual labels:  hexo, hexo-theme
hexo-theme-quark
a simple hexo theme https://pcrab.xyz
Stars: ✭ 34 (-35.85%)
Mutual labels:  hexo, hexo-theme
hexo-theme-concise
A beautiful and simple theme for hexo
Stars: ✭ 18 (-66.04%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Geek
一个符合极客精神主义极简的 Hexo 主题
Stars: ✭ 251 (+373.58%)
Mutual labels:  hexo, hexo-theme
hexo-theme-mip
Hexo MIP 模板
Stars: ✭ 15 (-71.7%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Cafe
精简的Hexo博客主题,样式风格如阮一峰老师博客
Stars: ✭ 215 (+305.66%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Fluid
🌊 一款 Material Design 风格的 Hexo 主题 / An elegant Material-Design theme for Hexo
Stars: ✭ 3,700 (+6881.13%)
Mutual labels:  hexo, hexo-theme
hexo-theme-chiangmai
A theme of Hexo Inspired by Chiang-Mai City 🇹🇭
Stars: ✭ 32 (-39.62%)
Mutual labels:  hexo, hexo-theme
hexo-theme-simple99
A minimalist theme developed based on hexo, welcome to use!基于hexo开发的双栏式简约风主题,欢迎使用!已适配 twikoo 静态评论系统。
Stars: ✭ 16 (-69.81%)
Mutual labels:  hexo, hexo-theme

寫嘢 - Seje

寫嘢(Se2'Je5), A beatutiful Hexo Theme

Please note that this project has deprecated, please use Seje2

简体中文

Install

  1. Open your Hexo flodder and Execute the following command:
git submodule add https://github.com/eatradish/Seje.git themes/Seje
  1. Open your hexo _config.yml, set theme value as Seje:
theme: Seje
  1. Using hexo s see if it works.

Configure

Edit config in theme_config of _config.yml :

theme_config:
  # Display Archives, About, RSS and Member in menu
  menu:
    Home: /
    Archives: /archives
    About: /about
    RSS: /rss
    Member: /member

Check out all config under the _config.yml of Seje.

If you using disqus

  1. Set your disqus_shortname in your theme_config of _config.yml :
theme_config:
  disqus_shortname: $YOUR_SHORTNAME
  1. Using hexo s see if it works.

Excerpt vs. Content?

Homepage will show full content of every post in default. You can set this to show the summary:

excerpt: true

Favicon

Copy your favicon.png to source.

You can also set the file name of favicon yourself:

favicon: foobar.png

Code Highlight

Highlight

Add the highlight in _config.yml of your Hexo:

highlight:
  enable: true
  hljs: true

Prism

See Hexo document for details.

Add the prismjs in _config.yml of your Hexo:

highlight:
  enable: false
prismjs:
  enable: true
  preprocess: true
  line_number: true
  line_threshold: 0
  # tab_replace: '    '

Podcast

Seje support podcast feature (thanks shikwasa!), A case of using podcast on Seje:

  1. install hexo-generator-podcast in your Hexo foldder:
yarn add hexo-generator-podcast
  1. Set your Podcast info in your Hexo _config.yml, like this:
podcast:
    type: rss2
    path: podcast.xml
    limit: 20
    hub:
    url: https://URL/to/static/resources
    description: 
    language: zh-CN
    copyright: "COPYRIGHT"
    owner: ITUNES-OWNER
    email: ITUNES-EMAIL
    category: CATEGORY

theme_config:
  podcast: true
  1. hexo new "podcast-test" and add the following example to the markdown file created:
---
title: podcast test
date: 2020-06-19 16:23:38
tags:
subtitle: SUBTITLE
category: podcast # must be exactly `podcast`
media: /path/to/media # placed under //URL/to/static/resources/path/to/media
image: /path/to/episode/image # same as above, but somehow iTunes doesn't support episode image as it should do
length: 6989--IN_BYTES
type: audio/mpeg
duration: XX:YY:AA
author: AUTHOR
---
A instance of Podcast:
{% podplayer %}

Vertical Display

vertical: true

Dark Mode

  • Disable auto dark mode
    darkmode: false
  • Always use dark mode
    always_darkmode: true

License

This will display "CC BY-SA 4.0" at the foot of page:

license: CC BY-SA 4.0

Mirror Service of Font

Use mirror of Google Fonts (fonts.loli.net in this example) to speed up loading:

font_mirror: fonts.loli.net

Custom Font

Same as CSS syntax. Use ' to include the font name with space, use , to split multiple fonts:

custom_font: 'Droid Sans Mono', monospaced

Display date in Chinese

Enabled in default, date will be displayed as "二〇二一年十一月八日". Date will be display like "2021/11/08" after disabled.

to_chinese_date: false

Bug

  • Please use git pull regularly. Bug fixes are guaranteed.
  • Issues / Pull requests are welcome
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].