Skip to content

Commit

Permalink
Big 3.0 update. Moved files up to root folder, deprecated @ls package
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydanurwin committed Mar 6, 2024
1 parent 5e0d4a7 commit 846a8ff
Show file tree
Hide file tree
Showing 141 changed files with 4,010 additions and 31,487 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,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 Down
File renamed without changes
4 changes: 2 additions & 2 deletions theme/astro.config.mjs → astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'astro/config';
import sitemap from "@astrojs/sitemap";
import mdx from "@astrojs/mdx";
import image from "@astrojs/image";
// import image from "@astrojs/image";
import lit from "@astrojs/lit";

// https://astro.build/config
Expand All @@ -10,7 +10,7 @@ export default defineConfig({
// 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(), image(), lit()], // Add renderers to the config
integrations: [sitemap(), mdx(), lit()], // Add renderers to the config
// This is for the astro-icon package. You can find more about the package here: https://www.npmjs.com/package/astro-icon
vite: {
ssr: {
Expand Down
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

0 comments on commit 846a8ff

Please sign in to comment.