Documentation
Complete guide to using the Danish Pastel Jekyll theme
Welcome to the Documentation
This documentation will help you get started with the Danish Pastel Jekyll Theme and make the most of its minimalist, hygge-inspired features.
This is an interactive documentation site built with the
docs layout. Use the sidebar to navigate between sections.
What is Danish Pastel?
Danish Pastel is a design aesthetic rooted in Scandinavian minimalism:
- Muted Tones - Dusty rose, sage, mauve, clay colors
- Subtle Borders - 1px borders with minimal contrast
- Soft Shadows - 4-6px blur with low opacity
- Clean Typography - Poppins and Space Mono fonts
- Minimalist Design - Functional, calm aesthetics
Theme Features
Layouts
The theme includes 5 different layouts:
- default - Base layout with header and footer
- home - Homepage with hero section and blog posts
- page - Simple content pages
- post - Blog post layout
- docs - Technical documentation (youโre looking at it!)
Components
- Responsive navigation
- Hero sections
- Blog post listings
- Code syntax highlighting
- Callout boxes (notes, warnings, tips)
- Tables with Danish Pastel styling
- Custom 404 page
Colors
--color-primary: #C9ADA7 /* Dusty Mauve */
--color-secondary: #9A8C98 /* Soft Mauve */
--color-accent: #D4A5A5 /* Dusty Rose */
--color-success: #A8DADC /* Sage Blue */
--color-sage: #A7C4BC /* Sage Green */
Quick Examples
Code Blocks
Code blocks are styled with dark backgrounds and sage text:
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet('World'));
Callout Boxes
๐ก Tip: Use callout boxes to highlight important information!
โ ๏ธ Warning: Make sure to test your site locally before deploying.
Tables
| Feature | Description | Status |
|---|---|---|
| Responsive | Mobile-friendly design | โ |
| Fast | Pure CSS, no frameworks | โ |
| Minimal | Subtle borders and shadows | โ |
| Documented | Complete guides | โ |
Documentation Sections
Explore the documentation using the sidebar:
- Getting Started - Installation and setup
- Configuration - Customize your site
- Layouts - Available page templates
- Components - Built-in components and styles
- Deployment - Publishing your site
Need Help?
If you run into any issues or have questions:
- Check the documentation sections in the sidebar
- Review the example files
- Open an issue on GitHub
๐ Note: This documentation is a work in progress. Contributions are welcome!
Whatโs Next?
Ready to get started? Head to the Getting Started guide to install and configure the theme.