This commit is contained in:
Oliver Davies 2017-07-11 18:57:51 +01:00
parent 0692d8ff00
commit 47e2ffcfda
247 changed files with 409 additions and 383 deletions

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>Include CSS Fonts by Using a SASS each Loop</h1>
<p class="posted">18th November 2014</p>
<p class="posted text-light">18th November 2014</p>
<p>Using a file structure similar to this, organise your font files into directories, using the the font name for both the directory name and for the file names.</p>

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>Using Remote Files when Developing Locally with Stage File Proxy Module</h1>
<p class="posted">20th November 2014</p>
<p class="posted text-light">20th November 2014</p>
<p>Download the <a href="https://www.drupal.org/project/stage_file_proxy">Stage File Proxy</a> module from Drupal.org and enable it on your site.</p>

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>Include environment-specific settings files on Pantheon</h1>
<p class="posted">27th November 2014</p>
<p class="posted text-light">27th November 2014</p>
<p>I was recently doing some work on a site hosted on <a href="http://getpantheon.com">Pantheon</a> and came across an issue, for which part of the suggested fix was to ensure that the <code>$base_url</code> variable was explicitly defined within settings.php (this is also best practice on all Drupal sites).</p>