Welcome to Intelleximus
This is the home page of the Intelleximus website - Humanorum.
Getting Started
This site uses Jekyll and includes basic navigation. You can easily add new pages by creating markdown files with the appropriate front matter.
Adding New Pages
To add a new page:
- Create a new
.mdor.htmlfile in the root directory - Add front matter at the top:
--- layout: default title: Your Page Title --- - Add the page to the navigation in
_config.yml
Navigation
The navigation menu is automatically generated from the navigation section in _config.yml. Simply add new items to make them appear in the navigation bar.