All Projects → zuramai → hugoblog

zuramai / hugoblog

Licence: MIT license
Hugoblog is responsive, simple, and clean that would fit for your personal blog based on Hugo Theme Static Site Generator (SSG)

Programming Languages

HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hugoblog

Hugo Theme Console
A minimal, responsive and light theme for Hugo inspired by Linux console.
Stars: ✭ 143 (+197.92%)
Mutual labels:  simple, responsive, hugo
tb-grid
tb-grid is a super simple and lightweight 12 column responsive grid system utilizing css grid.
Stars: ✭ 19 (-60.42%)
Mutual labels:  lightweight, simple, responsive
MatrixLib
Lightweight header-only matrix library (C++) for numerical optimization and machine learning. Contact me if there is an exciting opportunity.
Stars: ✭ 35 (-27.08%)
Mutual labels:  lightweight, simple
neon
Neon is a modern VueJS design library built with Typescript and SASS
Stars: ✭ 19 (-60.42%)
Mutual labels:  lightweight, responsive
Wondercms
WonderCMS - fast and small flat file CMS (5 files)
Stars: ✭ 330 (+587.5%)
Mutual labels:  lightweight, simple
Hexo-Theme-MengD
A simple, lightweight Hexo theme(支持:pjax、discuss、twikoo、waline、valine评论)
Stars: ✭ 69 (+43.75%)
Mutual labels:  lightweight, simple
cli
a lightweight and simple cli package
Stars: ✭ 12 (-75%)
Mutual labels:  lightweight, simple
picamera-motion
Raspberry Pi python PiCamera Lightweight Motion Detection. Includes easy curl script install/upgrade, whiptail admin menu system, single file web server and Rclone for uploading to a variety of web storage services.
Stars: ✭ 80 (+66.67%)
Mutual labels:  lightweight, simple
ytmous
Anonymous Youtube Proxy
Stars: ✭ 60 (+25%)
Mutual labels:  lightweight, simple
Vue Draggablecal
Not your ordinary datepicker. A Vuejs draggable date selector with a fresh responsive design, mobile ready and 0 dependencies, 17kb gzipped
Stars: ✭ 79 (+64.58%)
Mutual labels:  lightweight, responsive
Lity
Lightweight, accessible and responsive lightbox.
Stars: ✭ 1,051 (+2089.58%)
Mutual labels:  lightweight, responsive
Lazy Line Painter
Lazy Line Painter - A Modern JS library for SVG path animation
Stars: ✭ 1,918 (+3895.83%)
Mutual labels:  lightweight, responsive
logger
☠ 😈 👀 Simple,Secure & Undetected (6.11.2017) keylogger for Windows :)
Stars: ✭ 37 (-22.92%)
Mutual labels:  lightweight, simple
CalDOM
An agnostic, reactive & minimalist (3kb) JavaScript UI library with direct access to native DOM.
Stars: ✭ 176 (+266.67%)
Mutual labels:  lightweight, simple
jpopup
Simple lightweight (<2kB) javascript popup modal plugin
Stars: ✭ 27 (-43.75%)
Mutual labels:  lightweight, simple
beercss
Build material design interfaces in record time... without stress for devs... 🍺💛
Stars: ✭ 223 (+364.58%)
Mutual labels:  lightweight, responsive
Htmr
Simple and lightweight (< 2kB) HTML string to React element conversion library
Stars: ✭ 214 (+345.83%)
Mutual labels:  lightweight, simple
Startup Landing
Collection of free top of the line startup landing templates built using react/nextjs/gatsby. Free to download, simply edit and deploy! Updated weekly!
Stars: ✭ 176 (+266.67%)
Mutual labels:  simple, responsive
Simple Dash
A simple, fully responsive Dashboard to forward to the services of your choice!
Stars: ✭ 222 (+362.5%)
Mutual labels:  simple, responsive
Qview
Practical and minimal image viewer
Stars: ✭ 460 (+858.33%)
Mutual labels:  lightweight, simple

Hugoblog

Hugoblog is responsive, simple, and clean that very fit for your personal blog based on Hugo Theme Static Site Generator (SSG)

Screenshot

Click here for live demo.

Installation

Before starting, please be sure that you have installed extended version of Hugo and created a new site. After that, you ready to install Hugoblog.

In your Hugo site themes directory, run:

git clone https://github.com/zuramai/hugoblog

Or, if you don't plan to make any significant changes, but want to track and update the theme, you can add it as a git submodule via the following command:

git submodule add https://github.com/zuramai/hugoblog

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

theme = "hugoblog"

For more information read the official setup guide of Hugo.

Getting started

After installing the theme successfully it requires a just a few more steps to get your site running.

The config file

Take a look inside the exampleSite folder of this theme. You'll find a file called config.toml. To use it, copy the config.toml in the root folder of your Hugo site. Feel free to change the strings in this theme.

Change site logo

Upload your site logo to the /static folder in your project, then edit config.toml and change site_logo value your image path. For example:

[params]
  site_logo = "/images/logo.svg"

Comments Section

You could use Disqus comment by activating them in the config.toml and put your disqus shortname.

disqusShortname = "your-disqus-site-shortname"

License

This template is under MIT License

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