All Projects → Tazeg → Hugo Blog Jeffprod

Tazeg / Hugo Blog Jeffprod

Licence: mit
A free blog theme for HUGO (https://gohugo.io/), with tags, archives, last posts...

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Hugo Blog Jeffprod

Hugo Theme Zzo
Make a blog with hugo zzo theme!
Stars: ✭ 438 (+831.91%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
Cocoa Hugo Theme
Responsive Hugo blog theme
Stars: ✭ 306 (+551.06%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
hugo-now
a Hugo port of Jekyll Now
Stars: ✭ 16 (-65.96%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (+2.13%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Hugo Theme Jane
A readable & concise theme for Hugo
Stars: ✭ 669 (+1323.4%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (+308.51%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
hugo-dusk
Simple, minimalistic dark theme for Hugo.
Stars: ✭ 50 (+6.38%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
restaurant-hugo
The restaurant is a creative and responsive restaurant website theme in Hugo environment. It is very well decorated theme which will make your website building easier.
Stars: ✭ 50 (+6.38%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
geeky-hugo
Geeky is a Personal Hugo blog theme focused on high speed. Geeky is fully responsive, Superfast, and powered by Bootstrap v5.
Stars: ✭ 44 (-6.38%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
capsule
A Hugo theme based on the CSS-only Bulma framework.
Stars: ✭ 20 (-57.45%)
Mutual labels:  hugo-theme, hugo, bulma
mogege
A blog theme for hugo
Stars: ✭ 81 (+72.34%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
onepress
A simple, clean, and responsive "Hugo - Static Site Generator" theme for bloggers
Stars: ✭ 20 (-57.45%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
hugo-theme-fluency
A fluent hugo theme.
Stars: ✭ 48 (+2.13%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Hugo Theme Introduction
Minimal, single page, smooth-scrolling theme for Hugo static site generator.
Stars: ✭ 441 (+838.3%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
hugo-theme-minima
A clean and minimal Hugo theme.
Stars: ✭ 70 (+48.94%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
persian-hugo
Persian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device.
Stars: ✭ 32 (-31.91%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Hugo Theme Pure
A pure theme for Hugo
Stars: ✭ 198 (+321.28%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
Hugo Eureka
Eureka is a feature-rich and highly customizable Hugo theme.
Stars: ✭ 239 (+408.51%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
navigator-hugo
Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.
Stars: ✭ 133 (+182.98%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (+25.53%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme

HUGO blog theme by @JeffProd

A free blog theme for HUGO, with tags, archives, last posts... Using Bulma CSS framework.

HUGO blog theme by JeffProd.com

Install

Install HUGO (https://gohugo.io/) then :

hugo new site myblog
cd myblog
git clone https://github.com/Tazeg/hugo-blog-jeffprod.git themes/jeffprod

In the file config.toml add the lines :

theme = "jeffprod"

[permalinks]
    post = "/:year/:filename"

[taxonomies]
    tag = "tags"
    archive = "archives"

Write blog posts

hugo new post/my-first-post.md

And edit this new file content/post/my-first-post.md. You can use HUGO shortcodes and Markdown.

Render

hugo server

Then go to http://localhost:1313

Create the web site

hugo

All files to publish are in public/ directory.

Donate

https://en.jeffprod.com/donate/

Credits

Background image by https://pixabay.com

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].