All Projects → bake → Solar Theme Hugo

bake / Solar Theme Hugo

Licence: gpl-2.0
A port of solar-theme-ghost for Hugo

Projects that are alternatives of or similar to Solar Theme Hugo

Hugo Paper
🥛 A simple, clean, flexible Hugo theme
Stars: ✭ 538 (+1354.05%)
Mutual labels:  hugo
Hugo Tranquilpeak Theme
A gorgeous responsive theme for Hugo blog framework
Stars: ✭ 686 (+1754.05%)
Mutual labels:  hugo
Dominhhai.github.io
My Blog
Stars: ✭ 8 (-78.38%)
Mutual labels:  hugo
Ox Hugo
A carefully crafted Org exporter back-end for Hugo
Stars: ✭ 591 (+1497.3%)
Mutual labels:  hugo
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+16367.57%)
Mutual labels:  hugo
Hugo Theme Terminal
A simple, retro theme for Hugo
Stars: ✭ 832 (+2148.65%)
Mutual labels:  hugo
Hugo Theme Meme
You can’t spell aWEsoME without MEME! 😝
Stars: ✭ 459 (+1140.54%)
Mutual labels:  hugo
Gh Actions Hugo Deploy Gh Pages
Github Actions : Hugo static site generator
Stars: ✭ 37 (+0%)
Mutual labels:  hugo
Hugo Theme Jane
A readable & concise theme for Hugo
Stars: ✭ 669 (+1708.11%)
Mutual labels:  hugo
Hugo Elasticsearch
Generate Elasticsearch indexes for Hugo static sites by parsing front matter
Stars: ✭ 19 (-48.65%)
Mutual labels:  hugo
Actions Hugo
GitHub Actions for Hugo ⚡️ Setup Hugo quickly and build your site fast. Hugo extended, Hugo Modules, Linux (Ubuntu), macOS, and Windows are supported.
Stars: ✭ 588 (+1489.19%)
Mutual labels:  hugo
Hugodocs
The source for https://gohugo.io/
Stars: ✭ 637 (+1621.62%)
Mutual labels:  hugo
Hugo Social Metadata
Hugo theme component to add social metadata to your Hugo site with minimal configuration
Stars: ✭ 17 (-54.05%)
Mutual labels:  hugo
Hugo Theme Hello Friend
Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
Stars: ✭ 586 (+1483.78%)
Mutual labels:  hugo
Hoor
Add Shamsi(Jalali) date to Hugo based websites with ease
Stars: ✭ 27 (-27.03%)
Mutual labels:  hugo
Mainroad
Responsive, simple, clean and content-focused Hugo theme based on the MH Magazine lite WordPress theme
Stars: ✭ 509 (+1275.68%)
Mutual labels:  hugo
Hugo Theme Stack
Card-style Hugo theme designed for bloggers
Stars: ✭ 720 (+1845.95%)
Mutual labels:  hugo
Redislabs Docs
Source files for Redis Labs Enterprise documentation
Stars: ✭ 37 (+0%)
Mutual labels:  hugo
Hugo Debugprint
Hugo "debugprint.html" partial
Stars: ✭ 35 (-5.41%)
Mutual labels:  hugo
Hugo Utilitybelt
A theme consisting of partials that can be added as a theme component for any Hugo site
Stars: ✭ 17 (-54.05%)
Mutual labels:  hugo

Solar Theme for Hugo

A minimalistic theme for Hugo blogs, fork of Solar Theme for Ghost. There is a demo available on Hugos theme list. See the example config.toml for a starting point.

Color schemes

Solar offers three color schemes: (Solarized) light, (Solarized) dark (default) and gray. Additionally there is a preference setting which switches between light and dark according to the users preference.

Screenshot

Screenshot

Additional HTML

Custom HTML can be injected just before </head> and </body> by creating a head.html or foot.html inside the sites layouts/partials/ folder. The default (empty) logo can be overwritten by creating a logo.svg in static/img/.

Syntax Highlighting

This theme does not bring a syntax highlighter. If you want to use Hugos built in one, remember to update the color scheme by setting pygmentsStyle. The pygments style solarized-dark, for example, matches the themes dark color scheme, while solarized-light matches light and solarized-dark256 works well with gray.

Otherwise, if you want to use a JavaScript highlighter like highlight.js, the necessary JavaScript can be placed inside static/ and get included by providing a footer.html as described above.

Installation

Same as with any other theme:

$ git clone https://github.com/bake/solar-theme-hugo.git themes/solar-theme-hugo
$ hugo server --theme solar-theme-hugo
...

License

GPLv2 or higher

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].