update
This commit is contained in:
@@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
|||||||
const config = {
|
const config = {
|
||||||
title: '海纳思系统',
|
title: '海纳思系统',
|
||||||
tagline: '一个极低功耗的 Linux 服务器',
|
tagline: '一个极低功耗的 Linux 服务器',
|
||||||
url: 'https://doc.ecoo.top',
|
url: 'https://www.ecoo.top',
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
@@ -79,7 +79,7 @@ const config = {
|
|||||||
title: 'HiNas',
|
title: 'HiNas',
|
||||||
logo: {
|
logo: {
|
||||||
alt: 'histb Logo',
|
alt: 'histb Logo',
|
||||||
src: './img/hinaslogo01.png',
|
src: 'https://doc.ecoo.top/img/hinaslogo01.png',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ function HomepageHeader() {
|
|||||||
return (
|
return (
|
||||||
<header className={clsx('hero hero--primary', styles.heroBanner)}>
|
<header className={clsx('hero hero--primary', styles.heroBanner)}>
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<img src="img/hinas01.svg" alt="Logo" />
|
<img src="https://doc.ecoo.top/img/hinas01.svg" alt="Logo" />
|
||||||
<h1 className="hero__title">{siteConfig.title}</h1>
|
<h1 className="hero__title">{siteConfig.title}</h1>
|
||||||
<p className="hero__subtitle">{siteConfig.tagline}</p>
|
<p className="hero__subtitle">{siteConfig.tagline}</p>
|
||||||
<div className={styles.buttons}>
|
<div className={styles.buttons}>
|
||||||
|
|||||||
Reference in New Issue
Block a user