From 87334f0c8acf2eda56d2b25cc6af73ca4af30877 Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Mon, 26 Apr 2021 22:31:09 -0500 Subject: [PATCH] info --- package.json | 1 + src/_includes/default.njk | 71 ++++++++++++++++++++++++++++++++++++--- src/index.md | 8 +++++ 3 files changed, 76 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1702cb8..adbd819 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "build": "mkdir -p dist && eleventy --input=./src --output=./dist", "build:styles": "npx postcss ./src/styles.css -o ./dist/styles.css --env production", + "watch:styles": "npx postcss ./src/styles.css -o ./dist/styles.css --watch", "start": "mkdir -p dist && eleventy --serve --input=./src --output=./dist" }, "repository": { diff --git a/src/_includes/default.njk b/src/_includes/default.njk index cfe5d57..398d35d 100644 --- a/src/_includes/default.njk +++ b/src/_includes/default.njk @@ -11,20 +11,83 @@ {{ title }} - +
-

{{ title }}

+

{{ name }}

{{ description }}

- - {{ content | safe }} + +
+
+
+

+ About +

+

+ {{ subtitle }} +

+
+
+
+
+
+ Full name +
+
+ {{ fullName }} +
+
+
+
+ Species +
+
+ {{ species }} +
+
+
+
+ Personality +
+
+ {{ personality }} +
+
+
+
+ Gender +
+
+ {{ gender }} +
+
+
+
+ Orientation +
+
+ {{ orientation }} +
+
+
+
+ About +
+
+ {{ about }} +
+
+
+
+
+
diff --git a/src/index.md b/src/index.md index 1a7696c..f3d05db 100644 --- a/src/index.md +++ b/src/index.md @@ -1,7 +1,15 @@ --- layout: default title: Gaiety +subtitle: The pup, the legend... or at least she's a good dog. description: Homepage for the fursona of Gaiety, the doggo. +name: Gaiety +fullName: Gaiety Zuri +species: Anatolian Shepherd +personality: 💋 Playful, Courageous, Friendly +gender: 💃 Female [She/Her] +orientation: 🌈 Bisexual (Leaning Lesbian) +about: ... --- Sup