加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
data.json5 3.42 KB
一键复制 编辑 原始数据 按行查看 历史
pengchunlin 提交于 2020-09-17 17:58 . pcl
{
// 页面title
title: "JOY - Kwongwaiwai ",
// 社交链接
social: {
github: "https://github.com/qq1073007",
twitter: "https://twitter.com/qq1073007",
linkedin: "https://www.linkedin.com/in/qq1073007/",
},
// banner页
banner: {
anchor: {
id: "banner",
icon: "home",
name: "首页",
},
title: "Kongwaiwai",
desc: [
"岭南妹子",
"JOY的现女友",
"老师一枚",
"花名66",
"工作两载多",
],
},
// 正文
// 不要修改各模块的 anchor.id
// 通过display控制模块是否展示
// 通过列表顺序控制模块展示顺序
modules: [
// 关于页
{
display: true,
anchor: {
id: "about",
icon: "user",
name: "关于"
},
header: {
title: "information",
subtitle: "about me",
},
content: {
name: "邝红卉",
desc: [
"自不同凡卉",
"看时几日回",
],
md: "红卉,生于岭南,南方妹子,苦读十二载,后求学于岭南师范学院~\
\n『**快乐、幸福、满足、心安**』这是男友给予的八字真言,经历四年本科生涯,良师益友收获颇多~\
\n教学之际偶遇佳人,之后终成正果,希望有小窝一间、平平淡淡、快快乐乐~\
\n前有民乐扬琴、后学洋乐钢琴,与JOY琴瑟和弦,岂不美哉~\
\n工作两载,三城奔波,累哉累哉,自知其中快乐~",
},
// key - value 数量及内容完全自定义,链接自动识别
keys: {
"微博": "https://weibo.com/u/2730826970?is_all=1",
"抖音": "http://user.qzone.qq.com/1134953663?source=aiostar",
"空间": "https://user.qzone.qq.com/1134953663?source=aiostar",
"公众号": "kwongwaiwai"
},
},
// 履历
{
display: true,
anchor: {
id: "experience",
icon: "idcard",
name: "经历"
},
header: {
title: "experience",
subtitle: "my experience",
},
cards: [
{
title: "塘厦第一小学",
subtitle: "2019-09 至 今",
md: "<!--**<u>高级小学教师</u>**-->\
\n\
\n遇见了一帮可爱的小孩子,收获了一个爱她的男朋友",
},
{
title: "湛江小学",
subtitle: "2018-9 至 2019-07",
md: "<!--**<u>初级小学教师</u>**-->\
\n\
\n湛江小学是将我引向'人民教师'的一艘船\
\n很遗憾一些变故影响到了很多事情,也带来了很多不愉快"
},
{
title: "岭南师范学院",
subtitle: "2015-09 至 2019-07",
md: "**<u>本科院士</u>**\
\n\
\n<!--**专业**扬琴-->\
\n\
\n收获了五个可爱的室友,度过了人生最舒服的4年,友谊万岁!!!!",
},
],
},
// 博客页
{
display: true,
anchor: {
id: "blog",
icon: "profile",
name: "博客",
},
header: {
title: "blog",
subtitle: "这是老公的微博",
},
blog: "https://m.weibo.cn/u/5374518961?uid=5374518961&luicode=10000011&lfid=100103type%3D1%26q%3Djoy%E4%B8%B6joy",
rss: "https://m.weibo.cn/u/5374518961?uid=5374518961&luicode=10000011&lfid=100103type%3D1%26q%3Djoy%E4%B8%B6joy",
},
],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化