Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aksharahegde/ink

A template to showcase your books or stories
https://github.com/aksharahegde/ink

blog nuxt nuxt-ui tailwindcss template-project

Last synced: 13 days ago
JSON representation

A template to showcase your books or stories

Awesome Lists containing this project

README

        

# Ink

A template for showcasing your writing.

![Screenshot](https://github.com/aksharahegde/user-attachment/blob/main/ink_aksharahegde.png)

### Performance Insights

![Performance Report](https://github.com/aksharahegde/user-attachment/blob/main/ink_perf.png)

[![Deploy to NuxtHub](https://hub.nuxt.com/button.svg)](https://hub.nuxt.com/new?template=https://github.com/nuxthub/ink)

### Features

- Pre-render all pages
- Dark mode
- SEO friendly
- Easy to customize
- One-click deploy to NuxtHub

### Project Structure

```code
.output/
.nuxt/
app/
assets/
components/
composables/
layouts/
middleware/
pages/
plugins/
utils/
app.config.ts
app.vue
router.options.ts
content/
layers/
modules/
node_modules/
public/
server/
api/
middleware/
plugins/
routes/
utils/
nuxt.config.ts
```

### Customize

- Edit `content/stories` to add your stories
- Edit `content/blog` to add your blog posts
- Edit `app/components/story/DetailCard.vue` to customize the story card
- Edit `app/components/blog/DetailCard.vue` to customize the blog card

### Local Development

```bash
bun install
```

```bash
bun run dev
```