init: Initial commit

Signed-off-by: prettysunflower <me@prettysunflower.moe>
This commit is contained in:
2025-07-21 18:16:46 -04:00
parent 36ad73e869
commit ac5fe0d095
14 changed files with 129 additions and 51 deletions

View File

@@ -0,0 +1,20 @@
/*!
* Theme Name: $REPO_NAME
* Template:
* Author: prettysunflower
* Author URI: https://prettysunflower.moe/
* License: Public Domain
* Coding style: PER-CS 2.0.0
* Version: 1
*
* -----------------------------------------------------
*
* WARNING: DO NOT EDIT THE ROOT style.css FILE DIRECTLY
* This file is generated by the assets/scss/style.scss
* file, edits in this file WILL be erased when we will
* update the file from the SCSS. ^^
* - Remilia
*
* -----------------------------------------------------
*
*/

4
assets/scss/fonts.scss Normal file
View File

@@ -0,0 +1,4 @@
/* This is a system font stack. Please edit it if you want to use other fonts~ */
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

1
assets/scss/style.scss Normal file
View File

@@ -0,0 +1 @@
@use "wordpress-header";