Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fevol/starlight-theme-obsidian

Starlight theme inspired by the style of Obsidian Publish sites
https://github.com/fevol/starlight-theme-obsidian

astro graph obsidian plugin starlight theme

Last synced: 2 months ago
JSON representation

Starlight theme inspired by the style of Obsidian Publish sites

Awesome Lists containing this project

README

        



---



Starlight Obsidian Theme downloads - weekly


GitHub Repo stars


GitHub Workflow Status


GitHub release (latest by date including pre-releases)




Astro


Starlight

---



GET STARTED
 · 
WEBSITE
 · 
CONFIGURATION
 · 
CHANGELOG


---

A [Starlight](https://starlight.astro.build/) theme inspired by the style of [Obsidian Publish](https://obsidian.md/publish) websites.







---

## 📑 Table of Contents

- [📑 Table of Contents](#table-of-contents)
- [🧰 Set-up](#setup)
- [💬 Discussion and Feedback](#discussion-and-feedback)
- [💎 Acknowledgements](#acknowledgements)
- [🤝 Contributors](#contributors)
- [❤️ Support](#support)

---

## 🧰 Set-up

You can install this package from [npm](https://www.npmjs.com/package/starlight-theme-obsidian) from your favourite package manager:

```bash
npm install starlight-theme-obsidian
```

If you are using Starlight, you can just add the following to your `astro.config.mjs`:

```js
// astro.config.mjs
import starlight from '@astrojs/starlight'
import { defineConfig } from 'astro/config'
import starlightThemeObsidian from 'starlight-theme-obsidian'

export default defineConfig({
integrations: [
starlight({
plugins: [starlightThemeObsidian({ ... })],
title: 'My Docs',
}),
],
})
```

For more information, check out the [Getting Started](https://fevol.github.io/starlight-theme-obsidian/getting-started/) guide.

## 💬 Discussion and Feedback

Any feedback would _very_ much be appreciated. Please use the [GitHub issue tracker](https://github.com/Fevol/starlight-theme-obsidian/issues/new) to report bugs, request features,
or suggest improvements, or message me over on Discord (`@fevol`).

---

## 💎 Acknowledgements

This theme is heavily based on the [Starlight Rapide Theme](https://github.com/HiDeoo/starlight-theme-rapide) by HiDeoo, licensed under MIT.
All credits for page examples, project structure and certain styles go to them.

Where applicable, attribution has been added to each relevant piece of code (or codefile).

The moon icon used for the site favicon is adapted from [SVG Repo](https://www.svgrepo.com/svg/120949/moon), which has a CC0 license.

This README makes use of [shields.io](https://shields.io) for adding badges to display some cursory information about the project.

## 🤝 Contributors

[HiDeoo](https://github.com/HiDeoo/) - For creating the original Starlight Rapide Theme, which this theme is based on.

[mProjectsCode](https://github.com/mProjectsCode) - For providing much-needed feedback on the project.

---

## ❤️ Support

If you like this project, please consider giving it a star on GitHub,
contributing some code, or sponsoring me via [GitHub Sponsors](https://github.com/sponsors/Fevol).