diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 31df01c..0000000 --- a/Gemfile +++ /dev/null @@ -1,5 +0,0 @@ -# frozen_string_literal: true -source "https://rubygems.org" - -gem "org-ruby", "~> 0.9.12" -gem "RedCloth", "~> 4.3" diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 8e2f991..0000000 --- a/Gemfile.lock +++ /dev/null @@ -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 diff --git a/dat/title.csv b/dat/title.csv index 6c0e6d1..9ec62b2 100644 --- a/dat/title.csv +++ b/dat/title.csv @@ -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 diff --git a/in/c0/def.md b/in/c0/def.md index f8b9f82..74a5d50 100644 --- a/in/c0/def.md +++ b/in/c0/def.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) diff --git a/in/c0/index.md b/in/c0/index.md index 9d24fc8..e69de29 100644 --- a/in/c0/index.md +++ b/in/c0/index.md @@ -1,6 +0,0 @@ -+++ -weight = 0 -draft = true -sort_by = "weight" -title = "The Nature of Makina" -+++ diff --git a/in/c0/is.md b/in/c0/is.md index a76187e..3ff1894 100644 --- a/in/c0/is.md +++ b/in/c0/is.md @@ -1,9 +1,3 @@ -+++ -weight = 2 -draft = true -sort_by = "weight" -title = "What Makina is" -+++ *Makina is...* - A god of... - Knowlege diff --git a/in/c0/isnt.md b/in/c0/isnt.md index 205c22c..16c78bd 100644 --- a/in/c0/isnt.md +++ b/in/c0/isnt.md @@ -1,8 +1,2 @@ -+++ -weight = 3 -draft = true -sort_by = "weight" -title = "What Makina is not" -+++ *Makina is not...* - diff --git a/in/c1/index.md b/in/c1/index.md index ac4e9ff..e69de29 100644 --- a/in/c1/index.md +++ b/in/c1/index.md @@ -1,6 +0,0 @@ -+++ -weight = 1 -draft = true -sort_by = "weight" -title = "The Nature of the Spark" -+++ diff --git a/in/c2/index.md b/in/c2/index.md index c009cfe..e69de29 100644 --- a/in/c2/index.md +++ b/in/c2/index.md @@ -1,5 +0,0 @@ -+++ -weight = 2 -draft = true -sort_by = "weight" -+++ diff --git a/in/c3/index.md b/in/c3/index.md index 7cb5f7f..e69de29 100644 --- a/in/c3/index.md +++ b/in/c3/index.md @@ -1,5 +0,0 @@ -+++ -weight = 3 -draft = true -sort_by = "weight" -+++ diff --git a/in/c4/index.md b/in/c4/index.md index 6ab2b57..e69de29 100644 --- a/in/c4/index.md +++ b/in/c4/index.md @@ -1,5 +0,0 @@ -+++ -weight = 4 -draft = true -sort_by = "weight" -+++ diff --git a/in/c5/index.md b/in/c5/index.md index e21ba37..e69de29 100644 --- a/in/c5/index.md +++ b/in/c5/index.md @@ -1,5 +0,0 @@ -+++ -weight = 5 -draft = true -sort_by = "weight" -+++ diff --git a/in/c6/index.md b/in/c6/index.md index 611f5c4..e69de29 100644 --- a/in/c6/index.md +++ b/in/c6/index.md @@ -1,5 +0,0 @@ -+++ -weight = 6 -draft = true -sort_by = "weight" -+++ diff --git a/in/c7/index.md b/in/c7/index.md index 0d4f0b1..e69de29 100644 --- a/in/c7/index.md +++ b/in/c7/index.md @@ -1,5 +0,0 @@ -+++ -weight = 7 -draft = true -sort_by = "weight" -+++ diff --git a/tape.sh b/tape.sh index 21c2c65..110265f 100755 --- a/tape.sh +++ b/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 ;;