Vulcan-Academy / Vulcanomicon

Rationality, ethics, metaphysics.
http://www.vulcan.life/
1 stars 4 forks source link

Pagination. #67

Closed SeverTopan closed 5 years ago

SeverTopan commented 5 years ago

I've been playing around with Paginating the Vulcanomicon. Live demo here >> https://severtopan.github.io/Vulcan-Academy.github.io/.

Some benefits of this:

  1. You only need to add a new file to the _lexicon directory and it will automatically add itself as a lexeme in the main Lexicon page.
  2. We can now have multiple pull requests running at the same time in a safe manner as long as they don't touch the same lexemes.
  3. We can display all lexemes concisely in a list, and elaborate upon each lexeme in its own page.
  4. We can link to different lexemes now.
  5. In the future, we can use Jekyll to add features such as search bars for different lexicon entries, and maybe even programmatically link lexemes to one another in the way that Wikipedia does, using Liquid Filters so that we don't have to Bold everything when we type.