You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide-project-sites.md
+94-9Lines changed: 94 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,29 +3,114 @@ id: guide-project-sites
3
3
title: Building a project site
4
4
---
5
5
6
-
You can hide all of the SimWrapper "chrome" such as the folder browser, and provide custom header/footer for each page using CSS. This is useful for building special-purpose tools that might be outward-facing, for example.
6
+
You can hide all of the SimWrapper "chrome" such as the folder browser, and provide custom header/footers for each page. This is useful for building special-purpose websites that might be outward-facing, for example.
7
7
8
8
## Setting up a project site
9
9
10
10
- Create `simwrapper-config.yaml` in your project folder
11
-
- Define the custom footer and header in markdown files
12
-
- Use css in a custom CSS file to present as you wish
11
+
- Define the top bar, side bar, and config as shown below
12
+
- Define any custom footer and header content in markdown files
13
+
- Use css in a custom CSS file to modify look
13
14
14
-
There are two general configuration options:
15
+
## simwrapper-config.yaml
15
16
16
-
**hideLeftBar:** True/false, hides the left-side folder browser panel
17
+
**General configuration options:**
17
18
18
-
**fullWidth:** True/false, true removes the fixed-width centered panel if you want a full-screen experience
0 commit comments