Skip to content

Commit 09cfd5f

Browse files
authored
init
1 parent 7715136 commit 09cfd5f

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

_config.yml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# --- General options --- #
22

33
# Name of website
4-
title: My website
4+
title: Open Bitcoin Privacy Project
55

66
# Short description of your site
7-
description: A virtual proof that I'm awesome
7+
description: Accelerating Progress to Our Financial Future
88

99
# --- Local development options ---
1010
# If your website is hosted locally rather than on GitHub, then you need to uncomment the next two parameters to set the url and baseurl
@@ -20,7 +20,13 @@ description: A virtual proof that I'm awesome
2020

2121
# List of links in the navigation bar
2222
navbar-links:
23-
About Me: "aboutme"
23+
About OBPP: "about"
24+
Connect: "connect"
25+
Projects:
26+
- OBPP Top Threats: "https://github.com/OpenBitcoinPrivacyProject/top-threats"
27+
- Wallet Ratings: "https://github.com/OpenBitcoinPrivacyProject/wallet-ratings"
28+
- BIP69 Test: "https://github.com/OpenBitcoinPrivacyProject/bip69-test"
29+
Learn
2430
Resources:
2531
- Beautiful Jekyll: "http://deanattali.com/beautiful-jekyll/"
2632
- Learn markdown: "http://www.markdowntutorial.com/"
@@ -60,18 +66,16 @@ footer-link-col: "#404040"
6066
# Change all these values or delete the ones you don't want.
6167
# Important: you must keep the "name" parameter, everything else you can remove
6268
author:
63-
name: Some Person
69+
name: Open Bitcoin Privacy Project
6470

6571
# Select your active Social Network Links.
6672
# Uncomment the links you want to show in the footer and add your information to each link.
6773
# You can reorder the items to define the link order.
6874
# If you want to add a new link that isn't here, you'll need to also edit the file _data/SocialNetworks.yml
6975
social-network-links:
7076
rss: true
71-
email: "someone@example.com"
72-
facebook: deanattali
73-
github: daattali
74-
twitter: daattali
77+
github: openbitcoinprivacyproject
78+
twitter: obpp_org
7579
# reddit: yourname
7680
# linkedin: daattali
7781
# xing: yourname
@@ -93,7 +97,7 @@ share-links-active:
9397

9498
# How to display the link to the website in the footer
9599
# Remove this if you don't want a link in the footer
96-
url-pretty: "MyWebsite.com" # eg. "deanattali.com/beautiful-jekyll"
100+
#url-pretty: "MyWebsite.com" # eg. "deanattali.com/beautiful-jekyll"
97101

98102
# --- Web Statistics Section --- #
99103

0 commit comments

Comments
 (0)