convert syntaxes.
This commit is contained in:
parent
1cec64fb9e
commit
5a07c5bca1
5
Gemfile
5
Gemfile
@ -1,5 +0,0 @@
|
||||
# frozen_string_literal: true
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "org-ruby", "~> 0.9.12"
|
||||
gem "RedCloth", "~> 4.3"
|
17
Gemfile.lock
17
Gemfile.lock
@ -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
|
@ -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,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)
|
||||
|
@ -1,6 +0,0 @@
|
||||
+++
|
||||
weight = 0
|
||||
draft = true
|
||||
sort_by = "weight"
|
||||
title = "The Nature of Makina"
|
||||
+++
|
@ -1,9 +1,3 @@
|
||||
+++
|
||||
weight = 2
|
||||
draft = true
|
||||
sort_by = "weight"
|
||||
title = "What Makina is"
|
||||
+++
|
||||
*Makina is...*
|
||||
- A god of...
|
||||
- Knowlege
|
||||
|
@ -1,8 +1,2 @@
|
||||
+++
|
||||
weight = 3
|
||||
draft = true
|
||||
sort_by = "weight"
|
||||
title = "What Makina is not"
|
||||
+++
|
||||
*Makina is not...*
|
||||
-
|
||||
|
@ -1,6 +0,0 @@
|
||||
+++
|
||||
weight = 1
|
||||
draft = true
|
||||
sort_by = "weight"
|
||||
title = "The Nature of the Spark"
|
||||
+++
|
@ -1,5 +0,0 @@
|
||||
+++
|
||||
weight = 2
|
||||
draft = true
|
||||
sort_by = "weight"
|
||||
+++
|
@ -1,5 +0,0 @@
|
||||
+++
|
||||
weight = 3
|
||||
draft = true
|
||||
sort_by = "weight"
|
||||
+++
|
@ -1,5 +0,0 @@
|
||||
+++
|
||||
weight = 4
|
||||
draft = true
|
||||
sort_by = "weight"
|
||||
+++
|
@ -1,5 +0,0 @@
|
||||
+++
|
||||
weight = 5
|
||||
draft = true
|
||||
sort_by = "weight"
|
||||
+++
|
@ -1,5 +0,0 @@
|
||||
+++
|
||||
weight = 6
|
||||
draft = true
|
||||
sort_by = "weight"
|
||||
+++
|
@ -1,5 +0,0 @@
|
||||
+++
|
||||
weight = 7
|
||||
draft = true
|
||||
sort_by = "weight"
|
||||
+++
|
2
tape.sh
2
tape.sh
@ -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 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user