All Projects → hexojs → Hexo Theme Landscape

hexojs / Hexo Theme Landscape

Licence: mit
A brand new default theme for Hexo.

Programming Languages

stylus
462 projects

Labels

Projects that are alternatives of or similar to Hexo Theme Landscape

Post Scheduler
Schedule posts & content updates for static websites (Jekyll, Hugo, Gatsby, Phenomic etc)
Stars: ✭ 184 (-24.28%)
Mutual labels:  hexo
Hexo Theme Ochuunn
A simple green super hexo theme.
Stars: ✭ 202 (-16.87%)
Mutual labels:  hexo
Hexo Editor
An editor for hexo blog.
Stars: ✭ 213 (-12.35%)
Mutual labels:  hexo
Hexo Theme Laughing
A lightweight hexo theme
Stars: ✭ 185 (-23.87%)
Mutual labels:  hexo
Hexo Prism Plugin
Hexo plugin for code highlighting by prism.js, supporting JSX syntax
Stars: ✭ 195 (-19.75%)
Mutual labels:  hexo
Hexo Theme Hiero
An awesome magazine, blog theme for your Hexo site.
Stars: ✭ 209 (-13.99%)
Mutual labels:  hexo
Vanilla Back To Top
Simple and smooth Back To Top button
Stars: ✭ 179 (-26.34%)
Mutual labels:  hexo
Hexo Renderer Markdown It
Markdown-it is a Markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.
Stars: ✭ 223 (-8.23%)
Mutual labels:  hexo
Twikoo
一个简洁、安全、免费的静态网站评论系统 | A simple, safe, free comment system.
Stars: ✭ 195 (-19.75%)
Mutual labels:  hexo
Hexo Theme Nlvi
🎨A simple theme for hexo.
Stars: ✭ 213 (-12.35%)
Mutual labels:  hexo
Hexo Theme Pln
📝 Plain theme for Hexo.
Stars: ✭ 186 (-23.46%)
Mutual labels:  hexo
Hexo Theme Miho
🍺一款单栏响应式的hexo主题, A single column response for hexo . https://blog.minhow.com
Stars: ✭ 194 (-20.16%)
Mutual labels:  hexo
Hexo Theme Jsimple
Simple three columns theme for Hexo.Inspired by JianShu.com
Stars: ✭ 210 (-13.58%)
Mutual labels:  hexo
Hexo Theme Butterfly
🦋 A Hexo Theme: Butterfly
Stars: ✭ 3,146 (+1194.65%)
Mutual labels:  hexo
Hexo Theme Cafe
精简的Hexo博客主题,样式风格如阮一峰老师博客
Stars: ✭ 215 (-11.52%)
Mutual labels:  hexo
Hexo Theme Random
A hexo theme with random fullscreen background image.
Stars: ✭ 179 (-26.34%)
Mutual labels:  hexo
Hexo Theme Hipaper
A fashional newspaper theme for Hexo.
Stars: ✭ 204 (-16.05%)
Mutual labels:  hexo
Hexo Theme Fluid
🌊 一款 Material Design 风格的 Hexo 主题 / An elegant Material-Design theme for Hexo
Stars: ✭ 3,700 (+1422.63%)
Mutual labels:  hexo
Hexo All Minifier
A plugin for Hexo that optimizes HTML, CSS, JS and imagages, and it can optionally deploys your blog.
Stars: ✭ 224 (-7.82%)
Mutual labels:  hexo
Hexo Abbrlink
create one and only link for every post for hexo
Stars: ✭ 212 (-12.76%)
Mutual labels:  hexo

Landscape

A brand new default theme for [Hexo].

Installation

Install

$ git clone --depth 1 https://github.com/hexojs/hexo-theme-landscape themes/landscape

Landscape requires Hexo 2.4 and above. If you would like to enable the RSS, the hexo-generator-feed plugin is also required.

Enable

Modify theme setting in _config.yml to landscape.

_config.yml
- theme: some-theme
+ theme: landscape

Update

cd themes/landscape
git pull

Configuration

# Header
menu:
  Home: /
  Archives: /archives
rss: /atom.xml
banner: images/banner.jpg
subtitle: This a subtitle

# Content
excerpt_link: Read More
fancybox: true
recent_posts_limits: 5
# Footer
copyright: |-
  <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a></br>
  All website licensed under <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank">CC BY-NC-ND 4.0</a></br>

# Sidebar
sidebar: right
widgets:
- category
- tag
- tagcloud
- archives
- recent_posts

# Miscellaneous
google_analytics:
favicon: /favicon.png
twitter:
  • menu - Navigation menu
  • rss - RSS link
  • banner - Path of title banner image of page top
  • excerpt_link - "Read More" link at the bottom of excerpted articles. false to hide the link.
  • fancybox - Enable Fancybox
  • recent_posts_limits - How many posts display in Home page.
  • sidebar - Sidebar style. You can choose left, right, bottom or false.
  • widgets - Widgets displaying in sidebar
  • google_analytics - Google Analytics ID
  • favicon - Favicon path
  • twitter - Twitter ID

Features

Fancybox

Landscape uses Fancybox to showcase your photos. You can use Markdown syntax or fancybox tag plugin to add your photos.

![img caption](img url)

{% fancybox img_url [img_thumbnail] [img_caption] %}

Sidebar

You can put your sidebar in left side, right side or bottom of your site by editing sidebar setting.

Landscape provides 5 built-in widgets:

  • category
  • tag
  • tagcloud
  • archives
  • recent_posts

All of them are enabled by default. You can edit them in widget setting.

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].