{"id":14972236,"url":"https://github.com/sentenza/jekyll-material-design","last_synced_at":"2025-10-26T18:31:44.134Z","repository":{"id":21501005,"uuid":"24819966","full_name":"sentenza/jekyll-material-design","owner":"sentenza","description":"Jekyll Bootstrap 3 with the material design flavour. Publish your materialized blog using GitHub Pages easily.","archived":false,"fork":false,"pushed_at":"2018-10-02T17:23:21.000Z","size":834,"stargazers_count":65,"open_issues_count":0,"forks_count":21,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-09-28T15:43:01.250Z","etag":null,"topics":["bootstrap3","jekyll","jekyll-material","jekyll-theme"],"latest_commit_sha":null,"homepage":"https://sentenza.github.io/jekyll-material-design","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/sentenza.png","metadata":{"files":{"readme":"README.md","changelog":"History.markdown","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-05T16:22:41.000Z","updated_at":"2024-08-13T18:08:21.000Z","dependencies_parsed_at":"2022-08-21T15:20:57.859Z","dependency_job_id":null,"html_url":"https://github.com/sentenza/jekyll-material-design","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentenza%2Fjekyll-material-design","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentenza%2Fjekyll-material-design/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentenza%2Fjekyll-material-design/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentenza%2Fjekyll-material-design/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sentenza","download_url":"https://codeload.github.com/sentenza/jekyll-material-design/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219862312,"owners_count":16555956,"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":["bootstrap3","jekyll","jekyll-material","jekyll-theme"],"created_at":"2024-09-24T13:46:36.459Z","updated_at":"2025-10-26T18:31:43.744Z","avatar_url":"https://github.com/sentenza.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"Jekyll Material Design \n======================\n\nPublish your static website/blog on GitHub Pages using [Jekyll](https://jekyllrb.com/) and [Bootstrap 3](https://github.com/twbs/bootstrap) with a *\"materialized\"* style.\n\nThis project is based on [Jekyll-Bootrap-3](https://github.com/dbtek/jekyll-bootstrap-3). It also includes the [Paper theme](http://bootswatch.com/paper) from [Bootswatch.com](http://bootswatch.com).\n\n![Jekyll-material-design Thumbnail](https://github.com/sentenza/jekyll-material-design/blob/master/assets/images/jekyll-bootstrap.png \"Jekyll material design default theme\")\n\n\n#### How it works\n\n - [Jekyll intro](http://sentenza.github.io/jekyll-material-design/lessons/2014/02/10/jekyll-intro)\n - [How to test your new website locally](http://sentenza.github.io/lessons/2016/01/17/testing-locally/)\n - [Build a blog with Jekyll](https://www.smashingmagazine.com/2014/08/build-blog-jekyll-github-pages/)\n - [It's Called Jekyll, and It Works](https://developmentseed.org/blog/2013/10/24/its-called-jekyll/)\n - [Syntax Highlight Example](http://sentenza.github.io/jekyll-material-design/lessons/2014/02/13/syntax-highlight-example)\n\n## Usage\n\n### 1. Create a Repo\n- Go to \u003chttps://github.com\u003e and create a new repository named *USERNAME.github.io*  \n\n### 2. Install Jekyll-Bootstrap-3  \n\u003cpre\u003e\n  \u003ccode\u003e\n    $ git clone https://github.com/sentenza/jekyll-material-design USERNAME.github.io\n    $ cd USERNAME.github.io\n    $ git remote set-url origin git@github.com:USERNAME/USERNAME.github.io.git\n    $ git push origin master  \n  \u003c/code\u003e\n\u003c/pre\u003e \n\n### 3. Edit your website configuration\n\nEdit `_includes/themes/bootstrap/` to change information about your new website and also to remove the GitHub red ribbon ([default.html#26](https://github.com/sentenza/jekyll-material-design/blob/master/_includes/themes/bootstrap/default.html#L26)).\n\nPlease, take a look at [Jekyll intro](http://sentenza.github.io/jekyll-material-design/lessons/2014/02/10/jekyll-intro) to understand how GitHub and Jekyll work together to serve your pages.\n\n### 4. Testing your website locally\n\nTo construct and test your site locally, go into the directory and\ntype\n\n    jekyll build\n\nThis will create (or modify) a `_site/` directory, containing\neverything from `assets/`, and then the `index.md` and all\n`pages/*.md` files, converted to html. (So there'll be\n`_site/index.html` and the various `_site/pages/*.html`.)\n\nType the following in order to \u0026ldquo;serve\u0026rdquo; the site.\nThis will first run `build`, and so it does _not_ need to be\npreceded by `jekyll build`.\n\n    jekyll serve\n\nTo make jekyll automatically re-build your changes you can also add the `--watch` option:\n\n    jekyll serve --watch\n\nNow open your browser and go to \u003chttp://localhost:4000\u003e.\n\nRead the complete tutorial on \u003chttp://jekyllrb.com/docs/usage/\u003e.\n\n### 4. Enjoy !\n- After giving 10 mins to GitHub of course.  \n\nFor original project's usage and documentation please see the [Wiki of this project](https://github.com/sentenza/jekyll-material-design/wiki).\n\n## Demo\n\nVisit [jekyll-material-design](https://sentenza.github.io/jekyll-material-design) on GitHub Pages\n\n## Further resources\n\n- [Prose.io](http://prose.io/#about), *a web-based content editor specifically designed to make it simple for content creators to publish to Jekyll*\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsentenza%2Fjekyll-material-design","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsentenza%2Fjekyll-material-design","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsentenza%2Fjekyll-material-design/lists"}