Сочетания клавиш для тех, кто хочет войти в IT и не только.
Содержание
| deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse | |
| deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse | |
| deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse | |
| deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse | |
| deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse | |
| deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse | |
| deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse |
| "use strict"; | |
| // Load plugins | |
| const autoprefixer = require("autoprefixer"); | |
| const browsersync = require("browser-sync").create(); | |
| const cp = require("child_process"); | |
| const cssnano = require("cssnano"); | |
| const del = require("del"); | |
| const eslint = require("gulp-eslint"); | |
| const gulp = require("gulp"); |
| version: '3' | |
| services: | |
| vpn: | |
| image: hwdsl2/ipsec-vpn-server | |
| privileged: true | |
| restart: always | |
| volumes: | |
| - /lib/modules:/lib/modules:ro | |
| ports: | |
| - 500:500/udp |
Pug - это препроцессор HTML и шаблонизатор, который был написан на JavaScript для Node.js.
| <!-- Open Graph Tags --> | |
| <meta property="og:site_name" content="[[++site_name]]" /> | |
| <meta property="og:type" content="article" /> | |
| <meta property="og:title" content="[[*longtitle:default=`[[*pagetitle]]`]]" /> | |
| <meta property="og:description" content="[[*description:default=`[[++site_description]]`]]" /> | |
| <meta property="og:url" content="[[~[[*id]]? &scheme=`full`]]" /> | |
| <meta property="og:image" content="[[*image:default=`[[++site_image]]`]]" /> | |
| <meta property="fb:app_id" content="[[++fb_app_id]]" /> | |
| <meta property="article:publisher" content="[[++fb_url]]" /> | |
| <!-- Twitter Tags --> |
| # Add content types for fonts | |
| AddType application/x-font-ttf .ttf | |
| AddType application/x-font-opentype .otf | |
| AddType application/x-font-woff .woff | |
| ExpiresActive On | |
| ExpiresByType image/gif A2592000 | |
| ExpiresByType image/jpeg A2592000 | |
| ExpiresByType image/png A2592000 | |
| ExpiresByType image/x-icon A2592000 |