-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yml
85 lines (72 loc) · 2.48 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# This is an example site configuration setup file.
# (It's YAML and this is a comment.)
title: Blogtini
user: traceypooh
repo: blogtini
git_provider: github # github or gitlab
# deployed live site (required). end with /
site_url: https://blogtini.com/
img_site: img/profile.png
posts_per_page: 10
remove_blur: true
# theme: https://blogtini.com/theme/grid.js
# theme: ../theme/grid.js
intro:
rss: true
social: true
paragraph: "Technophile · Optimist · <a href=/biking>Cyclist</a> · <a href=https://archive.org/about/bios.php>Archivist</a> · Design · <a href=/video>Video</a> · TV · Nomad · Docker"
menu:
# Sets the menu items in the navigation bar
# Identifier prepends a Font Awesome icon to the menu item
main:
- name: Home
identifier: home
url: /
pre: <i class='fa fa-home'></i>
weight: 1
- name: About
identifier: about
url: /about/
pre: <i class='far fa-id-card'></i>
weight: 2
- name: Categories
identifier: categories
url: /?categories
pre: <i class='fas fa-sitemap'></i>
weight: 3
- name: Contact
identifier: contact
url: /contact/
pre: <i class='far fa-envelope'></i>
weight: 6
sidebar:
about: blogtini is a nonstop dance party. so you dont have to. thanks for dropping by today. you look nice.
post_amount: 5
# set to show or to hide categories in the sidebar
categories: true
# Sets Categories to sort by number of posts instead of alphabetical
categories_by_count: true
footer:
rss: true
social: true
social:
rss: index.xml
twitter: tracey_pooh
youtube: '@traceypooh'
linkedin: tracey-jaquith-929432
pinterest: poohbot
github: traceypooh
gitlab: traceypooh
codepen: traceypooh
stackoverflow: 11941875 # User Number
flickr: 46222920@N05
tumblr: traceypooh
strava: traceypooh
mastodon: 'mastodon.social/@traceypooh'
social_share: ['twitter', 'facebook', 'pinterest', 'email', 'linkedin', 'reddit']
staticman:
# If using GitHub, go to https://github.com/apps/staticman-net
# If using GitLab, just add the GitLab bot, NO need to hit `/connect/v3/...`
enabled: true
api: traceypooh-staticman.dev.archive.org # without trailing slash, defaults to 'staticman3.herokuapp.com'
branch: main