项目作者: fryse

项目描述 :
Static Site Generator written in Elixir
高级语言: Elixir
项目地址: git://github.com/fryse/fryse.git
创建时间: 2018-01-21T18:21:04Z
项目社区:https://github.com/fryse/fryse

开源协议:MIT License

下载


Fryse

Test Status

Fryse is a Static Site Generator written in Elixir which aims to be generic and scriptable

Installation

Make sure you have Elixir installed (1.8 or newer) and that ~/.mix/escripts is in your PATH variable.

  1. mix escript.install hex fryse

Quickstart

Bootstrap a new project:

  1. fryse new blog
  2. cd blog

Generate site:

  1. fryse build

Run generated site locally:

  1. fryse serve