first commit

This commit is contained in:
Lily Emel 2024-09-25 19:06:48 -04:00
commit 9da9dbc0b5
17 changed files with 86 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
public/

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/ananke"]
path = themes/ananke
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git

0
.hugo_build.lock Normal file
View File

5
archetypes/default.md Normal file
View File

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++

13
content/about/index.md Normal file
View File

@ -0,0 +1,13 @@
+++
title = 'About'
date = 2024-09-25T16:14:24-04:00
draft = false
+++
Can't Save Me games is a one person game studio working on a 2d patformer called 'Holos', you can see more in the games section.
Tools Being Used:
- Language: [Haxe](https://haxe.org)
- Engine: [Heaps](https://heaps.io) or [HaxeFlixel](https://haxeflixel.com)
- Sprite Editor: [Aseprite](https://www.aseprite.org)
- Level Editor: [LDtk](https://ldtk.io/)

5
content/games/index.md Normal file
View File

@ -0,0 +1,5 @@
+++
title = 'Games'
date = 2024-09-25T16:12:54-04:00
draft = false
+++

View File

@ -0,0 +1,10 @@
---
title: "Welcome to Cantsaveme"
date: 2024-09-25T16:17:13-04:00
draft: true
toc: false
images:
tags:
- untagged
---

36
hugo.toml Normal file
View File

@ -0,0 +1,36 @@
baseURL = 'https://cantsave.me/'
languageCode = 'en-us'
title = "Can't Save Me Games"
theme = 'm10c'
[taxonomies]
category = "blog"
tag = "tags"
series = "series"
[menu]
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/posts"
[[menu.main]]
identifier = "games"
name = "Games"
url = "/games"
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
[params]
author = "Lily Rockford"
description = "A single person indie dev that just makes what they want"
[params.style]
darkestColor = "#d35050"
darkColor = "#212121"
lightColor = "#f5e3e0"
lightestColor = "#f5f5f5"
primaryColor = "#ffffff"

3
publish.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
hugo
rsync -avx --delete public/ publish@cantsave.me:/var/www/cantsaveme/

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"Target":"/ananke/css/main.min.css","MediaType":"text/css","Data":{}}

View File

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#212121;color:#f5e3e0}h1,h2,h3,h4,h5,h6{color:#f5f5f5}a{color:#fff;transition:color .35s;text-decoration:none}a:hover{color:#f5f5f5}code{font-family:monospace,monospace;font-size:1em;color:rgba(245,227,224,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(245,227,224,.25)}::-moz-selection{background:rgba(245,227,224,.25)}.app-header{padding:2.5em;background:#d35050;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #fff}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#f5f5f5}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#f5f5f5;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#f5f5f5;border-radius:2em;background:#fff}.post-title{color:#f5f5f5}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(255,255,255,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(255,255,255,.8);margin:1em 0;padding:.5em 1em;background:#d35050}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}

View File

@ -0,0 +1 @@
{"Target":"css/main.min.4743f052c32dac5ef397f32c14bda832463022dc1f4b64e6f4bebd125456947c.css","MediaType":"text/css","Data":{"Integrity":"sha256-R0PwUsMtrF7zl/MsFL2oMkYwItwfS2Tm9L69ElRWlHw="}}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"Target":"main.949191c1dcc9c4a887997048b240354e47152016d821198f89448496ba42e491.css","MediaType":"text/css","Data":{"Integrity":"sha256-lJGRwdzJxKiHmXBIskA1TkcVIBbYIRmPiUSElrpC5JE="}}

1
themes/ananke Submodule

@ -0,0 +1 @@
Subproject commit 554e53e626885bd0009c9ffd22b501469acf7735

1
themes/m10c Submodule

@ -0,0 +1 @@
Subproject commit ee7cf174616f3586c02f7b29ac0512f5fe174955