Skip to content

Commit 7c28bfe

Browse files
João Thallisjoaothallis
authored andcommitted
Configure
1 parent 22f26fc commit 7c28bfe

File tree

4 files changed

+17
-61
lines changed

4 files changed

+17
-61
lines changed

assets/img/author.jpeg

399 KB
Loading

config/_default/config.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
# Refer to the theme docs for more details about each of these parameters.
33
# https://jpanther.github.io/congo/docs/getting-started/
44

5-
# baseURL = "https://your_domain.com/"
5+
baseURL = "https://joaothallis.github.io/"
6+
languageCode = "en"
7+
68
defaultContentLanguage = "en"
79

810
enableRobotsTXT = true

config/_default/languages.en.toml

Lines changed: 14 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -5,58 +5,23 @@ isoCode = "en"
55
weight = 1
66
rtl = false
77

8-
title = "Congo"
8+
title = "João Thallis"
99
# logo = "img/logo.jpg"
10-
# description = "My awesome website"
10+
description = "Website about tech"
1111
# copyright = "Copy, _right?_ :thinking_face:"
1212

1313
dateFormat = "2 January 2006"
1414

1515
[author]
16-
# name = "Your name here"
17-
# image = "img/author.jpg"
18-
# headline = "I'm only human"
19-
# bio = "A little bit about you"
20-
# links = [
21-
# { email = "mailto:hello@your_domain.com" },
22-
# { link = "https://link-to-some-website.com/" },
23-
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
24-
# { apple = "https://www.apple.com" },
25-
# { blogger = "https://username.blogspot.com/" },
26-
# { codepen = "https://codepen.io/username" },
27-
# { dev = "https://dev.to/username" },
28-
# { discord = "https://discord.gg/invitecode" },
29-
# { dribbble = "https://dribbble.com/username" },
30-
# { facebook = "https://facebook.com/username" },
31-
# { flickr = "https://www.flickr.com/photos/username/" },
32-
# { foursquare = "https://foursquare.com/username" },
33-
# { github = "https://github.com/username" },
34-
# { gitlab = "https://gitlab.com/username" },
35-
# { google = "https://www.google.com/" },
36-
# { hashnode = "https://username.hashnode.dev" },
37-
# { instagram = "https://instagram.com/username" },
38-
# { keybase = "https://keybase.io/username" },
39-
# { kickstarter = "https://www.kickstarter.com/profile/username" },
40-
# { lastfm = "https://lastfm.com/user/username" },
41-
# { linkedin = "https://linkedin.com/in/username" },
42-
# { mastodon = "https://mastodon.instance/@username" },
43-
# { medium = "https://medium.com/username" },
44-
# { microsoft = "https://www.microsoft.com/" },
45-
# { orcid = "https://orcid.org/userid" },
46-
# { patreon = "https://www.patreon.com/username" },
47-
# { pinterest = "https://pinterest.com/username" },
48-
# { reddit = "https://reddit.com/user/username" },
49-
# { researchgate = "https://www.researchgate.net/profile/username" },
50-
# { slack = "https://workspace.url/team/userid" },
51-
# { snapchat = "https://snapchat.com/add/username" },
52-
# { soundcloud = "https://soundcloud.com/username" },
53-
# { stack-overflow = "https://stackoverflow.com/users/userid/username" },
54-
# { steam = "https://steamcommunity.com/profiles/userid" },
55-
# { telegram = "https://t.me/username" },
56-
# { tiktok = "https://tiktok.com/@username" },
57-
# { tumblr = "https://username.tumblr.com" },
58-
# { twitch = "https://twitch.tv/username" },
59-
# { twitter = "https://twitter.com/username" },
60-
# { whatsapp = "https://wa.me/phone-number" },
61-
# { youtube = "https://youtube.com/username" },
62-
# ]
16+
name = "João Thallis"
17+
image = "img/author.jpeg"
18+
headline = "I'm a software developer"
19+
bio = "Living in the line between tech and art"
20+
links = [
21+
{ email = "mailto:joaothallis@icloud.com" },
22+
{ github = "https://github.com/joaothallis" },
23+
{ keybase = "https://keybase.io/joaothallis" },
24+
{ linkedin = "https://linkedin.com/in/joaothallis" },
25+
{ soundcloud = "https://soundcloud.com/joaothallis" },
26+
{ youtube = "https://youtube.com/@joaothallis" }
27+
]

config/_default/menus.en.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,6 @@
1515
pageRef = "posts"
1616
weight = 10
1717

18-
[[main]]
19-
name = "Categories"
20-
pageRef = "categories"
21-
weight = 20
22-
23-
[[main]]
24-
name = "Tags"
25-
pageRef = "tags"
26-
weight = 30
27-
28-
2918
# -- Footer Menu --
3019
# The footer menu is displayed at the bottom of the page, just before
3120
# the copyright notice. Configure as per the main menu above.

0 commit comments

Comments
 (0)