mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-22 11:22:41 +00:00
Use _data for recommendations
This commit is contained in:
41
_config.yml
41
_config.yml
@ -26,55 +26,22 @@ sass:
|
|||||||
excerpt_separator: <!--more-->
|
excerpt_separator: <!--more-->
|
||||||
collections_dir: collections
|
collections_dir: collections
|
||||||
collections:
|
collections:
|
||||||
posts:
|
|
||||||
permalink: /blog/:year/:month/:day/:title/
|
|
||||||
evergreen:
|
evergreen:
|
||||||
output: true
|
output: true
|
||||||
permalink: /:name/
|
permalink: /:name/
|
||||||
authors:
|
|
||||||
permalink: /blog/authors/:path/
|
|
||||||
devices:
|
devices:
|
||||||
output: true
|
output: true
|
||||||
permalink: /devices/:path/
|
permalink: /devices/:path/
|
||||||
browsers:
|
|
||||||
output: true
|
|
||||||
permalink: /browsers/:path/
|
|
||||||
software:
|
software:
|
||||||
output: true
|
output: true
|
||||||
permalink: /software/:path/
|
permalink: /software/:path/
|
||||||
os:
|
|
||||||
output: true
|
|
||||||
permalink: /os/:path/
|
|
||||||
providers:
|
providers:
|
||||||
output: true
|
output: true
|
||||||
permalink: /providers/:path/
|
permalink: /providers/:path/
|
||||||
|
posts:
|
||||||
defaults:
|
permalink: /blog/:year/:month/:day/:title/
|
||||||
- scope:
|
authors:
|
||||||
path: ""
|
permalink: /blog/authors/: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
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
date:
|
date:
|
||||||
|
Reference in New Issue
Block a user