Skip to content

Commit

Permalink
build again
Browse files Browse the repository at this point in the history
  • Loading branch information
Baris Tosun committed Jan 31, 2024
1 parent 98cd873 commit 34fe7fe
Show file tree
Hide file tree
Showing 21 changed files with 1,324 additions and 104 deletions.
2 changes: 1 addition & 1 deletion _site/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Sorry, the page you are looking for could not be found.
</p>

<a href="index.html">
<a href="./">
<button
class="bg-transparent text-grey-darkest font-bold uppercase tracking-wide py-3 px-6 border-2 border-grey-light hover:border-grey rounded-lg">
Go Home
Expand Down
21 changes: 11 additions & 10 deletions _site/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HydePHP - About</title>
<title>rominronin - About</title>



<link rel="canonical" href="http://localhost/about.html">
<meta name="twitter:title" content="HydePHP - About">
<meta property="og:title" content="HydePHP - About">
<link rel="canonical" href="http://localhost/about">
<meta name="twitter:title" content="rominronin - About">
<meta property="og:title" content="rominronin - About">


<link rel="sitemap" href="http://localhost/sitemap.xml" type="application/xml" title="Sitemap">
Expand All @@ -36,8 +36,8 @@
<body id="app" class="flex flex-col min-h-screen overflow-x-hidden dark:bg-gray-900 dark:text-white" x-data="{ navigationOpen: false }" x-on:keydown.escape="navigationOpen = false;">
<a href="#content" id="skip-to-content" class="sr-only focus:not-sr-only bg-black border-4 border-yellow-400 focus:absolute focus:mt-2 focus:mx-auto focus:p-2 focus:w-64 h-auto left-0 overflow-auto right-0 rounded-md text-center text-lg text-white top-auto z-50 ">Skip to content</a> <nav aria-label="Main navigation" id="main-navigation" class="flex flex-wrap items-center justify-between p-4 shadow-lg sm:shadow-xl md:shadow-none dark:bg-gray-800">
<div class="flex flex-grow items-center flex-shrink-0 text-gray-700 dark:text-gray-200">
<a href="index.html" class="font-bold px-4" aria-label="Home page">
HydePHP
<a href="./" class="font-bold px-4" aria-label="Home page">
rominronin
</a>
<div class="ml-auto">
<button @click="toggleTheme" class="theme-toggle-button flex items-center px-2 py-1 hover:text-gray-700 dark:text-gray-200" title="Toggle theme">
Expand Down Expand Up @@ -71,9 +71,9 @@
:class="navigationOpen ? '' : 'hidden'" x-cloak>
<ul aria-label="Navigation links" class="md:flex-grow md:flex justify-end">
<li class="md:mx-2">
<a href="index.html" class="block my-2 md:my-0 md:inline-block py-1 text-gray-700 hover:text-gray-900 dark:text-gray-100">Home</a> </li>
<a href="./" class="block my-2 md:my-0 md:inline-block py-1 text-gray-700 hover:text-gray-900 dark:text-gray-100">Home</a> </li>
<li class="md:mx-2">
<a href="about.html" aria-current="page" class="block my-2 md:my-0 md:inline-block py-1 text-gray-700 hover:text-gray-900 dark:text-gray-100 border-l-4 border-indigo-500 md:border-none font-medium -ml-6 pl-5 md:ml-0 md:pl-0 bg-gray-100 dark:bg-gray-800 md:bg-transparent dark:md:bg-transparent">About</a> </li>
<a href="about" aria-current="page" class="block my-2 md:my-0 md:inline-block py-1 text-gray-700 hover:text-gray-900 dark:text-gray-100 border-l-4 border-indigo-500 md:border-none font-medium -ml-6 pl-5 md:ml-0 md:pl-0 bg-gray-100 dark:bg-gray-800 md:bg-transparent dark:md:bg-transparent">About</a> </li>
<li class="md:mx-2">
<div class="dropdown-container relative" x-data="{ open: false }">
<button class="dropdown-button block my-2 md:my-0 md:inline-block py-1 text-gray-700 hover:text-gray-900 dark:text-gray-100"
Expand All @@ -84,7 +84,7 @@
<div class="dropdown absolute shadow-lg bg-white dark:bg-gray-700 z-50 right-0" :class="open ? '' : 'hidden'" x-cloak="">
<ul class="dropdown-items px-3 py-2">
<li class="whitespace-nowrap">
<a href="docs/index.html" class="block my-2 md:my-0 md:inline-block py-1 text-gray-700 hover:text-gray-900 dark:text-gray-100">Docs</a> </li>
<a href="docs/" class="block my-2 md:my-0 md:inline-block py-1 text-gray-700 hover:text-gray-900 dark:text-gray-100">Docs</a> </li>
</ul>
</div>
</div> </li>
Expand All @@ -98,6 +98,7 @@
<h1>About</h1>
<p>I am Baris Tosun. Web developer, Drupal enthusiast, guitarist, music producer, keyboard builder, physics graduate, karate black belt and father of two.</p>
<p>This is my website. It is a simple webpage/blog where I want to provide information about some of the projects I spend my free time on.</p>
<p>This website is build using a tool called HydePHP. Find out more about HydePHP <a href="https://hydephp.com/">here</a></p>

</article>
</main>
Expand All @@ -106,7 +107,7 @@ <h1>About</h1>

<footer aria-label="Page footer" class="flex py-4 px-6 w-full text-center mt-auto bg-slate-100 dark:bg-gray-800">
<div class="prose dark:prose-invert text-center mx-auto">
<p>Site proudly built with <a href="https://github.com/hydephp/hyde">HydePHP</a> 🎩</p>
<p>Built with <a href="https://github.com/hydephp/hyde">HydePHP</a> 🎩 | See also <a href="https://baristosun.com">baristosun.com</a></p>

</div>
<a href="#app" aria-label="Go to top of page" class="float-right">
Expand Down
22 changes: 11 additions & 11 deletions _site/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HydePHP - Documentation</title>
<title>rominronin - Documentation</title>



<link rel="canonical" href="http://localhost/docs/index.html">
<meta name="twitter:title" content="HydePHP - Documentation">
<meta property="og:title" content="HydePHP - Documentation">
<link rel="canonical" href="http://localhost/docs">
<meta name="twitter:title" content="rominronin - Documentation">
<meta property="og:title" content="rominronin - Documentation">


<link rel="sitemap" href="http://localhost/sitemap.xml" type="application/xml" title="Sitemap">
Expand Down Expand Up @@ -38,7 +38,7 @@

<a href="#content" id="skip-to-content" class="sr-only focus:not-sr-only bg-black border-4 border-yellow-400 focus:absolute focus:mt-2 focus:mx-auto focus:p-2 focus:w-64 h-auto left-0 overflow-auto right-0 rounded-md text-center text-lg text-white top-auto z-50 ">Skip to content</a> <nav id="mobile-navigation" class="bg-white dark:bg-gray-800 md:hidden flex justify-between w-full h-16 z-40 fixed left-0 top-0 p-4 leading-8 shadow-lg">
<strong class="px-2 mr-auto">
<a href="../docs/index.html">
<a href="../docs/">
HydePHP Docs
</a>
</strong>
Expand All @@ -62,7 +62,7 @@
<header id="sidebar-header" class="h-16">
<div id="sidebar-brand" class="flex items-center justify-between h-16 py-4 px-2">
<strong class="px-2">
<a href="../docs/index.html">
<a href="../docs/">
HydePHP Docs
</a>
</strong>
Expand All @@ -87,19 +87,19 @@ <h4 class="sidebar-group-heading text-base font-semibold cursor-pointer dark:gr
</button> </header>
<ul class="sidebar-group-items ml-4 px-2 mb-2" role="list" x-show="groupOpen" >
<li class="sidebar-item -ml-4 pl-4" role="listitem">
<a href="../docs/introduction.html" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
<a href="../docs/introduction" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
Introduction
</a>
</li> <li class="sidebar-item -ml-4 pl-4" role="listitem">
<a href="../docs/katana60.html" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
<a href="../docs/katana60" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
Katana60
</a>
</li> <li class="sidebar-item -ml-4 pl-4" role="listitem">
<a href="../docs/katana60-pro.html" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
<a href="../docs/katana60-pro" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
Katana60 Pro
</a>
</li> <li class="sidebar-item -ml-4 pl-4" role="listitem">
<a href="../docs/tsuka60-pro.html" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
<a href="../docs/tsuka60-pro" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
Tsuka60 Pro
</a>
</li> </ul>
Expand All @@ -108,7 +108,7 @@ <h4 class="sidebar-group-heading text-base font-semibold cursor-pointer dark:gr
</nav>
<footer id="sidebar-footer" class="h-16 p-4 w-full bottom-0 left-0 text-center leading-8">
<p>
<a href="../index.html">Back to home page</a>
<a href="../">Back to home page</a>
</p> </footer>
</aside>
<main id="content" class="dark:bg-gray-900 min-h-screen bg-gray-50 md:bg-white absolute top-16 md:top-0 w-screen md:left-64 md:w-[calc(100vw_-_16rem)]">
Expand Down
22 changes: 11 additions & 11 deletions _site/docs/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HydePHP - Introduction</title>
<title>rominronin - Introduction</title>



<link rel="canonical" href="http://localhost/docs/introduction.html">
<meta name="twitter:title" content="HydePHP - Introduction">
<meta property="og:title" content="HydePHP - Introduction">
<link rel="canonical" href="http://localhost/docs/introduction">
<meta name="twitter:title" content="rominronin - Introduction">
<meta property="og:title" content="rominronin - Introduction">


<link rel="sitemap" href="http://localhost/sitemap.xml" type="application/xml" title="Sitemap">
Expand Down Expand Up @@ -38,7 +38,7 @@

<a href="#content" id="skip-to-content" class="sr-only focus:not-sr-only bg-black border-4 border-yellow-400 focus:absolute focus:mt-2 focus:mx-auto focus:p-2 focus:w-64 h-auto left-0 overflow-auto right-0 rounded-md text-center text-lg text-white top-auto z-50 ">Skip to content</a> <nav id="mobile-navigation" class="bg-white dark:bg-gray-800 md:hidden flex justify-between w-full h-16 z-40 fixed left-0 top-0 p-4 leading-8 shadow-lg">
<strong class="px-2 mr-auto">
<a href="../docs/index.html">
<a href="../docs/">
HydePHP Docs
</a>
</strong>
Expand All @@ -62,7 +62,7 @@
<header id="sidebar-header" class="h-16">
<div id="sidebar-brand" class="flex items-center justify-between h-16 py-4 px-2">
<strong class="px-2">
<a href="../docs/index.html">
<a href="../docs/">
HydePHP Docs
</a>
</strong>
Expand All @@ -87,22 +87,22 @@ <h4 class="sidebar-group-heading text-base font-semibold cursor-pointer dark:gr
</button> </header>
<ul class="sidebar-group-items ml-4 px-2 mb-2" role="list" x-show="groupOpen" >
<li class="sidebar-item -ml-4 pl-4 active -ml-8 pl-8 bg-black/5 dark:bg-black/10" role="listitem">
<a href="../docs/introduction.html" aria-current="true" class="-ml-8 pl-4 py-1 px-2 block text-indigo-600 dark:text-indigo-400 dark:font-medium border-l-[0.325rem] border-indigo-500 transition-colors duration-300 ease-in-out hover:bg-black/10">
<a href="../docs/introduction" aria-current="true" class="-ml-8 pl-4 py-1 px-2 block text-indigo-600 dark:text-indigo-400 dark:font-medium border-l-[0.325rem] border-indigo-500 transition-colors duration-300 ease-in-out hover:bg-black/10">
Introduction
</a>

<span class="sr-only">Table of contents</span>

</li> <li class="sidebar-item -ml-4 pl-4" role="listitem">
<a href="../docs/katana60.html" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
<a href="../docs/katana60" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
Katana60
</a>
</li> <li class="sidebar-item -ml-4 pl-4" role="listitem">
<a href="../docs/katana60-pro.html" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
<a href="../docs/katana60-pro" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
Katana60 Pro
</a>
</li> <li class="sidebar-item -ml-4 pl-4" role="listitem">
<a href="../docs/tsuka60-pro.html" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
<a href="../docs/tsuka60-pro" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
Tsuka60 Pro
</a>
</li> </ul>
Expand All @@ -111,7 +111,7 @@ <h4 class="sidebar-group-heading text-base font-semibold cursor-pointer dark:gr
</nav>
<footer id="sidebar-footer" class="h-16 p-4 w-full bottom-0 left-0 text-center leading-8">
<p>
<a href="../index.html">Back to home page</a>
<a href="../">Back to home page</a>
</p> </footer>
</aside>
<main id="content" class="dark:bg-gray-900 min-h-screen bg-gray-50 md:bg-white absolute top-16 md:top-0 w-screen md:left-64 md:w-[calc(100vw_-_16rem)]">
Expand Down
22 changes: 11 additions & 11 deletions _site/docs/katana60-pro.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HydePHP - Katana60 Pro</title>
<title>rominronin - Katana60 Pro</title>



