Browse Source

Adding a few links

Noah 7 years ago
parent
commit
595f19deef
2 changed files with 4 additions and 4 deletions
  1. 1 1
      SERVER.md
  2. 3 3
      THEMES.md

+ 1 - 1
SERVER.md View File

@@ -28,7 +28,7 @@ Audiogram actually consists of two pieces, the "server" and the "worker."  The s
28 28
 
29 29
 The server handles the editor and submissions, and the worker does the heavy lifting of rendering a video file.  By default, when a new submission comes in, the server will start a new worker right away.  This is fine for light use, but if ten people all requested a long audiogram at the same time, things might get messy.
30 30
 
31
-The way to break this traffic jam is to make sure you also installed Redis (see [installation instructions](INSTALL.md)) and then add two additional settings in `settings/index.js`:
31
+The way to break this traffic jam is to make sure you also installed Redis (see [installation instructions](INSTALL.md)) and then add two additional settings in `settings/index.js` ([link](settings/index.js)):
32 32
 
33 33
 ```js
34 34
 redisHost: "127.0.0.1",

+ 3 - 3
THEMES.md View File

@@ -1,6 +1,6 @@
1 1
 ## Audiogram themes
2 2
 
3
-Themes are defined as one big JSON dictionary in `settings/themes.json`.
3
+Themes are defined as one big JSON dictionary in `settings/themes.json` ([link](settings/themes.json)).
4 4
 
5 5
 All themes inherit the settings of the `default` theme, and setting an option for another theme will extend/override the same property.
6 6
 
@@ -13,7 +13,7 @@ Each theme should be a unique name as the key and then a set of options.  For ex
13 13
   }
14 14
 ```
15 15
 
16
-The best way to get a feel for this is probably to look at the included `themes.json` and compare it to how the themes look in the editor.
16
+The best way to get a feel for this is probably to look at the included themes file ([link](settings/themes.json)) and compare it to how the themes look in the editor.
17 17
 
18 18
 ### Required options
19 19
 
@@ -83,7 +83,7 @@ When designing your own themes, keep in mind that web browsers and social apps p
83 83
 
84 84
 By default, Audiogram will already have access to fonts on your system.  This might be fine for local use, but it will become a problem on a server without the fonts you're used to, or if you want to use a specific font across lots of installations.
85 85
 
86
-The good news is that you can load custom fonts directly with the `fonts` list in `settings/index.js`. Each font in the array is an object with `family` (the font family name in `captionFont`) and `file`, the absolute path to the font file.  For example:
86
+The good news is that you can load custom fonts directly with the `fonts` list in `settings/index.js` ([link](settings/index.js#L25-L31)). Each font in the array is an object with `family` (the font family name in `captionFont`) and `file`, the absolute path to the font file.  For example:
87 87
 
88 88
 ```js
89 89
 fonts: [