We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4303b84 commit 151628aCopy full SHA for 151628a
1 file changed
hugo.toml
@@ -1,4 +1,4 @@
1
-baseURL = 'https://bhackari.github.io/'
+baseURL = 'https://bhackari/'
2
languageCode = 'en-us'
3
title = 'bhackari'
4
theme = 'cactus'
@@ -54,14 +54,18 @@ weight = 4
54
showAllPostsOnHomePage = false
55
postsOnHomePage = 5
56
57
- dateFormat = "01-02-2006"
+ dateFormat = "02-01-2006"
58
59
show_updated = true
60
showReadTime = true
61
62
[[params.social]]
63
name = "github"
64
link = "https://github.com/bhackari"
65
+
66
+ [[params.social]]
67
+ name = "ctftime"
68
+ link = "https://ctftime.org/team/194130"
69
70
71
name = "email"
0 commit comments