mirror this repo: https://github.com/The-Run-Philosophy-Organization/run.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
2.4 KiB
66 lines
2.4 KiB
export default {
|
|
github: "https://github.com/shuding/nextra",
|
|
docsRepositoryBase: "https://github.com/shuding/nextra/blob/master",
|
|
titleSuffix: " – Nextra",
|
|
logo: (
|
|
<>
|
|
<span className="mr-2 font-extrabold hidden md:inline">润学</span>
|
|
<span className="text-gray-600 font-normal hidden md:inline">
|
|
为什么润,润去哪里,怎么润
|
|
</span>
|
|
</>
|
|
),
|
|
head: (
|
|
<>
|
|
<meta name="msapplication-TileColor" content="#ffffff" />
|
|
<meta name="theme-color" content="#ffffff" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta httpEquiv="Content-Language" content="zh-cn" />
|
|
<meta name="description" content="润学全球官方指定文档,整理润学宗旨、纲领、理论和各类润之实例。 本文档的核心宗旨,既是在于解决并回答为什么润,润去哪里,怎么润三大问题;并成为新中国人的核心宗教,核心信念。" />
|
|
<meta name="og:description" content="润学全球官方指定文档,整理润学宗旨、纲领、理论和各类润之实例。 本文档的核心宗旨,既是在于解决并回答为什么润,润去哪里,怎么润三大问题;并成为新中国人的核心宗教,核心信念。" />
|
|
<meta name="og:title" content="润学" />
|
|
<meta name="apple-mobile-web-app-title" content="润学" />
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="/apple-icon-180x180.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="192x192"
|
|
href="/android-icon-192x192.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="/favicon-32x32.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="96x96"
|
|
href="/favicon-96x96.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="/favicon-16x16.png"
|
|
/>
|
|
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png" />
|
|
</>
|
|
),
|
|
search: true,
|
|
prevLinks: true,
|
|
nextLinks: true,
|
|
footer: true,
|
|
footerEditLink: "在 GitHub 上编辑此页",
|
|
footerText: <>
|
|
License by <a href='https://creativecommons.org/licenses/by-sa/4.0/'>CC 4.0 BY-SA</a>
|
|
<br/>
|
|
This site is powered by <a href="https://www.netlify.com/">Netlify</a>
|
|
</>,
|
|
unstable_faviconGlyph: "🏃"
|
|
};
|
|
|