Skip to content

Commit

Permalink
let's see if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
skuqre committed Dec 2, 2023
1 parent 9ac7fb6 commit 7fdd268
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 3 deletions.
Binary file added public/dialogue-example1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/dialogue-example2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo-example-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/layouts/md.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ const {frontmatter} = Astro.props;
<meta name="generator" content={Astro.generator} />
<title>{frontmatter.title}</title>

<meta name="description" content="NIKKE logo generator. Create images that look like the Goddess of Victory logo from a click of a button!">
<meta name="description" content={ frontmatter.embeddesc }>
<meta name="keywords" content="nikke">
<meta name="theme-color" content="#f4d259">
<meta name="og:site_name" content="Barely Accurate NIKKE Font Generator" />

<style is:inline>
body {
Expand Down
1 change: 1 addition & 0 deletions src/pages/credits.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ../layouts/md.astro
title: Credits
embeddesc: The site's credits!
---

# Credits
Expand Down
5 changes: 4 additions & 1 deletion src/pages/dialogue.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ import SizingTool from '../components/SizingTool.astro';
<meta name="generator" content={Astro.generator} />
<title>Barely Accurate NIKKE Dialogue Generator</title>

<meta name="description" content="Create dialogue images like NIKKE with the click of some buttons!">
<meta name="description" content="Create a spoof of a dialogue interaction from NIKKE easily!">
<meta name="keywords" content="nikke">
<meta name="theme-color" content="#f4d259">
<meta property="og:image" content="/nikke-font-generator/dialogue-example2.png" />
<meta name="og:site_name" content="Barely Accurate NIKKE Dialogue Generator" />
</head>
<body>
<h1>Barely Accurate NIKKE Dialogue Generator</h1>
Expand Down
5 changes: 4 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ import Anise from '../components/Anise.astro';
<meta name="generator" content={Astro.generator} />
<title>Barely Accurate NIKKE Font Generator</title>

<meta name="description" content="NIKKE logo generator. Create images that look like the Goddess of Victory logo from a click of a button!">
<meta name="description" content="Create a spoof of the NIKKE: Goddess of Victory logo easily!">
<meta name="keywords" content="nikke">
<meta name="theme-color" content="#f4d259">
<meta property="og:image" content="/nikke-font-generator/logo-example1.png" />
<meta name="og:site_name" content="Barely Accurate NIKKE Font Generator" />
</head>
<body>
<h1>Barely Accurate NIKKE Font Generator</h1>
Expand Down
1 change: 1 addition & 0 deletions src/pages/update-log.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ../layouts/md.astro
title: Update Log
embeddesc: the update log
---

# Update Log
Expand Down
1 change: 1 addition & 0 deletions src/pages/what-is/dialogue-gen.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ../../layouts/md.astro
title: Every Button Definition - Dialogue Generator
embeddesc: The definition of every button in the Dialogue Generator's UI.
---

# Every Button Definition - Dialogue Generator
Expand Down
1 change: 1 addition & 0 deletions src/pages/what-is/export-types.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ../../layouts/md.astro
title: Export Types - Dialogue Generator
embeddesc: What are the export types for the Dialogue Generator? What do each of them do?
---

# Export Types - Dialogue Generator
Expand Down
1 change: 1 addition & 0 deletions src/pages/what-is/frame-allowance.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ../../layouts/md.astro
title: Frame Allowance - Dialogue Generator
embeddesc: what the hell does Frame Allowance even mean?
---

# Frame Allowance - Dialogue Generator
Expand Down
1 change: 1 addition & 0 deletions src/pages/what-is/logo-gen.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ../../layouts/md.astro
title: Every Button Definition - Logo Generator
embeddesc: The definitions of each button on the Logo Generator's UI.
---

# Every Button Definition - Logo Generator
Expand Down
1 change: 1 addition & 0 deletions src/pages/what-is/motion.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: ../../layouts/md.astro
title: Motion - Dialogue Generator
embeddesc: This guy "skuqre" really put a dumb system in just to add motion 😂😂😂😂
---

# Motion - Dialogue Generator
Expand Down

0 comments on commit 7fdd268

Please sign in to comment.