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: README.md
+30-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,36 @@ Copy the config.toml file from the exampleSite folder into your root folder of y
21
21
22
22
### Change the background
23
23
24
-
Should you choose to change the background, replace the `bg.jpg` file in `themes/aerial/static/css/images`.
24
+
Should you choose to change the background, create a `/static/css/images` folder and add a picture named `bg.jpg`. For the best results, follow these instructions:
25
+
26
+
The Scrolling Background:
27
+
28
+
This relies entirely on CSS to do its thing, which is cool, but that makes
29
+
changing it a bit weird/tricky at first. You can still use pretty much any image
30
+
you want, but for best results make sure yours is:
31
+
32
+
- Horizontally tileable.
33
+
- Wide and short.
34
+
- About 1500px wide.
35
+
- Fades to a solid color either at the top of bottom (which is used to fill
36
+
the empty space above or below your image).
37
+
38
+
Now, there are two ways to use it: with CSS, or with Sass:
39
+
40
+
CSS:
41
+
42
+
Look for this line in css/style.css (line 108 as of this writing):
0 commit comments