Compare commits
9 commits
Author | SHA1 | Date | |
---|---|---|---|
b586dda3b4 | |||
a54006c45a | |||
c5caa29000 | |||
95b9bb0f0d | |||
4ba4d9fee8 | |||
a43e646432 | |||
bf195a274b | |||
98faac2c5c | |||
43ff2a8fce |
18 changed files with 220 additions and 135 deletions
8
blog/404.md
Normal file
8
blog/404.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
permalink: /404.html
|
||||||
|
layout: default
|
||||||
|
title: "404"
|
||||||
|
---
|
||||||
|
|
||||||
|
## page not found :(
|
||||||
|
the requested page does not exist
|
|
@ -3,11 +3,11 @@ GEM
|
||||||
specs:
|
specs:
|
||||||
addressable (2.8.7)
|
addressable (2.8.7)
|
||||||
public_suffix (>= 2.0.2, < 7.0)
|
public_suffix (>= 2.0.2, < 7.0)
|
||||||
base64 (0.2.0)
|
base64 (0.3.0)
|
||||||
bigdecimal (3.1.9)
|
bigdecimal (3.2.2)
|
||||||
colorator (1.1.0)
|
colorator (1.1.0)
|
||||||
concurrent-ruby (1.3.5)
|
concurrent-ruby (1.3.5)
|
||||||
csv (3.3.4)
|
csv (3.3.5)
|
||||||
em-websocket (0.5.3)
|
em-websocket (0.5.3)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0)
|
http_parser.rb (~> 0)
|
||||||
|
@ -24,22 +24,31 @@ GEM
|
||||||
ffi (1.17.2-x86_64-linux-gnu)
|
ffi (1.17.2-x86_64-linux-gnu)
|
||||||
ffi (1.17.2-x86_64-linux-musl)
|
ffi (1.17.2-x86_64-linux-musl)
|
||||||
forwardable-extended (2.6.0)
|
forwardable-extended (2.6.0)
|
||||||
google-protobuf (4.30.2)
|
google-protobuf (4.31.1)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rake (>= 13)
|
rake (>= 13)
|
||||||
google-protobuf (4.30.2-aarch64-linux)
|
google-protobuf (4.31.1-aarch64-linux-gnu)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rake (>= 13)
|
rake (>= 13)
|
||||||
google-protobuf (4.30.2-arm64-darwin)
|
google-protobuf (4.31.1-aarch64-linux-musl)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rake (>= 13)
|
rake (>= 13)
|
||||||
google-protobuf (4.30.2-x86-linux)
|
google-protobuf (4.31.1-arm64-darwin)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rake (>= 13)
|
rake (>= 13)
|
||||||
google-protobuf (4.30.2-x86_64-darwin)
|
google-protobuf (4.31.1-x86-linux-gnu)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rake (>= 13)
|
rake (>= 13)
|
||||||
google-protobuf (4.30.2-x86_64-linux)
|
google-protobuf (4.31.1-x86-linux-musl)
|
||||||
|
bigdecimal
|
||||||
|
rake (>= 13)
|
||||||
|
google-protobuf (4.31.1-x86_64-darwin)
|
||||||
|
bigdecimal
|
||||||
|
rake (>= 13)
|
||||||
|
google-protobuf (4.31.1-x86_64-linux-gnu)
|
||||||
|
bigdecimal
|
||||||
|
rake (>= 13)
|
||||||
|
google-protobuf (4.31.1-x86_64-linux-musl)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rake (>= 13)
|
rake (>= 13)
|
||||||
http_parser.rb (0.8.0)
|
http_parser.rb (0.8.0)
|
||||||
|
@ -72,7 +81,7 @@ GEM
|
||||||
jekyll (>= 3.8, < 5.0)
|
jekyll (>= 3.8, < 5.0)
|
||||||
jekyll-watch (2.2.1)
|
jekyll-watch (2.2.1)
|
||||||
listen (~> 3.0)
|
listen (~> 3.0)
|
||||||
json (2.11.3)
|
json (2.13.2)
|
||||||
kramdown (2.5.1)
|
kramdown (2.5.1)
|
||||||
rexml (>= 3.3.9)
|
rexml (>= 3.3.9)
|
||||||
kramdown-parser-gfm (1.1.0)
|
kramdown-parser-gfm (1.1.0)
|
||||||
|
@ -89,51 +98,50 @@ GEM
|
||||||
pathutil (0.16.2)
|
pathutil (0.16.2)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
public_suffix (6.0.2)
|
public_suffix (6.0.2)
|
||||||
rake (13.2.1)
|
rake (13.3.0)
|
||||||
rb-fsevent (0.11.2)
|
rb-fsevent (0.11.2)
|
||||||
rb-inotify (0.11.1)
|
rb-inotify (0.11.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rexml (3.4.1)
|
rexml (3.4.1)
|
||||||
rouge (4.5.2)
|
rouge (4.6.0)
|
||||||
safe_yaml (1.0.5)
|
safe_yaml (1.0.5)
|
||||||
sass-embedded (1.87.0)
|
sass-embedded (1.89.2)
|
||||||
google-protobuf (~> 4.30)
|
google-protobuf (~> 4.31)
|
||||||
rake (>= 13)
|
rake (>= 13)
|
||||||
sass-embedded (1.87.0-aarch64-linux-android)
|
sass-embedded (1.89.2-aarch64-linux-android)
|
||||||
google-protobuf (~> 4.30)
|
google-protobuf (~> 4.31)
|
||||||
sass-embedded (1.87.0-aarch64-linux-gnu)
|
sass-embedded (1.89.2-aarch64-linux-gnu)
|
||||||
google-protobuf (~> 4.30)
|
google-protobuf (~> 4.31)
|
||||||
sass-embedded (1.87.0-aarch64-linux-musl)
|
sass-embedded (1.89.2-aarch64-linux-musl)
|
||||||
google-protobuf (~> 4.30)
|
google-protobuf (~> 4.31)
|
||||||
sass-embedded (1.87.0-arm-linux-androideabi)
|
sass-embedded (1.89.2-arm-linux-androideabi)
|
||||||
google-protobuf (~> 4.30)
|
google-protobuf (~> 4.31)
|
||||||
sass-embedded (1.87.0-arm-linux-gnueabihf)
|
sass-embedded (1.89.2-arm-linux-gnueabihf)
|
||||||
google-protobuf (~> 4.30)
|
google-protobuf (~> 4.31)
|
||||||
sass-embedded (1.87.0-arm-linux-musleabihf)
|
sass-embedded (1.89.2-arm-linux-musleabihf)
|
||||||
google-protobuf (~> 4.30)
|
google-protobuf (~> 4.31)
|
||||||
sass-embedded (1.87.0-arm64-darwin)
|
sass-embedded (1.89.2-arm64-darwin)
|
||||||
google-protobuf (~> 4.30)
|
google-protobuf (~> 4.31)
|
||||||
sass-embedded (1.87.0-riscv64-linux-android)
|
sass-embedded (1.89.2-riscv64-linux-android)
|
||||||
google-protobuf (~> 4.30)
|
google-protobuf (~> 4.31)
|
||||||
sass-embedded (1.87.0-riscv64-linux-gnu)
|
sass-embedded (1.89.2-riscv64-linux-gnu)
|
||||||
google-protobuf (~> 4.30)
|
google-protobuf (~> 4.31)
|
||||||
sass-embedded (1.87.0-riscv64-linux-musl)
|
sass-embedded (1.89.2-riscv64-linux-musl)
|
||||||
google-protobuf (~> 4.30)
|
google-protobuf (~> 4.31)
|
||||||
sass-embedded (1.87.0-x86_64-darwin)
|
sass-embedded (1.89.2-x86_64-darwin)
|
||||||
google-protobuf (~> 4.30)
|
google-protobuf (~> 4.31)
|
||||||
sass-embedded (1.87.0-x86_64-linux-android)
|
sass-embedded (1.89.2-x86_64-linux-android)
|
||||||
google-protobuf (~> 4.30)
|
google-protobuf (~> 4.31)
|
||||||
sass-embedded (1.87.0-x86_64-linux-gnu)
|
sass-embedded (1.89.2-x86_64-linux-gnu)
|
||||||
google-protobuf (~> 4.30)
|
google-protobuf (~> 4.31)
|
||||||
sass-embedded (1.87.0-x86_64-linux-musl)
|
sass-embedded (1.89.2-x86_64-linux-musl)
|
||||||
google-protobuf (~> 4.30)
|
google-protobuf (~> 4.31)
|
||||||
terminal-table (3.0.2)
|
terminal-table (3.0.2)
|
||||||
unicode-display_width (>= 1.1.1, < 3)
|
unicode-display_width (>= 1.1.1, < 3)
|
||||||
unicode-display_width (2.6.0)
|
unicode-display_width (2.6.0)
|
||||||
webrick (1.9.1)
|
webrick (1.9.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
aarch64-linux
|
|
||||||
aarch64-linux-android
|
aarch64-linux-android
|
||||||
aarch64-linux-gnu
|
aarch64-linux-gnu
|
||||||
aarch64-linux-musl
|
aarch64-linux-musl
|
||||||
|
@ -147,7 +155,6 @@ PLATFORMS
|
||||||
riscv64-linux-gnu
|
riscv64-linux-gnu
|
||||||
riscv64-linux-musl
|
riscv64-linux-musl
|
||||||
ruby
|
ruby
|
||||||
x86-linux
|
|
||||||
x86-linux-gnu
|
x86-linux-gnu
|
||||||
x86-linux-musl
|
x86-linux-musl
|
||||||
x86_64-darwin
|
x86_64-darwin
|
||||||
|
@ -165,4 +172,4 @@ DEPENDENCIES
|
||||||
wdm (~> 0.1)
|
wdm (~> 0.1)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.6.8
|
2.7.1
|
|
@ -18,15 +18,14 @@
|
||||||
# You can create any custom variable you would like, and they will be accessible
|
# You can create any custom variable you would like, and they will be accessible
|
||||||
# in the templates via {{ site.myvariable }}.
|
# in the templates via {{ site.myvariable }}.
|
||||||
|
|
||||||
title: lotte's pup space
|
title: lotte's blog
|
||||||
email: me@lottepup.space
|
email: lotte544@proton.me
|
||||||
description: >- # this means to ignore newlines until "baseurl:"
|
description: >-
|
||||||
personal site and host for a number of public services
|
charlotte's blog and ramblings
|
||||||
baseurl: "" # the subpath of your site, e.g. /blog
|
baseurl: ""
|
||||||
url: "https://lottepup.space/" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "https://blog.lottepup.space/" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
theme: minima
|
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
|
|
33
blog/_layouts/default.html
Normal file
33
blog/_layouts/default.html
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<title>{{ page.title }}</title>
|
||||||
|
<link rel="stylesheet" href="/shared/main.css" />
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h1>blog.lottepup.space - {{ page.title }}</h1>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
{{ content }}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
<p>made by charlotte in 2025 :3 woof</p>
|
||||||
|
<p>🐶</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
8
blog/_layouts/post.html
Normal file
8
blog/_layouts/post.html
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
<p><a href="/">< home</a></p>
|
||||||
|
|
||||||
|
<em>posted on {{ page.date }}</em>
|
||||||
|
|
||||||
|
{{ content }}
|
15
blog/_layouts/postlist.html
Normal file
15
blog/_layouts/postlist.html
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
|
||||||
|
{{ content }}
|
||||||
|
|
||||||
|
<h2>posts:</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
{% for post in site.posts %}
|
||||||
|
<li>
|
||||||
|
<a href="{{ post.url }}">[ {{ post.date }} ] {{ post.title }}</a>
|
||||||
|
</li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
9
blog/_posts/2025-07-28-hello-world.md
Normal file
9
blog/_posts/2025-07-28-hello-world.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: "Hello, World!"
|
||||||
|
date: 2025-07-28 13:00:00 +0100
|
||||||
|
categories: meta
|
||||||
|
---
|
||||||
|
Hello, World!
|
||||||
|
|
||||||
|
This is the first post (and test post) on my new blog site.
|
4
blog/index.md
Normal file
4
blog/index.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
layout: postlist
|
||||||
|
title: "homepage"
|
||||||
|
---
|
1
blog/shared
Symbolic link
1
blog/shared
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../shared
|
44
home/index.html
Normal file
44
home/index.html
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<title>lottepup.space</title>
|
||||||
|
<link rel="stylesheet" href="/shared/main.css" />
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h1>lottepup.space</h1>
|
||||||
|
<h3>lotte's home on the web</h3>
|
||||||
|
|
||||||
|
<h2>me</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://alico.nexus/@lotte">fedi</a></li>
|
||||||
|
<li>git: <a href="https://git.lottepup.space/charlotte">git.lottepup.space</a> / <a href="https://github.com/c-gaskell">github</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>pages</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://blog.lottepup.space">blog</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>services</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://git.lottepup.space">git</a></li>
|
||||||
|
<li><a href="https://media.lottepup.space">media</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
<p>made by charlotte in 2025 :3 woof</p>
|
||||||
|
<p>🐶</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
1
home/shared
Symbolic link
1
home/shared
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../shared
|
39
shared/main.css
Normal file
39
shared/main.css
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
* {
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
background-color: black;
|
||||||
|
color: #ffc0cb;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #ffffff;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
margin-bottom: 120px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
border: 1px solid #ffc0cb;
|
||||||
|
}
|
5
site/.gitignore
vendored
5
site/.gitignore
vendored
|
@ -1,5 +0,0 @@
|
||||||
_site
|
|
||||||
.sass-cache
|
|
||||||
.jekyll-cache
|
|
||||||
.jekyll-metadata
|
|
||||||
vendor
|
|
|
@ -1,25 +0,0 @@
|
||||||
---
|
|
||||||
permalink: /404.html
|
|
||||||
layout: page
|
|
||||||
---
|
|
||||||
|
|
||||||
<style type="text/css" media="screen">
|
|
||||||
.container {
|
|
||||||
margin: 10px auto;
|
|
||||||
max-width: 600px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
margin: 30px 0;
|
|
||||||
font-size: 4em;
|
|
||||||
line-height: 1;
|
|
||||||
letter-spacing: -1px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
<h1>404</h1>
|
|
||||||
|
|
||||||
<p><strong>Page not found :(</strong></p>
|
|
||||||
<p>The requested page could not be found.</p>
|
|
||||||
</div>
|
|
|
@ -1,29 +0,0 @@
|
||||||
---
|
|
||||||
layout: post
|
|
||||||
title: "Welcome to Jekyll!"
|
|
||||||
date: 2025-05-06 13:20:21 +0100
|
|
||||||
categories: jekyll update
|
|
||||||
---
|
|
||||||
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
|
|
||||||
|
|
||||||
Jekyll requires blog post files to be named according to the following format:
|
|
||||||
|
|
||||||
`YEAR-MONTH-DAY-title.MARKUP`
|
|
||||||
|
|
||||||
Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.
|
|
||||||
|
|
||||||
Jekyll also offers powerful support for code snippets:
|
|
||||||
|
|
||||||
{% highlight ruby %}
|
|
||||||
def print_hi(name)
|
|
||||||
puts "Hi, #{name}"
|
|
||||||
end
|
|
||||||
print_hi('Tom')
|
|
||||||
#=> prints 'Hi, Tom' to STDOUT.
|
|
||||||
{% endhighlight %}
|
|
||||||
|
|
||||||
Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
|
|
||||||
|
|
||||||
[jekyll-docs]: https://jekyllrb.com/docs/home
|
|
||||||
[jekyll-gh]: https://github.com/jekyll/jekyll
|
|
||||||
[jekyll-talk]: https://talk.jekyllrb.com/
|
|
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
layout: page
|
|
||||||
title: About
|
|
||||||
permalink: /about/
|
|
||||||
---
|
|
||||||
|
|
||||||
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)
|
|
||||||
|
|
||||||
You can find the source code for Minima at GitHub:
|
|
||||||
[jekyll][jekyll-organization] /
|
|
||||||
[minima](https://github.com/jekyll/minima)
|
|
||||||
|
|
||||||
You can find the source code for Jekyll at GitHub:
|
|
||||||
[jekyll][jekyll-organization] /
|
|
||||||
[jekyll](https://github.com/jekyll/jekyll)
|
|
||||||
|
|
||||||
|
|
||||||
[jekyll-organization]: https://github.com/jekyll
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
# Feel free to add content and custom Front Matter to this file.
|
|
||||||
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
|
|
||||||
|
|
||||||
layout: home
|
|
||||||
---
|
|
Loading…
Add table
Add a link
Reference in a new issue