Build.
This commit is contained in:
parent
5f7f2680af
commit
a7027651fd
250 changed files with 1504 additions and 1127 deletions
|
@ -86,6 +86,26 @@
|
|||
|
||||
<ul class="posts">
|
||||
<li class="post">
|
||||
<h2>Publishing Sculpin Sites with GitHub Pages</h2>
|
||||
|
||||
<p class="posted text-light">13th July 2017</p>
|
||||
|
||||
|
||||
<p><img
|
||||
src="/assets/images/blog/jackson-octocat.png"
|
||||
alt=""
|
||||
class="is-centered"
|
||||
style="margin-bottom: 20px"
|
||||
></p>
|
||||
|
||||
<p>Earlier this week I moved this site from my personal Linode server to <a href="https://pages.github.com">GitHub Pages</a>.</p>
|
||||
|
||||
<p>This made sense as I already kept the source code in <a href="https://github.com/opdavies/oliverdavies.uk">on GitHub</a>, the issue was that GitHub Pages doesn’t know how to dynamically parse and generate a Sculpin site like it does with some other static site generators. It can though parse and serve HTML files, which is what Sculpin generates. It’s just a case of how those files are added to GitHub.</p>
|
||||
|
||||
|
||||
<a href="/blog/2017/07/13/publishing-sculpin-sites-with-github-pages">Read more →</a>
|
||||
</li>
|
||||
<li class="post">
|
||||
<h2>Introducing the Drupal Meetups Twitterbot</h2>
|
||||
|
||||
<p class="posted text-light">9th June 2017</p>
|
||||
|
@ -200,17 +220,6 @@ I was already aware of a Ruby library called gmail-britta that does the same thi
|
|||
|
||||
|
||||
<a href="/blog/2016/05/03/simplifying-drupal-migrations-with-xautoload">Read more →</a>
|
||||
</li>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue