فهرست منبع

:sparkles: Refactor archetypes

George Cushen 9 سال پیش
والد
کامیت
45bd191544
5فایلهای تغییر یافته به همراه6 افزوده شده و 3 حذف شده
  1. 0 1
      archetypes/default.md
  2. 1 0
      archetypes/home.md
  3. 1 0
      archetypes/post.md
  4. 2 1
      archetypes/project.md
  5. 2 1
      archetypes/publication.md

+ 0 - 1
archetypes/default.md

@@ -1,3 +1,2 @@
 +++
-math = false
 +++

+ 1 - 0
archetypes/home.md

@@ -1,4 +1,5 @@
 +++
+subtitle = ""
 section_id = 10
 weight = 10
 +++

+ 1 - 0
archetypes/post.md

@@ -1,5 +1,6 @@
 +++
 image = ""
 image_preview = ""
+math = false
 tags = []
 +++

+ 2 - 1
archetypes/project.md

@@ -3,6 +3,7 @@ tags = []
 summary = ""
 image = ""
 image_preview = ""
+math = false
 client_name = ""
 external_link = ""
-+++
++++

+ 2 - 1
archetypes/publication.md

@@ -3,6 +3,7 @@ abstract = ""
 authors = [""]
 image = ""
 image_preview = ""
+math = false
 publication = ""
 url_pdf = ""
 url_code = ""
@@ -10,4 +11,4 @@ url_dataset = ""
 url_project = ""
 url_slides = ""
 url_video = ""
-+++
++++