cb4dea9156b2213beae577408e80124077d032e1
.markdownlintrc
... | ... | @@ -0,0 +1,7 @@ |
1 | +{ |
|
2 | + "MD004": false, |
|
3 | + "MD033": false, |
|
4 | + "MD013": { |
|
5 | + "line_length": 250 |
|
6 | + } |
|
7 | +} |
config.rb
... | ... | @@ -0,0 +1,11 @@ |
1 | +wiki_options = { |
|
2 | + critic_markup: true, |
|
3 | + emoji: true, |
|
4 | + display_metadata: false, |
|
5 | + allow_editing: false, |
|
6 | + page_file_dir: 'pages', |
|
7 | + sidebar: :left, |
|
8 | +} |
|
9 | + |
|
10 | +# Load wiki options into the proper space |
|
11 | +Precious::App.set(:wiki_options, wiki_options) |
pages/index.md
... | ... | @@ -0,0 +1,8 @@ |
1 | + |
|
2 | +# bleah |
|
3 | + |
|
4 | +## [Resources](resources) |
|
5 | + |
|
6 | +## Stuff |
|
7 | + |
|
8 | +* [Study the Scriptures](https://www.churchofjesuschrist.org/study/scriptures) |
pages/resources.md
... | ... | @@ -0,0 +1,21 @@ |
1 | +--- |
|
2 | +title: Resources, etc. |
|
3 | +--- |
|
4 | + |
|
5 | +## To Be Organized |
|
6 | + |
|
7 | +* [1828 Webster's Dictionary](https://1828.mshaffer.com/) |
|
8 | +* [BibleGateway](https://www.biblegateway.com/) |
|
9 | +* [Corpus of LDS General Conference Talks, 1851-2010](http://www.lds-general-conference.org/) |
|
10 | +* [Gospel Topics](https://www.lds.org/topics) |
|
11 | +* [AcademicBiblical](https://www.reddit.com/r/AcademicBiblical/wiki/index) |
|
12 | +* [Jewish Encyclopedia](http://www.jewishencyclopedia.com/) |
|
13 | +* [Key Free Doctrinal Works](https://mormontextsproject.org/2015/12/01/key-free-doctrinal-works-a-reading-list-from-the-encyclopedia-of-mormonism/): A Reading List from the Encyclopedia of Mormonism | The Mormon Texts Project |
|
14 | +* [Mormon Literature & Creative Arts Database | HBLL](https://mormonarts.lib.byu.edu/) |
|
15 | +* [Oxford Biblical Studies Online](http://oxfordbiblicalstudies.com/Public/Home.html) |
|
16 | +* [Skeptic's Annotated Bible](https://skepticsannotatedbible.com) |
|
17 | +* [Skeptic's Annotated Book of Mormon](https://skepticsannotatedbible.com/BOM) |
|
18 | +* [Skeptic's Annotated Qu'ran](https://skepticsannotatedbible.com/quran) |
|
19 | +* [Dead Sea Scrolls](https://www.deadseascrolls.org.il/) |
|
20 | +* [Religious Studies Center](https://rsc.byu.edu/) |
|
21 | +* ["What was in The Bitter Cup that Jesus had to Drink?"](https://sermons.faithlife.com/sermons/75944-what-was-in-the-bitter-cup-that-jesus-had-to-drink) - Jerry W. Smith |
readme.md
... | ... | @@ -0,0 +1 @@ |
1 | +I don't need no steenkin' readme! |