{"id":14037186,"url":"https://github.com/brianmaierjr/long-haul","last_synced_at":"2025-05-15T18:11:01.714Z","repository":{"id":24580666,"uuid":"27988583","full_name":"brianmaierjr/long-haul","owner":"brianmaierjr","description":"A minimal, type-focused Jekyll theme.","archived":false,"fork":false,"pushed_at":"2024-08-10T16:42:38.000Z","size":52126,"stargazers_count":690,"open_issues_count":7,"forks_count":790,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-31T22:18:20.801Z","etag":null,"topics":["autoprefixer","blog","blog-theme","blogging","browsersync","css","gulp","jekyll","jekyll-template","jekyll-theme","jekyll-themes","minimal","navigation","sass","social","static-site","static-site-generator","theme"],"latest_commit_sha":null,"homepage":"http://brianmaierjr.com/long-haul","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/brianmaierjr.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":"2014-12-14T08:41:52.000Z","updated_at":"2025-03-24T15:50:50.000Z","dependencies_parsed_at":"2023-01-14T01:14:06.278Z","dependency_job_id":"5ae6b789-4bcf-4bd3-9a54-75e6311237bc","html_url":"https://github.com/brianmaierjr/long-haul","commit_stats":{"total_commits":134,"total_committers":17,"mean_commits":7.882352941176471,"dds":0.3880597014925373,"last_synced_commit":"0ac58f67d5942965bc2b27ee6d05ece9df2ce202"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianmaierjr%2Flong-haul","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianmaierjr%2Flong-haul/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianmaierjr%2Flong-haul/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianmaierjr%2Flong-haul/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brianmaierjr","download_url":"https://codeload.github.com/brianmaierjr/long-haul/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247744334,"owners_count":20988783,"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":["autoprefixer","blog","blog-theme","blogging","browsersync","css","gulp","jekyll","jekyll-template","jekyll-theme","jekyll-themes","minimal","navigation","sass","social","static-site","static-site-generator","theme"],"created_at":"2024-08-12T03:02:33.984Z","updated_at":"2025-04-07T23:09:04.345Z","avatar_url":"https://github.com/brianmaierjr.png","language":"SCSS","funding_links":[],"categories":["SCSS"],"sub_categories":[],"readme":"![preview Long Haul](/preview.jpg)\n\nLong Haul is a minimal jekyll theme built with SASS and focuses on long form blog posts. It is meant to be used as a starting point for a jekyll blog/website.\n\nIf you really enjoy Long Haul and want to give me credit somewhere on the internet send or tweet out your experience with Long Haul and tag me [@brianmaierjr](https://twitter.com/brianmaierjr).\n\n#### [View Demo](http://brianmaierjr.com/long-haul)\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/bd29f13b-3754-46d7-9a39-48db2e174b99/deploy-status)](https://app.netlify.com/sites/long-haul/deploys)\n\n## Features\n\n-   Minimal, Type Focused Design\n-   Built with SASS\n-   SVG Social Icons\n-   Responsive Nav Menu\n-   XML Feed for RSS Readers\n-   Contact Form via Formspree\n-   5 Post Loop with excerpt on Home Page\n-   Previous / Next Post Navigation\n-   Estimated Reading Time for posts\n-   Stylish Drop Cap on posts\n-   A Better Type Scale for all devices\n-   Comments powered by Disqus\n-   [Dark Mode support](https://github.com/brianmaierjr/long-haul/blob/master/preview-dark.png) via [prefers-color-scheme](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme)\n\n## Setup\n\n1. [Install Jekyll](http://jekyllrb.com)\n2. Fork the [Long Haul repo](http://github.com/brianmaierjr/long-haul)\n3. Clone it\n4. [Install Bundler](http://bundler.io/)\n5. Run `bundle install`\n6. Run Jekyll Serve and Watch command`bundle exec jekyll serve -w`\n\n## Site Settings\n\nThe main settings can be found inside the `_config.yml` file:\n\n-   **title:** title of your site\n-   **description:** description of your site\n-   **url:** your url\n-   **paginate:** the amount of posts displayed on homepage\n-   **navigation:** these are the links in the main site navigation\n-   **social** diverse social media usernames (optional)\n-   **google_analytics** Google Analytics key (optional)\n\n### Header Option\n\nIf you'd like your header to be larger then you can use the option below in you `config.yml` to make it take up half of the vertical space on screens 800px wide and up. _Preview image below._\n\n-   **header:** large\n\n![preview Long Haul](/preview-large.png)\n\n## To use on GitHub Pages\n\nTo use latest Jekyll and Jekyll Sass Converter on GitHub Pages, \u003ca href=\"https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/\"\u003eyou can now deploy to a GitHub Pages site using GitHub Actions.\u003c/a\u003e\n\n## License\n\nThis is [MIT](LICENSE) with no added caveats, so feel free to use this Jekyll theme on your site without linking back to me or using a disclaimer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianmaierjr%2Flong-haul","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianmaierjr%2Flong-haul","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianmaierjr%2Flong-haul/lists"}