Confluxys

← Back to Home

General

Welcome to Confluxys

This is your new markdown-powered website! You can create articles simply by adding .md files to the articles folder.

How it works

  1. Create a markdown file in the articles directory
  2. The first # heading determines the category
  3. The article automatically appears on the site

Markdown features

You can use all standard markdown features:

Code blocks:

def hello_world():
    print("Hello, World\!")

Blockquotes work too!

Next steps