Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/brycematheson/allegiant.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..3059707
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,10 @@
+baseurl = "http://brycematheson.github.io/brycematheson.io/"
+languageCode = "en-us"
+title = "Allegiant"
+copyright = "© Allegiant. All Rights Reserved." # Copyright notice. This will be displayed in the footer.
+canonifyurls = true
+
+[params]
+ ga_api_key = "Your Google Analytics tracking id" # Google Analytics API key.
+ avatar = "../../img/avatar.jpg"
+ bio = "Bryce Matheson works as a Windows Systems Administrator for a small IT company based out of Idaho Falls. When not consumed by work, Bryce enjoys dabbling with web development and whatever other technologies are currently tickling his fancy. This site is a place to document his learning." \ No newline at end of file