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
@@ -20,32 +22,39 @@ For smaller changes, such as fixing a typo or adding a new section to an existin
20
22
21
23
For larger changes such as reorganizing the site and moving/removing content, you may want to open an issue so we can discuss the work beforehand. This is a good idea because:
22
24
23
-
+ We want to value your time, so you don't do unnecessary work
24
-
+ We want to value our users' time; we don't want to break links and bookmarks for users
25
+
* We want to value your time, so you don't do unnecessary work
26
+
* We want to value our users' time; we don't want to break links and bookmarks for users
25
27
26
-
<aname="license" />
28
+
<aname="license"></a>
27
29
28
30
## License
29
31
30
32
All docs are under the license shown in the `LICENSE` file in this directory.
31
33
32
-
<aname="prerequisites" />
34
+
<aname="prerequisites"></a>
33
35
34
36
## Prerequisites
35
37
36
38
The site is hosted on GitHub pages, and uses [Jekyll](https://jekyllrb.com/) to generate the HTML. Jekyll is written in the [Ruby](https://www.ruby-lang.org/en/) language.
37
39
38
-
1. follow the instructions at https://jekyllrb.com/docs/installation/ for your OS
40
+
1. follow the instructions at [jekyllrb.com/docs/installation/](https://jekyllrb.com/docs/installation/) for your OS
39
41
1. gem install github-pages
40
42
1. start Jekyll as described below
41
43
42
-
For CSS, the site uses Laravel Mix to build CSS from Sass (scss-flavored) source files. Under the hood Laravel Mix uses Webpack.
44
+
For CSS, the site uses Jekyll board tools to compile SCSS down to CSS.
45
+
46
+
1. Install `boostrap` via `npm install` to make the build work
The markdown files are linted via [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli). VSCode supports the [.markdownlintignore](.markdownlintignore) file.
51
+
You may need to configure the disabled rules specified in [.markdownlint.json](.markdownlint.json) directly in your project settings. You can invoke linting in CLI via
43
52
44
-
1. follow the instructions at https://nodejs.dev to install Node.js for your OS
45
-
1.`npm ci` to install packages for building assets
Open the `Server address` URL in your browser, and you should see a locally running copy of the site.
79
87
80
-
<aname="building-assets"/>
88
+
<aname="building-assets"></a>
81
89
82
90
## Building Assets
83
91
84
-
-`npm run dev` to build unminified CSS for development
85
-
-`npm run prod` to build minified CSS for production
86
-
-`npm run watch` to use [Browsersync](https://browsersync.io) to rebuild CSS on demand and reload the browser
92
+
*`npm run dev` to build unminified CSS for development
93
+
*`npm run prod` to build minified CSS for production
94
+
*`npm run watch` to use [Browsersync](https://browsersync.io) to rebuild CSS on demand and reload the browser
87
95
88
96
## The Downloads Page
89
97
@@ -98,7 +106,11 @@ The Downloads page is generated from [the Markdown bidder adapter docs](https://
98
106
99
107
This means an adaptor is not available to download from Prebid.org as soon as the code gets merged into Prebid.js - it will be available after the next release (usually in a couple of weeks).
100
108
101
-
<aname="thanks" />
109
+
<aname="thanks"></a>
110
+
111
+
## Liquid Templating
112
+
113
+
*[jekyll - check for non empty](https://michaelcurrin.github.io/dev-cheatsheets/cheatsheets/jekyll/liquid/conditionals/non-empty.html)
0 commit comments