Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aksharahegde/ink
- Owner: aksharahegde
- License: mit
- Created: 2024-11-30T14:10:25.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-18T17:11:19.000Z (16 days ago)
- Last Synced: 2024-12-18T18:24:52.205Z (15 days ago)
- Topics: blog, nuxt, nuxt-ui, tailwindcss, template-project
- Language: Vue
- Homepage: https://ink.aksharahegde.xyz
- Size: 2.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```