A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes:
| //https://webapps.stackexchange.com/questions/100820/how-do-i-invite-all-team-members-to-a-new-slack-channel | |
| var foundAny=false; | |
| function selectAllByLetter(remainingLetters) { | |
| console.log(remainingLetters) | |
| var letter = remainingLetters.pop(); | |
| $("#channel_invite_filter").val(letter).trigger("input"); | |
| setTimeout(function() { | |
| $(".channel_invite_member:not(hidden)").each(function(i, obj) { | |
| foundAny=true; |
| Gre='\e[0;32m'; # green | |
| Cya='\e[0;36m'; # cyan | |
| Yel='\e[0;33m'; # yellow | |
| Red='\e[0;31m'; # red | |
| NC='\e[0m'; # No Color | |
| PS1="\`if [ \$? = 0 ]; then printf \${Gre}\(\ノ\^\∇\^\)\${NC}; else echo \[\e[31m\]\(\╯\°\□\°\)\╯\︵ \┻\━\┻\[\e[0m\]; fi;\` ${Cya}\u ${Red}@ ${Cya}\h ${Gre}\w${Yel}\`__git_ps1\`${NC}\n\$ "; |
| heroku certs:info --app missaopessoal |
| heroku certs:update /etc/letsencrypt/live/missaopessoal.com.br/cert.pem /etc/letsencrypt/live/missaopessoal.com.br/privkey.pem --app missaopessoal |
| svn log | perl -l40pe 's/^-+/\n/' |
A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes:
| # Reconhecimento de arquivos ssl | |
| <Directory /app/web/public/.well-known> | |
| Options +FollowSymLinks | |
| AllowOverride All | |
| Require all granted | |
| </Directory> |
| /* If this function is imported, you can import scss files using: | |
| @if not-imported("your-file") { @import "your-file"; } | |
| */ | |
| $imported-once-files: () !default; | |
| @function not-imported($name) { | |
| $imported-once-files: $imported-once-files !global; | |
| $module_index: index($imported-once-files, $name); | |
| @if (($module_index == null) or ($module_index == false)) { |
" No terminal...
$ ssh-copy-id -p 443 -i ~/.ssh/id_rsa.pub peo_csantana@upload.intranet