-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
49 lines (40 loc) · 765 Bytes
/
_config.yml
File metadata and controls
49 lines (40 loc) · 765 Bytes
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
# Setup
title: Ex Android Dev
description: cyber security blog posts
url: https://www.exandroid.dev
id: https://www.exandroid.dev
baseurl: ""
permalink: pretty
# Gems
plugins:
- jekyll-gist
- jekyll-paginate
- jekyll-seo-tag
- jekyll-admin
- jekyll-feed
# Optimize Jekyll
exclude:
- .editorconfig
- .git
- .jekyll-cache
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
sass:
sass_dir: _sass
style: :compressed
# Options
# Replace this value and uncomment to enable Google Analytics tracking
ga_analytics: UA-193334062-1
# Specify the author for blog posts
author:
name: ExAndroidDev
url: https://www.exandroid.dev
twitter: ExAndroidDev
# Custom vars
version: 3.0.0
# Navbar page list
nav:
- title: About
url: /about