Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Big 3.0 update! #42

Merged
merged 13 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"projects": {
"default": "sapling-supply"
},
"etags": {}
}
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: https://littlesticks.lemonsqueezy.com/checkout?cart=d3ef814a-e881-42bd-87b2-a175d191a5e5
custom: https://sapling.lemonsqueezy.com/checkout/buy/9b78751f-6382-442d-ac99-32c2318b70a0

# Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
22 changes: 0 additions & 22 deletions .github/workflows/firebase-hosting-merge.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/firebase-hosting-pull-request.yml

This file was deleted.

3 changes: 3 additions & 0 deletions theme/.gitignore → .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ pnpm-debug.log*

# macOS-specific files
.DS_Store

icon.d.ts
*.cache
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
20 changes: 7 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@

<br/>
<div align="center">
<a href="https://twitter.com/littlesticksdev">
<a href="https://twitter.com/jaydanurwin">
<img src="assets/twitter-badge.svg" alt="Follow Little Sticks on Twitter"/>
</a>
<a href="https://littlesticks.lemonsqueezy.com/checkout?cart=1b9b09ef-0511-41ca-b94e-d6c6c4fde36e">
<a href="https://sapling.lemonsqueezy.com/checkout/buy/9b78751f-6382-442d-ac99-32c2318b70a0">
<img src="assets/sponsor-badge.svg" alt="Sponsor This Repo" />
</a>
<a href="https://littlesticks.dev/discord">
<img src="assets/discord-badge.svg" alt="Join our Discord" />
</a>

</div>
<br/>

Expand Down Expand Up @@ -41,12 +37,12 @@ Odyssey Theme is a modern theme/starter for a business or startup's marketing we

## Demo

View a [live demo](https://odyssey-theme.littlesticks.site/) of the Odyssey Theme.
View a [live demo](https://odyssey-theme.sapling.supply/) of the Odyssey Theme.

## Documentation

1. View the [Theme Setup Guide](https://odyssey-theme.littlesticks.site/theme/theme-setup)
2. View the [Customizing the Theme Guide](https://odyssey-theme.littlesticks.site/theme/customizing-odyssey)
1. View the [Theme Setup Guide](https://odyssey-theme.sapling.supply/theme/theme-setup)
2. View the [Customizing the Theme Guide](https://odyssey-theme.sapling.supply/theme/customizing-odyssey)

## Usage

Expand All @@ -68,10 +64,8 @@ Astro has [an in-depth guide](https://docs.astro.build/en/guides/deploy/) on how

If you find this theme useful, please consider donating to support the continued development of it with the link below

[Donate to Odyssey Theme](https://littlesticks.lemonsqueezy.com/checkout?cart=1b9b09ef-0511-41ca-b94e-d6c6c4fde36e)
[Donate to Odyssey Theme](https://sapling.lemonsqueezy.com/checkout/buy/9b78751f-6382-442d-ac99-32c2318b70a0)

## Support

Please feel free to reach out to us on our Discord if you have questions or file an issue on the repo.

[Join our Discord](https://littlesticks.dev/discord)
Please feel free to post issues or submit PRs to this repo and we will do our best to respond in a timely manner, keeping in mind this template is offered for free as is on GitHub.
File renamed without changes
12 changes: 12 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import { defineConfig } from 'astro/config';
import sitemap from "@astrojs/sitemap";
import mdx from "@astrojs/mdx";
import icon from "astro-icon";
import lit from "@astrojs/lit";

// https://astro.build/config
export default defineConfig({
site: 'https://odyssey-theme.sapling.supply/', // Your public domain, e.g.: https://my-site.dev/. Used to generate sitemaps and canonical URLs.
sitemap: true, // Generate sitemap (set to "false" to disable)
integrations: [sitemap(), mdx(), lit(), icon()], // Add renderers to the config
});
2 changes: 0 additions & 2 deletions components/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions components/LICENSE

This file was deleted.

43 changes: 0 additions & 43 deletions components/README.md

This file was deleted.

Loading