Skip to content

A yet another static site generator

License

Notifications You must be signed in to change notification settings

grauwoelfchen/nib

Repository files navigation

Nib

A yet another static site generator.

This is composed of three crates nib, nib-cli and nib-server.

name crates.io docs.rs description
nib crates.io docs.rs main library to assist making cli
nib-cli crates.io - cli application to generate static site
nib-server crates.io - local development server to host generated files

Guide

To create own website, please take a look at nib-cli.

% cargo install nib-cli

Theme

  • blog (default)
  • documentation

Development

This project is developed on Gitlab.com, mirrored on Github and also git.sr.ht.

Every issue and pull request on anywhere above is very welcome ;)

Release

Check nib's version in 'src/nib-cli/Cargo.toml before release.

License

Apache-2.0

Nib
Copyright 2020-2021 Yasuhiro Яша Asaka

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.