Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ntimyeboah/ink

Tailwind theme for ntim.dev blog website
https://github.com/ntimyeboah/ink

html5 tailwindcss theme

Last synced: about 2 months ago
JSON representation

Tailwind theme for ntim.dev blog website

Awesome Lists containing this project

README

        

# Ink
## _HTML 5 theme crafted to showcase your writing!_

### View it you'll love it! [https://ntimyeboah.github.io/Ink/](https://ntimyeboah.github.io/Ink/)

Captivate your readers with Ink, an HTML 5 theme crafted to showcase your writing. Whether you're a seasoned author or just starting out, Ink's three unique homepage layouts provide the perfect platform to share your stories. This responsive theme seamlessly adapts to any device, ensuring your words reach readers on mobile, tablets, and desktops. And for added comfort, Ink offers both light and dark mode options, making reading a pleasure at any time of day. Let Ink help your writing shine!

- Pixel perfect modern design crafted to make your writing stand out.
- Three unique homepage layouts to choose from.
- Responsive and adaptive to various screens sizes.
- Light and dark mode options.
- With its MIT license, this theme offers perpetual freedom to use, modify, and share.

## Pages

This theme comes with the following pages;

- 3 unique homepage layout
- Detail article page
- All articles page
- Projects page
- About page

## How to setup locally

- Download the zip or clone this repository by running
```sh
git clone https://github.com/NtimYeboah/Ink.git
```
- Install [Node](https://nodejs.org/en). This is tested for version 18 and above.
- Install [PNPM](https://pnpm.io/installation). This is an alternative for NPM.
- Navigate to the root and install all the packages by running
```sh
pnpm install
```
- Run `pnpm dev` to start Vite and preview your website.

## Extending theme
This theme was built with [TailwindCSS](https://tailwindcss.com/). The configuration is `tailwind.config.js` where you can customize the settings.