GitHub Pages test
This commit is contained in:
parent
0c7de8559a
commit
dd97bf7f3a
424 changed files with 6394 additions and 5251 deletions
|
@ -8,20 +8,20 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
|
||||
<meta property="og:url" content="https://www.oliverdavies.uk/blog/page/9.html">
|
||||
<meta property="og:url" content="https://opdavies.github.io/oliverdavies.uk/blog/page/9.html">
|
||||
<meta property="og:title" content="Blog"/>
|
||||
|
||||
|
||||
|
||||
<meta property="og:image" content="https://www.oliverdavies.uk/assets/images/me-precedent.jpg"/>
|
||||
<meta property="og:image" content="https://opdavies.github.io/oliverdavies.uk/assets/images/me-precedent.jpg"/>
|
||||
<meta property="og:image:height" content="327"/>
|
||||
<meta property="og:image:type" content="image/jpg">
|
||||
<meta property="og:image:width" content="327"/>
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://www.oliverdavies.uk/assets/css/main.css">
|
||||
<link rel="stylesheet" href="https://www.oliverdavies.uk/assets/css/blog.css">
|
||||
<link rel="stylesheet" href="https://opdavies.github.io/oliverdavies.uk/assets/css/main.css">
|
||||
<link rel="stylesheet" href="https://opdavies.github.io/oliverdavies.uk/assets/css/blog.css">
|
||||
|
||||
<link rel="apple-touch-icon" href="/assets/images/me-precedent.jpg?s=57" sizes="57x57">
|
||||
<link rel="apple-touch-icon" href="/assets/images/me-precedent.jpg?s=114" sizes="114x114">
|
||||
|
@ -47,7 +47,7 @@
|
|||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="https://www.oliverdavies.uk/">Oliver Davies</a>
|
||||
<a class="navbar-brand" href="https://opdavies.github.io/oliverdavies.uk/">Oliver Davies</a>
|
||||
</div>
|
||||
|
||||
<div id="navbar" class="collapse navbar-collapse" role="navigation">
|
||||
|
@ -86,6 +86,30 @@
|
|||
|
||||
<ul class="posts">
|
||||
<li class="post">
|
||||
<h2>Review of the Teleport Module</h2>
|
||||
|
||||
<p class="posted">12th July 2010</p>
|
||||
|
||||
|
||||
<p>As a heavily-reliant Quicksilver user on my MacBook Pro, I was glad when I found the Teleport module for Drupal (due to Elliott Rothman's tweet).
|
||||
|
||||
When you press a configurable hot-key, a jQuery dialog box appears where you can search for nodes by title or path, or directly enter the path …</p>
|
||||
|
||||
<a href="/blog/2010/07/12/review-teleport-module">Read more →</a>
|
||||
</li>
|
||||
<li class="post">
|
||||
<h2>Add a Taxonomy Term to Multiple Nodes Using SQL</h2>
|
||||
|
||||
<p class="posted">7th July 2010</p>
|
||||
|
||||
|
||||
<p>Update: This can also be done using the Views Bulk Operations module.
|
||||
|
||||
In preparation for my Blog posts being added to Drupal Planet, I needed to create a new Taxonomy term (or, in this case, tag) called 'Drupal Planet', and assign it to new content to imported into their aggregator. After …</p>
|
||||
|
||||
<a href="/blog/2010/07/07/add-taxonomy-term-multiple-nodes-using-sql">Read more →</a>
|
||||
</li>
|
||||
<li class="post">
|
||||
<h2>Create Virtual Hosts on Mac OS X Using VirtualHostX</h2>
|
||||
|
||||
<p class="posted">2nd July 2010</p>
|
||||
|
@ -190,34 +214,12 @@ I've recently started a personal project converting a website to Drupal. It
|
|||
<p>Whilst updating my About page, I thought about creating a slideshow of several images instead of just the one static image. When I looking on Drupal.org, the only slideshow modules were to create slideshows of images that were attached to different nodes - not multiple images attached to one node. …</p>
|
||||
|
||||
<a href="/blog/2010/05/25/create-slideshow-multiple-images-using-fancy-slide">Read more →</a>
|
||||
</li>
|
||||
<li class="post">
|
||||
<h2>Quickly Create Zen Subthemes Using Zenophile</h2>
|
||||
|
||||
<p class="posted">10th May 2010</p>
|
||||
|
||||
|
||||
<p>If you use the Zen theme, then you should also be using the Zenophile module!
|
||||
|
||||
The Zenophile module allows you to very quickly create Zen subthemes from within your web browser, as well as editing options such as the site directory where it should be placed, the layout type (fixed or …</p>
|
||||
|
||||
<a href="/blog/2010/05/10/quickly-create-zen-subthemes-using-zenophile">Read more →</a>
|
||||
</li>
|
||||
<li class="post">
|
||||
<h2>Conditional Email Addresses in a Webform</h2>
|
||||
|
||||
<p class="posted">6th May 2010</p>
|
||||
|
||||
|
||||
<p>I created a new Webform to serve as a simple Contact form, but left the main configuration until after I created the form components. I added 'Name', 'Email', 'Subject' and 'Message' fields, as well as a 'Category' select list. Below 'Options', I entered each of my desired options in the …</p>
|
||||
|
||||
<a href="/blog/2010/05/06/conditional-email-addresses-webform">Read more →</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul class="pager">
|
||||
<li class="next"><a href="https://www.oliverdavies.uk/blog/page/8.html">Newer →</a></li>
|
||||
<li class="previous"><a href="https://www.oliverdavies.uk/blog/page/10.html">← Older</a></li>
|
||||
<li class="next"><a href="https://opdavies.github.io/oliverdavies.uk/blog/page/8.html">Newer →</a></li>
|
||||
<li class="previous"><a href="https://opdavies.github.io/oliverdavies.uk/blog/page/10.html">← Older</a></li>
|
||||
</ul>
|
||||
</main>
|
||||
|
||||
|
@ -225,7 +227,7 @@ The Zenophile module allows you to very quickly create Zen subthemes from within
|
|||
<div class="panel badges text-center">
|
||||
<a class="badge--da-member" href="https://assoc.drupal.org/membership" title="I’m a Drupal Association member.">
|
||||
<img
|
||||
src="//images.oliverdavies.uk/assets/images/da-individual-member.png"
|
||||
src="https://opdavies.github.io/oliverdavies.uk/assets/images/da-individual-member.png"
|
||||
alt="Drupal Association Individual Member"
|
||||
width="152"
|
||||
>
|
||||
|
@ -234,18 +236,18 @@ The Zenophile module allows you to very quickly create Zen subthemes from within
|
|||
<a href="http://drupalcores.com/#opdavies">
|
||||
<img
|
||||
alt="I built Drupal 8 with hand holding a wrench on blue background"
|
||||
src="//images.oliverdavies.uk/assets/images/drupal-8.jpg"
|
||||
src="https://opdavies.github.io/oliverdavies.uk/assets/images/drupal-8.jpg"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<img
|
||||
src="//images.oliverdavies.uk/assets/images/badges/acquia-certified-developer-drupal-8.png"
|
||||
src="https://opdavies.github.io/oliverdavies.uk/assets/images/badges/acquia-certified-developer-drupal-8.png"
|
||||
alt="Acquia Certified Developer - Drupal 8 Exam Badge"
|
||||
height="147" width="147"
|
||||
/>
|
||||
|
||||
<a href="http://conference.phpnw.org.uk/phpnw17">
|
||||
<img src="//images.oliverdavies.uk/assets/images/badges/phpnw17.png" alt="">
|
||||
<img src="https://opdavies.github.io/oliverdavies.uk/assets/images/badges/phpnw17.png" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="availability panel panel-default">
|
||||
|
@ -309,24 +311,24 @@ The Zenophile module allows you to very quickly create Zen subthemes from within
|
|||
<ul>
|
||||
<li class="meetups--drupal-bristol">
|
||||
<a href="http://www.drupalbristol.org.uk" title="Drupal Bristol">
|
||||
<img src="//images.oliverdavies.uk/assets/images/meetups/drupal-bristol.jpeg" alt="Drupal Bristol">
|
||||
<img src="https://opdavies.github.io/oliverdavies.uk/assets/images/meetups/drupal-bristol.jpeg" alt="Drupal Bristol">
|
||||
</a>
|
||||
</li>
|
||||
<li class="meetups--drupalcamp-bristol">
|
||||
<a href="http://www.drupalcampbristol.co.uk" title="DrupalCamp Bristol">
|
||||
<img src="//images.oliverdavies.uk/assets/images/meetups/drupalcamp-bristol.png" alt="DrupalCamp Bristol">
|
||||
<img src="https://opdavies.github.io/oliverdavies.uk/assets/images/meetups/drupalcamp-bristol.png" alt="DrupalCamp Bristol">
|
||||
</a>
|
||||
</li>
|
||||
<li class="meetups--phpsw">
|
||||
<a href="http://phpsw.uk" title="PHPSW">
|
||||
<img src="//images.oliverdavies.uk/assets/images/meetups/phpsw.jpeg" alt="PHPSW">
|
||||
<img src="https://opdavies.github.io/oliverdavies.uk/assets/images/meetups/phpsw.jpeg" alt="PHPSW">
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="https://www.oliverdavies.uk/assets/js/site.js"></script>
|
||||
<script src="https://opdavies.github.io/oliverdavies.uk/assets/js/site.js"></script>
|
||||
|
||||
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-11967257-1', 'auto'); ga('send', 'pageview');</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue