Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dravenwu committed Apr 25, 2021
1 parent 827b7c9 commit b8a0735
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 14 deletions.
2 changes: 2 additions & 0 deletions contributors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 贡献者
- [dravenww(德莱问)](https://github.com/dravenww)
26 changes: 20 additions & 6 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,32 @@
module.exports = {
title: "draven's awesome",
description: "draven's awesome, 每日更新,优质文章,合集",
title: "德莱问的技术合集",
description: "draven's blog, 每日更新,优质文章,合集",
head: [ // 注入到当前页面的 HTML <head> 中的标签
['meta', { 'http-quiv': 'pragma', cotent: 'no-cache'}],
['meta', { 'http-quiv': 'pragma', cotent: 'no-cache,must-revalidate'}],
['meta', { 'http-quiv': 'expires', cotent: '0'}]
['meta', { name: 'viewport', content: 'width=device-width,initial-scale=1,user-scalable=no' }],
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }],
['meta', { name: 'keywords', content: 'draven, blog, 前端, 技术博客, 德莱问'}],
],
serviceWorker: true, // 是否开启 PWA
base: '/awesome/', // 部署到github相关的配置
markdown: {
lineNumbers: true // 代码块是否显示行号
},
themeConfig: {
navbar: false,
nav: [
{
text: "首页",
link: "/",
},
{
text: "列表",
link: "/menu.html",
},
{ text: '订阅', link: 'https://dravenww.github.io/awesome/feed.xml'},
{ text: 'wp2vite', link: 'https://github.com/tnfe/wp2vite'},
{ text: '掘金', link: 'https://juejin.cn/user/1732486056921614'},
{ text: 'GitHub', link: 'https://github.com/dravenww/awesome'}
],
displayAllHeaders: true,
sidebar: 'auto', // 侧边栏配置
sidebarDepth: 2
Expand Down
13 changes: 13 additions & 0 deletions docs/.vuepress/public/feed.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
<title>draven's blog</title>
<link>https://dravenww.github.io/awesome/</link>
<description>draven's blog, ????????????</description>
<item>
<title>Main page</title>
<link>https://dravenww.github.io/awesome/</link>
<description>Main page RSS</description>
</item>
</channel>
</rss>
Binary file added docs/.vuepress/public/hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
home: true
heroImage: /hero.png
actionText: 开始 →
actionLink: /menu
features:
- title: 质量优先
details: 涵盖技术社区优质文章
details: 各大技术社区每日精选优质文章
- title: 简单可依赖
details: 用户为本,科技向善
- title: 每日更新
details: 每日进行收集
details: 每日进行收集,发布,支持订阅
---

# draven's awesome
收集各大技术社区网站每日热文,[个人技术博客](https://github.com/dravenww/blob) 在此

每日更新,展示所有日期文章列表,[最近7天的数据前往这里](https://github.com/dravenww/awesome) 进行查看,欢迎关注,点个star呀

<hr/>

# 2021-04
## [2021-04-23](/awesome/2021-04/2021-04-23):2021-04-23的文章合集
## [2021-04-24](/awesome/2021-04/2021-04-24):2021-04-24的文章合集
## [2021-04-24](/awesome/2021-04/2021-04-24):2021-04-24的文章合集
<hr/>
3 changes: 3 additions & 0 deletions docs/menu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 2021-04
- [2021-04-23](/awesome/2021-04/2021-04-23):2021-04-23的文章合集
- [2021-04-24](/awesome/2021-04/2021-04-24):2021-04-24的文章合集
Binary file added hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b8a0735

Please sign in to comment.