1 Star 0 Fork 16

c / homebrew-install

forked from ineo6 / homebrew-install 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.umirc.ts 2.48 KB
一键复制 编辑 原始数据 按行查看 历史
ineo6 提交于 2021-03-29 10:46 . feat: 添加GitHub加速方案
import { defineConfig } from 'dumi';
export default defineConfig({
title: 'Homebrew',
mode: 'site',
logo: '/images/homebrew-256x256.png',
favicon: '/favicon.ico',
locales: [['zh-CN', '中文']],
metas: [
{
name: 'keywords',
content: 'Mac,Homebrew,macOS',
},
{
name: 'description',
content:
'Homebrew是一款包管理工具,目前支持macOS和linux系统。主要有四个部分组成: brew、homebrew-core 、homebrew-cask、homebrew-bottles。本文主要介绍 Homebrew安装方式以及如何加速访问,顺便普及一些必要的知识。…',
},
{
property: 'og:title',
content: '镜像快速安装Homebrew教程',
},
{
property: 'og:url',
content: 'https://brew.idayer.com/',
},
{
property: 'og:description',
content:
'Homebrew是一款包管理工具,目前支持macOS和linux系统。主要有四个部分组成: brew、homebrew-core 、homebrew-cask、homebrew-bottles。本文主要介绍 Homebrew安装方式以及如何加速访问,顺便普及一些必要的知识。…',
},
{
property: 'og:image',
content: 'https://brew.idayer.com/images/homebrew-256x256.png',
},
{
property: 'og:site_name',
content: 'Homebrew安装教程 - 镜像',
},
],
navs: [
null,
{ title: 'GitHub', path: 'https://github.com/ineo6/homebrew-install' },
{ title: 'GitMaster', path: 'https://github.com/ineo6/git-master' },
],
menus: {
'/guide': [
{
title: '介 绍',
children: ['/guide/index', '/guide/how-it-works', '/guide/start'],
},
{
title: '相 关',
children: ['/guide/github'],
},
{
title: '工 具',
children: ['/guide/change-source'],
},
{
title: 'M1芯片',
path: '/guide/m1/',
},
{
title: 'FAQ',
path: '/guide/faq/',
},
],
},
extraBabelPlugins: [
[
'import',
{
libraryName: 'antd',
libraryDirectory: 'es',
style: 'css',
},
],
],
analytics: {
ga: 'UA-39288503-8',
baidu: 'be934bce3f81621badc0bb5b581ab622',
},
sitemap: {
hostname: 'https://brew.idayer.com',
},
ssr: {
// 更多配置
// forceInitial: false,
// removeWindowInitialProps: false
// devServerRender: true,
// mode: 'string',
// staticMarkup: false,
},
exportStatic: {},
// more config: https://d.umijs.org/config
});
Shell
1
https://gitee.com/350984267/homebrew-install.git
git@gitee.com:350984267/homebrew-install.git
350984267
homebrew-install
homebrew-install
master

搜索帮助