From f39d725001518c56a346bfc327b7eeebad83c65f Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 12 Jan 2025 12:26:23 +1100 Subject: [PATCH] Trying a new jekyll theme --- _config.yml | 10 ++++ _layouts/base.html | 51 ++++++++++++++++++++ repo-preview.png => assets/repo-preview.png | Bin toylogo.png => assets/toylogo.png | Bin index.html | 48 ------------------ index.md | 15 ++++++ 6 files changed, 76 insertions(+), 48 deletions(-) create mode 100644 _config.yml create mode 100644 _layouts/base.html rename repo-preview.png => assets/repo-preview.png (100%) rename toylogo.png => assets/toylogo.png (100%) delete mode 100644 index.html create mode 100644 index.md diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..8460c6d --- /dev/null +++ b/_config.yml @@ -0,0 +1,10 @@ +title: The Toy Programming Language +description: Documentation For The Toy Programming Language +keywords: programming,coding +author: Kayne Ruse (Ratstail91) + + +plugins: + - jekyll-remote-theme + +remote_theme: pixeldroid/programming-pages \ No newline at end of file diff --git a/_layouts/base.html b/_layouts/base.html new file mode 100644 index 0000000..e3895fd --- /dev/null +++ b/_layouts/base.html @@ -0,0 +1,51 @@ +--- +layout: compress +--- + + + + + + + + + + + +{{ page.title }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{{ content }} + + + \ No newline at end of file diff --git a/repo-preview.png b/assets/repo-preview.png similarity index 100% rename from repo-preview.png rename to assets/repo-preview.png diff --git a/toylogo.png b/assets/toylogo.png similarity index 100% rename from toylogo.png rename to assets/toylogo.png diff --git a/index.html b/index.html deleted file mode 100644 index 0ca1210..0000000 --- a/index.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - -The Toy Programming Language - - - - - - - - - - - - - - - - - - - - - - -
- -
-
-
- -
- -
-
-

There's nobody here but us chickens!

-

The v2 docs aren't visible yet, but they've been marked as "in progress", so expect the first few pages within a week.

-

In the meantime, click here for the source code.

-
- - \ No newline at end of file diff --git a/index.md b/index.md new file mode 100644 index 0000000..6cc1d03 --- /dev/null +++ b/index.md @@ -0,0 +1,15 @@ +
+ +
+ +
+ +
+ +
+ +There's nobody here but us chickens! + +The v2 docs aren't visible yet, but they've been marked as "in progress", so expect the first few pages within a week. + +In the meantime, [click here](https://github.com/Ratstail91/Toy) for the source code.