加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
search_data.json 642 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sachin Chopra 提交于 2019-08-05 16:04 . Search-data.json script added
---
layout: null
---
{
"_":{
"title":"",
"content":"",
"url":""
}
{% for page in site.pages %}
{% if page.url != "/404.html" and page.url != "/search_data.json" and page.url!= "/assets/css/style.css" and page.url != "/" and page.url != "/style.css" and page.title and page.breadcrumb and page.title != "Main"%},
"{{ page.url | slugify }}": {
"title": "{{ page.title | xml_escape }}",
"breadcrumb": "{{ page.breadcrumb }}",
"content" : "{{page.content | strip_html | strip_newlines | escape | remove: "\"}}",
"url": " {{ page.url | xml_escape }}"
}
{% endif %}
{% endfor %}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化