{"id":13569968,"url":"https://github.com/miklb/jekyll-indieweb","last_synced_at":"2025-04-09T16:17:29.864Z","repository":{"id":48017859,"uuid":"55871206","full_name":"miklb/jekyll-indieweb","owner":"miklb","description":"A Jekyll quick start to getting up and going with the IndieWeb ","archived":false,"fork":false,"pushed_at":"2024-10-28T18:01:33.000Z","size":1780,"stargazers_count":59,"open_issues_count":11,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-09T16:17:13.863Z","etag":null,"topics":["indieweb","jekyll","theme"],"latest_commit_sha":null,"homepage":"http://miklb.github.io/jekyll-indieweb/","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/miklb.png","metadata":{"files":{"readme":"README.markdown","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":"miklb","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2016-04-09T23:10:33.000Z","updated_at":"2024-10-19T21:16:43.000Z","dependencies_parsed_at":"2024-10-25T17:44:24.339Z","dependency_job_id":"9c327802-d5d1-4d46-b321-26fdcb772e68","html_url":"https://github.com/miklb/jekyll-indieweb","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miklb%2Fjekyll-indieweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miklb%2Fjekyll-indieweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miklb%2Fjekyll-indieweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miklb%2Fjekyll-indieweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miklb","download_url":"https://codeload.github.com/miklb/jekyll-indieweb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065284,"owners_count":21041872,"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":["indieweb","jekyll","theme"],"created_at":"2024-08-01T14:00:46.568Z","updated_at":"2025-04-09T16:17:29.840Z","avatar_url":"https://github.com/miklb.png","language":"HTML","funding_links":["https://patreon.com/miklb"],"categories":["HTML"],"sub_categories":[],"readme":"# Jekyll-IndieWeb\n\nWelcome to Jekyll-Indieweb. The goal of this project was to provide someone without a web presence a quick and easy way to start using the basics of the [Indieweb](https://indiewebcamp.com). It has now evolved into a formal Jekyll theme, with a companion repository for demonstrating how to use the theme (and eventually, include GitHub Actions and/or Netlify for deploy.)\n\nVisit [Steal This Repo](https://github.com/miklb/steal-this-repo) if you would like a starter repository you can fork and customize while benefiting from improvements in this theme.\n\n## Motivation\n\nI've followed along a few [IndieWeb Camps](https://indiewebcamp.com/IWC) and observed a few people new to both the indieweb as well as having their own web presence. I wanted to provide another option for those users to have a fairly simple method to easily get up and going with with a web site ready for indieweb and be able to dive in.\n\n## Installation\n\nIf you have never set up Jekyll or Ruby in your local environment, we recommend the Jekyll docs for [installing on your platform.](https://jekyllrb.com/docs/installation/)\n\nWe use the [latest stable Ruby version for development](https://github.com/miklb/jekyll-indieweb/blob/master/.ruby-version)\n\nWe also use [Gulp](https://gulpjs.com) for our build tool. Though Jekyll has support for Sass, we have opted to write plain CSS for 2019 browsers and let the tools backfill for compatibility. If you haven't worked with Gulp before, we recommend their [getting started docs](https://gulpjs.com/docs/en/getting-started/quick-start) which includes a link to [Node install steps](https://nodejs.org/en/)\n\n\nClone the repository\n\n```{bash}\ngit clone https://github.com/miklb/jekyll-indieweb.git\n```\n\nnavigate to the directory\n\n```bash\ncd jekyll-indieweb\n```\n\ninstall the Jekyll dependencies\n\n```bash\nbundle install\n```\n\ninstall the Gulp dependencies\n\n```bash\nnpm i\n```\n\n`Gulpfile` has two main tasks: `build` and `watch`\n\n`build` does just that - builds the `_site` directory.\n\n`watch` watches both `assets/css/_inc` directory to check for CSS changes as well as Jekyll file changes and rebuilds the appopriate files.\n\n**A note about the CSS** All CSS is in the `_inc` directory is plain CSS. Current browser support for variables is strong, but we use PostCSS to fill in browser compatibility. PostCSS also compiles `assets/css/_inc/main.css` into `assets/css/main.css`. You should never need to edit `assets/css/main.css` file directly.\n\n**Note** The Jekyll Gulp task replaces the need to use `bundle exec jekyll serve`. Instead, use `gulp watch`.\n\nReminder that this is a [Jekyll theme](https://jekyllrb.com/docs/themes/), not a stand alone site.\n\nWe optimized the build tools in this project with three goals:\n\n* quick deploy.\n* provide an out-of-the-box experience when using the theme as is.\n* allow overriding `main.css` in the individual response site for event specific customizations.\n\nWhen submitting a new Pull Request with CSS changes, make sure to edit a file in `_inc` and commit **all** file changes with your PR.\n\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## History\n\n2.0.0 beta initial release as a theme gem.\n0.2.1 minor changes in preparation for [2.0 milestone](https://github.com/miklb/jekyll-indieweb/milestone/1)\n0.2 Initial Support for Micropub posts\n0.1 Initial release\n\n\n\n\n## Credits\n\nInspiration for the general aesthetics came from the Jekyll [Type theme](https://github.com/rohanchandra/type-theme)\n\n[svg social icons](http://codepen.io/ruandre/pen/howFi) on CodePen.\n\n[Pelle Wessman - for his work on Jekyll \u0026 IndieWeb, particularly Micropub](http://voxpelli.com)\n\n## License\n\nSee the [LICENSE](https://github.com/jekyll/jekyll/blob/master/LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiklb%2Fjekyll-indieweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiklb%2Fjekyll-indieweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiklb%2Fjekyll-indieweb/lists"}