Update settings
This commit is contained in:
parent
4c4e0d1c4d
commit
d908a1e595
|
@ -2,11 +2,8 @@ title: Oliver Davies
|
||||||
subtitle: Full Stack Web Developer (Drupal, Symfony, Laravel, Linux)
|
subtitle: Full Stack Web Developer (Drupal, Symfony, Laravel, Linux)
|
||||||
description: 'Oliver Davies, Drupal Developer'
|
description: 'Oliver Davies, Drupal Developer'
|
||||||
email: oliver+website@oliverdavies.uk
|
email: oliver+website@oliverdavies.uk
|
||||||
default_date_format: 'jS F, Y'
|
|
||||||
fuzzy_date_format: F Y
|
|
||||||
apple_touch_icon_sizes: [ 57, 114, 72, 144, 60, 120, 76, 152 ]
|
apple_touch_icon_sizes: [ 57, 114, 72, 144, 60, 120, 76, 152 ]
|
||||||
favicon_sizes: [ 160, 96, 32, 16 ]
|
favicon_sizes: [ 160, 96, 32, 16 ]
|
||||||
latest_posts: 5
|
|
||||||
|
|
||||||
ansible_galaxy:
|
ansible_galaxy:
|
||||||
url: https://galaxy.ansible.com/opdavies
|
url: https://galaxy.ansible.com/opdavies
|
||||||
|
@ -214,21 +211,15 @@ favicon:
|
||||||
url: /images/me-phpnw.png
|
url: /images/me-phpnw.png
|
||||||
|
|
||||||
github:
|
github:
|
||||||
name: opdavies
|
|
||||||
url: https://github.com/opdavies
|
url: https://github.com/opdavies
|
||||||
|
user: opdavies
|
||||||
|
|
||||||
gravatar:
|
gravatar:
|
||||||
url: //www.gravatar.com/avatar/e0f6adcd63d8393e689b327e978d0887.png
|
url: //www.gravatar.com/avatar/e0f6adcd63d8393e689b327e978d0887.png
|
||||||
|
|
||||||
irc:
|
|
||||||
name: opdavies
|
|
||||||
|
|
||||||
joindin:
|
joindin:
|
||||||
url: https://joind.in/user/opdavies
|
url: https://joind.in/user/opdavies
|
||||||
|
|
||||||
lanyrd:
|
|
||||||
url: http://lanyrd.com/profile/opdavies
|
|
||||||
|
|
||||||
linkedin:
|
linkedin:
|
||||||
url: http://uk.linkedin.com/in/opdavies
|
url: http://uk.linkedin.com/in/opdavies
|
||||||
|
|
||||||
|
@ -236,19 +227,19 @@ npm:
|
||||||
url: https://www.npmjs.com/~opdavies
|
url: https://www.npmjs.com/~opdavies
|
||||||
|
|
||||||
packagist:
|
packagist:
|
||||||
name: opdavies
|
user: opdavies
|
||||||
url: https://packagist.org/users/opdavies
|
url: https://packagist.org/users/opdavies
|
||||||
|
|
||||||
speakerdeck:
|
speakerdeck:
|
||||||
url: https://speakerdeck.com/opdavies
|
url: https://speakerdeck.com/opdavies
|
||||||
|
|
||||||
twitter:
|
twitter:
|
||||||
name: opdavies
|
|
||||||
url: https://twitter.com/opdavies
|
url: https://twitter.com/opdavies
|
||||||
|
user: opdavies
|
||||||
|
|
||||||
wordpress:
|
wordpress:
|
||||||
name: opdavies
|
|
||||||
url: https://profiles.wordpress.org/opdavies
|
url: https://profiles.wordpress.org/opdavies
|
||||||
|
user: opdavies
|
||||||
|
|
||||||
work:
|
work:
|
||||||
role: Senior Developer
|
role: Senior Developer
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
<title>{% if page.title is defined and page.url != '//' %}{{ page.title }} | {% endif %}{{ site.title }} - {{ site.subtitle }}</title>
|
<title>{% if page.title is defined and page.url != '//' %}{{ page.title }} | {% endif %}{{ site.title }} - {{ site.subtitle }}</title>
|
||||||
{% include 'meta' %}
|
{% include 'meta' %}
|
||||||
{% block metas %}
|
{% block metas %}
|
||||||
<meta name="twitter:site" content="@{{ site.twitter.name }}">
|
<meta name="twitter:site" content="@{{ site.twitter.user }}">
|
||||||
<meta name="twitter:title" content="{{ page.title }}">
|
<meta name="twitter:title" content="{{ page.title }}">
|
||||||
<meta name="twitter:creator" content="@{{ site.twitter.name }}">
|
<meta name="twitter:creator" content="@{{ site.twitter.user }}">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<link rel="stylesheet" href="/dist/css/app.css">
|
<link rel="stylesheet" href="/dist/css/app.css">
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<p class="mb-4 italic text-gray-600">
|
<p class="mb-4 italic text-gray-600">
|
||||||
<b>Have feedback on this post?</b> <a href="mailto:{{ site.email }}?subject=Feedback: {{ page.title }}">Email me</a> or <a href="https://twitter.com/intent/tweet?text=@{{ site.twitter.name }}&url={{ site.url }}{{ page.url|url_encode }}">send me a tweet</a>.
|
<b>Have feedback on this post?</b> <a href="mailto:{{ site.email }}?subject=Feedback: {{ page.title }}">Email me</a> or <a href="https://twitter.com/intent/tweet?text=@{{ site.twitter.user }}&url={{ site.url }}{{ page.url|url_encode }}">send me a tweet</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="mb-4">
|
<div class="mb-4">
|
||||||
<p>
|
<p>
|
||||||
Questions? Comments?
|
Questions? Comments?
|
||||||
I’m <a href="https://twitter.com/{{ site.twitter.name }}">@{{ site.twitter.name }}</a> on Twitter.
|
I’m <a href="https://twitter.com/{{ site.twitter.user }}">@{{ site.twitter.user }}</a> on Twitter.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -62,7 +62,7 @@ This seems to have worked OK - the commits are still authored by the correct peo
|
||||||
|
|
||||||
## Is There a Better Way?
|
## Is There a Better Way?
|
||||||
|
|
||||||
Did I miss something? Is there a recommended and/or better way to update your forked repos, maybe through the UI? Please <a href="https://twitter.com/?status=Rebasing GitHub Forks: @{{ site.twitter.name }}">send me a tweet</a> with any comments.
|
Did I miss something? Is there a recommended and/or better way to update your forked repos, maybe through the UI? Please <a href="https://twitter.com/?status=Rebasing GitHub Forks: @{{ site.twitter.user }}">send me a tweet</a> with any comments.
|
||||||
|
|
||||||
## Up
|
## Up
|
||||||
__December 2015:__ I’ve found that PhpStorm has an option available to rebase a fork from within the IDE. This is within the *VCS* > *Git* menu.
|
__December 2015:__ I’ve found that PhpStorm has an option available to rebase a fork from within the IDE. This is within the *VCS* > *Git* menu.
|
||||||
|
|
Loading…
Reference in a new issue