Skip to content

Commit

Permalink
add ar
Browse files Browse the repository at this point in the history
  • Loading branch information
rayyangh committed Nov 25, 2024
1 parent 0c941a9 commit 3452b6f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions config/_default/languages.ar.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
languageCode = "ar"
languageName = "Arabic"
weight = 2
title = "Gray Blowfish"
contentDir = 'content/pt'


[params]
displayName = "AR"
isoCode = "ar"
rtl = true
# logo = "img/logo.png"
description = "O meu website awesome"
# copyright = "Copy, _right?_ :thinking_face:"

dateFormat = "2 January 2006"

[params.author]
name = "Gray Blowfish"
image = "img/avatar.png"
headline = "a headline"
bio = "A little bit about you"
links = [
{ link = "https://nunocoracao.github.io/blowfish/" },
{ github = "https://github.com/nunocoracao/blowfish" },
{ x-twitter = "https://twitter.com/burufugu" }
]
2 changes: 1 addition & 1 deletion config/_default/languages.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ isoCode = "en"
rtl = false
description = "My awesome website"
dateFormat = "2 January 2006"
author = { name = "Gray Blowfish", image = "img/avatar.png", headline = "This is my very simple profile website with my links", bio = "A little bit about you", links = [ { link = "https://nunocoracao.github.io/blowfish/" }, { github = "https://github.com/nunocoracao/blowfish" }, { x-twitter = "https://twitter.com/burufugu" } ] }
author = { name = "Rayyan", image = "img/avatar.png", headline = "This is my very simple profile website with my links", bio = "A little bit about you", links = [ { link = "https://nunocoracao.github.io/blowfish/" }, { github = "https://github.com/nunocoracao/blowfish" }, { x-twitter = "https://twitter.com/burufugu" } ] }

0 comments on commit 3452b6f

Please sign in to comment.