Compare commits

..

13 Commits

Author SHA1 Message Date
ed9eea8e0d Update maddybook
All checks were successful
Deploy / deploy (push) Successful in 7s
2026-03-16 21:19:32 -07:00
66d97c508b Update Maddybook, path
All checks were successful
Deploy / deploy (push) Successful in 7s
2026-03-16 19:50:17 -07:00
87fc9316c0 Update maddybook
All checks were successful
Deploy / deploy (push) Successful in 8s
2026-03-16 11:19:05 -07:00
aa84eb7908 Update maddybook, use gitea for deploys
All checks were successful
Deploy / deploy (push) Successful in 7s
2026-03-15 14:52:39 -07:00
deb2d50115 Update theme 2024-07-02 10:35:32 -07:00
587c2dcc2a Update theme 2024-06-15 12:31:11 -07:00
9a89964e46 Add netlify.toml to bring hugo version up to date 2024-06-08 18:02:33 -07:00
bf327c15ed Just go to icons 2024-05-10 13:08:50 -07:00
0d21e47b5a Use absolute positioning 2024-05-08 21:13:26 -07:00
6b66c5ca85 Prefer dark mode 2024-05-04 15:54:09 -07:00
48198148d2 coming soon 2023-05-31 17:20:35 -07:00
3dba84916e Filled charsheet 2023-05-14 13:46:55 -07:00
b4a0ab61f4 Subtitle 2023-05-13 23:57:15 -07:00
10 changed files with 76 additions and 3 deletions

View 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/rpg.post-self.ink:/opt/hugo/rpg.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://rpg.post-self.ink --destination /opt/hugo/rpg.post-self.ink
- name: Set permissions
run: chown -R www-data:www-data /opt/hugo/rpg.post-self.ink

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.hugo_build.lock
content/perfect-edition
public
resources/_gen

View File

@ -6,15 +6,18 @@ paginatePath = ""
disablePathToLower = true
[permalinks]
post = '/:filename/'
post = '/:contentbasename/'
[params]
author = 'Madison Scott-Clary'
home = 'https://makyo.ink'
copyright = 2021
customCSS = ['/css/rpg.css']
subtitle = ''
subtitle = 'A Post-Self Project'
subtitleLink = 'https://post-self.ink'
[markup.goldmark.renderer]
unsafe = true
[pagination]
path = ""

View File

@ -1,4 +1,7 @@
---
title: Coming soon!
---
# Coming soon!
![The TTRPG logo](/logo.png)

View File

@ -0,0 +1,15 @@
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.makyo.io/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '11']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->

6
netlify.toml Normal file
View File

@ -0,0 +1,6 @@
[build]
command = "hugo"
publish = "public"
[build.environment]
HUGO_VERSION = "0.127.0"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 115 KiB

BIN
static/slow-charsheet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB