Compare commits
10 Commits
9ff75512ab
...
60d13ee676
| Author | SHA1 | Date | |
|---|---|---|---|
| 60d13ee676 | |||
| 5dd2ff2498 | |||
| 5a358ffa3d | |||
| c35b4c5918 | |||
| 9fa4f7d288 | |||
| 1f1eb0d7b3 | |||
| f65d6988c2 | |||
| da7a100bcf | |||
| bb20aca11d | |||
| e700948bcc |
42
.gitea/workflows/deploy.yaml
Normal file
42
.gitea/workflows/deploy.yaml
Normal file
@ -0,0 +1,42 @@
|
||||
name: Deploy
|
||||
run-name: ${{ gitea.actor }} is deploying ${{ gitea.repository }}
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker.gitea.com/runner-images:ubuntu-latest
|
||||
volumes:
|
||||
- /opt/hugo/toledot.post-self.ink:/opt/hugo/toledot.post-self.ink
|
||||
env:
|
||||
DART_SASS_VERSION: 1.98.0
|
||||
steps:
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: 'true'
|
||||
|
||||
- name: Install Hugo
|
||||
uses: peaceiris/actions-hugo@v3
|
||||
with:
|
||||
hugo-version: '0.157.0'
|
||||
extended: true
|
||||
|
||||
- name: Install Dart Sass
|
||||
run: |
|
||||
curl -LJO https://github.com/sass/dart-sass/releases/download/${DART_SASS_VERSION}/dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz \
|
||||
&& tar -xf dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz \
|
||||
&& cp -r dart-sass/* /usr/local/bin \
|
||||
&& rm -rf dart-sass* \
|
||||
&& sass --embedded --version
|
||||
|
||||
- name: Build site
|
||||
run: |
|
||||
hugo build --gc --minify --baseURL https://toledot.post-self.ink --destination /opt/hugo/toledot.post-self.ink
|
||||
|
||||
- name: Set permissions
|
||||
run: chown -R www-data:www-data /opt/hugo/toledot.post-self.ink
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*.sw[op]
|
||||
.hugo_build.lock
|
||||
content/perfect-edition
|
||||
public
|
||||
resources/_gen
|
||||
|
||||
@ -6,14 +6,14 @@ paginatePath = ""
|
||||
disablePathToLower = true
|
||||
|
||||
[permalinks]
|
||||
post = '/:filename/'
|
||||
post = '/:contentbasename/'
|
||||
|
||||
[params]
|
||||
author = 'Madison Scott-Clary'
|
||||
home = 'https://makyo.ink'
|
||||
copyright = 2021
|
||||
customCSS = ['/css/toledot.css']
|
||||
subtitle = 'Post-Self book II'
|
||||
subtitle = 'Post-Self Cycle book II'
|
||||
subtitleLink = 'https://post-self.ink'
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
|
||||
@ -36,7 +36,7 @@ Secession. Launch. Two separations from two societies, two hundred years apart.
|
||||
|
||||
### About the author
|
||||
|
||||

|
||||
<img alt="Print by Forrest Gerke" src="https://makyo.ink/assets/img/headshot.png" class="invertable" />
|
||||
|
||||
Madison Scott-Clary is a transgender writer, editor, and software engineer. She focuses on furry fiction and non-fiction, using that as a framework for interrogating the concept of self and exploring across genres. A graduate of the Regional Anthropomorphic Writers Workshop in 2021, hosted by Kyell Gold and Dayna Smith, she holds an MFA in creative writing and education from Cornell College in Mount Vernon, IA. She lives in the Pacific Northwest with her dog, as well as her partner, who is sometimes a dog.
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ That is where Douglas lived along with about twenty others.
|
||||
|
||||
To fund such a project, the torus had originally operated as a tourist destination. Many of the living spaces consisted of repurposed hotel rooms. It had long since ceased to serve in that capacity as humanity's curiosity for space dwindled and spaceflight from Earth once again began to rise in price.
|
||||
|
||||
To build such a project, the area had been cleared of much of the Trojan asteroids that had collected there, either used for raw materials or slung out into space into eccentric orbits that would keep them from impacting Earth or winding up once again captured in the same Legrange point. Even still, one of the many jobs was to monitor the area for newly captured rocks and divert or collect them as needed. The material could be used for new solar panels, or perhaps the two five-thousand kilometer long launch arms sprouting on opposing sides of the torus, the Hall Effect Engines that kept the rotation of the station constant as the arms had been extruded from its surface, or of course the two new cylindrical launch vehicles at the tips of those arms that had, over the last two decades, been constructed as half-scale duplicates of the core.
|
||||
To build such a project, the area had been cleared of much of the Trojan asteroids that had collected there, either used for raw materials or slung out into space into eccentric orbits that would keep them from impacting Earth or winding up once again captured in the same Lagrange point. Even still, one of the many jobs was to monitor the area for newly captured rocks and divert or collect them as needed. The material could be used for new solar panels, or perhaps the two five-thousand kilometer long launch arms sprouting on opposing sides of the torus, the Hall Effect Engines that kept the rotation of the station constant as the arms had been extruded from its surface, or of course the two new cylindrical launch vehicles at the tips of those arms that had, over the last two decades, been constructed as half-scale duplicates of the core.
|
||||
|
||||
Little of this mattered to Douglas.
|
||||
|
||||
|
||||
6
netlify.toml
Normal file
6
netlify.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[build]
|
||||
command = "hugo"
|
||||
publish = "public"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.127.0"
|
||||
@ -857,7 +857,7 @@ For auld lang–</p>
|
||||
|
||||
<p>To fund such a project, the torus had originally operated as a tourist destination. Many of the living spaces consisted of repurposed hotel rooms. It had long since ceased to serve in that capacity as humanity’s curiosity for space dwindled and spaceflight from Earth once again began to rise in price.</p>
|
||||
|
||||
<p>To build such a project, the area had been cleared of much of the Trojan asteroids that had collected there, either used for raw materials or slung out into space into eccentric orbits that would keep them from impacting Earth or winding up once again captured in the same Legrange point. Even still, one of the many jobs was to monitor the area for newly captured rocks and divert or collect them as needed. The material could be used for new solar panels, or perhaps the two five-thousand kilometer long launch arms sprouting on opposing sides of the torus, the Hall Effect Engines that kept the rotation of the station constant as the arms had been extruded from its surface, or of course the two new cylindrical launch vehicles at the tips of those arms that had, over the last two decades, been constructed as half-scale duplicates of the core.</p>
|
||||
<p>To build such a project, the area had been cleared of much of the Trojan asteroids that had collected there, either used for raw materials or slung out into space into eccentric orbits that would keep them from impacting Earth or winding up once again captured in the same Lagrange point. Even still, one of the many jobs was to monitor the area for newly captured rocks and divert or collect them as needed. The material could be used for new solar panels, or perhaps the two five-thousand kilometer long launch arms sprouting on opposing sides of the torus, the Hall Effect Engines that kept the rotation of the station constant as the arms had been extruded from its surface, or of course the two new cylindrical launch vehicles at the tips of those arms that had, over the last two decades, been constructed as half-scale duplicates of the core.</p>
|
||||
|
||||
<p>Little of this mattered to Douglas.</p>
|
||||
|
||||
|
||||
Submodule themes/maddybook updated: 5b3ecf7935...b3a328e733
Reference in New Issue
Block a user