Skip to content

Commit 151628a

Browse files
committed
hugo.toml: updated baseURL
1 parent 4303b84 commit 151628a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

hugo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = 'https://bhackari.github.io/'
1+
baseURL = 'https://bhackari/'
22
languageCode = 'en-us'
33
title = 'bhackari'
44
theme = 'cactus'
@@ -54,14 +54,18 @@ weight = 4
5454
showAllPostsOnHomePage = false
5555
postsOnHomePage = 5
5656

57-
dateFormat = "01-02-2006"
57+
dateFormat = "02-01-2006"
5858

5959
show_updated = true
6060
showReadTime = true
6161

6262
[[params.social]]
6363
name = "github"
6464
link = "https://github.com/bhackari"
65+
66+
[[params.social]]
67+
name = "ctftime"
68+
link = "https://ctftime.org/team/194130"
6569

6670
[[params.social]]
6771
name = "email"

0 commit comments

Comments
 (0)