Skip to content

Commit 6ca1cc1

Browse files
committed
Start modifying
1 parent a736b4b commit 6ca1cc1

2 files changed

Lines changed: 7 additions & 25 deletions

File tree

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ group :jekyll_plugins do
1515
gem "jekyll-include-cache"
1616
gem "jekyll-algolia"
1717
end
18+
19+
gem "webrick", "~> 1.8"

_config.yml

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
1414
# You can create any custom variable you would like, and they will be accessible
1515
# in the templates via {{ site.myvariable }}.
16-
title: MM
16+
title: SQLancer
1717
email:
1818
description: >- # this means to ignore newlines until "baseurl:"
19-
Write an awesome description for your new site here. You can edit this
20-
line in _config.yml. It will appear in your document head meta (for
21-
Google search results) and in your feed.xml site description.
22-
twitter_username: username
23-
github_username: username
19+
SQLancer is an automated testing tool that finds bugs in database systems.
20+
twitter_username: sqlancer_dbms
21+
github_username: sqlancer
2422
minimal_mistakes_skin: default
2523
search: true
2624

@@ -57,24 +55,6 @@ plugins:
5755
- jemoji
5856
- jekyll-include-cache
5957

60-
author:
61-
name : "First Lastname"
62-
avatar : "/assets/images/bio-photo.jpg"
63-
bio : "My awesome biography constrained to a sentence or two goes here."
64-
links:
65-
- label: "Website"
66-
icon: "fas fa-fw fa-link"
67-
url: "https://"
68-
- label: "Twitter"
69-
icon: "fab fa-fw fa-twitter-square"
70-
url: "https://twitter.com/"
71-
- label: "GitHub"
72-
icon: "fab fa-fw fa-github"
73-
url: "https://github.com/"
74-
- label: "Instagram"
75-
icon: "fab fa-fw fa-instagram"
76-
url: "https://instagram.com/"
77-
7858
footer:
7959
links:
8060
- label: "Twitter"
@@ -94,7 +74,7 @@ defaults:
9474
type: posts
9575
values:
9676
layout: single
97-
author_profile: true
77+
author_profile: false
9878
read_time: true
9979
comments: true
10080
share: true

0 commit comments

Comments
 (0)