All Projects → mismith0227 → Hugo_theme_pickles

mismith0227 / Hugo_theme_pickles

Licence: mit
Modern, Simple and beautiful Hugo theme

Projects that are alternatives of or similar to Hugo theme pickles

Hugo Swift Theme
A simple open source theme for publishing with hugo
Stars: ✭ 85 (-49.4%)
Mutual labels:  hugo, hugo-theme, sass
Hugo Coder
A minimalist blog theme for hugo.
Stars: ✭ 1,374 (+717.86%)
Mutual labels:  static-site-generator, hugo, hugo-theme
Hugo Theme Basic
Basic site theme styled with minimal tachyons, syntax highlighting, and blog series configuration. 📦
Stars: ✭ 89 (-47.02%)
Mutual labels:  static-site-generator, hugo, hugo-theme
Dough
React/Redux + SASS + Gulp/Browserify/Babel skeleton codebase with demo application.
Stars: ✭ 38 (-77.38%)
Mutual labels:  gulp, babel, sass
Gulp Starter Kit
A simple Gulp 4 Starter Kit for modern web development.
Stars: ✭ 134 (-20.24%)
Mutual labels:  gulp, babel, sass
Hugo Theme Bootie Docs
A simple Hugo theme for documentation
Stars: ✭ 45 (-73.21%)
Mutual labels:  static-site-generator, hugo, hugo-theme
Hugo Agency Theme
Port of Startbootstrap's Agency theme to Hugo
Stars: ✭ 155 (-7.74%)
Mutual labels:  static-site-generator, hugo, hugo-theme
Gulp Scss Starter
Frontend development with pleasure. SCSS version
Stars: ✭ 339 (+101.79%)
Mutual labels:  gulp, babel, sass
Harbor
Simple and minimal personal blog theme.
Stars: ✭ 120 (-28.57%)
Mutual labels:  static-site-generator, hugo, hugo-theme
Hugothemes
A curated directory of Hugo themes
Stars: ✭ 1,571 (+835.12%)
Mutual labels:  static-site-generator, hugo, hugo-theme
Budgeting
Budgeting - React + Redux + Webpack (tree shaking) Sample App
Stars: ✭ 971 (+477.98%)
Mutual labels:  webpack2, babel, sass
Iceberg
Front-End Boilerplate built with React + Babel + Webpack + SASS
Stars: ✭ 144 (-14.29%)
Mutual labels:  webpack2, babel, sass
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (-84.52%)
Mutual labels:  gulp, babel, sass
Hugo Steam Theme
Port of Tommaso Barbato's Ghost theme Steam to Hugo
Stars: ✭ 69 (-58.93%)
Mutual labels:  static-site-generator, hugo, hugo-theme
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+3526.79%)
Mutual labels:  static-site-generator, hugo, hugo-theme
Compose
A Hugo theme for documentation sites. It's inspired by https://forestry.io/docs/welcome/
Stars: ✭ 95 (-43.45%)
Mutual labels:  hugo, hugo-theme, sass
react-flux-gulp-starter
A universal boilerplate for building React/Flux apps using Gulp and ES6.
Stars: ✭ 46 (-72.62%)
Mutual labels:  gulp, babel, webpack2
Hugo Fresh
Hugo Fresh Theme
Stars: ✭ 317 (+88.69%)
Mutual labels:  hugo, hugo-theme, sass
Frontie Webpack
Front-end Boilerplate | Gulp 4 + Webpack 4 + Babel + ITCSS Architecture + BEM Methodology + Twig.js
Stars: ✭ 102 (-39.29%)
Mutual labels:  gulp, babel, sass
Glup
Some of the gulp tutorial -《gulp笔记》
Stars: ✭ 136 (-19.05%)
Mutual labels:  gulp, babel, sass

Pickles Build Status license Standard - JavaScript Style Guide

Pickles is a modern, simple and beautiful Hugo theme.

screenshot

Overview

  • Modern, Simple and beautiful design
  • Medium's Image Zoom(zooming)
  • Social links(Twitter,Facebook,Instagram,Google+,GitHub,GitLab,npm,Codepen,Dribbble,500px,Flickr,Pinterest,Tumblr,Vimeo,YouTube,Linkedin)
  • Support for Related Content
  • Support for tags
  • Analytics with Google Analytics
  • Responsive design
  • SVG Sprite

Use short code for Image Zoom.

{{< zoom-img src="/images/default.jpg" >}}

Features

  • gulp
  • webpack
  • Sass
  • Babel
  • SVG Sprite
  • Standard

Installation

In your hugo site directory, run:

$ mkdir themes
$ cd themes
$ git clone -b release https://github.com/mismith0227/hugo_theme_pickles

Or download it from the release branch

release

Usage

Use hugo's -t hugo_theme_pickles or --theme=hugo_theme_pickles option with hugo commands. Example:

$ hugo server -t hugo_theme_pickles -w -D

Configuration

You may specify following options in config.toml of your site to make use of this theme's features.

For getting started with Pickles, copy the config.toml file from the exampleSite directory inside Pickles’s repository to your site repository.

$ cp themes/hugo_theme_pickles/exampleSite/config.toml .

Now, you can start editing this file and add your own information!

Customisation

To hide the date in any page or post, set the hideDate parameter in the front matter:

---
hideDate: true
---

Contributing

Pull requests, bug fixes and new features are welcome!

Please create feature branches from develop and submit a PR for any change.

Development

  1. Install Node modules

    $ yarn
    
  2. Run gulp. You don't need to install gulp globally.

    // Development
    $ yarn run dev
    $ // On another tab
    $ hugo server
    
    // Production (compress)
    $ yarn run prod
    $ // On another tab
    $ hugo server
    
    // Build
    $ yarn run build
    

License

Open sourced under the 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].