Skip to content

Instantly share code, notes, and snippets.

View AnatoliyAkhmatov's full-sized avatar
♣️

Anatoliy AnatoliyAkhmatov

♣️
View GitHub Profile
<template>
<div class="Modal mfp-hide" ref="modal">
<div class="Modal__inner">
<slot></slot>
</div>
</div>
</template>
@AnatoliyAkhmatov
AnatoliyAkhmatov / install
Created May 21, 2018 04:39 — forked from agragregra/install
Fast Install Node.js, Gulp & Jekyll into Windows 10/Ubuntu/Mint
sudo apt-add-repository -y ppa:brightbox/ruby-ng; sudo apt-get update; sudo apt-get -y install curl ruby2.5 ruby2.5-dev gcc make g++ libffi-dev; curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -; sudo apt-get -y install nodejs; sudo gem i jekyll -v 3.7.2; sudo gem i jekyll-paginate-v2; sudo npm i -g gulp rimraf npm-check-updates; sudo chown -R $USER:$(id -gn $USER) /home/$USER/.config
@AnatoliyAkhmatov
AnatoliyAkhmatov / migx-sample.js
Last active September 21, 2018 05:16 — forked from agragregra/migx-sample.js
MIGX Sample
Tabs:
[
{"caption":"Tab Title", "fields": [
{"field":"title","caption":"Name"},
{"field":"description","caption":"Description","inputTVtype":"textarea"},
{"field":"text","caption":"editor","inputTVtype":"richtext"},
{"field":"img","caption":"Изображение","inputTV":"","inputTVtype":"image"}
]}
]