update
This commit is contained in:
@@ -6,8 +6,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
||||
|
||||
/** @type {import('@docusaurus/types').Config} */
|
||||
const config = {
|
||||
title: 'histb doc',
|
||||
tagline: 'Dinosaurs are cool',
|
||||
title: '海思机顶盒使用教程',
|
||||
tagline: '一个极低功耗的 Linux 服务器',
|
||||
url: 'https://histb.com',
|
||||
baseUrl: '/',
|
||||
onBrokenLinks: 'throw',
|
||||
|
||||
@@ -4,7 +4,7 @@ import styles from './styles.module.css';
|
||||
|
||||
const FeatureList = [
|
||||
{
|
||||
title: 'Easy to Use',
|
||||
title: '基于Linux Ubuntu 20.04 LTS',
|
||||
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
|
||||
description: (
|
||||
<>
|
||||
@@ -14,7 +14,7 @@ const FeatureList = [
|
||||
),
|
||||
},
|
||||
{
|
||||
title: 'Focus on What Matters',
|
||||
title: '四核arm高达1.5HZ的CPU',
|
||||
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
|
||||
description: (
|
||||
<>
|
||||
@@ -24,7 +24,7 @@ const FeatureList = [
|
||||
),
|
||||
},
|
||||
{
|
||||
title: 'Powered by React',
|
||||
title: '极低功耗,功能丰富',
|
||||
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
|
||||
description: (
|
||||
<>
|
||||
|
||||
@@ -18,7 +18,7 @@ function HomepageHeader() {
|
||||
<Link
|
||||
className="button button--secondary button--lg"
|
||||
to="/docs/intro">
|
||||
Docusaurus Tutorial - 5min ⏱️
|
||||
我是小盒子,也是大世界
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
@@ -30,8 +30,8 @@ export default function Home() {
|
||||
const {siteConfig} = useDocusaurusContext();
|
||||
return (
|
||||
<Layout
|
||||
title={`Hello from ${siteConfig.title}`}
|
||||
description="Description will go into a meta tag in <head />">
|
||||
title={`海思机顶盒 ${siteConfig.title}`}
|
||||
description="海思机顶盒hi3798m">
|
||||
<HomepageHeader />
|
||||
<main>
|
||||
<HomepageFeatures />
|
||||
|
||||
Reference in New Issue
Block a user