Intelleximus

Humanorum

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:

  1. Create a new .md or .html file in the root directory
  2. Add front matter at the top:
    ---
    layout: default
    title: Your Page Title
    ---
    
  3. Add the page to the navigation in _config.yml

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.