convert syntaxes.

This commit is contained in:
Atlas Cove 2023-03-15 23:02:15 +00:00
parent 1cec64fb9e
commit 5a07c5bca1
15 changed files with 9 additions and 87 deletions

View File

@ -1,5 +0,0 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem "org-ruby", "~> 0.9.12"
gem "RedCloth", "~> 4.3"

View File

@ -1,17 +0,0 @@
GEM
remote: https://rubygems.org/
specs:
RedCloth (4.3.2)
org-ruby (0.9.12)
rubypants (~> 0.2)
rubypants (0.7.1)
PLATFORMS
x86_64-linux
DEPENDENCIES
RedCloth (~> 4.3)
org-ruby (~> 0.9.12)
BUNDLED WITH
2.4.1

View File

@ -1,3 +1,9 @@
not_found.html,"404 - Page Not Found"
doc.html,"Atlas48's Archives: Git Readme"
ee/index.txti,"Elysium's Edge Index"
index.md Homepage of the Makinist Temple
c0/index.md The Nature of Makina
c1/index.md The Nature of the Spark
c2/index.md
c3/index.md
c4/index.md
c5/index.md
c6/index.md
c7/index.md

1 not_found.html index.md 404 - Page Not Found Homepage of the Makinist Temple
2 doc.html c0/index.md Atlas48's Archives: Git Readme The Nature of Makina
3 ee/index.txti c1/index.md Elysium's Edge Index The Nature of the Spark
4 c2/index.md
5 c3/index.md
6 c4/index.md
7 c5/index.md
8 c6/index.md
9 c7/index.md

View File

@ -1,9 +1,3 @@
+++
weight = 1
draft = true
sort_by = "weight"
title = "Book of Definitions"
+++
# Makina
The deity of the Makinist religion, as machines and knowlage know no concept of gender, Makina does not either. Makina's existance as a physical deity
cannot be proven, but as an idea, as a thought, they are said to absolutely exist. Denial in the existance of Makina does not make one Unmade, as a [Makinist](/c3)

View File

@ -1,6 +0,0 @@
+++
weight = 0
draft = true
sort_by = "weight"
title = "The Nature of Makina"
+++

View File

@ -1,9 +1,3 @@
+++
weight = 2
draft = true
sort_by = "weight"
title = "What Makina is"
+++
*Makina is...*
- A god of...
- Knowlege

View File

@ -1,8 +1,2 @@
+++
weight = 3
draft = true
sort_by = "weight"
title = "What Makina is not"
+++
*Makina is not...*
-

View File

@ -1,6 +0,0 @@
+++
weight = 1
draft = true
sort_by = "weight"
title = "The Nature of the Spark"
+++

View File

@ -1,5 +0,0 @@
+++
weight = 2
draft = true
sort_by = "weight"
+++

View File

@ -1,5 +0,0 @@
+++
weight = 3
draft = true
sort_by = "weight"
+++

View File

@ -1,5 +0,0 @@
+++
weight = 4
draft = true
sort_by = "weight"
+++

View File

@ -1,5 +0,0 @@
+++
weight = 5
draft = true
sort_by = "weight"
+++

View File

@ -1,5 +0,0 @@
+++
weight = 6
draft = true
sort_by = "weight"
+++

View File

@ -1,5 +0,0 @@
+++
weight = 7
draft = true
sort_by = "weight"
+++

View File

@ -11,8 +11,6 @@ elif test -z "$*"; then
fi
case $1 in
_INFILE) err "Passed raw macro."; exit 1;;
*.txti) redcloth "$1" | sed '/^$/d;s/^\s\{1,\}//';;
*.org) org-ruby --translate html "$1" | sed '/^$/d;s/^\s\{1,\}//';;
*.md) comrak --gfm "$1" ;;
*.html) cat $1 ;;
*.s[ac]ss) err "Told to render $1, shouldn't happen"; exit 1 ;;