feat: init

This commit is contained in:
Nick 2024-11-11 00:43:03 -06:00
parent 7145b8a9fa
commit 718a9ecaa7
11 changed files with 320 additions and 207 deletions

View file

@ -1,4 +1,13 @@
module Config.Identity exposing (..)
myName : String
myName = "The Nutrivore"
homeName : String
homeName = "The Nutrivore"
platformName : String
platformName = homeName ++ " | Platforms"
servicesName : String
servicesName = homeName ++ " | Services"
supportName : String
supportName = homeName ++ " | Support"