File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 63
63
# The theme to use for HTML and HTML Help pages. See the documentation for
64
64
# a list of builtin themes.
65
65
#
66
- html_theme = 'jekyll-theme-dinky'
67
-
68
- # Theme options are theme-specific and customize the look and feel of a theme
69
- # further. For a list of options available for each theme, see the
70
- # documentation.
71
- #
72
- # html_theme_options = {}
66
+ html_theme = 'bizstyle'
67
+ html_theme_options = {
68
+ "rightsidebar" : "false" ,
69
+ }
73
70
74
- # Add any paths that contain custom static files (such as style sheets) here,
75
- # relative to this directory. They are copied after the builtin static files,
76
- # so a file named "default.css" will overwrite the builtin "default.css".
77
71
html_static_path = ['_static' ]
78
72
79
73
# Custom sidebar templates, must be a dictionary that maps document names
You can’t perform that action at this time.
0 commit comments