nci2 is a CLI application and static site generator for creating simple and easy-to-update blogs for neocities.org users. nci2 is an improved version of nci. It was completely rewritten in python. This is the notabug.org mirror from codeberg.org
|
5 jaren geleden | |
---|---|---|
nci2 | 5 jaren geleden | |
.gitignore | 5 jaren geleden | |
LICENSE.txt | 5 jaren geleden | |
README.md | 5 jaren geleden | |
install | 5 jaren geleden | |
nci2.png | 5 jaren geleden | |
setup.py | 5 jaren geleden |
nci2 is a CLI app and blog/site generator and manager for neocities users. nci2 is an improved version of the original command line nci webscript by nokoru. It was completely rewritten in python and it's now nci2!
nci2 lets you post, edit and delete blog entries without editing the HTML code of your blog. It makes managing your blog easier and faster.
nci2 is pretty similar to the old webscript, except that now nci is actually installed on your system. The way nci and nci2 work is mainly inspired by the way the version control system software git works. You create an specific (local) directory for your website, and then you init the nci2 system inside of it, so you can easily manage your blog from your computer and you can upload it to neocities whenever you want to.
It lets you manage your neocities blog easily, and it's fun to use if you like using the terminal (GNU/Linux, BSD and MacOS).
Installing nci2 is relatively easy since most unix-like systems come with python pre-installed, however you should know the dependencies before installing this software.
git clone https://codeberg.org/nokoru/nci2
cd nci2
) and run ./install
to install nci2.nci about
to check whether nci2 was successfully installed or not.Please install the dependencies to use nci2.
I don't know if nci2 may work on Windows. If you can make it work properly on Windows, please tell me and I'll add the steps to install nci2 on Windows. You can also submit a pull request.
mkdir my_neocities_blog && cd my_neocities_blog
nci init
For more information about how to use this CLI app, run nci help
or read the nci2 wiki.
nci pull
to download your website files from neocities.nci2 is a hobby project made by me (nokoru). I won't be responsible for damages to your website caused by the misuse of this app.
Please donate to neocities if you can. It's a lovely project. ❤️
Original nci2 by nokoru <nokoru@disroot.org> (chat/xmpp and e-mail)
nci2 is public domain software (license: Unlicense), so do whatever you want with it. Use it and adapt it to your needs. It'd be nice if you shared your modifications with other users, so everyone benefits :3