config.toml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551
  1. baseurl = "https://devcows.github.io/hugo-universal-theme/" # Configure URL. if using gh-pages https://github.com/<username>/hugo-universal-theme URL: https://<username>.github.io/hugo-universal-theme/
  2. title = "Universal"
  3. theme = "hugo-universal-theme"
  4. themesDir = "../.."
  5. languageCode = "en-us"
  6. # Site language. Available translations in the theme's `/i18n` directory.
  7. defaultContentLanguage = "en"
  8. # Enable comments by entering your Disqus shortname
  9. disqusShortname = "devcows"
  10. # Enable Google Analytics by entering your tracking code
  11. googleAnalytics = ""
  12. # number of words of summarized post content (default 70)
  13. summaryLength = 70
  14. # Define the number of posts per page
  15. paginate = 10
  16. # not pluralize title pages by default
  17. pluralizelisttitles = false
  18. [menu]
  19. # Main menu
  20. [[menu.main]]
  21. name = "Home"
  22. identifier = "menu.home"
  23. url = "/"
  24. weight = 1
  25. [[menu.main]]
  26. name = "Option 1: Default Page"
  27. url = "/"
  28. weight = 1
  29. parent = "menu.home"
  30. [[menu.main]]
  31. name = "Option 2: Application"
  32. url = "/"
  33. weight = 2
  34. parent = "menu.home"
  35. [[menu.main]]
  36. name = "Option 3: Startup"
  37. url = "/"
  38. weight = 3
  39. parent = "menu.home"
  40. [[menu.main]]
  41. name = "Option 4: Agency"
  42. url = "/"
  43. weight = 4
  44. parent = "menu.home"
  45. [[menu.main]]
  46. name = "Option 5: Portfolio"
  47. url = "/"
  48. weight = 5
  49. parent = "menu.home"
  50. [[menu.main]]
  51. name = "Features"
  52. identifier = "menu.features"
  53. url = "/img/template-easy-customize.png"
  54. weight = 3
  55. [[menu.main]]
  56. name = "Shortcodes"
  57. identifier = "section.shortcodes"
  58. url = ""
  59. weight = 1
  60. parent = "menu.features"
  61. post = 1
  62. [[menu.main]]
  63. name = "Header variations"
  64. identifier = "section.headervariations"
  65. url = ""
  66. weight = 2
  67. parent = "menu.features"
  68. post = 2
  69. [[menu.main]]
  70. name = "Accordions"
  71. url = ""
  72. weight = 1
  73. parent = "section.shortcodes"
  74. [[menu.main]]
  75. name = "Alerts"
  76. url = ""
  77. weight = 2
  78. parent = "section.shortcodes"
  79. [[menu.main]]
  80. name = "Buttons"
  81. url = ""
  82. weight = 3
  83. parent = "section.shortcodes"
  84. [[menu.main]]
  85. name = "Content Boxes"
  86. url = ""
  87. weight = 4
  88. parent = "section.shortcodes"
  89. [[menu.main]]
  90. name = "Horizontal Blocks"
  91. url = ""
  92. weight = 5
  93. parent = "section.shortcodes"
  94. [[menu.main]]
  95. name = "Pagination"
  96. url = ""
  97. weight = 6
  98. parent = "section.shortcodes"
  99. [[menu.main]]
  100. name = "Tabs"
  101. url = ""
  102. weight = 7
  103. parent = "section.shortcodes"
  104. [[menu.main]]
  105. name = "Typography"
  106. url = ""
  107. weight = 8
  108. parent = "section.shortcodes"
  109. [[menu.main]]
  110. name = "Default Sticky Header"
  111. url = ""
  112. weight = 1
  113. parent = "section.headervariations"
  114. [[menu.main]]
  115. name = "No Sticky Header"
  116. url = ""
  117. weight = 2
  118. parent = "section.headervariations"
  119. [[menu.main]]
  120. name = "Light Header"
  121. url = ""
  122. weight = 3
  123. parent = "section.headervariations"
  124. [[menu.main]]
  125. name = "Portfolio"
  126. identifier = "menu.portfolio"
  127. url = "/img/template-homepage.png"
  128. weight = 3
  129. [[menu.main]]
  130. name = "Portfolio"
  131. identifier = "section.portfolio"
  132. url = ""
  133. weight = 1
  134. parent = "menu.portfolio"
  135. post = 1
  136. [[menu.main]]
  137. name = "2 Columns"
  138. url = ""
  139. weight = 1
  140. parent = "section.portfolio"
  141. [[menu.main]]
  142. name = "2 Columns With Negative Space"
  143. url = ""
  144. weight = 2
  145. parent = "section.portfolio"
  146. [[menu.main]]
  147. name = "3 Columns"
  148. url = ""
  149. weight = 3
  150. parent = "section.portfolio"
  151. [[menu.main]]
  152. name = "3 Columns With Negative Space"
  153. url = ""
  154. weight = 4
  155. parent = "section.portfolio"
  156. [[menu.main]]
  157. name = "4 Columns"
  158. url = ""
  159. weight = 5
  160. parent = "section.portfolio"
  161. [[menu.main]]
  162. name = "4 Columns With Negative Space"
  163. url = ""
  164. weight = 6
  165. parent = "section.portfolio"
  166. [[menu.main]]
  167. name = "Portfolio - detail"
  168. url = ""
  169. weight = 7
  170. parent = "section.portfolio"
  171. [[menu.main]]
  172. name = "Portfolio - detail 2"
  173. url = ""
  174. weight = 8
  175. parent = "section.portfolio"
  176. [[menu.main]]
  177. name = "About"
  178. identifier = "section.about"
  179. url = ""
  180. weight = 2
  181. parent = "menu.portfolio"
  182. post = 2
  183. [[menu.main]]
  184. name = "About Us"
  185. url = ""
  186. weight = 1
  187. parent = "section.about"
  188. [[menu.main]]
  189. name = "Our Team"
  190. url = ""
  191. weight = 2
  192. parent = "section.about"
  193. [[menu.main]]
  194. name = "Marketing"
  195. identifier = "section.marketing"
  196. url = ""
  197. weight = 3
  198. parent = "menu.portfolio"
  199. post = 2
  200. [[menu.main]]
  201. name = "Packages"
  202. url = ""
  203. weight = 1
  204. parent = "section.marketing"
  205. [[menu.main]]
  206. name = "All Pages"
  207. identifier = "menu.allpages"
  208. url = ""
  209. weight = 4
  210. [[menu.main]]
  211. name = "Home"
  212. identifier = "section.ap-home"
  213. url = ""
  214. weight = 1
  215. parent = "menu.allpages"
  216. post = 1
  217. [[menu.main]]
  218. name = "About"
  219. identifier = "section.ap-about"
  220. url = ""
  221. weight = 2
  222. parent = "menu.allpages"
  223. post = 1
  224. [[menu.main]]
  225. name = "Marketing"
  226. identifier = "section.ap-marketing"
  227. url = ""
  228. weight = 3
  229. parent = "menu.allpages"
  230. post = 1
  231. [[menu.main]]
  232. name = "Portfolio"
  233. identifier = "section.ap-portfolio"
  234. url = ""
  235. weight = 1
  236. parent = "menu.allpages"
  237. post = 2
  238. [[menu.main]]
  239. name = "User Pages"
  240. identifier = "section.ap-userpages"
  241. url = ""
  242. weight = 2
  243. parent = "menu.allpages"
  244. post = 2
  245. [[menu.main]]
  246. name = "Shop"
  247. identifier = "section.ap-shop"
  248. url = ""
  249. weight = 1
  250. parent = "menu.allpages"
  251. post = 3
  252. [[menu.main]]
  253. name = "Shop - Order Process"
  254. identifier = "section.ap-shoporderprocess"
  255. url = ""
  256. weight = 2
  257. parent = "menu.allpages"
  258. post = 3
  259. [[menu.main]]
  260. name = "Contact"
  261. identifier = "section.ap-contact"
  262. url = ""
  263. weight = 1
  264. parent = "menu.allpages"
  265. post = 4
  266. [[menu.main]]
  267. name = "Pages"
  268. identifier = "section.ap-pages"
  269. url = ""
  270. weight = 2
  271. parent = "menu.allpages"
  272. post = 4
  273. [[menu.main]]
  274. name = "Blog"
  275. identifier = "section.ap-blog"
  276. url = "/blog/"
  277. weight = 3
  278. parent = "menu.allpages"
  279. post = 4
  280. [[menu.main]]
  281. name = "Blog Listing Big"
  282. url = "/blog/"
  283. weight = 1
  284. parent = "section.ap-blog"
  285. [[menu.main]]
  286. name = "Blog"
  287. identifier = "menu.blog"
  288. url = "/blog/"
  289. weight = 5
  290. [[menu.main]]
  291. name = "FAQ"
  292. identifier = "menu.faq"
  293. url = "/faq/"
  294. weight = 6
  295. [[menu.main]]
  296. identifier = "contact"
  297. name = "Contact"
  298. url = "/contact/"
  299. weight = 7
  300. # Top bar social links menu
  301. [[menu.topbar]]
  302. weight = 1
  303. name = "Phone"
  304. url = "tel:+12 34 567 89 01"
  305. pre = "<i class='fas fa-2x fa-phone'></i>"
  306. [[menu.topbar]]
  307. weight = 2
  308. name = "GitHub"
  309. url = "https://github.com/devcows/hugo-universal-theme"
  310. pre = "<i class='fab fa-2x fa-github'></i>"
  311. [[menu.topbar]]
  312. weight = 3
  313. name = "Facebook"
  314. url = "http://facebook.com"
  315. pre = "<i class='fab fa-2x fa-facebook'></i>"
  316. [[menu.topbar]]
  317. weight = 4
  318. name = "Twitter"
  319. url = "http://twitter.com"
  320. pre = "<i class='fab fa-2x fa-twitter'></i>"
  321. [[menu.topbar]]
  322. weight = 5
  323. name = "Email"
  324. url = "mailto:hello@universal.com"
  325. pre = "<i class='fas fa-2x fa-envelope'></i>"
  326. [params]
  327. viewMorePostLink = "/blog/"
  328. author = "DevCows"
  329. defaultKeywords = ["devcows", "hugo", "go"]
  330. mainSections = ["blog"]
  331. defaultDescription = "Site template made by Devcows using Hugo"
  332. # Social media
  333. facebook_site = "" # the Facebook handle of your site ('https://www.facebook.com/HANDLE')
  334. twitter_site = "GoHugoIO" # the Twitter handle of your site (without the '@')
  335. default_sharing_image = "img/sharing-default.png"
  336. # Google Maps widget: If `googleMapsApiKey` is not set, no key will be passed to Google (which likely results in a broken map widget).
  337. enableGoogleMaps = true
  338. googleMapsApiKey = "AIzaSyAv7Sza8NSp9_l_g8G2vlo0H4ydEPn_2jY"
  339. latitude = "-12.043333"
  340. longitude = "-77.028333"
  341. # Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
  342. style = "default"
  343. # Since this template is static, the contact form uses www.formspree.io as a
  344. # proxy. The form makes a POST request to their servers to send the actual
  345. # email. Visitors can send up to a 50 emails each month for free.
  346. #
  347. # What you need to do for the setup?
  348. #
  349. # - register your account to https://formspree.io/register
  350. # - login and create new form
  351. # - set your form's endpoint url under 'formspree_action' below
  352. # - upload the generated site to your server
  353. # - test a dummy email yourself
  354. # - you're done. Happy mailing!
  355. #
  356. # Enable the contact form by entering your Formspree.io endpoint url
  357. formspree_action = "https://formspree.io/sample/of/endpoint"
  358. contact_form_ajax = false
  359. # Formspree form supports Google reCAPTCHA Key (type v2).
  360. # If you use this feature, you should enable reCAPTCHA feature in the Formspree dashboard.
  361. #
  362. # By default, Formspree use a redirect page for recaptcha widget.
  363. # If you use a recaptcha widget in your contact page, you should do next steps.
  364. # (if you don't want, skip these steps)
  365. #
  366. # 1. register your site on Google recaptcha admin page: https://www.google.com/recaptcha/admin
  367. # 2. select reCAPTCHA v2 and checkbox widget type.
  368. # 3. remember site key and secret key.
  369. # 4. enter secret key into "Custom reCAPTCHA Key" field in your Formspree form setting page.
  370. # 5. change `enableRecaptchaInContactForm` is to true
  371. # 6. enter site key into `googleRecaptchaKey` to enable a recaptcha widget in your page.
  372. #
  373. enableRecaptchaInContactForm = false
  374. googleRecaptchaKey = "site_key_for_google_recaptcha"
  375. about_us = "<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>"
  376. copyright = "Copyright (c) 2015 - 2016, YourCompany; all rights reserved."
  377. # Format dates with Go's time formatting
  378. date_format = "January 2, 2006"
  379. dropdown_mouse_over = false
  380. disabled_logo = false
  381. logo_text = "Universal"
  382. logo = "img/logo.png"
  383. logo_small = "img/logo-small.png"
  384. contact_url = "/contact"
  385. address = """<p class="text-uppercase"><strong>Universal Ltd.</strong>
  386. <br>13/25 New Avenue
  387. <br>Newtown upon River
  388. <br>45Y 73J
  389. <br>England
  390. <br>
  391. <strong>Great Britain</strong>
  392. </p>
  393. """
  394. [permalinks]
  395. blog = "/blog/:year/:month/:day/:filename/"
  396. # Enable or disable top bar with social icons
  397. [params.topbar]
  398. enable = true
  399. text = """<p class="hidden-sm hidden-xs">Contact us on +420 777 555 333 or hello@universal.com.</p>
  400. <p class="hidden-md hidden-lg"><a href="tel:+420 777 555 333" data-animate-hover="pulse"><i class="fas fa-phone"></i></a>
  401. <a href="mailto:hello@universal.com" data-animate-hover="pulse"><i class="fas fa-envelope"></i></a>
  402. </p>
  403. """
  404. # Enable and disable widgets for the right sidebar
  405. [params.widgets]
  406. categories = true
  407. tags = true
  408. search = true
  409. [params.carouselCustomers]
  410. items = 6
  411. auto_play = false
  412. slide_speed = 2000
  413. pagination_speed = 1000
  414. [params.carouselTestimonials]
  415. items = 4
  416. auto_play = false
  417. slide_speed = 2000
  418. pagination_speed = 1000
  419. [params.carouselHomepage]
  420. # All carousel items are defined in their own files. You can find example items
  421. # at 'exampleSite/data/carousel'.
  422. # For more information take a look at the README.
  423. enable = true
  424. auto_play = true
  425. slide_speed = 2000
  426. pagination_speed = 1000
  427. [params.features]
  428. enable = true
  429. cols = 3 # Default: 3, Available values 2,3,4,6
  430. # All features are defined in their own files. You can find example items
  431. # at 'exampleSite/data/features'.
  432. # For more information take a look at the README.
  433. [params.testimonials]
  434. enable = true
  435. # All testimonials are defined in their own files. You can find example items
  436. # at 'exampleSite/data/testimonials'.
  437. # For more information take a look at the README.
  438. title = "Testimonials"
  439. subtitle = "We have worked with many clients and we always like to hear they come out from the cooperation happy and satisfied. Have a look what our clients said about us."
  440. [params.see_more]
  441. enable = true
  442. icon = "far fa-file-alt"
  443. title = "Do you want to see more?"
  444. subtitle = "We have prepared for you more than 40 different HTML pages, including 5 variations of homepage."
  445. link_url = "#"
  446. link_text = "Check other homepages"
  447. [params.clients]
  448. enable = true
  449. # All clients are defined in their own files. You can find example items
  450. # at 'exampleSite/data/clients'.
  451. # For more information take a look at the README.
  452. title = "Our Clients"
  453. subtitle = ""
  454. [params.recent_posts]
  455. enable = true
  456. title = "From our blog"
  457. subtitle = "Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo."
  458. hide_summary = false
  459. [params.footer.recent_posts]
  460. enable = true
  461. [taxonomies]
  462. category = "categories"
  463. tag = "tags"
  464. author = "authors"