Sha256: 4bb676772c8e4a8c0559c02e02ac3d062df807dc0e1e156b437bae19755f79a8

Contents?: true

Size: 1.69 KB

Versions: 4

Compression:

Stored size: 1.69 KB

Contents

{% capture color %}{{ page.color | default: site.color }}{% endcapture %}

{%- comment -%}{%- endcomment -%}
<header class="w-full fixed z-50 select-none bg-{{ color }}-600 bg-opacity-10 bg-blur">
  <nav class="p-4 font-serif text-xl text-{{ color }}-50 flex justify-between">
    <a class="hover:text-{{ color }}-400 text-2xl" href="{{ site.url | default: "/" | relative_url }}">{{ site.title }}</a>
    <div class="hidden md:block space-x-4">
      <a class="hover:text-{{ color }}-400" href="/tags">Tags</a>
      <a class="hover:text-{{ color }}-400" href="/archives">Archives</a>
      <a class="hover:text-{{ color }}-400" href="/about">About</a>
    </div>
    <div class="md:hidden">
      <style>#theme-menu:focus + #theme-menu-dropdown { display: block; }</style>
      <button
        id="theme-menu"
        class="focus:outline-none focus:text-{{ color }}-400 "
      >
        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
        </svg>
      </button>
      <div class="hidden origin-top-right absolute right-1 mt-1 rounded-md py-1 bg-{{ color }}-100 focus:block focus:outline-none" id="theme-menu-dropdown">
        <a class="block px-4 py-2 text-sm text-{{ color }}-600 hover:text-{{ color }}-400" href="/tags">Tags</a>
        <a class="block px-4 py-2 text-sm text-{{ color }}-600 hover:text-{{ color }}-400" href="/archives">Archives</a>
        <a class="block px-4 py-2 text-sm text-{{ color }}-600 hover:text-{{ color }}-400" href="/about">About</a>
      </div>
    </div>

  </nav>
</header>
{%- comment -%}{%- endcomment -%}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-acg-1.0.4 _includes/header.html
jekyll-theme-acg-1.0.3 _includes/header.html
jekyll-theme-acg-1.0.2 _includes/header.html
jekyll-theme-acg-1.0.1 source/_includes/header.html