module.exports={siteMetadata:{// 网站元数据配置},plugins:[// 其他插件配置{resolve:"gatsby-plugin-manifest",options:{name:"My App",//应用的名称short_name:"App",//应用的简称start_url:"/",//应用的起始 URLbackground_color:"#ffffff",//应用的背景色theme_color:"#663399",//应用的主题色di...
background:'#fff', }, } exportdefaulttheme Load theme from custom path If you prefer to load your theme from a custom path (instead of the standardsrc/gatsby-plugin-theme-ui/index.js), you can require it in yourgatsby-config.jsfile: ...
gatsby-background-imagehas a companion package completely transpiled to ES5:gatsby-background-image-es5. Have a look at itsREADME, it nearly works the same - though with (nearly) all polyfills included to support legacy browsers it’s nearly three times the size of this package. ...
TheGreatGatsby F.ScottFitzgerald Groupmembers: 李刘张李 TheGreatGatsby Arrangement Background Theauthor Plot Theme Background ---1920s--- TheFirstWorldWar;Thesenseoflifebeingdislocatedandfragmented Economicboom Socialrevelution Thelossoffaith ---1930s--- JazzAge ItisrefertothedecadeafterWorldWarⅠandbefo...
(1896-1940)SpokesmanoftheJazzAgeContentsBackgroundFitzgeraldTheGreatGatsby PlotlineCharacterAnalysis4.Themes.5.Discussion. Aspokesmanofthe“JazzAge”The Jazz Age TheJazzAgeisthenicknameinAmericaofthedecadeofthe1920’s,beginningfrom1919totheCrashattheendof1929. Thesetenyearswere,forAmericans,atimeofcarefreepr...
window.__setPreferredTheme(e.target.checked ? 'dark' : 'light') } /> ) : () } 编写全局样式 编写global.css并在typography.js导入它,主要工作是给 body 配置 css 变量 body{--pink:rgb(255,167,196);background-color:var(--bg);}body.light{--bg:#ffffff;--bg-secondary:rgb(249,250,251...
THE GREAT GATSBY了不起的盖茨比(原创课件)--主课件 TheGreatGatsby F.ScottFitzgerald Aspokesmanofthe“JazzAge”TheGreatGatsby Arrangement 1.Background 2.Fitzgerald 3.TheGreatGatsby PlotlineCharacterAnalysisThemeSymbols 4.Exercises Background •---1920s---•TheFirstWorldWar;Thesenseoflifebeingdislocateda...
1. 安装 Material Theme 主题插件 --- Material Theme 主题、配色方案所占的区域 2. Material Them...
.light-theme{--linkColor:#ec9bab;--fontColor:#ecc3cb;--codeBlock:#3c495b;--code:#c3c7cb;--divider:#3e4b5e;}.dark-theme{--linkColor:#683741;--fontColor:hsl(284, 20%, 30%);--codeBlock:#3c495b;--code:#c3c7cb;--divider:#eee;}...
`, start_url: `/`, background_color: `hsl(210, 38%, 95%)`, theme_color: `hsl(345, 100%, 69%)`, display: `standalone`, icon: `static/logo.png`, showDate: true, }, }, { resolve: `gatsby-plugin-offline`, options: { precachePages: [`/*`, `/tag/*`], }, },...