Skip to content

stormasm/barnum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To make changes to the barnum website

Simply make changes in the src directory.
And then run this command:

mdbook build -d ./docs

This command will blow away

docs/CNAME

And then simply restore it by running the command:

gco docs/CNAME

Commit all changed files and your new website will be up and running shortly !

Random details encountered during development

In the theme directory the following changes have been made...

Which enables these trivial features changes...

  • The sidebar is now always open by default.
  • The default size of the sidebar is changed from 300px to 200px

I noticed that when you actually toggle the sidebar to closed and shutdown your browser and bring it back up that it is still closed so that is kind of cool.

References

sidebar open by default

mdbook build -d ./docs

github pages

how to setup google domain for github pages