{"id":14982119,"url":"https://github.com/mismith0227/hugo_theme_pickles","last_synced_at":"2025-05-16T05:06:11.441Z","repository":{"id":41752692,"uuid":"49237064","full_name":"mismith0227/hugo_theme_pickles","owner":"mismith0227","description":"Modern, Simple and beautiful Hugo theme","archived":false,"fork":false,"pushed_at":"2025-05-11T02:59:17.000Z","size":2544,"stargazers_count":222,"open_issues_count":31,"forks_count":110,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-05-11T03:30:42.815Z","etag":null,"topics":["babel","github-actions","gulp","hugo","hugo-theme","sass","static-site-generator","svg-sprites","webpack"],"latest_commit_sha":null,"homepage":"https://themes.gohugo.io/hugo_theme_pickles/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mismith0227.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-01-07T23:27:46.000Z","updated_at":"2025-04-27T07:59:42.000Z","dependencies_parsed_at":"2023-01-21T20:35:15.768Z","dependency_job_id":"f4c6352f-90ff-4a31-88db-5b8ddc7e50c9","html_url":"https://github.com/mismith0227/hugo_theme_pickles","commit_stats":{"total_commits":192,"total_committers":34,"mean_commits":5.647058823529412,"dds":"0.39583333333333337","last_synced_commit":"d6539926b400561a814e3d1bc798d637ccee884f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mismith0227%2Fhugo_theme_pickles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mismith0227%2Fhugo_theme_pickles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mismith0227%2Fhugo_theme_pickles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mismith0227%2Fhugo_theme_pickles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mismith0227","download_url":"https://codeload.github.com/mismith0227/hugo_theme_pickles/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254471061,"owners_count":22076585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["babel","github-actions","gulp","hugo","hugo-theme","sass","static-site-generator","svg-sprites","webpack"],"created_at":"2024-09-24T14:04:49.390Z","updated_at":"2025-05-16T05:06:11.420Z","avatar_url":"https://github.com/mismith0227.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pickles ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/mismith0227/hugo_theme_pickles/create%20new%20branch?style=flat-square) ![GitHub](https://img.shields.io/github/license/mismith0227/hugo_theme_pickles?style=flat-square) [![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)\n\nPickles is a modern, simple and beautiful Hugo theme.\n\n![screenshot](https://github.com/mismith0227/hugo_theme_pickles/blob/master/images/screenshot.png)\n\n## Overview\n\n- Modern, Simple and beautiful design\n- Medium's Image Zoom（[zooming](https://desmonding.me/zooming/docs/#/))\n- Social links（Twitter,Facebook,Instagram,Google+,GitHub,GitLab,npm,Codepen,Dribbble,500px,Flickr,Pinterest,Tumblr,Vimeo,YouTube,Linkedin）\n- Support for Related Content\n- Support for tags\n- Analytics with Google Analytics\n- Responsive design\n- SVG Sprite\n\nThere is a custom shortcode for Image Zoom. You can use it like so:\n\n```\n{{\u003c zoom-img src=\"/images/default.jpg\" \u003e}}\n```\n\n## Features\n\n- gulp\n- webpack\n- Sass\n- Babel\n- SVG Sprite\n- Standard\n\n## Installation\n\nIn your Hugo site directory, run:\n\n```shell\n$ mkdir themes\n$ cd themes\n$ git clone -b release https://github.com/mismith0227/hugo_theme_pickles\n```\n\nOr download it from the release branch:\n\n[release](https://github.com/mismith0227/hugo_theme_pickles/tree/release)\n\n## Usage\n\nUse Hugo's `-t hugo_theme_pickles` or `--theme=hugo_theme_pickles option` with hugo commands. For example:\n\n```shell\n$ hugo server -t hugo_theme_pickles -w -D\n```\n\n## Configuration\n\nYou may specify the following options in `config.toml` of your site to make use of\nthis theme's features.\n\nFor getting started with Pickles, copy the [config.toml](https://github.com/mismith0227/hugo_theme_pickles/blob/master/exampleSite/config.toml) file from the exampleSite directory inside Pickles’s repository to your site repository.\n\n```shell\n$ cp themes/hugo_theme_pickles/exampleSite/config.toml .\n```\n\nNow, you can start editing this file and add your own information!\n\n## Customisation\n\nTo hide the date in a post, set the `hideDate` parameter in the front matter:\n\n```markdown\n---\nhideDate: true\n---\n```\n\nYou can use `hideWordCount` and `headReadingTime` to hide word count and reading time on both, the posts and the post list.\n\n```markdown\n---\nhideWordCount: true\nhideReadingTime: true\n---\n```\n\n## Contributing\n\nPull requests, bug fixes and new features are welcome!\n\nPlease create feature branches from [develop](https://github.com/mismith0227/hugo_theme_pickles/tree/develop) and submit a PR for any change.\n\n## Development\n\n1.  Install Node modules\n\n```sh\nyarn\n```\n\n1.  Run gulp. You don't need to install gulp globally.\n\n```js\n// Development\nyarn run dev\n// On another tab\nyarn run hugo\n\n// Production (compress)\nyarn run prod\n// On another tab\nyarn run hugo\n\n// Build\nyarn run build\n```\n\n## License\n\nOpen sourced under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmismith0227%2Fhugo_theme_pickles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmismith0227%2Fhugo_theme_pickles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmismith0227%2Fhugo_theme_pickles/lists"}