{"id":14979553,"url":"https://github.com/lewis262626/sebasic","last_synced_at":"2025-10-10T23:45:19.607Z","repository":{"id":55549665,"uuid":"270050530","full_name":"lewis262626/sebasic","owner":"lewis262626","description":"A basic Jekyll theme for programmers ","archived":false,"fork":false,"pushed_at":"2023-09-08T22:58:54.000Z","size":136,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-10T06:13:36.493Z","etag":null,"topics":["github-page","jamstack","jekyll","jekyll-site","jekyll-template","jekyll-theme","programmer","theme","website"],"latest_commit_sha":null,"homepage":"","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/lewis262626.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2020-06-06T17:17:34.000Z","updated_at":"2023-05-12T16:59:15.000Z","dependencies_parsed_at":"2024-02-17T01:21:10.719Z","dependency_job_id":null,"html_url":"https://github.com/lewis262626/sebasic","commit_stats":null,"previous_names":["lewisrobbins/sebasic"],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewis262626%2Fsebasic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewis262626%2Fsebasic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewis262626%2Fsebasic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewis262626%2Fsebasic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lewis262626","download_url":"https://codeload.github.com/lewis262626/sebasic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246140565,"owners_count":20729797,"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":["github-page","jamstack","jekyll","jekyll-site","jekyll-template","jekyll-theme","programmer","theme","website"],"created_at":"2024-09-24T14:00:17.058Z","updated_at":"2025-10-10T23:45:14.585Z","avatar_url":"https://github.com/lewis262626.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sebasic\n\n[![Gem Version](https://badge.fury.io/rb/sebasic.svg)](https://badge.fury.io/rb/sebasic)\n\nSebasic is an easy on the eyes IKEA style [Jekyll](https://jekyllrb.com/) blog for programmers. [[view demo]](https://lewis8s.codes) \n\nInspired by [sgolem](https://sgolem.com/), and [rauchg.com](https://rauchg.com/)\n\n![](./github/banner_2.png)\n\n## Installation\n\n### New Blog\nIf you want to create a new blog using sebasic. You can follow these steps after setting up the [Jekyll](https://jekyllrb.com) environments:\n\nClone this repository: \n```bash\ngit clone https://github.com/lewisrobbins/sebasic\n```\n\nMove into that directory:\n```bash\ncd sebasic/\n```\n\nInstall required gems using `bundle`:\n```bash\nbundle install\n```\n\nRun the blog in localhost\n```bash\njekyll serve\n```\n\nOnce you successfully run the sebasic blog, you can modify the theme and add posts by yourself, have fun!\n\n### Add sebasic to an Existing Blog\n\nAdd this line to your Jekyll site's `Gemfile`:\n\n```ruby\ngem \"sebasic\"\n```\n\nAnd add this line to your Jekyll site's `_config.yml`:\n\n```yaml\ntheme: sebasic\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install sebasic\n\n### Deploy to Github Pages\n\n:warning: If you want to publish your site in [Github Pages](https://pages.github.com/). Change `theme: xxx` in `_config.yml` to `remote_theme: lewisrobbins/sebasic` then push to your github repo (this is important, or you will get an error from github pages that not support the sebasic theme). If you want to test your site locally, you can change that to `theme: sebasic` and build again.\n\n\n\n## Usage\n\nYou can modify the `_config.yml` to custom your blog. \n\n```yaml\ntitle: sebasic\ndescription: Test site\nauthor: Lewis R\nurl: https://lewis8s.codes\n\nsebasic:\n  date_format: \"%B %d, %Y\"\n  github_user: lewisrobbins # github username\n\ntheme: sebasic\n```\n\n# Build settings\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at [here](https://github.com/lewisrobbins/sebasic)\n\n## Development\n\nTo set up your environment to develop this theme, run `bundle install`.\n\nYour theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.\n\nWhen your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.\nTo add a custom directory to your theme-gem, please edit the regexp in `sebasic.gemspec` accordingly.\n\n## License\n\nThe theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flewis262626%2Fsebasic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flewis262626%2Fsebasic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flewis262626%2Fsebasic/lists"}