Welcome to Vitis
โข
1 minute read
Welcome to Vitis, a clean and minimal Hugo theme designed for knowledge management and digital gardening.
Features
Vitis comes with powerful features to help you build your digital garden:
- Wiki-Links: Create connections between your notes using
Page Titlesyntax - Knowledge Graph: Visualize connections between your pages
- Backlinks: Automatically see which pages link to the current page
- Series Support: Organize related content into series
- Dark Mode: Built-in dark mode that respects system preferences
- Full-Text Search: Fast client-side search with Cmd/Ctrl+K
- Projects Showcase: Beautiful project cards for your portfolio
Getting Started
Start by creating your first post, and use wiki-links to connect your ideas. Check out the Knowledge Graph to see how your content connects!
Example Wiki-Link
This is an example of a wiki-link: Another Post. When the target page exists, the link appears in green. When it doesn’t exist yet, it appears in red, encouraging you to create that content.
Code Highlighting
Vitis supports beautiful syntax highlighting:
function greet(name) {
console.log(`Hello, ${name}!`);
return `Welcome to Vitis`;
}
greet("World");
def calculate_sum(a, b):
"""Add two numbers together."""
return a + b
result = calculate_sum(10, 20)
print(f"The sum is: {result}")
What’s Next?
Explore the features, create your content, and watch your knowledge graph grow!