Skip to content

Instantly share code, notes, and snippets.

View lugrus2000's full-sized avatar

Vladimir lugrus2000

View GitHub Profile
##
## How to install mcrypt in php7.2 / php7.3
## Linux / MacOS / OSX
##
## https://lukasmestan.com/install-mcrypt-extension-in-php7-2/
#
@lugrus2000
lugrus2000 / headless-cms-archive.json
Created April 27, 2019 14:01
HEADLESSCMS.ORG DATA ARCHIVE
{"timestamp":1556373663342,"data":{"abecms":[{"timestamp":1556373663342,"stars":112,"forks":26,"issues":32}],"appernetic":[{"timestamp":1556373663342,"followers":3064}],"b2evolution-cms":[{"timestamp":1556373663342,"followers":1019,"stars":100,"forks":47,"issues":7}],"bowtie":[{"timestamp":1556373663342,"followers":7}],"butter-cms":[{"timestamp":1556373663342,"followers":421}],"canner":[{"timestamp":1556373663342,"followers":155,"stars":2466,"forks":109,"issues":34}],"cloudcannon":[{"timestamp":1556373663342,"followers":1076}],"cloud-cms":[{"timestamp":1556373663342,"followers":260}],"cockpit":[{"timestamp":1556373663342,"followers":828,"stars":3818,"forks":379,"issues":188}],"coisas":[{"timestamp":1556373663342,"stars":264,"forks":22,"issues":1}],"comfortable":[{"timestamp":1556373663342,"followers":43}],"contenta":[{"timestamp":1556373663342,"followers":847,"stars":253,"forks":79,"issues":30}],"contentful":[{"timestamp":1556373663342,"followers":33713}],"contentstack":[{"timestamp":1556373663342,"followers"

Gist from VSCode

Setup and Installation of GitBook

Getting GitBook installed and ready-to-go should only take a few minutes.

legacy.gitbook.com

legacy.gitbook.com is an easy to use solution to write, publish and host books. It is the easiest solution for publishing your content and collaborating on it.

It integrates well with the GitBook Editor.

Sphinx themes

Built-in themes

Basic

  • basic
  • default
  • epub
@lugrus2000
lugrus2000 / Install Gist.md
Last active February 1, 2023 22:35 — forked from nztim/Stackedit.md
Install StackEdit on Ubuntu 14.04
# this way is best if you want to stay up to date
# or submit patches to node or npm
mkdir ~/local
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
# could also fork, and then clone your own fork instead of the official one
git clone git://github.com/joyent/node.git
# this way is best if you want to stay up to date
# or submit patches to node or npm
mkdir ~/local
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
# could also fork, and then clone your own fork instead of the official one
git clone git://github.com/joyent/node.git
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
mkdir ~/local
mkdir ~/node-latest-install
cd ~/node-latest-install
curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1
./configure --prefix=~/local
make install # ok, fine, this step probably takes more than 30 seconds...
curl https://www.npmjs.org/install.sh | sh