visit here for new update
Credit :
- Some text on demo site from wikipedia
- Flowers images from unsplash
- Fully responsive
- About, Tags, and List pages
- Easy to customize
- Local font
This theme using bootstrap 5.2
Using local BS for development
For production You can use CDN
and add this inside head.html
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
By default hugo using chroma to color your code syntax. All you need to do is to wrap you code like this:
``` css your code here ```
For style prefered you can try this :
https://swapoff.org/chroma/playground/
For this theme using solarized-dark256
You can use favicon generator & put the favicon file inside static folder
You can download the theme manually, extract & copy the examplesite go to themes directory or
Refer to the Hugo docs for more information.
If you manualy install hugo, you must install hugo extended version
If you using debian/ubuntu & install hugo from repo it will include libsass1
This theme released under the MIT License.