Coder Social home page Coder Social logo

nipil.org website

license

Every file of this project is covered by the MIT license Copyright (C) [email protected]

install

Install system packages

ruby
ruby-dev
gem
build-essential

Add this to your ~/.bashrc and logout/login to update your shell

if which ruby >/dev/null && which gem >/dev/null; then
  PATH="$(ruby -r rubygems -e 'puts Gem.user_dir')/bin:$PATH"
fi

Install bundler gem in your local profile

gem install --user-install bundler

Define a subdirectory of the repository for local dependancies

bundle config set --local path 'vendor/bundle'

When you want it you can upgrade your dependencies

rm -Rf Gemfile Gemfile.lock vendor/
bundle init
bundle add jekyll

Generate a new site

bundle exec jekyll new foo

Get the bundle files

mv foo/Gemfile .
rm Gemfile.lock

Then add your plugins to Gemfile

gem "jekyll-asciidoc"

Install the gems

bundler install
bundler clean

generate

For development

bundle exec jekyll serve --drafts

For production

bundle exec jekyll build

nipil's Projects

chacha20 icon chacha20

A pure-php implementation of ChaCha20, fully tested

devdocs-airgap icon devdocs-airgap

Host a mirror of devdocs (by freeCodeCamp) on a fully disconnected machine

esp32-wifi-manager icon esp32-wifi-manager

Captive Portal for ESP32 that can connect to a saved wireless network or start an access point where you can connect to existing wifis.

freemobile_selfsms icon freemobile_selfsms

Send SMS to yourself (useful only for subscribers of the french mobile operator "Free")

gcn-esp8266 icon gcn-esp8266

GPIO change notifier for ESP8266 using ESP framework

gnupg-hardcopy icon gnupg-hardcopy

Generates a full hardcopy from a key, with checksomes to help with disaster-recovery

grpc icon grpc

The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

gsm-tool icon gsm-tool

get network clock and read incoming sms

ncmultipyng icon ncmultipyng

ncurses-based ping dashboard, implemented in python

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.