Mobile-responsive personal website, generated using Hugo. https://kevin-mok.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
865 B

  1. # baseURL: http://localhost:1313/
  2. baseURL: https://kevin-mok.com/
  3. # baseURL: /home/kevin/coding/mf-site/public
  4. languageCode: en-us
  5. # title: Kevin Mok's Website
  6. title: Kevin Mok
  7. # theme: base16
  8. enableRobotsTXT: true
  9. pygmentsUseClassic: true
  10. params:
  11. author: Kevin Mok
  12. description: I'm a Computer Science (CS) student at the University of Toronto and an avid Linux/FOSS user. Come check out my personal site!
  13. menu:
  14. main:
  15. - name: resume
  16. url: /resume
  17. weight: 1
  18. # - name: posts/
  19. # url: /posts
  20. # weight: 6
  21. - name: server
  22. url: /server
  23. weight: 7
  24. - name: config
  25. url: /config
  26. weight: 10
  27. - name: card
  28. url: /card
  29. weight: 15
  30. - name: letter
  31. url: /letter
  32. weight: 17
  33. # - name: credits
  34. # url: /credits
  35. # weight: 20
  36. blackfriday:
  37. plainIDAnchors: true
  38. hrefTargetBlank: true
  39. disableKinds: ["RSS"]