podcast: move key points into front matter

This commit is contained in:
Oliver Davies 2024-02-17 08:54:25 +00:00
parent dbccb3c419
commit 9137b331fe
2 changed files with 22 additions and 14 deletions
source

View file

@ -41,4 +41,14 @@
{% endfor %}
<ul>
</div>
{% if page.key_points %}
<h2>Key points</h2>
<ul>
{% for i in page.key_points %}
<li>{{ i }}</li>
{% endfor %}
</ul>
{% endif %}
{% endblock %}

View file

@ -18,20 +18,18 @@ links:
-
- Web Component Design System
- https://web-components-design-system.mark.ie
key_points:
- Building better websites faster, including Drupal distributions, such as LocalGov.
- What Drupal gives you out of the box and using the right tool for the job.
- Drupal migrations and migrating Drupal configuration from a spreadsheet.
- Saving time and improving efficiency by standardising base builds with Docksal and Composer.
- How to build projects, like the Running Plan Generator, in a day and training for 10Ks and marathons.
- Prioritising tasks.
- Annertech's development workflow and standardisation by developing on remote servers.
- Why you may not need preprocessors and complicated front-end build tools, and reducing complexity using vanilla CSS, JavaScript and web components.
- Lowering the barrier to entry to contribute to open-source projects.
- Building a design system/component library with web components.
- The Content Access by Path module that was developed for Essex County Council.
---
This week, Oliver is joined by Mark Conroy - Director of Development at Annertech - to discuss all things front-end and how to build something useful in one day.
## Key points
* Building better websites faster, including Drupal distributions, such as LocalGov.
* What Drupal gives you out of the box and using the right tool for the job.
* Drupal migrations and migrating Drupal configuration from a spreadsheet.
* Saving time and improving efficiency by standardising base builds with Docksal and Composer.
* How to build projects, like the Running Plan Generator, in a day and training for 10Ks and marathons.
* Prioritising tasks.
* Annertech's development workflow and standardisation by developing on remote servers.
* Why you may not need preprocessors and complicated front-end build tools, and reducing complexity using vanilla CSS, JavaScript and web components.
* Lowering the barrier to entry to contribute to open-source projects.
* Building a design system/component library with web components.
* The Content Access by Path module that was developed for Essex County Council.