AirCode.io is built with Tailwind CSS Tailwind UI and Next.js.
First install the npm dependencies with pnpm:
pnpm installNext, run the development server:
pnpm devFinally, open http://localhost:3000 in your browser to view the website.
- Add a markdown file in
_postsfolder, if folder is not found, create a_postsin the root directory. - Your post file name will be the blog route, it is recommended to use lowercase and
-split, for example:
_posts
what-we-are-building.md
The post url will be : /blog/what-we-are-building
- Copy the existing blog markdown file and update it with your own, put the configurations on the top, those article and author configuration will be display in pages
- If you have images, you can put them in the
public/blog-imagesdirectory. Happy blogging...
To learn more about the technologies used in this site, see the following resources:
- Tailwind CSS - the official Tailwind CSS documentation
- Next.js - the official Next.js documentation
- Headless UI - the official Headless UI documentation