On Mac Os 11 first install wget and tac
brew install wget
brew install coreutils| // Utility generator | |
| // Used to generate utilities & print utilities | |
| @mixin generate-utility($utility, $infix, $is-rfs-media-query: false) { | |
| $values: map-get($utility, values); | |
| // If the values are a list or string, convert it into a map | |
| @if type-of($values) == "string" or type-of(nth($values, 1)) != "list" { | |
| $values: zip($values, $values); | |
| } |
| DEBUG | |
|---|---|
| config/ | |
| plugins/ | |
| ecrire/ | |
| IMG/ | |
| lib/ | |
| plugins-dist/ | |
| prive/ | |
| squelettes-dist/ | |
| local/ | |
| tmp/ |
| # Sample robots.txt | |
| # replace domain.com with your website url | |
| User-agent: * | |
| Sitemap: https://domain.com/page-sitemap.xml | |
| # Sitemap: https://domain.com/program-sitemap.xml | |
| # Sitemap: https://domain.com/campus-sitemap.xml | |
| # Sitemap: https://domain.com/event-sitemap.xml | |
| # Sitemap: https://domain.com/campus-sitemap.xml |
| /* | |
| Theme Name: Orio Child | |
| Theme URI: http://www.spab-rice.com/themes | |
| Description: Orio child Theme. | |
| Version: 1.0 | |
| Author: Spab Rice | |
| Author URI: http://www.spab-rice.com | |
| Tags: portfolio | |
| Template: orio |
| /config/ | |
| /ecrire/ | |
| /IMG/ | |
| /local/ | |
| /plugins/auto/ | |
| /plugins-dist/ | |
| /prive/ | |
| /squelettes-dist/ | |
| /tmp/ | |
| index.php |
| <div class="text"> | |
| <p>Texte</p> | |
| </div> | |
| <div class="color-variables"> | |
| <p class="left">Texte</p> | |
| </div> |
| <div data-delay="soft" class="text"> | |
| <p>Texte</p> | |
| </div> | |
| <div data-delay="medium" class="text"> | |
| <p>Texte</p> | |
| </div> |
| /** Creating and Deploying using Git, Github and PHP **/ | |
| Prerequisites: | |
| Server: SSH Acces, PHP, Git | |
| Local: SSH, Git | |
| 0.Create a PHP file in your project called "deploy.php" with this content: /*<?php `git pull`;*/ | |
| 1. Create Your Github Repo | |
| 2. Go to your project folder and initiate a git repository |