This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NB: The SiteCollection is Created automatically. If you try to make the collection first | |
an Exception will be thrown; "The Site Collection Already Exists". | |
NB: You don't need the -HostHeaderWebApplication parameter if the site being restored, share | |
the same name as the web application. | |
### Backup | |
Backup-SPSite http://s-hqs-spdev/sites/branding/ -Path C:\COLLECTIONS\Branding.bak –UseSqlSnapshot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Created on : Jan 12, 2017, 9:30:13 AM | |
Author : DAVID MUTUA | |
*/ | |
/** Transparent Bg **/ | |
#SearchBox .ms-srch-sb-border{ | |
background: rgba(0, 51, 127, 0.3); | |
margin-top: 3%; | |
border: none; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Brand SharePoint by not editing | |
the masterpage. | |
Meant to Brand a SharePoint 2013 | |
Blog site template. | |
*/ | |
$(document).ready(function () { | |
var target = $(this); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Tweak bootstrap by directly editing the bootstrap files hosted on github | |
//Declare your variables | |
var gulp = require('gulp'), | |
estream = require('event-stream'), | |
concat = require('gulp-concat'), | |
uglify = require('gulp-uglify'), | |
connect = require('gulp-connect'), | |
less = require('gulp-less'), | |
htmlMin = require('gulp-htmlmin'), |
NewerOlder