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,46 +22,53 @@ 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
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
46
-
1. build assets as described below
50
+
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
Open the `Server address` URL in your browser, and you should see a locally running copy of the site.
78
87
79
-
<aname="building-assets"/>
88
+
<aname="building-assets"></a>
80
89
81
90
## Building Assets
82
91
83
-
-`npm run dev` to build unminified CSS for development
84
-
-`npm run prod` to build minified CSS for production
85
-
-`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
86
95
87
96
## The Downloads Page
88
97
@@ -97,7 +106,11 @@ The Downloads page is generated from [the Markdown bidder adapter docs](https://
97
106
98
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).
99
108
100
-
<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