teste
Deploy / Deploy (push) Successful in 1m42s
Details
Deploy / Deploy (push) Successful in 1m42s
Details
This commit is contained in:
parent
2f7c0866dc
commit
b5bfae169a
|
|
@ -63,7 +63,7 @@ title: "{{ page.file }}"
|
||||||
>Preview:</span
|
>Preview:</span
|
||||||
>
|
>
|
||||||
<div class="control">
|
<div class="control">
|
||||||
{% assign audio_file_path = '/src_mmpSearch/wav/' | append: page.file |
|
{% assign audio_file_path = 'src_mmpSearch/wav/' | append: page.file |
|
||||||
append: '.wav' %}
|
append: '.wav' %}
|
||||||
<audio
|
<audio
|
||||||
controls
|
controls
|
||||||
|
|
@ -78,7 +78,7 @@ title: "{{ page.file }}"
|
||||||
src="{{ audio_file_path | relative_url }}"
|
src="{{ audio_file_path | relative_url }}"
|
||||||
type="audio/wav"
|
type="audio/wav"
|
||||||
/>
|
/>
|
||||||
{% assign audio_ogg_path = '/src_mmpSearch/ogg/' | append: page.file |
|
{% assign audio_ogg_path = 'src_mmpSearch/ogg/' | append: page.file |
|
||||||
append: '.ogg' %}
|
append: '.ogg' %}
|
||||||
<source
|
<source
|
||||||
src="{{ audio_ogg_path | relative_url }}"
|
src="{{ audio_ogg_path | relative_url }}"
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@ permalink: /automation/
|
||||||
<div class="card project-card" style="height: 100%; background-color: #f0f8ff; border: 1px solid #cfe8fc; border-radius: 12px; display: flex; flex-direction: column;">
|
<div class="card project-card" style="height: 100%; background-color: #f0f8ff; border: 1px solid #cfe8fc; border-radius: 12px; display: flex; flex-direction: column;">
|
||||||
|
|
||||||
{% assign file_url = projeto.file | downcase | replace: ' ', '-' | replace: 'ç', 'c' | replace: 'ã', 'a' | replace: 'á', 'a' | replace: 'â', 'a' | replace: 'é', 'e' | replace: 'ê', 'e' | replace: 'í', 'i' | replace: 'ó', 'o' | replace: 'ô', 'o' | replace: 'õ', 'o' | replace: 'ú', 'u' %}
|
{% assign file_url = projeto.file | downcase | replace: ' ', '-' | replace: 'ç', 'c' | replace: 'ã', 'a' | replace: 'á', 'a' | replace: 'â', 'a' | replace: 'é', 'e' | replace: 'ê', 'e' | replace: 'í', 'i' | replace: 'ó', 'o' | replace: 'ô', 'o' | replace: 'õ', 'o' | replace: 'ú', 'u' %}
|
||||||
{% assign page_url = '../mmp_pages/' | append: file_url | append: '.html' %}
|
{% assign page_url = '../projetos/' | append: file_url | append: '.html' %}
|
||||||
|
|
||||||
<a href="{{ page_url }}" style="text-decoration: none; flex: 1; display: flex; flex-direction: column;">
|
<a href="{{ page_url }}" style="text-decoration: none; flex: 1; display: flex; flex-direction: column;">
|
||||||
<div class="card-content has-text-centered p-4" style="flex: 1; display: flex; flex-direction: column;">
|
<div class="card-content has-text-centered p-4" style="flex: 1; display: flex; flex-direction: column;">
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@ permalink: /bassline/
|
||||||
<div class="card project-card" style="height: 100%; background-color: #f0f8ff; border: 1px solid #cfe8fc; border-radius: 12px; display: flex; flex-direction: column;">
|
<div class="card project-card" style="height: 100%; background-color: #f0f8ff; border: 1px solid #cfe8fc; border-radius: 12px; display: flex; flex-direction: column;">
|
||||||
|
|
||||||
{% assign file_url = projeto.file | downcase | replace: ' ', '-' | replace: 'ç', 'c' | replace: 'ã', 'a' | replace: 'á', 'a' | replace: 'â', 'a' | replace: 'é', 'e' | replace: 'ê', 'e' | replace: 'í', 'i' | replace: 'ó', 'o' | replace: 'ô', 'o' | replace: 'õ', 'o' | replace: 'ú', 'u' %}
|
{% assign file_url = projeto.file | downcase | replace: ' ', '-' | replace: 'ç', 'c' | replace: 'ã', 'a' | replace: 'á', 'a' | replace: 'â', 'a' | replace: 'é', 'e' | replace: 'ê', 'e' | replace: 'í', 'i' | replace: 'ó', 'o' | replace: 'ô', 'o' | replace: 'õ', 'o' | replace: 'ú', 'u' %}
|
||||||
{% assign page_url = '../mmp_pages/' | append: file_url | append: '.html' %}
|
{% assign page_url = '../projetos/' | append: file_url | append: '.html' %}
|
||||||
|
|
||||||
<a href="{{ page_url }}" style="text-decoration: none; flex: 1; display: flex; flex-direction: column;">
|
<a href="{{ page_url }}" style="text-decoration: none; flex: 1; display: flex; flex-direction: column;">
|
||||||
<div class="card-content has-text-centered p-4" style="flex: 1; display: flex; flex-direction: column;">
|
<div class="card-content has-text-centered p-4" style="flex: 1; display: flex; flex-direction: column;">
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@ permalink: /instruments/
|
||||||
<div class="card project-card" style="height: 100%; background-color: #f0f8ff; border: 1px solid #cfe8fc; border-radius: 12px; display: flex; flex-direction: column;">
|
<div class="card project-card" style="height: 100%; background-color: #f0f8ff; border: 1px solid #cfe8fc; border-radius: 12px; display: flex; flex-direction: column;">
|
||||||
|
|
||||||
{% assign file_url = projeto.file | downcase | replace: ' ', '-' | replace: 'ç', 'c' | replace: 'ã', 'a' | replace: 'á', 'a' | replace: 'â', 'a' | replace: 'é', 'e' | replace: 'ê', 'e' | replace: 'í', 'i' | replace: 'ó', 'o' | replace: 'ô', 'o' | replace: 'õ', 'o' | replace: 'ú', 'u' %}
|
{% assign file_url = projeto.file | downcase | replace: ' ', '-' | replace: 'ç', 'c' | replace: 'ã', 'a' | replace: 'á', 'a' | replace: 'â', 'a' | replace: 'é', 'e' | replace: 'ê', 'e' | replace: 'í', 'i' | replace: 'ó', 'o' | replace: 'ô', 'o' | replace: 'õ', 'o' | replace: 'ú', 'u' %}
|
||||||
{% assign page_url = '../mmp_pages/' | append: file_url | append: '.html' %}
|
{% assign page_url = '../projetos/' | append: file_url | append: '.html' %}
|
||||||
|
|
||||||
<a href="{{ page_url }}" style="text-decoration: none; flex: 1; display: flex; flex-direction: column;">
|
<a href="{{ page_url }}" style="text-decoration: none; flex: 1; display: flex; flex-direction: column;">
|
||||||
<div class="card-content has-text-centered p-4" style="flex: 1; display: flex; flex-direction: column;">
|
<div class="card-content has-text-centered p-4" style="flex: 1; display: flex; flex-direction: column;">
|
||||||
|
|
|
||||||
|
|
@ -117,7 +117,7 @@ permalink: /pattern/
|
||||||
replace: 'ç', 'c' | replace: 'ã', 'a' | replace: 'á', 'a' | replace:
|
replace: 'ç', 'c' | replace: 'ã', 'a' | replace: 'á', 'a' | replace:
|
||||||
'â', 'a' | replace: 'é', 'e' | replace: 'ê', 'e' | replace: 'í', 'i'
|
'â', 'a' | replace: 'é', 'e' | replace: 'ê', 'e' | replace: 'í', 'i'
|
||||||
| replace: 'ó', 'o' | replace: 'ô', 'o' | replace: 'õ', 'o' |
|
| replace: 'ó', 'o' | replace: 'ô', 'o' | replace: 'õ', 'o' |
|
||||||
replace: 'ú', 'u' %} {% assign page_url = '../mmp_pages/' | append:
|
replace: 'ú', 'u' %} {% assign page_url = '../projetos/' | append:
|
||||||
file_url | append: '.html' %}
|
file_url | append: '.html' %}
|
||||||
|
|
||||||
<a
|
<a
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@ permalink: /plugin/
|
||||||
replace: 'ç', 'c' | replace: 'ã', 'a' | replace: 'á', 'a' | replace:
|
replace: 'ç', 'c' | replace: 'ã', 'a' | replace: 'á', 'a' | replace:
|
||||||
'â', 'a' | replace: 'é', 'e' | replace: 'ê', 'e' | replace: 'í', 'i'
|
'â', 'a' | replace: 'é', 'e' | replace: 'ê', 'e' | replace: 'í', 'i'
|
||||||
| replace: 'ó', 'o' | replace: 'ô', 'o' | replace: 'õ', 'o' |
|
| replace: 'ó', 'o' | replace: 'ô', 'o' | replace: 'õ', 'o' |
|
||||||
replace: 'ú', 'u' %} {% assign page_url = '../mmp_pages/' | append:
|
replace: 'ú', 'u' %} {% assign page_url = '../projetos/' | append:
|
||||||
file_url | append: '.html' %}
|
file_url | append: '.html' %}
|
||||||
|
|
||||||
<a
|
<a
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@ permalink: /sample/
|
||||||
<div class="card project-card" style="height: 100%; background-color: #f0f8ff; border: 1px solid #cfe8fc; border-radius: 12px; display: flex; flex-direction: column;">
|
<div class="card project-card" style="height: 100%; background-color: #f0f8ff; border: 1px solid #cfe8fc; border-radius: 12px; display: flex; flex-direction: column;">
|
||||||
|
|
||||||
{% assign file_url = projeto.file | downcase | replace: ' ', '-' | replace: 'ç', 'c' | replace: 'ã', 'a' | replace: 'á', 'a' | replace: 'â', 'a' | replace: 'é', 'e' | replace: 'ê', 'e' | replace: 'í', 'i' | replace: 'ó', 'o' | replace: 'ô', 'o' | replace: 'õ', 'o' | replace: 'ú', 'u' %}
|
{% assign file_url = projeto.file | downcase | replace: ' ', '-' | replace: 'ç', 'c' | replace: 'ã', 'a' | replace: 'á', 'a' | replace: 'â', 'a' | replace: 'é', 'e' | replace: 'ê', 'e' | replace: 'í', 'i' | replace: 'ó', 'o' | replace: 'ô', 'o' | replace: 'õ', 'o' | replace: 'ú', 'u' %}
|
||||||
{% assign page_url = '../mmp_pages/' | append: file_url | append: '.html' %}
|
{% assign page_url = '../projetos/' | append: file_url | append: '.html' %}
|
||||||
|
|
||||||
<a href="{{ page_url }}" style="text-decoration: none; flex: 1; display: flex; flex-direction: column;">
|
<a href="{{ page_url }}" style="text-decoration: none; flex: 1; display: flex; flex-direction: column;">
|
||||||
<div class="card-content has-text-centered p-4" style="flex: 1; display: flex; flex-direction: column;">
|
<div class="card-content has-text-centered p-4" style="flex: 1; display: flex; flex-direction: column;">
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@ permalink: /samples/
|
||||||
<div class="card project-card" style="height: 100%; background-color: #f0f8ff; border: 1px solid #cfe8fc; border-radius: 12px; display: flex; flex-direction: column; position: relative;">
|
<div class="card project-card" style="height: 100%; background-color: #f0f8ff; border: 1px solid #cfe8fc; border-radius: 12px; display: flex; flex-direction: column; position: relative;">
|
||||||
|
|
||||||
{% assign file_url = projeto.file | downcase | replace: ' ', '-' | replace: 'ç', 'c' | replace: 'ã', 'a' | replace: 'á', 'a' | replace: 'â', 'a' | replace: 'é', 'e' | replace: 'ê', 'e' | replace: 'í', 'i' | replace: 'ó', 'o' | replace: 'ô', 'o' | replace: 'õ', 'o' | replace: 'ú', 'u' %}
|
{% assign file_url = projeto.file | downcase | replace: ' ', '-' | replace: 'ç', 'c' | replace: 'ã', 'a' | replace: 'á', 'a' | replace: 'â', 'a' | replace: 'é', 'e' | replace: 'ê', 'e' | replace: 'í', 'i' | replace: 'ó', 'o' | replace: 'ô', 'o' | replace: 'õ', 'o' | replace: 'ú', 'u' %}
|
||||||
{% assign page_url = '../mmp_pages/' | append: file_url | append: '.html' %}
|
{% assign page_url = '../projetos/' | append: file_url | append: '.html' %}
|
||||||
|
|
||||||
<a href="{{ page_url }}" style="text-decoration: none; flex: 1; display: flex; flex-direction: column;">
|
<a href="{{ page_url }}" style="text-decoration: none; flex: 1; display: flex; flex-direction: column;">
|
||||||
<div class="card-content has-text-centered p-4" style="flex: 1; display: flex; flex-direction: column;">
|
<div class="card-content has-text-centered p-4" style="flex: 1; display: flex; flex-direction: column;">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue