Ambienxo is a modern personal blog theme for minimalists built on top of Next.js.
- Minimalist design
- Responsive layout
- SEO-friendly
- Dark mode
- Syntax highlighting
- Markdown and MDX support
- utterances and giscus integration
- Google Analytics integration
- RSS feed(xml, json, atom) and Sitemap
Before using this theme, there are a few things you need to set up:
- Edit the name, title, description and url in
blog.config.ts
(url without the trailing slash). - if you want to use giscus or utterances comments on your blog, change
comment
inblog.config.ts
. If you don't want to use comments, setcomment
tonull
. - In
next-sitemap.config.js
, changesiteUrl
to be the same as inblog.config.ts
. - change your blog's main page
pages/index.tsx
to your favour.
Ambienxo uses pnpm.
Install dependencies:
pnpm install
Run the development server:
pnpm dev