site.toml 749 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. [site]
  2. name = "WenLab"
  3. slogan = "do together"
  4. description = "we'd love to contribute"
  5. title = "weblab.co | Art of tech"
  6. author = "wenlab"
  7. homepage = "https://wenlab.co"
  8. favicon = "assets/img/icon.png"
  9. logo = "assets/img/logo.png"
  10. keywords = "word,key"
  11. phone = "01-34322"
  12. email = "xx@yy.com"
  13. address = "location"
  14. copyright = "© Copyright - air studio - All rights reserved."
  15. intro = "fjidfk"
  16. nonce = 1
  17. theme = "default"
  18. [[ nav ]]
  19. text = "Home"
  20. url = "index.html"
  21. [[ nav ]]
  22. text = "Portfolio"
  23. url = "portfolio.html"
  24. [[ nav ]]
  25. text = "Blog"
  26. url = "blog.html"
  27. [[ nav ]]
  28. text = "About"
  29. url = "about.html"
  30. [[ nav ]]
  31. text = "Contact"
  32. url = "contact.html"
  33. [socials]
  34. twitter = ""
  35. facebook = ""
  36. linkedin = ""
  37. dribbble = ""
  38. telegram = ""
  39. github = ""