-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
55 lines (55 loc) · 1.82 KB
/
config.toml
File metadata and controls
55 lines (55 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
baseURL = "https://me.bitfiend.com/"
languageCode = "en-us"
theme = "MM-Blog"
title = "BitFiend Coder"
[params]
NotFoundText = "Uh oh... looks like the page your looking for isn't here."
description = "I am a full-stack software developer with a focus on web technologies. I love building digital solutions for people in order to make their lives better. I'm always trying out new projects and technologies to further better my craft. My personal coding philosophy is: simpler is always better, try to be language/framework agnostic, and never assume anything."
email = "your@email.com"
headline = "Big bearded Full-Stack Developer with an obsession for red plaid and clean code."
name = "Amos Garner"
[params.footer]
location = "TN"
[[params.index.columns]]
description = "meandering monologues, objective opinions, and humorous heresy."
link = "/blog"
link_text = "Learn More"
title = "Blog"
[[params.index.columns]]
description = "Information about my background, education, and experience."
link = "/resume"
link_text = "Learn More"
title = "Resumé"
[params.navigation]
link = "/"
[[params.navigation.right.links]]
link = "/blog"
title = "Blog"
[[params.navigation.right.links]]
link = "/presentations"
title = "Presentations"
[[params.navigation.right.links]]
link = "/resume"
title = "Resumé"
[[params.navigation.right.links]]
link = "/contact"
title = "Contact"
[params.navigation.social]
icon = "link"
prefix = "fas"
title = "Social Media"
[[params.navigation.social.links]]
icon = "linkedin"
link = "https://www.linkedin.com/in/amos-garner-34630694/"
prefix = "fab"
title = "LinkedIn"
[[params.navigation.social.links]]
icon = "twitter-square"
link = "https://twitter.com/BitFiendCoder"
prefix = "fab"
title = "Twitter"
[[params.navigation.social.links]]
icon = "github-square"
link = "https://github.com/AmosGarner"
prefix = "fab"
title = "Github"