-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
55 lines (45 loc) · 1.52 KB
/
_config.yml
File metadata and controls
55 lines (45 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
title: Scammer Buffer
markdown: kramdown
url: "www.carefaze.com"
baseurl: ""
description: "A blog about scams, frauds, how to avoid them. And the tactics used by scammers to trick you. You will discover a world within ours hidden from the public, but that will blow your mind if you are an entrepreneur."
# for atom feed
author:
name: Scammer Buffer
email: legal.asset.07@gmail.com
plugins:
- jekyll-paginate
- jemoji
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
- jekyll-compose
paginate_path: "/page:num/"
paginate: 5
collections_dir: all_collections
jekyll_compose:
default_front_matter:
posts:
layout: post
title:
subtitle: Genuine Message
author:
categories:
tags: 'antiscamming, scammer, scam, fraud, dropshipping, business, money, online, ecommerce, marketing, social media, influencer, affiliate, crypto, bitcoin, investment, trading, stock, forex, real estate, pyramid scheme, ponzi scheme, phishing, identity theft, credit card fraud, wire transfer fraud, advance-fee fraud, lottery scam, romance scam, tech support scam, charity scam, business email compromise (BEC), ransomware, malware, spyware, adware'
post_default_dir: "all_collections\_posts"
collections:
posts:
output: true
projects:
output: true
defaults:
- scope:
path: ""
values:
layout: "post"
- scope:
path: "_posts"
values:
layout: "post"
permalink: /posts/:categories/:year/:month/:day/:title/
exclude: ["sitemap.xml", "feed.xml", "LICENSE", "README.md"]