I hereby claim:
- I am nandomoreirame on github.
- I am oseunando (https://keybase.io/oseunando) on keybase.
- I have a public key ASC-nysW75DuYqBhwC5M0v6HovGYuZeTjr-yq6BgQJskXgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Um modelo das melhores práticas do README para tornar o meu README simples de entender e fácil de usar.
| { | |
| "name": "html-to-text", | |
| "version": "0.0.1", | |
| "description": "", | |
| "main": "node.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "Fernando Moreira <[email protected]> (https://nandomoreira.me)", |
| /* global __dirname, require, module */ | |
| 'use strict' | |
| const webpack = require('webpack') | |
| const { join, resolve } = require('path') | |
| const env = require('yargs').argv.env | |
| const BrowserSyncPlugin = require('browser-sync-webpack-plugin') | |
| const { name, description, version, author, license } = require('./package.json') | |
| let libraryName = 'libraryName' |
| const shuffleArray = (arr) => | |
| arr.map(a => [Math.random(), a]).sort((a, b) => a[0] - b[0]).map(a => a[1]) |
| // Blocks | |
| html, | |
| body, | |
| p, | |
| ol, | |
| ul, | |
| li, | |
| dl, | |
| dt, | |
| dd, |
defaults write -g NSRequiresAquaSystemAppearance -bool Yesdefaults delete -g NSRequiresAquaSystemAppearance| <?php | |
| function custom_page_header($page_title = 'Header') | |
| { | |
| $custom_header = [ 'class' => '', 'content' => '' ]; | |
| $page = get_page_by_title($page_title); | |
| if ($page) { | |
| $custom_header['content'] = '<header class="divi-custom-header">'; | |
| $custom_header['content'] .= apply_filters('the_content', $page->post_content); |