{"id":13424241,"url":"https://github.com/nielsenramon/chalk","last_synced_at":"2025-05-15T15:08:43.592Z","repository":{"id":37390654,"uuid":"64254302","full_name":"nielsenramon/chalk","owner":"nielsenramon","description":"Chalk is a high quality, completely customizable, performant and 100% free Jekyll blog theme.","archived":false,"fork":false,"pushed_at":"2024-04-09T14:57:31.000Z","size":15171,"stargazers_count":1251,"open_issues_count":35,"forks_count":444,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-31T19:11:11.692Z","etag":null,"topics":["blog","chalk","circleci","customizable","github-pages","jekyll","jekyll-blog","jekyll-theme","scss","simple","template","theme","themes"],"latest_commit_sha":null,"homepage":"http://chalk.nielsenramon.com","language":"CSS","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/nielsenramon.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":"2016-07-26T20:59:57.000Z","updated_at":"2025-03-28T08:15:55.000Z","dependencies_parsed_at":"2024-01-16T12:49:32.417Z","dependency_job_id":"58768a5e-064f-4228-96b1-16b50e1d59db","html_url":"https://github.com/nielsenramon/chalk","commit_stats":{"total_commits":136,"total_committers":24,"mean_commits":5.666666666666667,"dds":0.5,"last_synced_commit":"960d99faa3e9ce5bee7854623807408b04e6da79"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nielsenramon%2Fchalk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nielsenramon%2Fchalk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nielsenramon%2Fchalk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nielsenramon%2Fchalk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nielsenramon","download_url":"https://codeload.github.com/nielsenramon/chalk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247721898,"owners_count":20985084,"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":["blog","chalk","circleci","customizable","github-pages","jekyll","jekyll-blog","jekyll-theme","scss","simple","template","theme","themes"],"created_at":"2024-07-31T00:00:50.597Z","updated_at":"2025-04-07T20:11:44.292Z","avatar_url":"https://github.com/nielsenramon.png","language":"CSS","funding_links":[],"categories":["CSS","Jekyll"],"sub_categories":[],"readme":"![](_assets/images/documentation/chalk-intro@2x.png)\n\nChalk is a high quality, completely customizable, performant and 100% free blog template for Jekyll.\n\n## Overview\n\nFeatures:\n  - About page.\n  - Automatic RSS feed.\n  - Automatic sitemap.\n  - Automatic time to read post indicator.\n  - Cross browser support (supports all modern browsers).\n  - Custom 404 page.\n  - Custom code highlighting.\n  - Customizable pagination.\n  - Dark and Light theme.\n  - Easy setup and deploying.\n  - Enlarge images on click.\n  - Filter on tags.\n  - Optional tag navigation.\n  - Frequently updated with new versions.\n  - Many social media links supported.\n  - Media embed for videos.\n  - PageSpeed optimized.\n  - Proper sharing links for posts on Facebook, Twitter and Google Plus.\n  - SEO optimized.\n  - Support for local fonts.\n  - Support for emoji's.\n\nIntegrations\n  - [Disqus](https://disqus.com/)\n  - [Google Analytics](https://analytics.google.com/analytics/web/)\n  - [Google Fonts](https://fonts.google.com/)\n  - [SVG Icons](https://icomoon.io/)\n\nUsed tools\n  - [Autoprefixer](https://github.com/postcss/autoprefixer)\n  - [Circle CI](https://circleci.com/)\n  - [Html-proofer](https://github.com/gjtorikian/html-proofer)\n  - [Jekyll](https://jekyllrb.com/)\n  - [Jekyll Assets](https://github.com/jekyll/jekyll-assets)\n  - [Jekyll Sitemap](https://github.com/jekyll/jekyll-sitemap)\n  - [HTML5 Boilerplate](https://html5boilerplate.com/) (Influenced by)\n  - [Kickster](https://kickster.nielsenramon.com/)\n  - [Retina.js](https://imulus.github.io/retinajs/)\n  - [STACSS](https://stacss.nielsenramon.com/)\n  - [Travis](https://travis-ci.org/)\n  - [Yarn](https://yarnpkg.com)\n  - [Zooming](https://github.com/kingdido999/zooming/)\n\n## Usage\n\n### Installation\n\nIf you haven't installed the following tools then go ahead and do so (make sure you have [Homebrew](https://brew.sh/) installed):\n\n    brew install ruby\n    brew install npm\n\nOn windows, install Ruby and Node with the installers found here:\n\n  - [Ruby](https://rubyinstaller.org/)\n  - [Node.js](https://nodejs.org/en/download/)\n\nNext setup your environment:\n\n    npm run setup\n\n### Development\n\nRun Jekyll:\n\n    npm run local\n\n## Deploy to GitHub Pages\n\nBefore you deploy, commit your changes to any working branch except the `gh-pages` one and run the following command:\n\n    npm run publish\n\n**Important note**: Chalk does not support the standard way of Jekyll hosting on GitHub Pages. You need to deploy your working branch (can be any branch, for xxx.github.io users: use another branch than `master`) with the `npm run publish` command. Reason for this is because Chalk uses Jekyll plugins that aren't supported by GitHub pages. The `npm run publish` command will automatically build the entire project, then push it to the `gh-pages` branch of your repo. The script creates that branch for you so no need to create it yourself. Also, if you are developing a **project site**, you must set the `baseurl` in `_config.yml` to the name of your repository.\n\nYou can find more info on how to use the `gh-pages` branch and a custom domain [here](https://help.github.com/articles/quick-start-setting-up-a-custom-domain/).\n\n[View this](https://github.com/nielsenramon/kickster#automated-deployment-with-circle-ci) for more info about automated deployment with Circle CI.\n\n## License\n\nMIT License\n\n## Contributing\n\n1. Fork it (https://github.com/[my-github-username]/chalk/fork)\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. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnielsenramon%2Fchalk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnielsenramon%2Fchalk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnielsenramon%2Fchalk/lists"}