Build.
This commit is contained in:
parent
5f7f2680af
commit
a7027651fd
250 changed files with 1504 additions and 1127 deletions
|
@ -86,6 +86,17 @@
|
|||
|
||||
<ul class="posts">
|
||||
<li class="post">
|
||||
<h2>Announcing the Drupal VM Generator</h2>
|
||||
|
||||
<p class="posted text-light">15th February 2016</p>
|
||||
|
||||
|
||||
<p>For the past few weeks I’ve been working on a personal side project, based on Drupal VM. It’s called the <a href="https://github.com/opdavies/drupal-vm-generator">Drupal VM Generator</a>, and over the weekend I’ve added the final features and fixed the remaining issues, and tagged the 1.0.0 release.</p>
|
||||
|
||||
|
||||
<a href="/blog/2016/02/15/announcing-the-drupal-vm-generator">Read more →</a>
|
||||
</li>
|
||||
<li class="post">
|
||||
<h2>Programmatically Load an Entityform in Drupal 7</h2>
|
||||
|
||||
<p class="posted text-light">22nd December 2015</p>
|
||||
|
@ -186,17 +197,6 @@ People may or may not know, but this site runs on Sculpin, a PHP based static si
|
|||
|
||||
|
||||
<a href="/blog/2014/11/20/using-remote-files-when-developing-locally-with-stage-file-proxy-module">Read more →</a>
|
||||
</li>
|
||||
<li class="post">
|
||||
<h2>Include CSS Fonts by Using a SASS each Loop</h2>
|
||||
|
||||
<p class="posted text-light">18th November 2014</p>
|
||||
|
||||
|
||||
<p>How to use an @each loop in SASS to quickly include multiple font files within your stylesheet.</p>
|
||||
|
||||
|
||||
<a href="/blog/2014/11/18/include-css-fonts-using-sass-each-loop">Read more →</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@ -256,6 +256,14 @@ People may or may not know, but this site runs on Sculpin, a PHP based static si
|
|||
|
||||
<ul class="list-group">
|
||||
<li class="post list-group-item">
|
||||
<span class="post__title">
|
||||
<a href="/blog/2017/07/13/publishing-sculpin-sites-with-github-pages">
|
||||
Publishing Sculpin Sites with GitHub Pages
|
||||
</a>
|
||||
</span> -
|
||||
<span class="post__date">13th July, 2017</span>
|
||||
</li>
|
||||
<li class="post list-group-item">
|
||||
<span class="post__title">
|
||||
<a href="/blog/2017/06/09/introducing-the-drupal-meetups-twitterbot">
|
||||
Introducing the Drupal Meetups Twitterbot
|
||||
|
@ -270,14 +278,6 @@ People may or may not know, but this site runs on Sculpin, a PHP based static si
|
|||
</a>
|
||||
</span> -
|
||||
<span class="post__date">20th May, 2017</span>
|
||||
</li>
|
||||
<li class="post list-group-item">
|
||||
<span class="post__title">
|
||||
<a href="/blog/2017/05/15/drupalcamp-bristol-early-bird-tickets-sessions-sponsors">
|
||||
DrupalCamp Bristol 2017 - Early Bird Tickets, Call for Sessions, Sponsors
|
||||
</a>
|
||||
</span> -
|
||||
<span class="post__date">15th May, 2017</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue