mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-12-23 22:49:42 -05:00
Use _data for recommendations
This commit is contained in:
parent
22f39a228c
commit
42fd97f46e
41
_config.yml
41
_config.yml
@ -26,55 +26,22 @@ sass:
|
||||
excerpt_separator: <!--more-->
|
||||
collections_dir: collections
|
||||
collections:
|
||||
posts:
|
||||
permalink: /blog/:year/:month/:day/:title/
|
||||
evergreen:
|
||||
output: true
|
||||
permalink: /:name/
|
||||
authors:
|
||||
permalink: /blog/authors/:path/
|
||||
devices:
|
||||
output: true
|
||||
permalink: /devices/:path/
|
||||
browsers:
|
||||
output: true
|
||||
permalink: /browsers/:path/
|
||||
software:
|
||||
output: true
|
||||
permalink: /software/:path/
|
||||
os:
|
||||
output: true
|
||||
permalink: /os/:path/
|
||||
providers:
|
||||
output: true
|
||||
permalink: /providers/:path/
|
||||
|
||||
defaults:
|
||||
- scope:
|
||||
path: ""
|
||||
type: "devices"
|
||||
values:
|
||||
layout: recommendation
|
||||
- scope:
|
||||
path: ""
|
||||
type: "browsers"
|
||||
values:
|
||||
layout: recommendation
|
||||
- scope:
|
||||
path: ""
|
||||
type: "software"
|
||||
values:
|
||||
layout: recommendation
|
||||
- scope:
|
||||
path: ""
|
||||
type: "os"
|
||||
values:
|
||||
layout: recommendation
|
||||
- scope:
|
||||
path: ""
|
||||
type: "providers"
|
||||
values:
|
||||
layout: recommendation
|
||||
posts:
|
||||
permalink: /blog/:year/:month/:day/:title/
|
||||
authors:
|
||||
permalink: /blog/authors/:path/
|
||||
|
||||
build:
|
||||
date:
|
||||
|
Loading…
Reference in New Issue
Block a user