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/7.html">
|
||||
<meta property="og:url" content="https://opdavies.github.io/oliverdavies.uk/blog/page/7.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,31 @@
|
|||
|
||||
<ul class="posts">
|
||||
<li class="post">
|
||||
<h2>Installing Nagios on CentOS</h2>
|
||||
|
||||
<p class="posted">17th April 2012</p>
|
||||
|
||||
|
||||
<p>A great post details that details the steps needed to install Nagios - a popular open source system and network monitoring software application - on CentOS.
|
||||
|
||||
http://saylinux.net/story/009506/how-install-nagios-centos-55
|
||||
…</p>
|
||||
|
||||
<a href="/blog/2012/04/17/installing-nagios-centos">Read more →</a>
|
||||
</li>
|
||||
<li class="post">
|
||||
<h2>Create an Omega Subtheme with LESS CSS Preprocessor using Omega Tools and Drush</h2>
|
||||
|
||||
<p class="posted">16th April 2012</p>
|
||||
|
||||
|
||||
<p>In this tutorial I'll be showing how to create an Omega subtheme using the Omega Tools module, and have it working with the LESS CSS preprocessor.
|
||||
|
||||
The first thing that I need to do is download the Omega theme and the Omega Tools and LESS modules, and then to enable both …</p>
|
||||
|
||||
<a href="/blog/2012/04/16/create-omega-subtheme-less-css-preprocessor-using-omega-tools-and-drush">Read more →</a>
|
||||
</li>
|
||||
<li class="post">
|
||||
<h2>How to use Authorized Keys to Create a Passwordless SSH Connection</h2>
|
||||
|
||||
<p class="posted">1st February 2012</p>
|
||||
|
@ -182,38 +207,12 @@ For example, mine is https://www.facebook.com/pages/edit/?id=143394365692197&
|
|||
I've also …</p>
|
||||
|
||||
<a href="/blog/2011/03/15/display-number-facebook-fans-php">Read more →</a>
|
||||
</li>
|
||||
<li class="post">
|
||||
<h2>Easily Embed TypeKit Fonts into your Drupal Website</h2>
|
||||
|
||||
<p class="posted">14th February 2011</p>
|
||||
|
||||
|
||||
<p>To begin with, you will need to register for a TypeKit account - there is a free version if you just want to try it out.
|
||||
|
||||
Next, you'll need to create a kit that contains the fonts that you want to use on your website. I've used FF Tisa Web Pro.
|
||||
|
||||
Under …</p>
|
||||
|
||||
<a href="/blog/2011/02/14/easily-embed-typekit-fonts-your-drupal-website">Read more →</a>
|
||||
</li>
|
||||
<li class="post">
|
||||
<h2>Use Regular Expressions to Search and Replace in Coda or TextMate</h2>
|
||||
|
||||
<p class="posted">4th November 2010</p>
|
||||
|
||||
|
||||
<p>As in the original post, I'd generated a list of node ID values, and needed to add structure the SQL update statment formatted in a certain way. However, I changed my inital query slightly to out put the same nid value twice.
|
||||
|
||||
SELECT nid, nid FROM node WHERE TYPE = 'blog' …</p>
|
||||
|
||||
<a href="/blog/2010/11/04/use-regular-expressions-search-and-replace-coda-or-textmate">Read more →</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul class="pager">
|
||||
<li class="next"><a href="https://www.oliverdavies.uk/blog/page/6.html">Newer →</a></li>
|
||||
<li class="previous"><a href="https://www.oliverdavies.uk/blog/page/8.html">← Older</a></li>
|
||||
<li class="next"><a href="https://opdavies.github.io/oliverdavies.uk/blog/page/6.html">Newer →</a></li>
|
||||
<li class="previous"><a href="https://opdavies.github.io/oliverdavies.uk/blog/page/8.html">← Older</a></li>
|
||||
</ul>
|
||||
</main>
|
||||
|
||||
|
@ -221,7 +220,7 @@ SELECT nid, nid FROM node WHERE TYPE = 'blog' …</p>
|
|||
<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"
|
||||
>
|
||||
|
@ -230,18 +229,18 @@ SELECT nid, nid FROM node WHERE TYPE = 'blog' …</p>
|
|||
<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">
|
||||
|
@ -305,24 +304,24 @@ SELECT nid, nid FROM node WHERE TYPE = 'blog' …</p>
|
|||
<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