Reserved for the NeuBIAS Blog
For all those who want to help:
-
This blog will be built on Jekyll with automated integration via Travis-CI (unless better options appear) With that strategy, developers and contributors will have independed access and should be straight forward for ANYONE to contribute with minimal effort. A tutorial will be presented.
-
For the developers, I will implement Dev routines with automatic build/deploy for making dev as painless as possible. I use Gulp in my personal projects and works great! You do NOT have to build the website locally. A push is sufficient to trigger the build.
-
Templates for blog posts will be available.
-
Please wait before pushing contributions to this repository. Contact Victor Caldas
-
Suggestions and feedback are welcome.
-
Requests and bug report should be made via Github Issues
-
TUTORIAL UNDER DEVELOPMENT.
For now, you can send me the text and I will publish.
-
List of current categories.
- Tutorials
- Algorithm
- Papers
** Avoid creating unecessary categories! **
This instructions are based on Linux/OSX.
- Clone the repository:
$ git clone https://github.com/NeuBIAS/neubias.github.io.git
You now should have a the folder 'neubias.github.io' available containing all the documents.
Navigate inside the folder and get the gulp packages that will be used:
$ git checkout source
and then:
$ npm install
The following Gulp pipelines are available:
$ gulp
Compile and launch the website
$ gulp clean
Remove clean all generated files, including the website. It runs before also when building to deploy.
$ gulp
Thanks! Victor