Skip to content

Commit

Permalink
🎉auto update by Gmeek action
Browse files Browse the repository at this point in the history
  • Loading branch information
TM0088 committed May 15, 2024
1 parent 2430436 commit e538f24
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion blogBase.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"singlePage": [], "startSite": "", "filingNum": "", "onePageListNum": 15, "commentLabelColor": "#006b75", "yearColorList": ["#bc4c00", "#0969da", "#1f883d", "#A333D0"], "i18n": "CN", "themeMode": "manual", "dayTheme": "light", "nightTheme": "dark", "urlMode": "pinyin", "script": "", "style": "", "bottomText": "", "showPostSource": 1, "iconList": {}, "UTC": 8, "rssSplit": "sentence", "exlink": {}, "title": "Blog Title", "subTitle": "Blog description", "avatarUrl": "https://github.githubassets.com/favicons/favicon.svg", "GMEEK_VERSION": "last", "postListJson": {"P1": {"htmlDir": "docs/post/Label.html", "labels": ["good first issue"], "postTitle": "Label", "postUrl": "post/Label.html", "postSourceUrl": "https://github.com/TM0088/Gmeek-miniblog/issues/1", "commentNum": 0, "wordCount": 5, "description": "Label\u3002", "top": 0, "createdAt": 1711417468, "style": "", "script": "", "createdDate": "2024-03-26", "dateLabelColor": "#bc4c00"}, "P2": {"htmlDir": "docs/post/l.html", "labels": ["good first issue"], "postTitle": "l", "postUrl": "post/l.html", "postSourceUrl": "https://github.com/TM0088/Gmeek-miniblog/issues/2", "commentNum": 0, "wordCount": 1, "description": "l\u3002", "top": 0, "createdAt": 1711419966, "style": "", "script": "", "createdDate": "2024-03-26", "dateLabelColor": "#bc4c00"}}, "singeListJson": {}, "labelColorDict": {"bug": "#d73a4a", "documentation": "#0075ca", "duplicate": "#cfd3d7", "enhancement": "#a2eeef", "good first issue": "#7057ff", "help wanted": "#008672", "invalid": "#e4e669", "question": "#d876e3", "wontfix": "#ffffff"}, "displayTitle": "Blog Title", "faviconUrl": "https://github.githubassets.com/favicons/favicon.svg", "homeUrl": "https://TM0088.github.io/Gmeek-miniblog", "prevUrl": "disabled", "nextUrl": "disabled"}
{"singlePage": [], "startSite": "", "filingNum": "", "onePageListNum": 15, "commentLabelColor": "#006b75", "yearColorList": ["#bc4c00", "#0969da", "#1f883d", "#A333D0"], "i18n": "CN", "themeMode": "manual", "dayTheme": "light", "nightTheme": "dark", "urlMode": "pinyin", "script": "", "style": "", "bottomText": "", "showPostSource": 1, "iconList": {}, "UTC": 8, "rssSplit": "sentence", "exlink": {}, "title": "Blog Title", "subTitle": "Blog description", "avatarUrl": "https://github.githubassets.com/favicons/favicon.svg", "GMEEK_VERSION": "last", "postListJson": {"P1": {"htmlDir": "docs/post/Label.html", "labels": ["good first issue"], "postTitle": "Label", "postUrl": "post/Label.html", "postSourceUrl": "https://github.com/TM0088/Gmeek-miniblog/issues/1", "commentNum": 0, "wordCount": 5, "description": "Label\u3002", "top": 0, "createdAt": 1711417468, "style": "", "script": "", "ogImage": "https://github.githubassets.com/favicons/favicon.svg", "createdDate": "2024-03-26", "dateLabelColor": "#bc4c00"}, "P2": {"htmlDir": "docs/post/l.html", "labels": ["good first issue"], "postTitle": "l", "postUrl": "post/l.html", "postSourceUrl": "https://github.com/TM0088/Gmeek-miniblog/issues/2", "commentNum": 0, "wordCount": 1, "description": "l\u3002", "top": 0, "createdAt": 1711419966, "style": "", "script": "", "ogImage": "https://github.githubassets.com/favicons/favicon.svg", "createdDate": "2024-03-26", "dateLabelColor": "#bc4c00"}}, "singeListJson": {}, "labelColorDict": {"bug": "#d73a4a", "documentation": "#0075ca", "duplicate": "#cfd3d7", "enhancement": "#a2eeef", "good first issue": "#7057ff", "help wanted": "#008672", "invalid": "#e4e669", "question": "#d876e3", "wontfix": "#ffffff"}, "displayTitle": "Blog Title", "faviconUrl": "https://github.githubassets.com/favicons/favicon.svg", "ogImage": "https://github.githubassets.com/favicons/favicon.svg", "homeUrl": "https://TM0088.github.io/Gmeek-miniblog", "prevUrl": "disabled", "nextUrl": "disabled"}
5 changes: 5 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
document.documentElement.setAttribute("data-color-mode", theme);
</script>
<meta name="description" content="Blog description">
<meta property="og:title" content="Blog Title">
<meta property="og:description" content="Blog description">
<meta property="og:type" content="blog">
<meta property="og:url" content="https://TM0088.github.io/Gmeek-miniblog">
<meta property="og:image" content="https://github.githubassets.com/favicons/favicon.svg">
<title>Blog Title</title>

</head>
Expand Down
7 changes: 6 additions & 1 deletion docs/post/Label.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
let theme = localStorage.getItem("meek_theme") || "light";
document.documentElement.setAttribute("data-color-mode", theme);
</script>
<meta name="description" content="Label">
<meta name="description" content="Label。">
<meta property="og:title" content="Label">
<meta property="og:description" content="Label。">
<meta property="og:type" content="article">
<meta property="og:url" content="https://TM0088.github.io/Gmeek-miniblog/post/Label.html">
<meta property="og:image" content="https://github.githubassets.com/favicons/favicon.svg">
<title>Label</title>


Expand Down
7 changes: 6 additions & 1 deletion docs/post/l.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
let theme = localStorage.getItem("meek_theme") || "light";
document.documentElement.setAttribute("data-color-mode", theme);
</script>
<meta name="description" content="l">
<meta name="description" content="l。">
<meta property="og:title" content="l">
<meta property="og:description" content="l。">
<meta property="og:type" content="article">
<meta property="og:url" content="https://TM0088.github.io/Gmeek-miniblog/post/l.html">
<meta property="og:image" content="https://github.githubassets.com/favicons/favicon.svg">
<title>l</title>


Expand Down
2 changes: 1 addition & 1 deletion docs/tag.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
path=document.createElementNS("http://www.w3.org/2000/svg","path");
span=document.createElement("span");
svg.setAttributeNS(null,"class","SideNav-icon octicon");
svg.setAttributeNS(null,"style","witdh:16px;height:16px");
svg.setAttributeNS(null,"style","width:16px;height:16px");
path.setAttributeNS(null, "d", IconList["post"]);
svg.appendChild(path);

Expand Down

0 comments on commit e538f24

Please sign in to comment.