themes
This commit is contained in:
parent
6df722ba6c
commit
29e74e498b
@ -1,5 +1,5 @@
|
||||
export default {
|
||||
title: 'blogs',
|
||||
title: 'meteoroid.fit',
|
||||
description: 'Just playing around.',
|
||||
themeConfig: {
|
||||
logo: '/icon.png',
|
||||
@ -9,31 +9,37 @@ export default {
|
||||
],
|
||||
sidebar: [
|
||||
{
|
||||
text: '流星探测简介',
|
||||
text: '流星探测理论',
|
||||
items: [
|
||||
{ text: '前言', link: 'meteor/start' },
|
||||
{ text: '探测原理', link: 'meteor/concepts' },
|
||||
//{ text: '前言', link: 'meteor/start' },
|
||||
{ text: '流星探测原理(1)', link: 'meteor/concepts' },
|
||||
{ text: '流星探测原理(2)', link: 'meteor/concepts2' },
|
||||
{ text: '世界上的流星监测网', link: 'meteor/networks' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'meteoroid.fit网站',
|
||||
items: [
|
||||
{ text: '注册', link: 'website/register' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '架设流星探测设备',
|
||||
items: [
|
||||
{ text: '总体设计', link: 'hardware/overall' }
|
||||
/*{ text: '总体设计', link: 'hardware/overall' }*/
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'meteoroid.fit网站',
|
||||
items: [
|
||||
/*{ text: '注册', link: 'website/register' }*/
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
items: [{
|
||||
text: '京ICP备19031740号-2',
|
||||
link: 'https://beian.miit.gov.cn/'
|
||||
}]
|
||||
}
|
||||
]
|
||||
],
|
||||
footer: {
|
||||
message: '<a href="https://beian.miit.gov.cn/">京ICP备19031740号-2</a>',
|
||||
copyright: 'Copyright © 2022-present quan787'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
4
docs/.vitepress/theme/custom.css
Normal file
4
docs/.vitepress/theme/custom.css
Normal file
@ -0,0 +1,4 @@
|
||||
:root {
|
||||
--vp-c-brand: #715bca;
|
||||
--vp-c-brand-light: #A096C8;
|
||||
}
|
||||
4
docs/.vitepress/theme/index.js
Normal file
4
docs/.vitepress/theme/index.js
Normal file
@ -0,0 +1,4 @@
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
import './custom.css'
|
||||
|
||||
export default DefaultTheme
|
||||
@ -1,5 +1,28 @@
|
||||
# Meteoroid.fit 文档
|
||||
---
|
||||
title: docs&blogs
|
||||
|
||||
[](https://github.com/quan787/blog_meteoroid_fit/actions/workflows/deploy.yml)
|
||||
layout: home
|
||||
|
||||

|
||||
hero:
|
||||
name: Meteoroid.Fit
|
||||
text: 流星探测全生态链平台
|
||||
tagline: 文档/博客中心
|
||||
image:
|
||||
src: /icon.png
|
||||
alt: logo
|
||||
actions:
|
||||
- theme: brand
|
||||
text: 文档中心
|
||||
link: /preface
|
||||
- theme: alt
|
||||
text: 在GitHub上查看
|
||||
link: https://github.com/quan787/blog_meteoroid_fit
|
||||
|
||||
# features:
|
||||
# - title: <a href="https://google.com/">link</a>
|
||||
# details: 1
|
||||
# - title: 网站操作手册
|
||||
# details: With Markdown-centered content, it's built to help you focus on writing and deployed with minimum configuration.
|
||||
# - title: 架设流星探测设备
|
||||
# details: Enhance your content with all the features of Vue in Markdown, while being able to customize your site with Vue.
|
||||
---
|
||||
20
docs/preface.md
Normal file
20
docs/preface.md
Normal file
@ -0,0 +1,20 @@
|
||||
# 文档中心
|
||||
|
||||
[](https://github.com/quan787/blog_meteoroid_fit/actions/workflows/deploy.yml)
|
||||
|
||||
## 流星探测理论
|
||||
|
||||
这里是流星探测的技术博客,记录了在我们的流星观测中的发现和思考。
|
||||
|
||||
* [流星探测原理(1)](meteor/concepts)
|
||||
* [流星探测原理(2)](meteor/concepts2)
|
||||
* [世界上的流星监测网](meteor/networks)
|
||||
|
||||
|
||||
## 架设流星探测设备
|
||||
|
||||
从零开始,搭建一套可以自动运行、远程管理的流星观测站
|
||||
|
||||
## 网站使用说明
|
||||
|
||||
在网站上管理你的设备和数据,与大家一起探究流星的奥秘
|
||||
Loading…
x
Reference in New Issue
Block a user