{-# LANGUAGE OverloadedStrings #-}
module Config.Author (
authorName
, authorJobTitle
, authorGithub
, authorTwitter
, authorStackOverflow
, authorDescriptionEn
, authorDescriptionJa
) where
authorName :: String
authorName :: String
authorName = String
"Roki"
authorJobTitle :: String
authorJobTitle :: String
authorJobTitle = String
"Software Engineer"
authorGithub :: String
authorGithub :: String
authorGithub = String
"falgon"
authorTwitter :: String
= String
"roki_r7"
authorStackOverflow :: String
authorStackOverflow :: String
authorStackOverflow = String
"8345717"
authorDescriptionEn :: String
authorDescriptionEn :: String
authorDescriptionEn = String
"Haskell enthusiast and Disney data analyst"
authorDescriptionJa :: String
authorDescriptionJa :: String
authorDescriptionJa = String
"Haskell愛好家、Disneyデータアナリスト"