added first version of web page
This commit is contained in:
parent
2d94f025b4
commit
7f5fd0b13e
3 changed files with 27 additions and 13 deletions
|
@ -4,9 +4,10 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>{{ page.title }} - {{ site.title }}</title>
|
<title>{{ page.title }} - {{ site.title }}</title>
|
||||||
|
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/anaktoria-textfonts" type="text/css"/>
|
||||||
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
|
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{{ content}}
|
{{ content}}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
$backgroundColor: #ffffff;
|
|
||||||
$bodyColor: #000000;
|
|
||||||
$bodyFont: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
|
|
||||||
|
|
||||||
body {
|
|
||||||
background: $backgroundColor;
|
|
||||||
color: $bodyColor;
|
|
||||||
font-family: $bodyFont;
|
|
||||||
}
|
|
28
index.md
28
index.md
|
@ -1,8 +1,30 @@
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: "Happy Jekylling!"
|
title: "The den"
|
||||||
---
|
---
|
||||||
|
|
||||||
## You're ready to go!
|
# Fox.birb.world
|
||||||
|
---
|
||||||
|
|
||||||
Start developing your Jekyll website.
|
Smoll fox, with help of birb learing things.
|
||||||
|
|
||||||
|
I maked this. ^-^
|
||||||
|
|
||||||
|
⭐
|
||||||
|
|
||||||
|
I'm a pansexual poly furry who's fursona is a purple fennec fox and who's pronouns are she/her. I love stuffed animals and all other manner of cute things, I'm kind of a dork, and I have an anxiety disorder.
|
||||||
|
|
||||||
|
If you wanna follow me on twitter its:
|
||||||
|
|
||||||
|
[Fanfalla's twitter](https://twitter.com/fanfallafox?s=09)
|
||||||
|
|
||||||
|
Though, I'll warn you, most of the stuff I share is leftist retweets and memes.
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tenor-gif-embed" data-postid="17586417" data-share-method="host" data-width="60%" data-aspect-ratio="1.0"><a href="https://tenor.com/view/its-that-time-420-lets-get-it-skulls-gif-17586417">Its That Time 420 GIF</a> from <a href="https://tenor.com/search/itsthattime-gifs">Itsthattime GIFs</a></div><script type="text/javascript" async src="https://tenor.com/embed.js"></script>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Thank you for looking at my derpy, learning process.
|
||||||
|
|
||||||
|
💗
|
Loading…
Add table
Reference in a new issue