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