{"id":15044752,"url":"https://github.com/jacksalici/salinger-theme","last_synced_at":"2025-10-17T21:27:10.708Z","repository":{"id":63625143,"uuid":"438336865","full_name":"jacksalici/salinger-theme","owner":"jacksalici","description":"A clean and minimalistic Hugo theme for personal blogs and portfolios. Built with TailwindCSS and DaisyUI.","archived":false,"fork":false,"pushed_at":"2024-03-24T19:24:28.000Z","size":1258,"stargazers_count":33,"open_issues_count":0,"forks_count":12,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-29T23:04:32.653Z","etag":null,"topics":["daisyui","hugo","hugo-blog","hugo-blog-theme","hugo-tailwind","hugo-tailwind-daisy","hugo-theme"],"latest_commit_sha":null,"homepage":"https://github.com/jacksalici/salinger-theme","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/jacksalici.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":"2021-12-14T17:11:19.000Z","updated_at":"2024-10-17T20:51:48.000Z","dependencies_parsed_at":"2024-03-24T00:27:06.229Z","dependency_job_id":"45e2717b-0e3b-4b23-b220-1759c703aaee","html_url":"https://github.com/jacksalici/salinger-theme","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacksalici%2Fsalinger-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacksalici%2Fsalinger-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacksalici%2Fsalinger-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacksalici%2Fsalinger-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacksalici","download_url":"https://codeload.github.com/jacksalici/salinger-theme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224305839,"owners_count":17289446,"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":["daisyui","hugo","hugo-blog","hugo-blog-theme","hugo-tailwind","hugo-tailwind-daisy","hugo-theme"],"created_at":"2024-09-24T20:50:59.572Z","updated_at":"2025-10-17T21:27:05.688Z","avatar_url":"https://github.com/jacksalici.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)\n![GitHub tag (with filter)](https://img.shields.io/github/v/tag/jacksalici/salinger-theme?color=white)\n![GitHub last commit (branch)](https://img.shields.io/github/last-commit/jacksalici/salinger-theme/main?logo=github) ![GitHub Repo stars](https://img.shields.io/github/stars/jacksalici/salinger-theme?style=flat)\n[![Netlify](https://img.shields.io/netlify/99a88efb-3c01-4c65-bd6e-842bc8122ab4?logo=netlify\u0026label=Demo%20website)](https://salinger-hugo-theme.netlify.app)\n\n# Salinger Theme 📻\n\n\u003e __Salinger Theme has been featured at [_HugoConf2023_](https://www.youtube.com/watch?v=PpT8JE5BbZI)!__ 🥳\n\n___Clean and minimalistic Hugo theme built with DaisyUI and TailwindCSS.___\n\n\n__Salinger__ is a _clean, minimalistic, mobile-first, blazing-fast, fancy_ and _lightweight_ theme for the [Hugo framework](https://gohugo.io).\nBorn as the theme for my website, recently it has been completely rebuilt using __Tailwind__ and __DaisyUI__. A demo can be seen on [the example site](https://salinger-hugo-theme.netlify.app).    \nWhy this name? During the design of the light mode homepage, I was inspired by [the Italian edition cover by Einaudi](https://duckduckgo.com/?q=il+giovane+holden+by+j.d.+salinger+einaudi+1961\u0026t=h_\u0026ia=images\u0026iax=images\u0026iaf=color%3AWhite) of _The Catcher in The Rye_ by J.D. Salinger.\n\n\n![Screenshot of the homepage](https://raw.githubusercontent.com/jacksalici/salinger-theme/main/images/tn.jpg)\n\n## Features 🗂️\n\n- [x] TailwindCSS and DaisyUI 🌼 framework \n- [x] Responsive and mobile-first 📲\n- [x] Google Analytics 📈\n- [x] Custom visibility of meta\n- [x] __Dark, Auto__ and Light Mode 🌚\n- [x] 2️⃣ hamburger Menu with custom icon\n- [x] __Tweemoji__ Emoji support 🐧\n- [x] SEO support (**100% score on PageSpeed**) 🚀\n\n## Quick Start ⚠️\n\n### Preview the _example site_  \n\n```shell\n# prerequisites: git, hugo, and npm.\ngit clone https://github.com/jacksalici/salinger-theme.git salinger\ncd salinger\nnpm install\ncd example-site\nhugo server -t ../..\n```\n\nA demo can also be seen on [the example site](https://salinger-hugo-theme.netlify.app).  \n\n### Install the theme\n\n0. **Prerequisites**: Please, check to have installed a recent version of _hugo_, _git_, and _npm_.\n\n1. Add the repository to your Hugo Project repository as a submodule: \n\n    ```bash\n    git submodule add https://github.com/jacksalici/salinger-theme.git themes/salinger\n    ```\n\n2. Configure your `hugo.toml`. I suggest copying the demo file present in the __example site__ folder. Please note that **some parameters are mandatory** for the theme to work properly.\n\n3. Install the dependencies in the theme folder and the main folder.\n\n    ```bash\n    cd themes/salinger\n    npm install\n    cd ../..\n    hugo mod npm pack \n    npm install\n    ```\n\n4. You can build your site with `hugo server` and admire the result at `http://localhost:1313/`.\n\n#### Update your installation\n\nIf you want to get the latest update of the `Salinger` theme please execute this command:\n\n```bash\ngit submodule update --remote --merge\n```\n\n_Please note that during the development of the new major version (v2.x.x - Jul 23) a rebase has been made and the commit history is not so clean. If you came from the legacy version, updating it can be a bit annoying. I suggest [removing completely](https://gist.github.com/myusuf3/7f645819ded92bda6677) the submodule and adding it again._\n\n## Usage 📐\n\nCheck out the [__wiki__](https://github.com/jacksalici/salinger-theme/wiki) and the _example site_. \n\n## License 📜\n\nThe Salinger theme code is licensed under the [MIT license](https://github.com/jacksalici/salinger-theme/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacksalici%2Fsalinger-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacksalici%2Fsalinger-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacksalici%2Fsalinger-theme/lists"}