-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
54 lines (41 loc) · 2.05 KB
/
_config.yml
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
#
# This file contains configuration flags to customize your site
#
# Name of your site (displayed in the navbar)
name: poppysec
# Your site's title (e.g., Ben's Awesome Site, The GitHub Blog, etc.), used as part of the title tag like Home | Ben's Awesome Site.
title: poppysec
# Link to avatar in the navbar (/assets/images/avatar.png). Leave empty if no logo desired. Two avatars for light and dark mode.
# Avatar for light mode site
lightavatar: /assets/images/light_bauhaus_logo.png
# Avatar for dark mode site
darkavatar: /assets/images/dark_bauhaus_logo.png
# A short description (e.g., A blog dedicated to reviewing cat gifs), used as part of the title tag like Ben's Awesome Site | A blog dedicated to reviewing cat gifs instead of Ben's Awesome Site | Long description about a blog dedicated to reviewing cat gifs that would be used when page.title is not defined.
tagline: Security Blog
# A longer description used for the description meta tag. Also used as fallback for pages that don't provide their own description, and also as part of the page's title tag if neither page.title nor site.tagline has been defined.
description: Security Blog
# The full URL to your site. Note: site.github.url will be used by default.
url: https://poppysec.github.io/
# If you're hosting your site at a Project repository on GitHub pages
# (http://yourusername.github.io/repository-name)
# and NOT your User repository (http://yourusername.github.io)
# then add in the baseurl here, like this: "/repository-name"
#baseurl: /blog
# global author information
author: poppaea
# URL to a site-wide logo (e.g., /assets/your-company-logo.png)
logo: /assets/images/light_bauhaus_logo.png
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
google_analytics:
#permalink: /:year/:month/:day/:title/
permalink: /:title/
# Includes an icon in the footer for each username you enter
footer-links:
email: [email protected]
github: poppysec
linkedin: poppaea-mcdermott
twitter: 0xpoppaea
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed