Fix config paths
This commit is contained in:
parent
3f3efadb91
commit
639b232ebb
|
@ -1,6 +1,9 @@
|
||||||
|
sculpin:
|
||||||
|
ignore: ['**/.DS*', '**/*.swp']
|
||||||
|
|
||||||
sculpin_content_types:
|
sculpin_content_types:
|
||||||
posts:
|
posts:
|
||||||
permalink: blog/:year/:month/:day/:slug_title/
|
permalink: blog/:slug_title/
|
||||||
taxonomies: [tags]
|
taxonomies: [tags]
|
||||||
talks:
|
talks:
|
||||||
permalink: talks/:basename/
|
permalink: talks/:basename/
|
||||||
|
|
|
@ -6,22 +6,17 @@ 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 ]
|
||||||
|
|
||||||
nav_links:
|
|
||||||
- { title: About, href: '/', pattern: '/\.' }
|
|
||||||
- { title: Experience, href: '/experience' }
|
|
||||||
- { title: Talks, href: '/talks' }
|
|
||||||
- { title: Blog, href: '/blog' }
|
|
||||||
- { title: Contact, href: '/contact' }
|
|
||||||
|
|
||||||
ansible_galaxy:
|
ansible_galaxy:
|
||||||
url: https://galaxy.ansible.com/opdavies
|
url: https://galaxy.ansible.com/opdavies
|
||||||
|
|
||||||
|
author: Oliver Davies
|
||||||
|
|
||||||
availability:
|
availability:
|
||||||
part: no
|
part: no
|
||||||
full: no
|
full: no
|
||||||
|
|
||||||
avatar:
|
avatar:
|
||||||
url: /assets/images/me-precedent.jpg
|
url: /build/static/images/me-precedent.jpg
|
||||||
|
|
||||||
drupalorg:
|
drupalorg:
|
||||||
name: opdavies
|
name: opdavies
|
||||||
|
@ -32,7 +27,7 @@ drupalorg:
|
||||||
email: oliver+website@oliverdavies.uk
|
email: oliver+website@oliverdavies.uk
|
||||||
|
|
||||||
favicon:
|
favicon:
|
||||||
url: /assets/images/me-phpnw.png
|
url: /build/static/images/me-phpnw.png
|
||||||
|
|
||||||
github:
|
github:
|
||||||
name: opdavies
|
name: opdavies
|
||||||
|
@ -110,6 +105,7 @@ companies:
|
||||||
name: Microserve
|
name: Microserve
|
||||||
logo: microserve.png
|
logo: microserve.png
|
||||||
url: https://microserve.io
|
url: https://microserve.io
|
||||||
|
github: https://github.com/microserve-io
|
||||||
|
|
||||||
nomensa:
|
nomensa:
|
||||||
name: Nomensa
|
name: Nomensa
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
imports:
|
imports:
|
||||||
- sculpin_site.yml
|
- sculpin_site.yml
|
||||||
url: https://www.oliverdavies.uk
|
url: https://www.oliverdavi.es
|
||||||
images_url: //www.oliverdavies.uk
|
images_url: //www.oliverdavi.es
|
||||||
short_url: oliverdavies.uk
|
short_url: oliverdavi.es
|
||||||
google_analytics_tracking_id: UA-11967257-1
|
google_analytics_tracking_id: UA-11967257-1
|
||||||
|
|
Reference in a new issue