These are instructions to quickly create schema data on your website. Follow the instructions below to create *JSON-LD (JavaScript Object Notation - Linked Data).
- Go to the technicalseo site;
- Select a type of markup from the dropdown list.
| /* | |
| Google App Scripts - Sheets Tutorial | |
| Author: Mark Cameron | |
| */ | |
| function showMessageBox() { | |
| Browser.msgBox('You touched me again!'); | |
| getWebsite(); | |
| } |
These are instructions to quickly create schema data on your website. Follow the instructions below to create *JSON-LD (JavaScript Object Notation - Linked Data).
A few options are listed below with some outside resources if valuable.
git config --global difftool.bc.path "c:/program files/beyond compare 4/bcomp.exe"
git config --global mergetool.bc.path "c:/program files/beyond compare 4/bcomp.exe"
Create list of extensions.
code --list-extensions > code_extensions.md
Move from one machine to another. copy and paste the echo output to machine B
code --list-extensions | xargs -L 1 echo code --install-extension
Share and sync extensions
| alias subl='"C:\Program Files\Sublime Text 3\subl.exe"' | |
| alias np='start notepad++' | |
| export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH" |
| # Enable tab completion | |
| source ~/.git-completion.bash | |
| # colors! | |
| green="\[\033[0;32m\]" | |
| cyan="\[\033[0;36m\]" | |
| purple="\[\033[0;35m\]" | |
| reset="\[\033[0m\]" | |
| # Change command prompt |
| # bash/zsh completion support for core Git. | |
| # | |
| # Copyright (C) 2006,2007 Shawn O. Pearce <spearce@spearce.org> | |
| # Conceptually based on gitcompletion (http://gitweb.hawaga.org.uk/). | |
| # Distributed under the GNU General Public License, version 2.0. | |
| # | |
| # The contained completion routines provide support for completing: | |
| # | |
| # *) local and remote branch names | |
| # *) local and remote tag names |