资源算法maml_legecy

maml_legecy

2020-02-25 | |  33 |   0 |   0

maml

maml is a static website generator taking markdown and yaml as input.

maml is short for "markdown yaml" and pronounced as ['mɑːmel].

Chinese name is 马猫儿.

Features

Inspired by Ruby on Rails
  • The folder structure is very similar to Ruby on Rails: assets, controllers, models, views.

  • Convention over configuration.

Simple and easy to use
  • Every page is a folder on disk, and every folder contains two files: index.md and index.yml.

  • Configurations files could inherit, thus you don't need to specify everything for each page.

  • It works out of the box.

Flexible
  • If you are a developer and you can change the things in controller and views, then you can gain infinite flexibility.

  • It could be as flexible as Ruby on Rails(without those dynamic features since it is a static website generator).

Installation

yarn global add maml

or

npm install -g maml

Documentation

mamljs.github.io/docs/

Quick start

mkdir mysitecd mysite
maml init
maml build

Commands above creates a website named mysite, and build output into mysite/dist/.

Show help

maml helpmaml help init
maml help build

License

MIT

Websites built with maml

Todo


上一篇:Maml_Reptile_PyTorch

下一篇: maml-on-ray

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • shih-styletransfer

    shih-styletransfer Code from Style Transfer ...