All Projects → hexojs → Hexo Server

hexojs / Hexo Server

Licence: mit
Server module for Hexo.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Hexo Server

Awesome Docs With Static Site Generators
Pointers to all templates and implementations based on static site generators
Stars: ✭ 44 (-41.33%)
Mutual labels:  hexo
Oishi
A Hexo theme
Stars: ✭ 57 (-24%)
Mutual labels:  hexo
Farbox Next
A hexo theme NexT for Farbox.
Stars: ✭ 66 (-12%)
Mutual labels:  hexo
Clexy
Theme for Hexo ( Node.js Based Blog Framework )
Stars: ✭ 48 (-36%)
Mutual labels:  hexo
Fexo
A minimalist design theme for hexo.
Stars: ✭ 1,089 (+1352%)
Mutual labels:  hexo
Hexo Util
Utilities for Hexo.
Stars: ✭ 58 (-22.67%)
Mutual labels:  hexo
Hexo Theme Diaspora
Hexo theme, Blog theme, Clean, Responsive theme
Stars: ✭ 986 (+1214.67%)
Mutual labels:  hexo
Hexo Filter Github Emojis
github emojis for hexo! 🎉
Stars: ✭ 71 (-5.33%)
Mutual labels:  hexo
Hexo Theme Nuna
🌱 Yet another hexo theme.
Stars: ✭ 57 (-24%)
Mutual labels:  hexo
Hexo Theme Argon
Argon-Theme 的 Hexo 移植版
Stars: ✭ 64 (-14.67%)
Mutual labels:  hexo
Hexo Auto Category
Generate categories automatically for each post in Hexo
Stars: ✭ 49 (-34.67%)
Mutual labels:  hexo
Vpstoolbox
一键安装Trojan-GFW代理,Hexo博客,Nextcloud等應用程式。
Stars: ✭ 1,080 (+1340%)
Mutual labels:  hexo
Font
用于个人博客所用的中文字体
Stars: ✭ 61 (-18.67%)
Mutual labels:  hexo
Hexagon
A package manager for Hexo
Stars: ✭ 47 (-37.33%)
Mutual labels:  hexo
Hexo Theme Aloha
A hexo theme, use semantic ui.
Stars: ✭ 68 (-9.33%)
Mutual labels:  hexo
Hexagon
◀️⏹▶️ R package for creating hexagon shaped xy data frames.
Stars: ✭ 40 (-46.67%)
Mutual labels:  hexo
Hexo Theme Yilia
一个简洁优雅的hexo主题 A simple and elegant theme for hexo.
Stars: ✭ 8,183 (+10810.67%)
Mutual labels:  hexo
Hexoplusplus
🎁基于CloudFlareWorker的无服务器Hexo后端,目标:解决静态博客所有痛点[文章编辑、图片上传、博主活跃信息统计、博主说说、Twikoo加强版、阅读量统计【尚未完成】]
Stars: ✭ 72 (-4%)
Mutual labels:  hexo
Hexo Theme Archer
🏹 A smart and modern theme for Hexo.
Stars: ✭ 1,163 (+1450.67%)
Mutual labels:  hexo
Hexo Theme Hueman
A redesign of Alx's wordpress theme Hueman, ported to Hexo.
Stars: ✭ 1,119 (+1392%)
Mutual labels:  hexo

hexo-server

Build Status NPM version Coverage Status Build status

Server module for Hexo.

Installation

$ npm install hexo-server --save

Usage

$ hexo server
Option Description Default
-i, --ip Override the default server IP. :: when IPv6 is available, else 0.0.0.0 (note: in most systems, :: also binds to 0.0.0.0)
-p, --port Override the default port. 4000
-s, --static Only serve static files. false
-l, --log [format] Enable logger. Override log format. false
-o, --open Immediately open the server url in your default web browser. false

Options

server:
  port: 4000
  log: false
  ip: 0.0.0.0
  compress: false
  cache: false
  header: true
  serveStatic:
    extensions:
    - html
  • port: Server port
  • log: Display request info on the console. Always enabled in debug mode.
  • ip: Server IP
  • compress: Enable GZIP compression
  • cache: Enable cache for rendered content
    • This can speed up server response. However, any changes will no longer take effect in real time.
    • Suitable for production environment only.
  • header: Add X-Powered-By: Hexo header
  • serveStatic: Extra options passed to serve-static

License

MIT

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