74 lines
		
	
	
		
			4.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			74 lines
		
	
	
		
			4.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
<!DOCTYPE html>
 | 
						||
<html lang="en">
 | 
						||
<head>
 | 
						||
    <meta charset="UTF-8">
 | 
						||
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						||
    <title>Welcome to Jekyll!</title>
 | 
						||
    <link rel="stylesheet" href="/~jotachina/mmpSearch/_site/assets/css/style.css">
 | 
						||
    <!-- Adicione outros links de estilos necessários -->
 | 
						||
</head>
 | 
						||
<body>
 | 
						||
    <header class="site-header" role="banner">
 | 
						||
 | 
						||
  <div class="wrapper"><a class="site-title" rel="author" href="/~jotachina/mmpSearch/_site/">Your awesome title</a><nav class="site-nav">
 | 
						||
        <input type="checkbox" id="nav-trigger" class="nav-trigger" />
 | 
						||
        <label for="nav-trigger">
 | 
						||
          <span class="menu-icon">
 | 
						||
            <svg viewBox="0 0 18 15" width="18px" height="15px">
 | 
						||
              <path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
 | 
						||
            </svg>
 | 
						||
          </span>
 | 
						||
        </label>
 | 
						||
 | 
						||
        <div class="trigger"><a class="page-link" href="/~jotachina/mmpSearch/_site/about/">About</a><a class="page-link" href="/~jotachina/mmpSearch/_site/">Indexação e exibição de informações de arquivos MMPZ</a><a class="page-link" href="/~jotachina/mmpSearch/_site/mmp_files.html">Arquivos MMP Processados</a><a class="page-link" href="/~jotachina/mmpSearch/_site/projetosComMesmoInstrumento.html">Instrumentos Similares</a><a class="page-link" href="/~jotachina/mmpSearch/_site/quantasVezesAparecemInstrumentos/">Quantidade de repetições de instrumentos</a><a class="page-link" href="/~jotachina/mmpSearch/_site/beatsDisponiveis/">Músicas</a></div>
 | 
						||
      </nav></div>
 | 
						||
</header>
 | 
						||
 | 
						||
 | 
						||
    <main>
 | 
						||
        <article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
 | 
						||
 | 
						||
  <header class="post-header">
 | 
						||
    <h1 class="post-title p-name" itemprop="name headline">Welcome to Jekyll!</h1>
 | 
						||
    <p class="post-meta">
 | 
						||
      <time class="dt-published" datetime="2024-07-21T14:45:00-03:00" itemprop="datePublished">Jul 21, 2024
 | 
						||
      </time></p>
 | 
						||
  </header>
 | 
						||
 | 
						||
  <div class="post-content e-content" itemprop="articleBody">
 | 
						||
    <p>You’ll find this post in your <code class="language-plaintext highlighter-rouge">_posts</code> directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run <code class="language-plaintext highlighter-rouge">jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p>
 | 
						||
 | 
						||
<p>Jekyll requires blog post files to be named according to the following format:</p>
 | 
						||
 | 
						||
<p><code class="language-plaintext highlighter-rouge">YEAR-MONTH-DAY-title.MARKUP</code></p>
 | 
						||
 | 
						||
<p>Where <code class="language-plaintext highlighter-rouge">YEAR</code> is a four-digit number, <code class="language-plaintext highlighter-rouge">MONTH</code> and <code class="language-plaintext highlighter-rouge">DAY</code> are both two-digit numbers, and <code class="language-plaintext highlighter-rouge">MARKUP</code> is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.</p>
 | 
						||
 | 
						||
<p>Jekyll also offers powerful support for code snippets:</p>
 | 
						||
 | 
						||
<figure class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span>
 | 
						||
  <span class="nb">puts</span> <span class="s2">"Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">"</span>
 | 
						||
<span class="k">end</span>
 | 
						||
<span class="n">print_hi</span><span class="p">(</span><span class="s1">'Tom'</span><span class="p">)</span>
 | 
						||
<span class="c1">#=> prints 'Hi, Tom' to STDOUT.</span></code></pre></figure>
 | 
						||
 | 
						||
<p>Check out the <a href="https://jekyllrb.com/docs/home">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyll’s GitHub repo</a>. If you have questions, you can ask them on <a href="https://talk.jekyllrb.com/">Jekyll Talk</a>.</p>
 | 
						||
 | 
						||
 | 
						||
  </div><a class="u-url" href="/~jotachina/mmpSearch/_site/jekyll/update/2024/07/21/welcome-to-jekyll.html" hidden></a>
 | 
						||
</article>
 | 
						||
 | 
						||
    </main>
 | 
						||
 | 
						||
    <footer>
 | 
						||
        <!-- Rodapé -->
 | 
						||
    </footer>
 | 
						||
 | 
						||
    <!-- Scripts no final da página para melhor performance -->
 | 
						||
    <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
 | 
						||
    <script src="/~jotachina/mmpSearch/_site/assets/js/script.js"></script>
 | 
						||
    <!-- Adicione outros scripts conforme necessário -->
 | 
						||
 | 
						||
</body>
 | 
						||
</html>
 |