From 1280b8d6a2a3f2a02179a1e51aef1891a04cc8dd Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sun, 15 Jan 2023 21:43:21 +0000 Subject: set up rocket server --- templates/base.html.tera | 84 +++++++++++++++++++++++++++++++++++++++ templates/contact.html.tera | 34 ++++++++++++++++ templates/home.html.tera | 53 ++++++++++++++++++++++++ templates/latestblogs.html.tera | 11 +++++ templates/latestskweets.html.tera | 19 +++++++++ 5 files changed, 201 insertions(+) create mode 100644 templates/base.html.tera create mode 100644 templates/contact.html.tera create mode 100644 templates/home.html.tera create mode 100644 templates/latestblogs.html.tera create mode 100644 templates/latestskweets.html.tera (limited to 'templates') diff --git a/templates/base.html.tera b/templates/base.html.tera new file mode 100644 index 0000000..eff54b1 --- /dev/null +++ b/templates/base.html.tera @@ -0,0 +1,84 @@ + + + + + + + cel's garden + + + + + cherry blossom branch + cherry blossom branch + cherry blossom branch + cherry blossom branch + cherry blossom branch + cherry blossom branch + cherry blossom branch + cherry blossom branch + cherry blossom branch + cherry blossom branch + cherry blossom branch + cherry blossom branch + cherry blossom branch + cherry blossom branch + +
+ +
+ + {% block header %} + {% endblock header %} + +
+ + + +
+
+ + {% block content %} + {% endblock content %} + +
+ + {% block aside %} + {% endblock aside %} + +
+ +
+ +
+ +
+ + diff --git a/templates/contact.html.tera b/templates/contact.html.tera new file mode 100644 index 0000000..9876132 --- /dev/null +++ b/templates/contact.html.tera @@ -0,0 +1,34 @@ +{% extends "base" %} + +{% block header %} + +
+

cel 🌸

+
+ +{% endblock header %} + +{% block content %} + + + +{% endblock content %} \ No newline at end of file diff --git a/templates/home.html.tera b/templates/home.html.tera new file mode 100644 index 0000000..cf14f54 --- /dev/null +++ b/templates/home.html.tera @@ -0,0 +1,53 @@ +{% extends "base" %} + +{% block header %} + +
+

cel 🌸

+
+ +{% if is_live %} + +{% endif %} + +{% if is_scrobbling %} +now playing: Parfum d'Γ©toiles - Ichiko Aoba +{% endif %} + +{% endblock header %} + +{% block content %} + +
+

hallo i am celeste welcome 2 my site 🌟

+

this is where i dump everything

+

i wish u a wonderful day

+
+ +

perpetually under construction

+ +
+ +{% endblock content %} + +{% block aside %} + + + +{% endblock aside %} + + + diff --git a/templates/latestblogs.html.tera b/templates/latestblogs.html.tera new file mode 100644 index 0000000..966a728 --- /dev/null +++ b/templates/latestblogs.html.tera @@ -0,0 +1,11 @@ +
+

latest blogs rss newsfeed

+ + + + + + + +
fedi2023-02-04
slaying2023-01-20
+
\ No newline at end of file diff --git a/templates/latestskweets.html.tera b/templates/latestskweets.html.tera new file mode 100644 index 0000000..15a413c --- /dev/null +++ b/templates/latestskweets.html.tera @@ -0,0 +1,19 @@ +
+

latest skweets

+
+ +
+

@cel

2h ago
+

@nyx @lain ikr? omg we have no choice but to stan our skinny legend

+ +
+
+
+ +
+

@cel

2h ago
+

@nyx @lain ikr? omg we have no choice but to stan our skinny legend

+ +
+
+
\ No newline at end of file -- cgit