init
This commit is contained in:
commit
a39514e646
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/wp-json/
|
32
2019/03/12/hello-world/feed/index.html
Normal file
32
2019/03/12/hello-world/feed/index.html
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
|
||||
xmlns:content="http://purl.org/rss/1.0/modules/content/"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:atom="http://www.w3.org/2005/Atom"
|
||||
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
|
||||
|
||||
>
|
||||
<channel>
|
||||
<title>Comments on: Hello world!</title>
|
||||
<atom:link href="http://wordcamp2019.docksal/2019/03/12/hello-world/feed/" rel="self" type="application/rss+xml" />
|
||||
<link>http://wordcamp2019.docksal/2019/03/12/hello-world/</link>
|
||||
<description>Full Stack Web Developer</description>
|
||||
<lastBuildDate>Tue, 12 Mar 2019 09:29:23 +0000</lastBuildDate>
|
||||
<sy:updatePeriod>hourly</sy:updatePeriod>
|
||||
<sy:updateFrequency>1</sy:updateFrequency>
|
||||
<generator>https://wordpress.org/?v=5.0.3</generator>
|
||||
<item>
|
||||
<title>By: A WordPress Commenter</title>
|
||||
<link>http://wordcamp2019.docksal/2019/03/12/hello-world/#comment-1</link>
|
||||
<dc:creator><![CDATA[A WordPress Commenter]]></dc:creator>
|
||||
<pubDate>Tue, 12 Mar 2019 09:29:23 +0000</pubDate>
|
||||
<guid isPermaLink="false">http://wordcamp2019.docksal/?p=1#comment-1</guid>
|
||||
<description><![CDATA[Hi, this is a comment.
|
||||
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
|
||||
Commenter avatars come from <a href="https://gravatar.com">Gravatar</a>.]]></description>
|
||||
<content:encoded><![CDATA[<p>Hi, this is a comment.<br />
|
||||
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.<br />
|
||||
Commenter avatars come from <a href="https://gravatar.com">Gravatar</a>.</p>
|
||||
]]></content:encoded>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
107
2019/03/12/hello-world/index.html
Normal file
107
2019/03/12/hello-world/index.html
Normal file
|
@ -0,0 +1,107 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Hello world! – Oliver Davies</title>
|
||||
<link rel='dns-prefetch' href='http://s.w.org/' />
|
||||
<link rel="alternate" type="application/rss+xml" title="Oliver Davies » Hello world! Comments Feed" href="feed/index.html" />
|
||||
<script type="text/javascript">
|
||||
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/wordcamp2019.docksal\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.0.3"}};
|
||||
!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
|
||||
</script>
|
||||
<style type="text/css">
|
||||
img.wp-smiley,
|
||||
img.emoji {
|
||||
display: inline !important;
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
height: 1em !important;
|
||||
width: 1em !important;
|
||||
margin: 0 .07em !important;
|
||||
vertical-align: -0.1em !important;
|
||||
background: none !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
</style>
|
||||
<link rel='stylesheet' id='style-css' href='../../../../wp-content/themes/tailwind/style.css%3Fver=5.0.3.css' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='wp-block-library-css' href='../../../../wp-includes/css/dist/block-library/style.min.css%3Fver=5.0.3.css' type='text/css' media='all' />
|
||||
<link rel='https://api.w.org/' href='../../../../wp-json/index.html' />
|
||||
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="../../../../xmlrpc.php%3Frsd" />
|
||||
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="../../../../wp-includes/wlwmanifest.xml" />
|
||||
<meta name="generator" content="WordPress 5.0.3" />
|
||||
<link rel="canonical" href="../../../../index.html%3Fp=1.html" />
|
||||
<link rel='shortlink' href='../../../../index.html%3Fp=1.html' />
|
||||
<link rel="alternate" type="application/json+oembed" href="../../../../wp-json/oembed/1.0/embed%3Furl=http:%252F%252Fwordcamp2019.docksal%252F2019%252F03%252F12%252Fhello-world%252F" />
|
||||
<link rel="alternate" type="text/xml+oembed" href="../../../../wp-json/oembed/1.0/embed%3Furl=http:%252F%252Fwordcamp2019.docksal%252F2019%252F03%252F12%252Fhello-world%252F&format=xml" />
|
||||
</head>
|
||||
<body class="font-sans bg-white text-gray-800 leading-normal antialiased">
|
||||
<div class="max-w-4xl mx-auto px-4">
|
||||
<header class="mt-16 mb-24">
|
||||
<p class="text-2xl">
|
||||
Oliver Davies
|
||||
<span class="font-serif font-thin text-gray-700">
|
||||
— Full Stack Web Developer </span>
|
||||
</p>
|
||||
</header>
|
||||
|
||||
<div class="w-12 block border-t-2 border-gray-600 mb-6"></div>
|
||||
|
||||
|
||||
<h2 class="text-4xl md:text-5xl font-bold mt-6 mb-8">
|
||||
<a class="text-black hover:text-gray-800 hover:no-underline" href="../../../../index.html%3Fp=1.html">
|
||||
Hello world! </a>
|
||||
</h2>
|
||||
|
||||
<div class="md:max-w-xl">
|
||||
<div class="content">
|
||||
<p>Hi, I’m Oliver Davies (aka <a href="https://www.google.com/#q=opdavies">opdavies</a>) – a Full Stack Web Developer and System Administrator based in Wales, UK.</p>
|
||||
<p>I’m a Senior Developer at <a href="https://microserve.io/?utm_source=oliverdavies.uk&utm_medium=about-bio">Microserve</a>, part-time freelancer, former Developer at the <a href="https://www.drupal.org/association">Drupal Association</a>, open source contributor and advocate, mentor and conference speaker.</p>
|
||||
<p>I primarily work with Drupal and am an <a href="https://certification.acquia.com/user/1647756">Acquia certified Drupal Grand Master</a>, but also use Symfony, Laravel and Sculpin, and have some experience working with JavaScript frameworks including Vue.js and Angular.</p>
|
||||
<p>I’m a webmaster and documentation maintainer for <a href="https://www.drupal.org/">Drupal.org</a>, and a provisional member of the <a href="https://www.drupal.org/security-team">Drupal Security team</a>. <a href="https://www.oliverdavies.uk/talks">I speak at various user groups and conferences</a>, and co-organise the <a href="https://www.drupalbristol.org.uk/">Drupal Bristol user group</a>, <a href="https://phpsw.uk/">PHPSW</a> and <a href="https://www.drupalcampbristol.co.uk/">DrupalCamp Bristol</a>.</p>
|
||||
<p>You can find me on <a href="https://twitter.com/opdavies">Twitter</a>, and see my open source work on <a href="https://www.drupal.org/u/opdavies">Drupal.org</a> and <a href="http://github.com/opdavies">GitHub</a> as well as on <a href="https://packagist.org/users/opdavies">Packagist</a>, <a href="https://www.npmjs.com/~opdavies">npm</a> and <a href="https://galaxy.ansible.com/opdavies">Ansible Galaxy</a>.</p>
|
||||
<h2>Availability</h2>
|
||||
<ul>
|
||||
<li>Currently no spare part-time capacity.</li>
|
||||
<li>Currently no spare full-time capacity.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="text-gray-600 my-10">
|
||||
<ul class="list-reset flex flex-wrap">
|
||||
<li class="flex items-center mr-5 mb-2">
|
||||
<svg class="fill-current text-gray-600 mr-2" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg>
|
||||
<a href="../../../../index.html%3Fp=1.html#0">oliver</a>
|
||||
</li>
|
||||
|
||||
<li class="flex items-center mr-5 mb-2">
|
||||
<svg class="fill-current text-gray-600 mr-2" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><path id="a" d="M0 0h24v24H0V0z"></path></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"></use></clipPath><path clip-path="url(#b)" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"></path></svg>
|
||||
<span>March 12, 2019</span>
|
||||
</li>
|
||||
|
||||
<li class="flex items-center mr-5 mb-2">
|
||||
<svg class="fill-current text-gray-600 mr-2" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg>
|
||||
<span>Uncategorized</span>
|
||||
</li>
|
||||
|
||||
<li class="flex items-center mr-5 mb-2">
|
||||
<svg class="fill-current text-gray-600 mr-2" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg>
|
||||
<a href="../../../../index.html%3Fp=1.html#0">1 Comment</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
<footer class="pt-24 pb-16">
|
||||
<p class="text-gray-600">
|
||||
Oliver Davies,
|
||||
|
||||
<a href="https://wordpress.org/">
|
||||
Proudly powered by WordPress. </a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type='text/javascript' src='../../../../wp-includes/js/wp-embed.min.js%3Fver=5.0.3'></script>
|
||||
</body>
|
||||
</html>
|
107
index.html
Normal file
107
index.html
Normal file
|
@ -0,0 +1,107 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Hello world! – Oliver Davies</title>
|
||||
<link rel='dns-prefetch' href='http://s.w.org/' />
|
||||
<link rel="alternate" type="application/rss+xml" title="Oliver Davies » Hello world! Comments Feed" href="2019/03/12/hello-world/feed/index.html" />
|
||||
<script type="text/javascript">
|
||||
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/wordcamp2019.docksal\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.0.3"}};
|
||||
!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
|
||||
</script>
|
||||
<style type="text/css">
|
||||
img.wp-smiley,
|
||||
img.emoji {
|
||||
display: inline !important;
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
height: 1em !important;
|
||||
width: 1em !important;
|
||||
margin: 0 .07em !important;
|
||||
vertical-align: -0.1em !important;
|
||||
background: none !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
</style>
|
||||
<link rel='stylesheet' id='style-css' href='wp-content/themes/tailwind/style.css%3Fver=5.0.3.css' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='wp-block-library-css' href='wp-includes/css/dist/block-library/style.min.css%3Fver=5.0.3.css' type='text/css' media='all' />
|
||||
<link rel='https://api.w.org/' href='wp-json/index.html' />
|
||||
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="xmlrpc.php%3Frsd" />
|
||||
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="wp-includes/wlwmanifest.xml" />
|
||||
<meta name="generator" content="WordPress 5.0.3" />
|
||||
<link rel="canonical" href="index.html%3Fp=1.html" />
|
||||
<link rel='shortlink' href='index.html%3Fp=1.html' />
|
||||
<link rel="alternate" type="application/json+oembed" href="wp-json/oembed/1.0/embed%3Furl=http:%252F%252Fwordcamp2019.docksal%252F2019%252F03%252F12%252Fhello-world%252F" />
|
||||
<link rel="alternate" type="text/xml+oembed" href="wp-json/oembed/1.0/embed%3Furl=http:%252F%252Fwordcamp2019.docksal%252F2019%252F03%252F12%252Fhello-world%252F&format=xml" />
|
||||
</head>
|
||||
<body class="font-sans bg-white text-gray-800 leading-normal antialiased">
|
||||
<div class="max-w-4xl mx-auto px-4">
|
||||
<header class="mt-16 mb-24">
|
||||
<p class="text-2xl">
|
||||
Oliver Davies
|
||||
<span class="font-serif font-thin text-gray-700">
|
||||
— Full Stack Web Developer </span>
|
||||
</p>
|
||||
</header>
|
||||
|
||||
<div class="w-12 block border-t-2 border-gray-600 mb-6"></div>
|
||||
|
||||
|
||||
<h2 class="text-4xl md:text-5xl font-bold mt-6 mb-8">
|
||||
<a class="text-black hover:text-gray-800 hover:no-underline" href="index.html%3Fp=1.html">
|
||||
Hello world! </a>
|
||||
</h2>
|
||||
|
||||
<div class="md:max-w-xl">
|
||||
<div class="content">
|
||||
<p>Hi, I’m Oliver Davies (aka <a href="https://www.google.com/#q=opdavies">opdavies</a>) – a Full Stack Web Developer and System Administrator based in Wales, UK.</p>
|
||||
<p>I’m a Senior Developer at <a href="https://microserve.io/?utm_source=oliverdavies.uk&utm_medium=about-bio">Microserve</a>, part-time freelancer, former Developer at the <a href="https://www.drupal.org/association">Drupal Association</a>, open source contributor and advocate, mentor and conference speaker.</p>
|
||||
<p>I primarily work with Drupal and am an <a href="https://certification.acquia.com/user/1647756">Acquia certified Drupal Grand Master</a>, but also use Symfony, Laravel and Sculpin, and have some experience working with JavaScript frameworks including Vue.js and Angular.</p>
|
||||
<p>I’m a webmaster and documentation maintainer for <a href="https://www.drupal.org/">Drupal.org</a>, and a provisional member of the <a href="https://www.drupal.org/security-team">Drupal Security team</a>. <a href="https://www.oliverdavies.uk/talks">I speak at various user groups and conferences</a>, and co-organise the <a href="https://www.drupalbristol.org.uk/">Drupal Bristol user group</a>, <a href="https://phpsw.uk/">PHPSW</a> and <a href="https://www.drupalcampbristol.co.uk/">DrupalCamp Bristol</a>.</p>
|
||||
<p>You can find me on <a href="https://twitter.com/opdavies">Twitter</a>, and see my open source work on <a href="https://www.drupal.org/u/opdavies">Drupal.org</a> and <a href="http://github.com/opdavies">GitHub</a> as well as on <a href="https://packagist.org/users/opdavies">Packagist</a>, <a href="https://www.npmjs.com/~opdavies">npm</a> and <a href="https://galaxy.ansible.com/opdavies">Ansible Galaxy</a>.</p>
|
||||
<h2>Availability</h2>
|
||||
<ul>
|
||||
<li>Currently no spare part-time capacity.</li>
|
||||
<li>Currently no spare full-time capacity.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="text-gray-600 my-10">
|
||||
<ul class="list-reset flex flex-wrap">
|
||||
<li class="flex items-center mr-5 mb-2">
|
||||
<svg class="fill-current text-gray-600 mr-2" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg>
|
||||
<a href="index.html%3Fp=1.html#0">oliver</a>
|
||||
</li>
|
||||
|
||||
<li class="flex items-center mr-5 mb-2">
|
||||
<svg class="fill-current text-gray-600 mr-2" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><path id="a" d="M0 0h24v24H0V0z"></path></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"></use></clipPath><path clip-path="url(#b)" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"></path></svg>
|
||||
<span>March 12, 2019</span>
|
||||
</li>
|
||||
|
||||
<li class="flex items-center mr-5 mb-2">
|
||||
<svg class="fill-current text-gray-600 mr-2" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg>
|
||||
<span>Uncategorized</span>
|
||||
</li>
|
||||
|
||||
<li class="flex items-center mr-5 mb-2">
|
||||
<svg class="fill-current text-gray-600 mr-2" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg>
|
||||
<a href="index.html%3Fp=1.html#0">1 Comment</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
<footer class="pt-24 pb-16">
|
||||
<p class="text-gray-600">
|
||||
Oliver Davies,
|
||||
|
||||
<a href="https://wordpress.org/">
|
||||
Proudly powered by WordPress. </a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type='text/javascript' src='wp-includes/js/wp-embed.min.js%3Fver=5.0.3'></script>
|
||||
</body>
|
||||
</html>
|
34633
wp-content/themes/tailwind/style.css
Normal file
34633
wp-content/themes/tailwind/style.css
Normal file
File diff suppressed because it is too large
Load diff
1
wp-includes/css/dist/block-library/style.min.css
vendored
Normal file
1
wp-includes/css/dist/block-library/style.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
wp-includes/js/wp-embed.min.js
vendored
Normal file
1
wp-includes/js/wp-embed.min.js
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
!function(a,b){"use strict";function c(){if(!e){e=!0;var a,c,d,f,g=-1!==navigator.appVersion.indexOf("MSIE 10"),h=!!navigator.userAgent.match(/Trident.*rv:11\./),i=b.querySelectorAll("iframe.wp-embedded-content");for(c=0;c<i.length;c++){if(d=i[c],!d.getAttribute("data-secret"))f=Math.random().toString(36).substr(2,10),d.src+="#?secret="+f,d.setAttribute("data-secret",f);if(g||h)a=d.cloneNode(!0),a.removeAttribute("security"),d.parentNode.replaceChild(a,d)}}}var d=!1,e=!1;if(b.querySelector)if(a.addEventListener)d=!0;if(a.wp=a.wp||{},!a.wp.receiveEmbedMessage)if(a.wp.receiveEmbedMessage=function(c){var d=c.data;if(d)if(d.secret||d.message||d.value)if(!/[^a-zA-Z0-9]/.test(d.secret)){var e,f,g,h,i,j=b.querySelectorAll('iframe[data-secret="'+d.secret+'"]'),k=b.querySelectorAll('blockquote[data-secret="'+d.secret+'"]');for(e=0;e<k.length;e++)k[e].style.display="none";for(e=0;e<j.length;e++)if(f=j[e],c.source===f.contentWindow){if(f.removeAttribute("style"),"height"===d.message){if(g=parseInt(d.value,10),g>1e3)g=1e3;else if(~~g<200)g=200;f.height=g}if("link"===d.message)if(h=b.createElement("a"),i=b.createElement("a"),h.href=f.getAttribute("src"),i.href=d.value,i.host===h.host)if(b.activeElement===f)a.top.location.href=d.value}else;}},d)a.addEventListener("message",a.wp.receiveEmbedMessage,!1),b.addEventListener("DOMContentLoaded",c,!1),a.addEventListener("load",c,!1)}(window,document);
|
43
wp-includes/wlwmanifest.xml
Normal file
43
wp-includes/wlwmanifest.xml
Normal file
|
@ -0,0 +1,43 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">
|
||||
|
||||
<options>
|
||||
<clientType>WordPress</clientType>
|
||||
<supportsKeywords>Yes</supportsKeywords>
|
||||
<supportsGetTags>Yes</supportsGetTags>
|
||||
</options>
|
||||
|
||||
<weblog>
|
||||
<serviceName>WordPress</serviceName>
|
||||
<imageUrl>images/wlw/wp-icon.png</imageUrl>
|
||||
<watermarkImageUrl>images/wlw/wp-watermark.png</watermarkImageUrl>
|
||||
<homepageLinkText>View site</homepageLinkText>
|
||||
<adminLinkText>Dashboard</adminLinkText>
|
||||
<adminUrl>
|
||||
<![CDATA[
|
||||
{blog-postapi-url}/../wp-admin/
|
||||
]]>
|
||||
</adminUrl>
|
||||
<postEditingUrl>
|
||||
<![CDATA[
|
||||
{blog-postapi-url}/../wp-admin/post.php?action=edit&post={post-id}
|
||||
]]>
|
||||
</postEditingUrl>
|
||||
</weblog>
|
||||
|
||||
<buttons>
|
||||
<button>
|
||||
<id>0</id>
|
||||
<text>Manage Comments</text>
|
||||
<imageUrl>images/wlw/wp-comments.png</imageUrl>
|
||||
<clickUrl>
|
||||
<![CDATA[
|
||||
{blog-postapi-url}/../wp-admin/edit-comments.php
|
||||
]]>
|
||||
</clickUrl>
|
||||
</button>
|
||||
|
||||
</buttons>
|
||||
|
||||
</manifest>
|
14
xmlrpc.php
Normal file
14
xmlrpc.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd">
|
||||
<service>
|
||||
<engineName>WordPress</engineName>
|
||||
<engineLink>https://wordpress.org/</engineLink>
|
||||
<homePageLink>http://wordcamp2019.docksal</homePageLink>
|
||||
<apis>
|
||||
<api name="WordPress" blogID="1" preferred="true" apiLink="http://wordcamp2019.docksal/xmlrpc.php" />
|
||||
<api name="Movable Type" blogID="1" preferred="false" apiLink="http://wordcamp2019.docksal/xmlrpc.php" />
|
||||
<api name="MetaWeblog" blogID="1" preferred="false" apiLink="http://wordcamp2019.docksal/xmlrpc.php" />
|
||||
<api name="Blogger" blogID="1" preferred="false" apiLink="http://wordcamp2019.docksal/xmlrpc.php" />
|
||||
<api name="WP-API" blogID="1" preferred="false" apiLink="http://wordcamp2019.docksal/wp-json/" />
|
||||
</apis>
|
||||
</service>
|
||||
</rsd>
|
Loading…
Reference in a new issue