Socket
Socket
Sign inDemoInstall

hikaru-coffee

Package Overview
Dependencies
82
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hikaru-coffee

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


Version published
Weekly downloads
209
increased by44.14%
Maintainers
1
Install size
15.1 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 21 Oct 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc