Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4c73afd 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
abenevaut committed Nov 23, 2024
1 parent b381c04 commit 5b8e79f
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 13 deletions.
53 changes: 48 additions & 5 deletions assets/App2.js
Original file line number Diff line number Diff line change
Expand Up @@ -25143,17 +25143,60 @@ init({
});
const navItems = [
{ label: "Home", url: "index.html" },
{ label: "Generate GitHub pages", url: "github-pages.html" }
{ label: "Create your content", url: "create-your-content.html" },
{ label: "Generate GitHub pages", url: "generate-github-pages.html" }
];
const navFooterItems = [
{ label: "Support", url: "https://github.com/abenevaut/opensource/issues?q=is%3Aopen+is%3Aissue+label%3Alaravel-one" },
{ label: "Changelog", url: "https://github.com/abenevaut/opensource/releases" },
{ label: "Portfolio", url: "https://www.abenevaut.dev/index.html" }
{ label: "Changelog", url: "https://github.com/abenevaut/opensource/releases?q=laravel-one-&expanded=true" },
{ label: "Portfolio", url: "https://www.abenevaut.dev/index.html?pk_campaign=redirect-laravel-one-github-pages&pk_source=laravel-one.abenevaut.dev&pk_medium=showcase&pk_keyword=link&pk_content=v1&pk_cid=20241123" }
];
function TeamDropdownMenu() {
return /* @__PURE__ */ jsxRuntimeExports.jsxs(DropdownMenu, { className: "min-w-80 lg:min-w-64", anchor: "bottom start", children: [
/* @__PURE__ */ jsxRuntimeExports.jsx(DropdownItem, { href: "/terms.html", children: /* @__PURE__ */ jsxRuntimeExports.jsx(DropdownLabel, { children: "Terms of services" }) }),
/* @__PURE__ */ jsxRuntimeExports.jsx(DropdownItem, { href: "/privacy.html", children: /* @__PURE__ */ jsxRuntimeExports.jsx(DropdownLabel, { children: "Privacy policy" }) })
/* @__PURE__ */ jsxRuntimeExports.jsx(DropdownItem, { href: "https://www.abenevaut.dev/terms.html?pk_campaign=redirect-laravel-one-github-pages&pk_source=laravel-one.abenevaut.dev&pk_medium=showcase&pk_keyword=link&pk_content=v1&pk_cid=20241123", target: "_blank", children: /* @__PURE__ */ jsxRuntimeExports.jsxs(DropdownLabel, { children: [
"Terms of services ",
/* @__PURE__ */ jsxRuntimeExports.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
fill: "none",
viewBox: "0 0 24 24",
strokeWidth: 1.5,
stroke: "currentColor",
className: "size-6",
children: /* @__PURE__ */ jsxRuntimeExports.jsx(
"path",
{
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"
}
)
}
)
] }) }),
/* @__PURE__ */ jsxRuntimeExports.jsx(DropdownItem, { href: "https://www.abenevaut.dev/privacy.html?pk_campaign=redirect-laravel-one-github-pages&pk_source=laravel-one.abenevaut.dev&pk_medium=showcase&pk_keyword=link&pk_content=v1&pk_cid=20241123", target: "_blank", children: /* @__PURE__ */ jsxRuntimeExports.jsxs(DropdownLabel, { children: [
"Privacy policy ",
/* @__PURE__ */ jsxRuntimeExports.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
fill: "none",
viewBox: "0 0 24 24",
strokeWidth: 1.5,
stroke: "currentColor",
className: "size-6",
children: /* @__PURE__ */ jsxRuntimeExports.jsx(
"path",
{
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"
}
)
}
)
] }) })
] });
}
function App({ children }) {
Expand Down
2 changes: 1 addition & 1 deletion assets/App2.js.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions assets/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1859,6 +1859,11 @@ select {
height: 1.25rem;
}

.size-6 {
width: 1.5rem;
height: 1.5rem;
}

.size-\[1\.125rem\] {
width: 1.125rem;
height: 1.125rem;
Expand Down
4 changes: 2 additions & 2 deletions create-your-content.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<meta name="author" content="Antoine Benevaut">

<meta property="og:type" content="website">
<meta property="og:url" content="https://www.abenevaut.dev/">
<meta property="og:url" content="https://laravel-one.abenevaut.dev/create-your-content.html">
<meta property="og:title" content="Create your content">
<meta property="og:description" content="laravel-one, basics steps to create your content">
<meta property="og:image" content="https://raw.githubusercontent.com/abenevaut/laravel-one/master/demo.gif">

<meta property="twitter:card" content="summary_large_image">
<meta name=”twitter:creator” content=”@abenevaut”>
<meta property="twitter:url" content="https://www.abenevaut.dev/">
<meta property="twitter:url" content="https://laravel-one.abenevaut.dev/create-your-content.html">
<meta property="twitter:title" content="Create your content">
<meta property="twitter:description" content="laravel-one, basics steps to create your content">
<meta property="twitter:image" content="https://raw.githubusercontent.com/abenevaut/laravel-one/master/demo.gif">
Expand Down
4 changes: 2 additions & 2 deletions github-pages.html → generate-github-pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<meta name="author" content="Antoine Benevaut">

<meta property="og:type" content="website">
<meta property="og:url" content="https://www.abenevaut.dev/">
<meta property="og:url" content="https://laravel-one.abenevaut.dev/generate-github-pages.html">
<meta property="og:title" content="Generate GitHub pages">
<meta property="og:description" content="laravel-one, tool to generate static webpages with blade">
<meta property="og:image" content="https://raw.githubusercontent.com/abenevaut/laravel-one/master/demo.gif">

<meta property="twitter:card" content="summary_large_image">
<meta name=”twitter:creator” content=”@abenevaut”>
<meta property="twitter:url" content="https://www.abenevaut.dev/">
<meta property="twitter:url" content="https://laravel-one.abenevaut.dev/generate-github-pages.html">
<meta property="twitter:title" content="Generate GitHub pages">
<meta property="twitter:description" content="laravel-one, tool to generate static webpages with blade">
<meta property="twitter:image" content="https://raw.githubusercontent.com/abenevaut/laravel-one/master/demo.gif">
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<meta name="author" content="Antoine Benevaut">

<meta property="og:type" content="website">
<meta property="og:url" content="https://www.abenevaut.dev/">
<meta property="og:url" content="https://laravel-one.abenevaut.dev/">
<meta property="og:title" content="laravel-one documentation">
<meta property="og:description" content="laravel-one, tool to generate static webpages with blade">
<meta property="og:image" content="https://raw.githubusercontent.com/abenevaut/laravel-one/master/demo.gif">

<meta property="twitter:card" content="summary_large_image">
<meta name=”twitter:creator” content=”@abenevaut”>
<meta property="twitter:url" content="https://www.abenevaut.dev/">
<meta property="twitter:url" content="https://laravel-one.abenevaut.dev/">
<meta property="twitter:title" content="laravel-one documentation">
<meta property="twitter:description" content="laravel-one, tool to generate static webpages with blade">
<meta property="twitter:image" content="https://raw.githubusercontent.com/abenevaut/laravel-one/master/demo.gif">
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<priority>0.1</priority>
</url>
<url>
<loc>https://laravel-one.abenevaut.dev/github-pages.html</loc>
<loc>https://laravel-one.abenevaut.dev/generate-github-pages.html</loc>
<changefreq>monthly</changefreq>
<priority>0.1</priority>
</url>
Expand Down

0 comments on commit 5b8e79f

Please sign in to comment.