Commit e892d92
authored
Use 3 levels of scope of data files (#36)
Data can now be in a separate namespace (in this case, the file name
without extension) so that data coming from files like bibtex are better
scoped. The updated rules around data files would be:
* `{page}.{ext}`: added to the namespace of only `{page}.md`
* `index.{ext}`: added to the namespace of each page in a folder.
* `{data}.{ext}`: added to each page in a folder but in its own
namespace `{data}`
Previously, the yaml/json files put things under one or two variables,
like "education" or "publications". Now, that level can be removed and
set by the data file name instead.1 parent c7bdb1a commit e892d92
2 files changed
+6
-3
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
109 | 112 | | |
110 | 113 | | |
111 | 114 | | |
| |||
0 commit comments