Skip to content

Commit 598ea92

Browse files
authored
Update site title and repository in config
Updated site title and repository information, removed analytics and author details.
1 parent 65d78e2 commit 598ea92

File tree

1 file changed

+2
-44
lines changed

1 file changed

+2
-44
lines changed

docs/_config.yml

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt"
1616

1717
# Site Settings
1818
locale : "en-US"
19-
title : "Fluent Assertions"
19+
title : "Magic Assertions"
2020
title_separator : "-"
21-
name : "Dennis Doomen"
2221
description : "A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Works with .NET Standard 2.0 and higher, .NET Framework 4.7 and higher and .NET 6 and higher."
2322
url : "http://www.fluentassertions.com" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
2423
baseurl : # the subpath of your site, e.g. "/blog"
25-
repository : "fluentassertions/fluentassertions" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
24+
repository : "NET-Sorcery/MagicAssertions" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
2625
teaser : "/assets/images/fluentassertions2.png"
2726
breadcrumbs : false # true, false (default)
2827
words_per_minute : 200
@@ -88,47 +87,6 @@ social:
8887
name : # If the user or organization name differs from the site's name
8988
links: # An array of links to social media profiles
9089

91-
# Analytics
92-
analytics:
93-
provider : "google" # false (default), "google", "google-universal", "custom"
94-
google:
95-
tracking_id : UA-99995670-1
96-
97-
98-
# Site Author
99-
author:
100-
name : "Dennis Doomen"
101-
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
102-
bio : "I am an amazing person."
103-
location : "Somewhere"
104-
email : "dennis.doomen@avivasolutions.nl"
105-
uri : "https://www.continuousimprover.com"
106-
home : # null (default), "absolute or relative url to link to author home"
107-
bitbucket :
108-
codepen :
109-
dribbble :
110-
flickr :
111-
facebook :
112-
foursquare :
113-
github : "fluentassertions"
114-
gitlab :
115-
google_plus :
116-
keybase :
117-
instagram :
118-
lastfm :
119-
linkedin : # "john-doe-12345678" (the last part of your profile url, e.g. https://www.linkedin.com/in/john-doe-12345678)
120-
pinterest :
121-
soundcloud :
122-
stackoverflow : # "123456/username" (the last part of your profile url, e.g. https://stackoverflow.com/users/123456/username)
123-
steam : # "steamId" (the last part of your profile url, e.g. https://steamcommunity.com/id/steamId/)
124-
tumblr :
125-
twitter : "https://twitter.com/ddoomen"
126-
vine :
127-
weibo :
128-
xing :
129-
youtube : # "https://youtube.com/c/MichaelRoseDesign"
130-
131-
13290
# Reading Files
13391
include:
13492
- .htaccess

0 commit comments

Comments
 (0)