<link rel="canonical" href="http://localhost/docs/katana60-pro.html">
<meta name="twitter:title" content="HydePHP - Katana60 Pro">
<meta property="og:title" content="HydePHP - Katana60 Pro">
<link rel="canonical" href="http://localhost/docs/katana60-pro">
<meta name="twitter:title" content="rominronin - Katana60 Pro">
<meta property="og:title" content="rominronin - Katana60 Pro">


<link rel="sitemap" href="http://localhost/sitemap.xml" type="application/xml" title="Sitemap">
Expand Down Expand Up @@ -38,7 +38,7 @@

<a href="#content" id="skip-to-content" class="sr-only focus:not-sr-only bg-black border-4 border-yellow-400 focus:absolute focus:mt-2 focus:mx-auto focus:p-2 focus:w-64 h-auto left-0 overflow-auto right-0 rounded-md text-center text-lg text-white top-auto z-50 ">Skip to content</a> <nav id="mobile-navigation" class="bg-white dark:bg-gray-800 md:hidden flex justify-between w-full h-16 z-40 fixed left-0 top-0 p-4 leading-8 shadow-lg">
<strong class="px-2 mr-auto">
<a href="../docs/index.html">
<a href="../docs/">
HydePHP Docs
</a>
</strong>
Expand All @@ -62,7 +62,7 @@
<header id="sidebar-header" class="h-16">
<div id="sidebar-brand" class="flex items-center justify-between h-16 py-4 px-2">
<strong class="px-2">
<a href="../docs/index.html">
<a href="../docs/">
HydePHP Docs
</a>
</strong>
Expand All @@ -87,22 +87,22 @@ <h4 class="sidebar-group-heading text-base font-semibold cursor-pointer dark:gr
</button> </header>
<ul class="sidebar-group-items ml-4 px-2 mb-2" role="list" x-show="groupOpen" >
<li class="sidebar-item -ml-4 pl-4" role="listitem">
<a href="../docs/introduction.html" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
<a href="../docs/introduction" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
Introduction
</a>
</li> <li class="sidebar-item -ml-4 pl-4" role="listitem">
<a href="../docs/katana60.html" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
<a href="../docs/katana60" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
Katana60
</a>
</li> <li class="sidebar-item -ml-4 pl-4 active -ml-8 pl-8 bg-black/5 dark:bg-black/10" role="listitem">
<a href="../docs/katana60-pro.html" aria-current="true" class="-ml-8 pl-4 py-1 px-2 block text-indigo-600 dark:text-indigo-400 dark:font-medium border-l-[0.325rem] border-indigo-500 transition-colors duration-300 ease-in-out hover:bg-black/10">
<a href="../docs/katana60-pro" aria-current="true" class="-ml-8 pl-4 py-1 px-2 block text-indigo-600 dark:text-indigo-400 dark:font-medium border-l-[0.325rem] border-indigo-500 transition-colors duration-300 ease-in-out hover:bg-black/10">
Katana60 Pro
</a>

<span class="sr-only">Table of contents</span>

</li> <li class="sidebar-item -ml-4 pl-4" role="listitem">
<a href="../docs/tsuka60-pro.html" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
<a href="../docs/tsuka60-pro" class="-ml-8 pl-4 py-1 px-2 block border-l-[0.325rem] border-transparent transition-colors duration-300 ease-in-out hover:bg-black/10">
Tsuka60 Pro
</a>
</li> </ul>
Expand All @@ -111,7 +111,7 @@ <h4 class="sidebar-group-heading text-base font-semibold cursor-pointer dark:gr
</nav>
<footer id="sidebar-footer" class="h-16 p-4 w-full bottom-0 left-0 text-center leading-8">
<p>
<a href="../index.html">Back to home page</a>
<a href="../">Back to home page</a>
</p> </footer>
</aside>
<main id="content" class="dark:bg-gray-900 min-h-screen bg-gray-50 md:bg-white absolute top-16 md:top-0 w-screen md:left-64 md:w-[calc(100vw_-_16rem)]">
Expand Down
Loading

0 comments on commit 34fe7fe

Please sign in to comment.