diff --git a/config/_default/languages.ar.toml b/config/_default/languages.ar.toml new file mode 100644 index 0000000..930082b --- /dev/null +++ b/config/_default/languages.ar.toml @@ -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" } + ] \ No newline at end of file diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 7f21926..169ab69 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -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" } ] }