You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Async action for creating/updating the requested data file. It validates the given filename and data before the PUT request.
155
+
Async action for creating/updating the requested data file. It validates the given filename and data before the PUT request if the `source` equals `editor` or `null`.
156
+
When the `source` is `gui`, the requested file is updated by parsing user input into valid YAML.
Copy file name to clipboardexpand all lines: spec/fixtures/site/_data/template-config.yml
+20-1
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,34 @@
10
10
# These are used to personalize your new site. If you look in the HTML files, you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
11
11
# You can create any custom variable you would like, and they will be accessible in the templates via {{ site.myvariable }}.
0 commit comments