12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "keys": [
- {
- "path": [
- "title"
- ],
- "id": "title",
- "weight": 1,
- "src": "title",
- "getFn": null
- },
- {
- "path": [
- "content"
- ],
- "id": "content",
- "weight": 1,
- "src": "content",
- "getFn": null
- }
- ],
- "records": [
- {
- "i": 0,
- "$": {
- "0": {
- "v": "Home",
- "n": 1
- },
- "1": {
- "v": "---\nlayout: base\ntitle: Home\n---\n\n# Welcome to My Static Site\n\nThis is the homepage content.\n\n",
- "n": 0.289
- }
- }
- },
- {
- "i": 1,
- "$": {
- "0": {
- "v": "Page 1",
- "n": 0.707
- },
- "1": {
- "v": "---\nlayout: base\ntitle: Page 1\n---\n\n# Page 1\n\nThis is the content of page 1.\n\n",
- "n": 0.289
- }
- }
- },
- {
- "i": 2,
- "$": {
- "0": {
- "v": "Page 2",
- "n": 0.707
- },
- "1": {
- "v": "---\nlayout: base\ntitle: Page 2\n---\n\n# Page 2\n\nThis is the content of page 2.\n\n",
- "n": 0.289
- }
- }
- },
- {
- "i": 3,
- "$": {
- "0": {
- "v": "Search",
- "n": 1
- },
- "1": {
- "v": "---\nlayout: base\ntitle: Search\npermalink: /search/\nsearchIndex: {{ collections.searchIndex | jsonify }}\n---\n<div>\n <input type=\"text\" id=\"search-input\" placeholder=\"Search...\">\n <ul id=\"results\"></ul>\n</div>\n<script src=\"https://cdn.jsdelivr.net/npm/fuse.js\"></script>\n<script src=\"/js/search.js\"></script>\n",
- "n": 0.243
- }
- }
- }
- ]
- }
|