Configure Quartz for production
This commit is contained in:
40
content/templates/blog-post.md
Normal file
40
content/templates/blog-post.md
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
title: "<% tp.file.title %>"
|
||||
publish: true
|
||||
date: <% tp.date.now("YYYY-MM-DD") %>
|
||||
tags:
|
||||
-
|
||||
description:
|
||||
---
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
> **TL;DR**: Brief summary of the article
|
||||
|
||||
## Introduction
|
||||
|
||||
Introduce the topic and what the reader will learn.
|
||||
|
||||
## Main Content
|
||||
|
||||
### Section 1
|
||||
|
||||
Content goes here.
|
||||
|
||||
### Section 2
|
||||
|
||||
More content.
|
||||
|
||||
## Conclusion
|
||||
|
||||
Wrap up the article and key takeaways.
|
||||
|
||||
## References
|
||||
|
||||
- Links to related resources
|
||||
- Documentation
|
||||
- Related articles
|
||||
|
||||
---
|
||||
|
||||
*Published on <% tp.date.now("MMMM DD, YYYY") %>*
|
||||
81
content/templates/guide.md
Normal file
81
content/templates/guide.md
Normal file
@@ -0,0 +1,81 @@
|
||||
---
|
||||
title: "<% tp.file.title %>"
|
||||
publish: true
|
||||
date: <% tp.date.now("YYYY-MM-DD") %>
|
||||
tags:
|
||||
- guide
|
||||
description:
|
||||
---
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
## Overview
|
||||
|
||||
What this guide covers and what you'll accomplish.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Requirement 1
|
||||
- Requirement 2
|
||||
- Required knowledge
|
||||
|
||||
## What You'll Need
|
||||
|
||||
- Hardware/software requirements
|
||||
- Tools
|
||||
- Access requirements
|
||||
|
||||
## Steps
|
||||
|
||||
### Step 1: Setup
|
||||
|
||||
Detailed instructions for the first step.
|
||||
|
||||
```bash
|
||||
# Example commands
|
||||
```
|
||||
|
||||
### Step 2: Configuration
|
||||
|
||||
Continue with configuration steps.
|
||||
|
||||
```bash
|
||||
# More commands
|
||||
```
|
||||
|
||||
### Step 3: Verification
|
||||
|
||||
How to verify everything is working.
|
||||
|
||||
```bash
|
||||
# Verification commands
|
||||
```
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### Issue 1
|
||||
|
||||
**Problem**: Description of the problem
|
||||
|
||||
**Solution**: How to fix it
|
||||
|
||||
### Issue 2
|
||||
|
||||
**Problem**: Description
|
||||
|
||||
**Solution**: Fix
|
||||
|
||||
## Next Steps
|
||||
|
||||
- What to do after completing this guide
|
||||
- Related guides
|
||||
- Advanced configurations
|
||||
|
||||
## References
|
||||
|
||||
- Links to documentation
|
||||
- Related resources
|
||||
|
||||
---
|
||||
|
||||
*Created: <% tp.date.now("YYYY-MM-DD") %>*
|
||||
79
content/templates/homelab-doc.md
Normal file
79
content/templates/homelab-doc.md
Normal file
@@ -0,0 +1,79 @@
|
||||
---
|
||||
title: "<% tp.file.title %>"
|
||||
publish: true
|
||||
tags:
|
||||
- homelab
|
||||
description:
|
||||
---
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
## Overview
|
||||
|
||||
Brief description of this service/infrastructure component.
|
||||
|
||||
## Specifications
|
||||
|
||||
- **Type**:
|
||||
- **Version**:
|
||||
- **Hardware**:
|
||||
- **OS**:
|
||||
- **Resources**:
|
||||
- CPU:
|
||||
- RAM:
|
||||
- Storage:
|
||||
|
||||
## Configuration
|
||||
|
||||
### Installation
|
||||
|
||||
Steps or notes on how this was installed.
|
||||
|
||||
### Configuration Files
|
||||
|
||||
Important configuration details.
|
||||
|
||||
```yaml
|
||||
# Example configuration
|
||||
```
|
||||
|
||||
### Environment Variables
|
||||
|
||||
```bash
|
||||
KEY=value
|
||||
```
|
||||
|
||||
## Network Configuration
|
||||
|
||||
- **IP Address**:
|
||||
- **Ports**:
|
||||
- **Domain**:
|
||||
- **Access**:
|
||||
|
||||
## Services/Features
|
||||
|
||||
- Feature 1
|
||||
- Feature 2
|
||||
|
||||
## Maintenance
|
||||
|
||||
### Backup Strategy
|
||||
|
||||
How this service is backed up.
|
||||
|
||||
### Update Procedure
|
||||
|
||||
How to update this service.
|
||||
|
||||
## Related Services
|
||||
|
||||
- Links to related documentation
|
||||
- Dependencies
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
Common issues and solutions.
|
||||
|
||||
---
|
||||
|
||||
*Last updated: <% tp.date.now("YYYY-MM-DD") %>*
|
||||
10
content/templates/page.md
Normal file
10
content/templates/page.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: "<% tp.file.title %>"
|
||||
publish: true
|
||||
tags:
|
||||
-
|
||||
---
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
Content goes here.
|
||||
Reference in New Issue
Block a user