瀏覽代碼

config: Document how to link to a resume/CV

Close #478
George Cushen 7 年之前
父節點
當前提交
c42f4a8cf2
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      exampleSite/config.toml

+ 13 - 0
exampleSite/config.toml

@@ -246,6 +246,12 @@ enableGitInfo = false
     icon_pack = "fa"
     link = "//github.com/gcushen"
 
+  # Link to a PDF of your resume/CV from the About widget.
+  # To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
+  # [[params.social]]
+  #   icon = "cv"
+  #   icon_pack = "ai"
+  #   link = "files/cv.pdf"
 
 # Navigation Links
 #   To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
@@ -285,6 +291,13 @@ enableGitInfo = false
   url = "#contact"
   weight = 6
 
+# Link to a PDF of your resume/CV from the menu.
+# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
+# [[menu.main]]
+#    name = "CV"
+#    url = "files/cv.pdf"
+#    weight = 7
+
 # Taxonomies.
 [taxonomies]
   tag = "tags"