Do not follow this link

~grauwoelfchen/nib

A yet another static blog generator
Merge branch 'dep-handlebars-4.x' into 'trunk'
Merge branch 'dep-syntect-4.x' into 'trunk'

refs

trunk
browse  log 
nib-server-v0.0.2
browse  .tar.gz 

clone

read-only
https://git.sr.ht/~grauwoelfchen/nib
read/write
git@git.sr.ht:~grauwoelfchen/nib

You can also use your local clone with git send-email.

#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.
Do not follow this link