Update README.md

This commit is contained in:
Robert Clarke 2019-05-12 22:00:35 +01:00 committed by GitHub
parent 6459c93ad1
commit 9e27842c29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ All the source javascript files live in `javascript/src`. Following is a list of
### Building ### Building
The javascript files are transpiled by babel, minified by webpack, sourcemaps are generated and then everything placed in `static/js`. The repo already contains the transpiled and minified files along with their corrosponding sourcemaps so you don't need to do anything to use these. If you would prefer to build it yourself, feel free to inspect the js files and then run the build process yourself (please ensure that you have [node, npm](https://nodejs.org/en/) and optionally [yarn](https://yarnpkg.com/lang/en/) installed.): The javascript files are transpiled by babel, minified by webpack, sourcemaps are generated and then everything placed in `static/js`. The repo already contains the transpiled and minified files along with their corrosponding sourcemaps so you don't need to do anything to use these. If you would prefer to build it yourself, feel free to inspect the js files and then run the build process yourself (please ensure that you have [node, npm](https://nodejs.org/en/) and optionally [yarn](https://yarnpkg.com/lang/en/) installed):
```bash ```bash
cd javascript cd javascript
@ -109,13 +109,13 @@ And then for each, just inherit the taxonomy master page for that page. Before r
In `single.html`: In `single.html`:
```handlebars ```jinja
{% extends "Zulma/templates/taxonomy_single.html" %} {% extends "Zulma/templates/taxonomy_single.html" %}
``` ```
In `list.html`: In `list.html`:
```handlebars ```jinja
{% extends "Zulma/templates/taxonomy_list.html" %} {% extends "Zulma/templates/taxonomy_list.html" %}
{% block content %} {% block content %}