Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ntimyeboah/ink
- Owner: NtimYeboah
- Created: 2023-11-16T14:18:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-05T07:58:32.000Z (11 months ago)
- Last Synced: 2024-10-15T04:27:27.056Z (3 months ago)
- Topics: html5, tailwindcss, theme
- Language: HTML
- Homepage: https://ntimyeboah.github.io/Ink/
- Size: 878 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.