| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- baseURL = "http://hmjstudiosllc.com/"
- languageCode = "en-us"
- title = "hmjStudios, llc"
- googleAnalytics = ""
- [params]
- author = "Heather Johnston"
- description = "hmjStudios llc"
- accent = "red"
- showBorder = true
- backgroundColor = "white"
- font = "Raleway" # should match the name on Google Fonts!
- highlight = true
- highlightStyle = "solarized-dark"
- copyright = "© All rights reserved."
- [[menu.main]]
- url = "/"
- name = "Home"
- weight = 1
- [[menu.main]]
- url = "/policies/"
- name = "Policies"
- weight = 2
- [[menu.main]]
- url = "/pricing/"
- name = "Pricing"
- weight = 3
- [[menu.main]]
- url = "/resources/"
- name = "Resources"
- weight = 3
- # Social icons to be shown on the right-hand side of the navigation bar
- # The "name" field should match the name of the icon to be used
- # The list of available icons can be found at http://fontawesome.io/icons/
- [[menu.icon]]
- url = "hmjstudiosllc@gmail.com"
- name = "envelope-o"
- weight = 1
|