limelight
Описание
A theme for the Pelican static site generator. Looks good, responsive, auto dark/light mode.
Языки
HTML
Pelican Blog Theme
A theme for the Pelican static site generator. Looks good, responsive, auto dark/light mode.
Preview
You can see a live preview of the theme here.
Features
- Syntax Highlighting: Powered by highlight.js, this theme supports syntax highlighting for a wide range of programming languages out of the box.
- Responsive Design: Built with the Bulma CSS framework, ensuring your site looks great on all devices.
- Customizable: Easily modify the theme to suit your needs, thanks to the modular structure of Bulma and the flexibility of Pelican.
Installation
To install this theme, follow these steps:
-
Clone the Repository:
git clone https://github.com/milssky/limelight.git -
Copy the Theme to Your Pelican Project:
cp -r pelican-blog-theme /path/to/your/pelican/project/themes/ -
Update Your
:pelicanconf.pyTHEME = 'path/to/your/pelican/project/themes/limelight'
License
MIT