Add support for a custom CSS file that is configurable from siteConfig.js

This commit is contained in:
Eric Nakagawa 2017-09-22 11:28:38 -07:00
parent 8e9808c0f4
commit 9c6fe348d6
4 changed files with 10 additions and 1 deletions

View file

@ -34,6 +34,8 @@ const siteConfig = {
headerIcon: "img/docusaurus.svg",
footerIcon: "img/docusaurus.svg",
favicon: "img/favicon.png",
/* the name of your custom css file that resides in static/css/ */
// customCssFileName: "custom.css",
/* colors for website */
colors: {
primaryColor: "#2E8555",

View file

@ -0,0 +1 @@
/* your custom css */