This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

hikaru-coffee

2.3.5 • Public • Published

Hikaru

A static site generator that generates routes based on directories naturally.

Deprecated

This project is deprecated! I am maintaining a JavaScript refacted Hikaru at https://github.com/AlynxZhou/hikaru.

npm npm GitHub

Install

Hikaru is a command line program (not a module) and you can install it from NPM:

# npm i -g hikaru-coffee

Setup site

$ hikaru i hikaru-site
$ cd hikaru-site
$ npm install

Install theme

Clone theme

Using hikaru-theme-aria as example:

$ git clone https://github.com/AlynxZhou/hikaru-theme-aria.git themes/aria

Or if you want commit the whole site you can use submodule:

$ git submodule add https://github.com/AlynxZhou/hikaru-theme-aria.git themes/aria

Edit site config

$ $EDITOR siteConfig.yml

Set themeDir to aria

themeDir: aria

Don't forget to edit your theme config as its README file.

Create src file

Edit file

$ $EDITOR srcs/my-first-post.md

Add front matter

---
title: My First Post
date: 2018-08-08 09:27:00
layout: post
---

Add content

Some content...

<!--more-->

# This is my first post!

Start live server

$ hikaru s

Build static files

$ hikaru b

More

Docs: Here(Needs to update)

Default theme ARIA: hikaru-theme-aria

My blog built with Hikaru and ARIA: 喵's StackHarbor

License

Apache-2.0

Package Sidebar

Install

npm i hikaru-coffee

Weekly Downloads

97

Version

2.3.5

License

Apache-2.0

Unpacked Size

81.7 kB

Total Files

18

Last publish

Collaborators

  • alynxzhou