1
1
# --- General options --- #
2
2
3
3
# Name of website
4
- title : My website
4
+ title : Open Bitcoin Privacy Project
5
5
6
6
# Short description of your site
7
- description : A virtual proof that I'm awesome
7
+ description : Accelerating Progress to Our Financial Future
8
8
9
9
# --- Local development options ---
10
10
# 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
20
20
21
21
# List of links in the navigation bar
22
22
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
24
30
Resources :
25
31
- Beautiful Jekyll : " http://deanattali.com/beautiful-jekyll/"
26
32
- Learn markdown : " http://www.markdowntutorial.com/"
@@ -60,18 +66,16 @@ footer-link-col: "#404040"
60
66
# Change all these values or delete the ones you don't want.
61
67
# Important: you must keep the "name" parameter, everything else you can remove
62
68
author :
63
- name : Some Person
69
+ name : Open Bitcoin Privacy Project
64
70
65
71
# Select your active Social Network Links.
66
72
# Uncomment the links you want to show in the footer and add your information to each link.
67
73
# You can reorder the items to define the link order.
68
74
# If you want to add a new link that isn't here, you'll need to also edit the file _data/SocialNetworks.yml
69
75
social-network-links :
70
76
rss : true
71
- email : " someone@example.com"
72
- facebook : deanattali
73
- github : daattali
74
- twitter : daattali
77
+ github : openbitcoinprivacyproject
78
+ twitter : obpp_org
75
79
# reddit: yourname
76
80
# linkedin: daattali
77
81
# xing: yourname
@@ -93,7 +97,7 @@ share-links-active:
93
97
94
98
# How to display the link to the website in the footer
95
99
# 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"
97
101
98
102
# --- Web Statistics Section --- #
99
103
0 commit comments