Skip to content

Commit

Permalink
Quartz sync: Aug 20, 2024, 8:00 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
kumailr7 committed Aug 20, 2024
1 parent 8614936 commit 4c46009
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 23 deletions.
40 changes: 18 additions & 22 deletions content/Readme.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,39 @@
# OpsCatalyst Blog
# DevOps Journey

Welcome to the OPSCatalyst Blog! This site is dedicated to sharing insights, tutorials, and resources related to DevOps practices, tools, and methodologies. Our goal is to empower developers and operations teams to collaborate more effectively and streamline their workflows.
Welcome to the **DevOps Journey** blog! This site is dedicated to exploring the world of DevOps, sharing insights, tutorials, and experiences that help bridge the gap between development and operations. Join us as we navigate the evolving landscape of DevOps practices and tools.

## Table of Contents

- [About](#about)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)
- [Writing Posts](#writing-posts)
- [Deployment](#deployment)
- [Contributing](#contributing)
- [License](#license)
- [DevOps Journey](#devops-journey)
- [Table of Contents](#table-of-contents)
- [About](#about)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)

## About

OPSCatalyst is a blog focused on the intersection of development and operations. We cover a wide range of topics, including:
**DevOps Journey** aims to provide valuable content for professionals at all stages of their DevOps journey. Topics include:

- Continuous Integration/Continuous Deployment (CI/CD)
- Continuous Integration and Continuous Deployment (CI/CD)
- Infrastructure as Code (IaC)
- Monitoring and Logging
- Cloud Computing
- Monitoring and Observability
- Cloud Services and Architecture
- Containerization and Orchestration
- Best Practices in DevOps
- Best Practices and Case Studies

## Technologies Used

This blog is built using the following technologies:

- **Obsidian**: A powerful knowledge management tool that allows for easy note-taking and organization.
- **Quartz**: A static site generator for Obsidian that converts your notes into a beautiful blog.
- **GitHub Pages**: A free hosting service for static websites, allowing us to easily publish our content.
- **Obsidian**: A powerful note-taking and knowledge management tool.
- **Quartz**: A static site generator for Obsidian that transforms your notes into a beautiful blog.
- **GitHub Pages**: A free hosting service for static websites, making it easy to publish and share our content.

## Getting Started

To set up your own local version of the OPSCatalyst Blog, follow these steps:
To set up your own local version of the DevOps Journey blog, follow these steps:

1. **Clone the Repository**:
```bash
git clone https://github.com/yourusername/opscatalyst-blog.git
cd opscatalyst-blog
```

git clone https://github.com/yourusername/devops-journey.git
cd devops-journey
2 changes: 1 addition & 1 deletion quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins"
*/
const config: QuartzConfig = {
configuration: {
pageTitle: "🪴 Quartz 4.0",
pageTitle: "🪴 DevopsJourney",
enableSPA: true,
enablePopovers: true,
analytics: {
Expand Down

0 comments on commit 4c46009

Please sign in to comment.