All Projects → Fastbyte01 → Keepit

Fastbyte01 / Keepit

Licence: mit
The most powerful minimal Hugo theme.

Projects that are alternatives of or similar to Keepit

Pulp
Pulp is a Hugo theme for getting a simple, easy-to-read blog site.
Stars: ✭ 95 (-37.09%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
Hugo Casper Two
Port of Casper 2.x to Hugo
Stars: ✭ 135 (-10.6%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
Hugo Theme Zzo
Make a blog with hugo zzo theme!
Stars: ✭ 438 (+190.07%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
onepress
A simple, clean, and responsive "Hugo - Static Site Generator" theme for bloggers
Stars: ✭ 20 (-86.75%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Erblog
A Hugo theme created by ertuil.
Stars: ✭ 49 (-67.55%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
Hugo Theme Zozo
🌟 A simple and beautiful theme for Hugo
Stars: ✭ 258 (+70.86%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
Hugo Theme Even
🚀 A super concise theme for Hugo https://hugo-theme-even.netlify.app
Stars: ✭ 1,351 (+794.7%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
hugo-dusk
Simple, minimalistic dark theme for Hugo.
Stars: ✭ 50 (-66.89%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Hugo Primer
Hugo theme based on GitHub's Primer CSS
Stars: ✭ 103 (-31.79%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
Hugo Blog Jeffprod
A free blog theme for HUGO (https://gohugo.io/), with tags, archives, last posts...
Stars: ✭ 47 (-68.87%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (-60.93%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Hugo Vitae
Vitae is a blog theme for Hugo that focuses on your content.
Stars: ✭ 81 (-46.36%)
Mutual labels:  hugo, hugo-theme, 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 (-70.86%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Cocoa Hugo Theme
Responsive Hugo blog theme
Stars: ✭ 306 (+102.65%)
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 (-11.92%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Hugo Theme Introduction
Minimal, single page, smooth-scrolling theme for Hugo static site generator.
Stars: ✭ 441 (+192.05%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
hugo-now
a Hugo port of Jekyll Now
Stars: ✭ 16 (-89.4%)
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 (-78.81%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Hugo Theme Jane
A readable & concise theme for Hugo
Stars: ✭ 669 (+343.05%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
Loveit
❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题
Stars: ✭ 1,060 (+601.99%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme

KeepIt Hugo Theme

KeepIt is a clean, elegant, simple but not simpler blog theme for Hugo based on the original LeaveIt Theme developed by LiuZhichao.

hugo-theme-KeepIt

Demo

To see this theme in action, Here is a live demo site which is rendered with this theme.

People that are using KeepIt:

Features

  • Optimized for performance: 99/100 on mobile and 100/100 on desktop in Google PageSpeed Insights
  • Optimized SEO performance with a correct SEO SCHEMA based on JSON-LD
  • A More coerent style beetwen page and sections
  • Multilanguage support
  • Pagination support
  • Google Analytics support
  • Disqus Comment System
  • Gitalk Comment System
  • Valine Comment System
  • Gitment Comment System
  • Utterances Comment System
  • Gravatar Support
  • Local Avatar Support
  • Share post support
  • Search engine verification support (Google, Bind, Yandex and Baidu)
  • Added configuration file for use on Netlify
  • Dark/Light mode
  • Up to 54 social sites supported out-of-the-box see the list here
  • Translation ready
  • Wrap Image with Figure Tag without Shortcode. Thanks Junian.Net
  • Load images with Lazy Load By lazysizes
  • Automatically highlighting code By Google code-prettify, Customizable styles via CSS. See the themes gallery.
  • Automagical image gallery with lightGallery
  • ...

Getting Started

Clone this repository to your hugo theme directory.

cd themes
git clone https://github.com/Fastbyte01/KeepIt.git

Next, open config.toml in the base of the Hugo site and ensure the theme option is set to KeepIt:

theme = "KeepIt"

For more information read the official setup guide of Hugo.

Site Configuration

Take a look in the exampleSite folder.

This directory contains an example config file and the content for the demo. It serves as an example setup for your documentation.

Copy the config.toml in the root directory of your website. Overwrite the existing config file if necessary.

Content Suggestions

A few suggestions to help you get a good looking site quickly:

  • Keep blog posts in the content/posts directory, for example: content/posts/my-first-post.md
  • Keep static pages in the content directory, for example: content/about.md
  • Keep media like images in the static directory, for example: static/images/2019/10/screenshot.png

Customizing styles for your website

If you want to change some styling to fit your own website needs, you can edit them:

  • assets/css/_varibales/default.scss: You can override the variables in _variables.scss to customize the style
  • assets/css/_custom.scss : You can put your custom css in this file

Favicons, Browserconfig, Manifest

It is recommended to put your own favicons

  • apple-touch-icon.png (180x180)
  • favicon-32x32.png (32x32)
  • favicon-16x16.png (16x16)
  • mstile-150x150.png (150x150)
  • android-chrome-192x192.png (192x192)
  • android-chrome-512x512.png (512x512)

into /static. They’re easily created via https://realfavicongenerator.net/.

Customize browserconfig.xml and site.webmanifest to set theme-color and background-color for example.

Tips

Set production environment when generating site

Because some functions are only in production mode, So you need to add a production environment variables when generating your site.

HUGO_ENV=production hugo --gc --minify

Hugo “extended” Sass/SCSS version required

This theme write style with scss, So you must download and install the “extended” Sass/SCSS version

How to toggle dark-light mode

  • You can click the sun logo to toggle dark-light mode. In the desktop version the sun logo is to the right and in the mobile version is positioned to the left, close to the site title.
  • If you want to make your own theme toggle-able element, you can create an element with a class .theme-switch. See here

Home Post model

If you want to show posts on index instead of a personal profile, just open config.toml in the base of the Hugo site, add the following line to config.toml

[params]
 home_mode = "post" # post or other

Add logo and cover for SEO

Add a logo image (127x40) and a cover image (800x600). This images are used for SEO.

Questions, ideas, bugs, pull requests?

All feedback is welcome! Head over to the issue tracker.

For more configuration info or other tips you can see the wiki.

License

LeaveIt is licensed under the MIT license. Check the LICENSE file for details. The following resources are included in the theme:

Author

Fastbyte01

See Also

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