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
- Install latest version of Vagrant + VirtualBox | |
- Download https://github.com/Varying-Vagrant-Vagrants/VVV and unzip VVV-folder | |
- cd into VVV/ and run: | |
- $ vagrant plugin install vagrant-hostsupdater | |
- $ vagrant box add ubuntu/trusty64 contributor.box | |
- $ vagrant up | |
- Wait for it | |
- Visit one of the local URLs here https://github.com/Varying-Vagrant-Vagrants/VVV |
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
<h2>3 kolonner</h2> | |
<div class="l-row grid-three"> | |
<div class="grid-item">Col 1</div> | |
<div class="grid-item">Col 2</div> | |
<div class="grid-item">Col 3</div> | |
</div> | |
<h2>2 kolonner</h2> |
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
# START WP-CLI BUILD BLOCK | |
# ------------------------------------------------------------ | |
# This block is generated everytime you run 'wp build generate' | |
# Rules: Exclude everything from git except for your custom plugins/themes | |
# ------------------------------------------------------------ | |
/* | |
!.gitignore | |
!build.yml | |
!wp-content | |
wp-content/* |
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
core: | |
download: | |
version: 4.9.* | |
locale: en_US | |
plugins: | |
gutenberg: | |
version: 2.2.0 | |
wp-super-cache: | |
version: '*' | |
themes: |
OlderNewer