Compare commits
3 commits
60dc3b3b36
...
5344111093
Author | SHA1 | Date | |
---|---|---|---|
5344111093 | |||
587a53213f | |||
33147a898a |
6 changed files with 89 additions and 3 deletions
55
LICENSE
Normal file
55
LICENSE
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
# Blue Oak Model License
|
||||||
|
|
||||||
|
Version 1.0.0
|
||||||
|
|
||||||
|
## Purpose
|
||||||
|
|
||||||
|
This license gives everyone as much permission to work with
|
||||||
|
this software as possible, while protecting contributors
|
||||||
|
from liability.
|
||||||
|
|
||||||
|
## Acceptance
|
||||||
|
|
||||||
|
In order to receive this license, you must agree to its
|
||||||
|
rules. The rules of this license are both obligations
|
||||||
|
under that agreement and conditions to your license.
|
||||||
|
You must not do anything with this software that triggers
|
||||||
|
a rule that you cannot or will not follow.
|
||||||
|
|
||||||
|
## Copyright
|
||||||
|
|
||||||
|
Each contributor licenses you to do everything with this
|
||||||
|
software that would otherwise infringe that contributor's
|
||||||
|
copyright in it.
|
||||||
|
|
||||||
|
## Notices
|
||||||
|
|
||||||
|
You must ensure that everyone who gets a copy of
|
||||||
|
any part of this software from you, with or without
|
||||||
|
changes, also gets the text of this license or a link to
|
||||||
|
<https://blueoakcouncil.org/license/1.0.0>.
|
||||||
|
|
||||||
|
## Excuse
|
||||||
|
|
||||||
|
If anyone notifies you in writing that you have not
|
||||||
|
complied with [Notices](#notices), you can keep your
|
||||||
|
license by taking all practical steps to comply within 30
|
||||||
|
days after the notice. If you do not do so, your license
|
||||||
|
ends immediately.
|
||||||
|
|
||||||
|
## Patent
|
||||||
|
|
||||||
|
Each contributor licenses you to do everything with this
|
||||||
|
software that would otherwise infringe any patent claims
|
||||||
|
they can license or become able to license.
|
||||||
|
|
||||||
|
## Reliability
|
||||||
|
|
||||||
|
No contributor can revoke this license.
|
||||||
|
|
||||||
|
## No Liability
|
||||||
|
|
||||||
|
***As far as the law allows, this software comes as is,
|
||||||
|
without any warranty or condition, and no contributor
|
||||||
|
will be liable to anyone for any damages related to this
|
||||||
|
software or this license, under any kind of legal claim.***
|
|
@ -45,8 +45,9 @@
|
||||||
Brought here with love <abbr title="heart symbol"><3</abbr> ...slowly but steadily...
|
Brought here with love <abbr title="heart symbol"><3</abbr> ...slowly but steadily...
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
-whatever licensing I will use but like all rights reserved for the contant and something fun and permissible for the code-
|
The code/template is licensed under BlueOak-1.0.0
|
||||||
You can take a peek at the code on <a href="https://git.snug.moe/cheri/cheri.pink">snug.moe Forgejo</a>
|
- source over <a href="https://git.snug.moe/cheri/cheri.pink">here</a>.
|
||||||
|
Trans rights reserved.
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -4,6 +4,7 @@ layout: base.njk
|
||||||
---
|
---
|
||||||
|
|
||||||
## A bit about me
|
## A bit about me
|
||||||
|
<img src="https://snug.moe/files/a79cca71-4bf4-4c42-bf99-0900ce1864c6" alt="A Picrew used as my avatar" style="float: right; width: 30%">
|
||||||
???
|
???
|
||||||
|
|
||||||
I'm... someone...<br />
|
I'm... someone...<br />
|
||||||
|
@ -23,6 +24,6 @@ Maybe I should be saying things I'm into?
|
||||||
|
|
||||||
* I also like tinkering with electronics in general when I get the chance to! - I know how to solder and allat.
|
* I also like tinkering with electronics in general when I get the chance to! - I know how to solder and allat.
|
||||||
|
|
||||||
* I like them gamus!
|
* I like them gamus! For now my main game is the critically acclaimed MMORPG Final Fantasy XIV.
|
||||||
|
|
||||||
* Sometimes, but these days less often than I'd love to, I am drawing~ (mostly digitally).
|
* Sometimes, but these days less often than I'd love to, I am drawing~ (mostly digitally).
|
|
@ -23,6 +23,8 @@ Depends on the season, no?
|
||||||
#### yes? let's go >:3
|
#### yes? let's go >:3
|
||||||
|
|
||||||
(idk why you would want to read random text I put on here but I am flattered you do)
|
(idk why you would want to read random text I put on here but I am flattered you do)
|
||||||
|
> By the way this site is a big work in progress!
|
||||||
|
> Yes, huge construction sight going on here.
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
|
27
src/posts/first-post.md
Normal file
27
src/posts/first-post.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
---
|
||||||
|
title: Woah wait, a blog??
|
||||||
|
description: This is the first post, silly
|
||||||
|
date: 2023-09-23 09:10:00
|
||||||
|
---
|
||||||
|
|
||||||
|
o.o
|
||||||
|
|
||||||
|
Yes, a blog post!!
|
||||||
|
|
||||||
|
it's here
|
||||||
|
|
||||||
|
hiiiii!
|
||||||
|
|
||||||
|
So, like, I have a few post ideas already, but they were all on hold until I actually had a working site going to post them on. ... So expect those to come out some time.
|
||||||
|
|
||||||
|
I'm still in the process of thinking what should I feel this site with, besides the blog posts part, but future me will figure that out.
|
||||||
|
|
||||||
|
you, the reader, now be like:
|
||||||
|
> Woah wait, but how are you writing a site? is, it, like, a site generator or.. a silly content management system? You're writing this with Wordpress aren't you?
|
||||||
|
|
||||||
|
W-wait no...
|
||||||
|
|
||||||
|
The site is statically generated. I use <abbr title="eleventy">11ty</abbr> which has been pretty nice up 'till now, it's pretty fun to work with. Definitely more fun than working with something like Hugo, since I had to do the project directory structure by myself; I basically did everything from scratch rather than getting a Hugo theme or something. (git in the footer btw)
|
||||||
|
|
||||||
|
Anyway, see you with more posts hopefuly!!
|
||||||
|
|
Loading…
Reference in a new issue