Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barbapapazes/slantire
Portfolio - A Nuxt Studio theme powered by Nuxt UI Pro, Nuxt Content and ready for Nuxt Studio
https://github.com/barbapapazes/slantire
nuxt nuxt-content nuxt-studio nuxt-template nuxt-ui nuxt-ui-pro portfolio template vue
Last synced: 2 months ago
JSON representation
Portfolio - A Nuxt Studio theme powered by Nuxt UI Pro, Nuxt Content and ready for Nuxt Studio
- Host: GitHub
- URL: https://github.com/barbapapazes/slantire
- Owner: Barbapapazes
- Created: 2023-10-18T22:57:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T15:07:51.000Z (3 months ago)
- Last Synced: 2024-10-26T06:50:07.068Z (2 months ago)
- Topics: nuxt, nuxt-content, nuxt-studio, nuxt-template, nuxt-ui, nuxt-ui-pro, portfolio, template, vue
- Language: Vue
- Homepage: https://slantire.barbapapazes.dev
- Size: 492 KB
- Stars: 30
- Watchers: 1
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![screenshot-nuxt-ui-pro-slantire](https://github.com/Barbapapazes/slantire/assets/904724/01d27c6b-cf85-412e-b0bc-a718ad9990c1)
# Slantire
[![Nuxt UI Pro](https://img.shields.io/badge/Made%20with-Nuxt%20UI%20Pro-00DC82?logo=nuxt.js&labelColor=020420)](https://ui.nuxt.com/pro)
Slantire, [slan.ti.ˈɾɛ] from Na'Vi meaning '_inspiration_', is a blog theme that you can use in [Nuxt Studio](https://nuxt.studio).
It is powered by [Nuxt Content](https://content.nuxt.com) and [Nuxt UI Pro](https://ui.nuxt.com/pro)!
- [Live demo](https://slantire.barbapapazes.dev/)
- [Play on Stackblitz](https://stackblitz.com/github/barbapapazes/slantire)## Features
- 🎨 Fully personalized (colors, content, etc.)
- 📝 Markdown based
- 🔍 SEO friendly (Open Graph, Robots, Sitemap)
- 🦇 Dark mode
- ✏️ Nuxt Studio ready## Setup
Make sure to install the dependencies:
```bash
pnpm install
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
pnpm run dev
```## Production
Build the application for production:
```bash
npm run generate
```### Environment Variables
In order to build the application for production, you need to have a [Nuxt UI Pro](https://ui.nuxt.com/pro) license and set the `NUXT_UI_PRO_LICENSE` variable in the `.env` file.
Note that this is not required to run in development and contribute to the Nuxt website or documentation.
You will also need to add your site URL to the `NUXT_SITE_URL` variable (see [Nuxt SEO](https://nuxtseo.com/site-config/guides/setting-site-config#environment-variables)) to have a valid `robots.txt` file and sitemap.
## License
[MIT License](./LICENSE)