Skip to content

Commit

Permalink
Merge pull request #17 from QuinnCurtis02/starlight-files-QC
Browse files Browse the repository at this point in the history
Created full blog integration with tutorials
  • Loading branch information
QuinnCurtis02 authored Nov 30, 2023
2 parents 03b6d79 + 9097f03 commit 2e7d2cd
Show file tree
Hide file tree
Showing 6 changed files with 1,703 additions and 601 deletions.
9 changes: 8 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
import { defineConfig } from "astro/config";
import starlight from "@astrojs/starlight";
import starlightBlog from "starlight-blog";

// https://astro.build/config
export default defineConfig({
integrations: [
integrations: [
starlightBlog(),
starlight({
title: "Thoth Tech",
customCss: ["./src/styles/custom.css"],
social: {
github: "https://github.com/thoth-tech",
},
components: {
MarkdownContent: "starlight-blog/overrides/MarkdownContent.astro",
Sidebar: "starlight-blog/overrides/Sidebar.astro",
ThemeSelect: "starlight-blog/overrides/ThemeSelect.astro",
},
sidebar: [
{
label: "Processes",
Expand Down
Loading

0 comments on commit 2e7d2cd

Please sign in to comment.