{"id":15204271,"url":"https://github.com/zerostaticthemes/hugo-winston-theme","last_synced_at":"2025-04-05T08:08:13.036Z","repository":{"id":37873956,"uuid":"297195864","full_name":"zerostaticthemes/hugo-winston-theme","owner":"zerostaticthemes","description":"A minimal and bold blog theme for Hugo","archived":false,"fork":false,"pushed_at":"2024-02-29T17:14:41.000Z","size":3583,"stargazers_count":281,"open_issues_count":7,"forks_count":119,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T07:07:19.159Z","etag":null,"topics":["blog","builtatlightspeed","gohugo","hugo","hugo-theme","netlify","theme"],"latest_commit_sha":null,"homepage":"https://hugo-winston.netlify.app/","language":"SCSS","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/zerostaticthemes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-09-21T01:16:08.000Z","updated_at":"2025-03-22T08:34:15.000Z","dependencies_parsed_at":"2024-06-18T19:51:26.256Z","dependency_job_id":"7a390109-3342-4193-a367-304722c0d545","html_url":"https://github.com/zerostaticthemes/hugo-winston-theme","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerostaticthemes%2Fhugo-winston-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerostaticthemes%2Fhugo-winston-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerostaticthemes%2Fhugo-winston-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerostaticthemes%2Fhugo-winston-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zerostaticthemes","download_url":"https://codeload.github.com/zerostaticthemes/hugo-winston-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305935,"owners_count":20917208,"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":["blog","builtatlightspeed","gohugo","hugo","hugo-theme","netlify","theme"],"created_at":"2024-09-28T05:41:03.833Z","updated_at":"2025-04-05T08:08:13.016Z","avatar_url":"https://github.com/zerostaticthemes.png","language":"SCSS","funding_links":[],"categories":["[🪄 ui-front-end](https://github.com/stars/ketsapiwiq/lists/magic-wand-ui-front-end)","SCSS"],"sub_categories":[],"readme":"# Hugo Winston Theme\n\nHugo Winston is a bold minimal blogging theme.\n\n[Live Demo](https://hugo-winston.netlify.app/) |\n[Zerostatic Themes](https://www.zerostatic.io/)\n\n![Hugo Winston Theme screenshot](https://www.zerostatic.io/theme/hugo-winston/hugo-winston-screenshot.png)\n\n## Theme features\n\n- Posts (Markdown)\n- Basic Page (Markdown)\n- SCSS (Hugo Pipelines)\n- Responsive design\n- 100/100 Google Lighthouse speed score\n- 100/100 Google Lighthouse SEO score\n- 100/100 Google Lighthouse accessibility score\n- Google analytics configured in `config.toml`\n- Configure GID using env variable HUGO_GOOGLE_ANALYTICS_ID, compatible with Netlify.\n- Title, meta description and meta tags automatically generated for every page\n- OG Meta data for Facebook and Twitter\n- Semantic HTML document structure\n\n## Installation\n\n**1. Install Hugo**\n\nTo use this theme you will first need to have Hugo installed. Please follow the official [installation guide](https://gohugo.io/getting-started/installing/)\n\n\u003e ⚠️ **Note:** Check your Hugo version - **Hugo Extended** is required!\n\nThis theme uses [Hugo Pipes](https://gohugo.io/hugo-pipes/scss-sass/) to compile SCSS and minify assets which means if you are not using the Hugo extended version this theme will not work. To check your version of Hugo, run `hugo version`. Make sure you see **/extended** after the version number, for example _Hugo Static Site Generator v0.51/extended darwin/amd64 BuildDate: unknown_ You do not need to use version v0.51 specifically, it just needs to have the _/extended_ part.\n\n**2. Create a new Hugo site**\n\nThis will create a fresh Hugo site in the folder `mynewsite`.\n\n```\nhugo new site mynewsite\n```\n\n**3. Install the theme**\n\nDownload or git clone this theme into the sites themes folder `mynewsite/themes`. You should end up with the following folder structure `mynewsite/themes/hugo-winston-theme`\n\n```\ncd mynewsite\ngit clone https://github.com/zerostaticthemes/hugo-winston-theme.git themes/hugo-winston-theme\n```\n\n**4. Copy the example content**\n\nCopy the entire contents of the `mynewsite/themes/hugo-winston-theme/exampleSite/` folder to root folder of your Hugo site, ie `mynewsite/`. To copy the files using terminal, make sure you are still in the projects root, ie the `mynewsite` folder.\n\n```\ncp -a themes/hugo-winston-theme/exampleSite/. .\n```\n\n**6. Run Hugo**\n\nAfter installing the theme for the first time, generate the Hugo site.\n\nYou run this command from the root folder of your Hugo site ie `mynewsite`\n\n```\nhugo\n```\n\nFor local development run Hugo's built-in local server.\n\n```\nhugo server\n```\n\nNow enter [`localhost:1313`](http://localhost:1313) in the address bar of your browser.\n\n# Localhost inside exampleSite\n\nYou can run this site without installing it as a hugo theme using the following command. I use this for theme development.\n\n```\nhugo server --source=exampleSite --theme=../..\n```\n\n# Configuration\n\n### Config options\n\n```toml\n# config.toml\n[params]\n  google_analytics_id = \"\"\n  twitter_handle = \"@zerostaticio\"\n  showAuthorOnHomepage = true\n  showAuthorOnPosts = false\n  showIntroContentOnHomepage = true\n  showPostsOnHomepage = true\n  usePaginationOnHomepage = false\n  limitPostsOnHomepage = 3 # only used if usePaginationOnHomepage is false\n  sortPostsByDateOldestFirst = false\n  addDot = true\n  addFrame = true\n  highlightColor = '#7b16ff'\n  baseColor = \"#ffffff\"\n  baseOffsetColor = \"#eaeaea\"\n  headingColor = \"#1c1b1d\"\n  textColor = \"#4e5157\"\n  dotColor = \"#7b16ff\"\n  enableGoogleFonts = true \n  googleFontsUrl = \"https://fonts.googleapis.com/css2?family=Poppins:wght@400;700\u0026display=swap\"\n  fontFamilyHeading = \"Poppins\"\n  fontFamilyParagraph = \"Helvetica\"\n  fontFamilyMonospace = \"monospace\"\n```\n\n### Google Analytics\n\nAdd your google analytics ID to the `config.toml`\n\n```toml\n# config.toml\n[params]\n  google_analytics_id=\"UA-132398315-1\"\n```\n\n### Plausible Analytics\n\nAdd your plausible analytics domain to the `config.toml`.\nThis is `data-domain` in your [tracking script code](https://plausible.io/docs/plausible-script).\n\n```toml\n# config.toml\n[params]\n  plausible_analytics_domain = \"example.com\"\n```\n\n# Deploying to Netlify\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/zerostaticthemes/hugo-winston-theme)\n\nThis theme includes a `netlify.toml` which is [configured to deploy to Netlify](https://discourse.gohugo.io/t/deploy-your-theme-to-netlify/15508) from the `exampleSite` folder. If you have installed this theme into a new Hugo site and the exampleSite folder was copied or removed, you should delete the `netlify.toml` file.\n\n\n### More Hugo Themes by Zerostatic\n\n- [Hugo Hero](https://github.com/zerostaticthemes/hugo-hero-theme) - Open-source business theme\n- [Hugo Whisper](https://github.com/zerostaticthemes/hugo-whisper-theme) - Open-source documentation theme\n- [Hugo Serif](https://github.com/zerostaticthemes/hugo-serif-theme) - Open-source business theme\n- [Hugo Winston](https://github.com/zerostaticthemes/hugo-winston-theme) - Open-source blog theme\n- [Hugo Advance](https://www.zerostatic.io/theme/hugo-advance/) - Premium advanced multi page business \u0026 marketing theme\n- [Hugo Paradigm](https://www.zerostatic.io/theme/hugo-paradigm/) - Premium landing page + site builder theme\n- [Hugo Lever](https://www.zerostatic.io/theme/hugo-lever/) - Premium personal / bio theme\n- [Hugo Shard](https://www.zerostatic.io/theme/hugo-lever/) - Premium SAAS / landing page theme\n\n### Find hundreds more Hugo themes on Built At Lightspeed\n\n[\u003cimg alt=\"Built At Lightspeed Hugo themes directory screenshot\" width=\"400px\" src=\"https://www.zerostatic.io/images/builtatlightspeed-hugo-themes.jpg\" /\u003e](https://builtatlightspeed.com/category/hugo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerostaticthemes%2Fhugo-winston-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerostaticthemes%2Fhugo-winston-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerostaticthemes%2Fhugo-winston-theme/lists"}