Coder Social home page Coder Social logo

wsharp07 / hugo_theme_pickles Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mismith0227/hugo_theme_pickles

0.0 1.0 0.0 2.27 MB

Modern, Simple and beautiful Hugo theme

Home Page: https://themes.gohugo.io/hugo_theme_pickles/

License: MIT License

Shell 1.49% JavaScript 11.04% CSS 0.09% HTML 62.68% SCSS 24.71%

hugo_theme_pickles's Introduction

Pickles GitHub Workflow Status GitHub 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

There is a custom shortcode for Image Zoom. You can use it like so:

{{< 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. For example:

$ hugo server -t hugo_theme_pickles -w -D

Configuration

You may specify the 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 a post, set the hideDate parameter in the front matter:

---
hideDate: true
---

You can use hideWordCount and headReadingTime to hide word count and reading time on both, the posts and the post list.

---
hideWordCount: true
hideReadingTime: 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
  1. Run gulp. You don't need to install gulp globally.
// Development
yarn run dev
// On another tab
yarn run hugo

// Production (compress)
yarn run prod
// On another tab
yarn run hugo

// Build
yarn run build

License

Open sourced under the MIT license.

hugo_theme_pickles's People

Contributors

mismith0227 avatar renovate-bot avatar annabunches avatar dwmkerr avatar nicolascouvrat avatar isseis avatar jdthomas avatar lukehsiao avatar phs avatar mewa avatar abskmj avatar stilesb avatar claytonjy avatar shikunx avatar heathhenley avatar joshthoward avatar seokbeomkim avatar thomasrettig avatar sozorogami avatar yangmillstheory avatar whhone avatar wsharp07 avatar hdykokd avatar serinuntius avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.