summary: - adds prettier formatter configuration - formats the entire repo using prettier, ignoring minified files (`*.min.css`) and heavy generated html - changes extensions of all `.html` files to `.liquid`, which is more correct and necessary for prettier to work correctly - replaces "%-" and "-%" with just "%" — manual liquid formatting using minus signs is superfluous since we are compressing and minifying the code anyway - adds CI action for running prettier check on PR and pushes to master
23 lines
741 B
Markdown
23 lines
741 B
Markdown
---
|
|
layout: post
|
|
title: a post with audios
|
|
date: 2023-04-25 10:25:00
|
|
description: this is what included audios could look like
|
|
tags: formatting audios
|
|
categories: sample-posts
|
|
---
|
|
|
|
This is an example post with audios. It supports local audio files.
|
|
|
|
<div class="row mt-3">
|
|
<div class="col-sm mt-3 mt-md-0">
|
|
{% include audio.liquid path="assets/audio/epicaly-short-113909.mp3" controls=true %}
|
|
</div>
|
|
<div class="col-sm mt-3 mt-md-0">
|
|
{% include audio.liquid path="https://cdn.pixabay.com/download/audio/2022/06/25/audio_69a61cd6d6.mp3" controls=true %}
|
|
</div>
|
|
</div>
|
|
<div class="caption">
|
|
A simple, elegant caption looks good between video rows, after each row, or doesn't have to be there at all.
|
|
</div>
|