Fix styles
Merge branch 'dep-handlebars-4.x' into 'trunk'
Merge branch 'dep-syntect-4.x' into 'trunk'
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 |
main library to assist making cli | ||
nib-cli |
- | cli application to generate static site | |
nib-server |
- | local development server to host generated files |
To create own website, please take a look at nib-cli.
% cargo install nib-cli
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 ;)
Check nib
's version in 'src/nib-cli/Cargo.toml
before release.
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.