Skip to content

Commit

Permalink
add:pages 2023.09.08
Browse files Browse the repository at this point in the history
  • Loading branch information
TRHX committed Sep 7, 2023
1 parent 037ffb4 commit babcdd7
Show file tree
Hide file tree
Showing 33 changed files with 153 additions and 1,252 deletions.
46 changes: 28 additions & 18 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,35 @@ module.exports = {
themeConfig: {
nav: [
{ text: '首页', link: '/' },
{
text: '指南', link: '/pages/a2f161/', items: [
{ text: '主题初衷与诞生', link: '/pages/52d5c3/' },
{ text: '介绍', link: '/pages/a2f161/' },
{ text: '快速上手', link: '/pages/793dcb/' },
{ text: '目录结构', link: '/pages/2f674a/' },
{ text: '核心配置和约定', link: '/pages/33d574/' },
{ text: '自动生成front matter', link: '/pages/088c16/' },
{ text: 'Markdown 容器', link: '/pages/d0d7eb/' },
{ text: 'Markdown 中使用组件', link: '/pages/197691/' },
{ text: '目录', link: '/pages/4df94fd275d64d78/' },
// { text: '网络请求', link: '/pages/requests/',
// items: [
// { text: 'requests', link: '/pages/requests/' },
// { text: 'urllib', link: '/pages/urllib/' },
// { text: 'aiohttp', link: '/pages/aiohttp/' },
// { text: 'httpx', link: '/pages/httpx/' },
// {
// text: '相关文章', items: [
// { text: '使目录栏支持h2~h6标题', link: '/pages/8dfab5/' },
// { text: '如何让你的笔记更有表现力', link: '/pages/dd027d/' },
// { text: '批量操作front matter工具', link: '/pages/2b8e22/' },
// { text: '部署', link: '/pages/0fc1d2/' },
// { text: '关于写文章和H1标题', link: '/pages/9ae0bd/' },
// { text: '关于博客搭建与管理', link: '/pages/26997d/' },
// { text: '在线编辑和新增文章的方法', link: '/pages/c5a54d/' },
// ]
// }
// ]
// },
{ text: '网络请求', link: '/pages/requests/',
items: [
{ text: 'requests', link: '/pages/requests/' },
{ text: 'urllib', link: '/pages/urllib/' },
{ text: 'aiohttp', link: '/pages/aiohttp/' },
{ text: 'httpx', link: '/pages/httpx/' },
{
text: '相关文章', items: [
{ text: '使目录栏支持h2~h6标题', link: '/pages/8dfab5/' },
{ text: '如何让你的笔记更有表现力', link: '/pages/dd027d/' },
{ text: '批量操作front matter工具', link: '/pages/2b8e22/' },
{ text: '部署', link: '/pages/0fc1d2/' },
{ text: '关于写文章和H1标题', link: '/pages/9ae0bd/' },
{ text: '关于博客搭建与管理', link: '/pages/26997d/' },
{ text: '在线编辑和新增文章的方法', link: '/pages/c5a54d/' },
text: 'Golang', items: [
{ text: 'net/http', link: '/pages/nethttp/' },
]
}
]
Expand Down
90 changes: 45 additions & 45 deletions docs/.vuepress/config/htmlModules.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,53 +19,53 @@
*/


module.exports = {
// 万维广告
pageT: `
<div class="wwads-cn wwads-horizontal page-wwads" data-id="136"></div>
<style>
.page-wwads{
width:100%!important;
min-height: 0;
margin: 0;
}
.page-wwads .wwads-img img{
width:80px!important;
}
.page-wwads .wwads-poweredby{
width: 40px;
position: absolute;
right: 25px;
bottom: 3px;
}
.wwads-content .wwads-text, .page-wwads .wwads-text{
height: 100%;
padding-top: 5px;
display: block;
}
</style>
`,
// 赞助商广告
sidebarT: `
<a href="http://apifox.cn/a103xugaoyi" target="_blank">
<img src="https://cdn.staticaly.com/gh/xugaoyi/blog-gitalk-comment@master/img/431669861564_.2470ykdcpbds.jpg" alt="npm" class="no-zoom" style="width: 100%;border-radius: 2px;">
<p style="text-align: center;margin: 0;color: #999;font-size: 12px;">(进入注册为作者充电)</p>
</a>`,
// module.exports = {
// // 万维广告
// pageT: `
// <div class="wwads-cn wwads-horizontal page-wwads" data-id="136"></div>
// <style>
// .page-wwads{
// width:100%!important;
// min-height: 0;
// margin: 0;
// }
// .page-wwads .wwads-img img{
// width:80px!important;
// }
// .page-wwads .wwads-poweredby{
// width: 40px;
// position: absolute;
// right: 25px;
// bottom: 3px;
// }
// .wwads-content .wwads-text, .page-wwads .wwads-text{
// height: 100%;
// padding-top: 5px;
// display: block;
// }
// </style>
// `,
// // 赞助商广告
// // sidebarT: `
// // <a href="http://apifox.cn/a103xugaoyi" target="_blank">
// // <img src="https://cdn.staticaly.com/gh/xugaoyi/blog-gitalk-comment@master/img/431669861564_.2470ykdcpbds.jpg" alt="npm" class="no-zoom" style="width: 100%;border-radius: 2px;">
// // <p style="text-align: center;margin: 0;color: #999;font-size: 12px;">(进入注册为作者充电)</p>
// // </a>`,


// windowRB: `
// <div class="wwads-cn wwads-vertical windowRB" data-id="136" style="max-width:160px;
// min-width: auto;min-height:auto;"></div>
// <style>
// .windowRB{ padding: 0;}
// .windowRB .wwads-img{margin-top: 10px;}
// .windowRB .wwads-content{margin: 0 10px 10px 10px;}
// .custom-html-window-rb .close-but{
// display: none;
// }
// </style>
// `
}
// // windowRB: `
// // <div class="wwads-cn wwads-vertical windowRB" data-id="136" style="max-width:160px;
// // min-width: auto;min-height:auto;"></div>
// // <style>
// // .windowRB{ padding: 0;}
// // .windowRB .wwads-img{margin-top: 10px;}
// // .windowRB .wwads-content{margin: 0 10px 10px 10px;}
// // .custom-html-window-rb .close-but{
// // display: none;
// // }
// // </style>
// // `
// }


// module.exports = {
Expand Down
Binary file added docs/.vuepress/public/img/qrcode/gzh.webp
Binary file not shown.
Binary file added docs/.vuepress/public/img/qrcode/qq.webp
Binary file not shown.
Binary file removed docs/.vuepress/public/img/qrcode/qqq.webp
Binary file not shown.
Binary file added docs/.vuepress/public/img/qrcode/wechat.webp
Binary file not shown.
Binary file added docs/.vuepress/public/img/qrcode/wechat1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/.vuepress/public/img/qrcode/wxq.png
Binary file not shown.
39 changes: 0 additions & 39 deletions docs/01.指南/01.指南/01.主题初衷与诞生.md

This file was deleted.

107 changes: 0 additions & 107 deletions docs/01.指南/01.指南/05.核心配置和约定.md

This file was deleted.

Loading

0 comments on commit babcdd7

Please sign in to comment.