Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thatguysam/nice-tat
One-click deployable ultra-minimal site inspired by Casey Neistat's personal website.
https://github.com/thatguysam/nice-tat
astro-template astrojs astrojs-boilerplate astrojs-template casey casey-neistat easy-to-deploy link-in-bio linkinbio linkinbio-alternative netlify-template one-click-deploy static-site-template tailwind-boilerplate tailwind-css-template tailwind-template
Last synced: about 1 month ago
JSON representation
One-click deployable ultra-minimal site inspired by Casey Neistat's personal website.
- Host: GitHub
- URL: https://github.com/thatguysam/nice-tat
- Owner: ThatGuySam
- Created: 2023-10-28T04:30:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-22T16:10:35.000Z (7 months ago)
- Last Synced: 2024-04-23T17:11:43.314Z (7 months ago)
- Topics: astro-template, astrojs, astrojs-boilerplate, astrojs-template, casey, casey-neistat, easy-to-deploy, link-in-bio, linkinbio, linkinbio-alternative, netlify-template, one-click-deploy, static-site-template, tailwind-boilerplate, tailwind-css-template, tailwind-template
- Language: Astro
- Homepage: https://nice-tat.netlify.app/
- Size: 84 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nice Tat
Astro Site Template inspired by Casey Neistatβs ultra minimal personal site.
Great for a LinkInBio type site or just a placeholder while you work on getting your personal site right for the next 35 years.
![Screen Recording 2023-10-28 at 10 23 32β―AM](https://github.com/ThatGuySam/nice-tat/assets/2830379/5cb4215c-976c-4d58-bb33-7ef36f24ffe3)
[Watch Setup Video](https://www.youtube.com/watch?v=sEyHnHjhlr4)
[View Demo](https://nice-tat.netlify.app/)
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/ThatGuySam/nice-tat)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/ThatGuySam/nice-tat)## π Features
- β One-Click Deploy to Netlify or Vercel
- β Markdown for Easy Edits
- β TailwindCSS for Easy Styling
- π Dark Mode for Night Owls
- π Page Transitions for Smooth Navigation
- π SEO-friendly Out of the Box
- π Detailed README for Quick Setup
- πΈ onlyfans## π The Stack
- Astro
- Tailwind
- HTML
- Markdown## π How to setup
Simply click one of the deploy buttons above, fill in the site details and your site should be running in about 2 mins.
## βοΈ Editing the Site
You can edit the site directly on GitHub or clone the repo to your local machine.
## π Adding a new page
To add a new page simply create a new Markdown file in the /src/pages directory, Example: /src/pages/twitch.md, and add your content and options.
You can also copy and paste an existing markdown file.
## π Site Wide Options
You can customize the site name as well as other options for the whole site in src/config.ts
## β Why not add X, Y, and Z?
Because HTML is a beautiful language not everything needs to use the latest tool for building a planet scale multi-tenant sharded vector database backed web application.
If you really want to extend the site the Astro Docs should get you pretty far: https://docs.astro.build/en/getting-started/
## β Additional questions
You can ask the [ChatGPT Bot](https://chat.openai/share/4cb54749-4580-4d18-9be5-89265ef9f33d) for this project or or open a new Issue [here](https://github/ThatGuySam/nice-tat/issues)
## π Credits
Inspired by [Casey Neistat's Website](https://web.archive.org/web/20240229155932/https://www.caseyneistat.com/).## π Want to learn more about Astro?
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).