Loading repository data…
Loading repository data…
Dnzzk2 / repository
A Simple & Modern Blog Theme for Astro
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A modern, elegant, and performance-focused blogging theme built for developers.
English | 简体中文
Demo · Report Bug · Request Feature
Litos is a comprehensive blogging theme crafted with Astro, React, and TailwindCSS. It is designed to provide developers with a clean, professional, and highly customizable platform to showcase their work, thoughts, and photography.
Unlike traditional themes, Litos emphasizes visual aesthetics without compromising on performance. It features fluid animations, a polished design system, and a robust set of built-in components to help you build your personal brand effectively.
Deploy your own Litos blog with one click:
Clone the repository
git clone https://github.com/Dnzzk2/Litos.git
cd Litos
Install dependencies
pnpm install
Start the development server
pnpm dev
Your site should now be running at http://localhost:4321.
The primary configuration file is located at src/config.ts.
export const SITE: Site = {
title: 'Litos',
description: 'Your site description here.',
website: 'https://your-domain.com',
author: 'Your Name',
// ...other settings
}
export const SKILLSSHOWCASE_CONFIG = {
SKILLS_ENABLED: true,
// ...
}
export const GITHUB_CONFIG = {
ENABLED: true,
// ...
}
Links for the Header and Footer can be managed via HEADER_LINKS and FOOTER_LINKS.
| Script | Description |
|---|---|
pnpm dev | Starts the local development server. |
pnpm build | Builds the site for production. |
pnpm preview | Previews the built production site locally. |
pnpm format | Formats code using Prettier. |
pnpm check | Runs Astro check for diagnostics. |
Distributed under the MIT License. See MIT LICENSE for more information.