Skip to content

Code Examples

Lewis Goddard edited this page Oct 23, 2021 · 3 revisions

Links

  • Link to an internal page: [About Ubuntu 20.04 LTS (Focal Fossa)]({{ '/about-ubuntu/20-04-focal-fossa' | relative_url }})
  • Link to an external page: [Wikipedia](https://en.wikipedia.org/wiki/Beaver)
  • Link with title: [Wikipedia](https://en.wikipedia.org/wiki/Beaver){:title="Beaver from Wikipedia, the free encyclopedia"}
  • Link with icon: [{% include icons/download.svg.html %} Download Ubuntu](https://www.ubuntu.com/download/desktop)
  • Link with classes: [Download Ubuntu](https://www.ubuntu.com/download/desktop){:.btn.download}

Images

  • Image: ![Burning and ISO to a DVD in Brasero on Ubuntu]({{ '/assets/images/how-to/burn-an-iso-to-a-cd-or-dvd-in-ubuntu/burn-an-iso-in-brasero.png' | relative_url }})
  • Image with link: [![Burning and ISO to a DVD in Brasero on Ubuntu]({{ '/assets/images/how-to/burn-an-iso-to-a-cd-or-dvd-in-ubuntu/burn-an-iso-in-brasero.png' | relative_url }})]({{ '/assets/images/how-to/burn-an-iso-to-a-cd-or-dvd-in-ubuntu/burn-an-iso-in-brasero.png' | relative_url }})

Includes

  • Include an SVG: {% include icons/ubuntu-release-support-cycle.svg.html %}
  • Include a nice date: {% include date.html date=release.released %}

Indexes

{% for page in site.pages %}
{% if page.url contains 'how-to' and page.url != '/how-to/' %}

<hr>

### [{{ page.title }}]({{ page.url | relative_url }})

{{ page.excerpt | markdownify }}

{% endif %}
{% endfor %}

Front matter

Index Page

---
title: About Ubuntu
breadcrumb: about ubuntu
---

Tutorial Page

---
title: How to Burn an ISO to a CD or DVD in Ubuntu
breadcrumb: burn an iso to a cd or dvd
excerpt: Brasero can easily burn .iso files to CDs or DVDs in Ubuntu with any compatible optical drive.
---
Clone this wiki locally