{"id":21348162,"url":"https://github.com/brijeshb42/bitwiser","last_synced_at":"2025-06-11T00:06:52.634Z","repository":{"id":68077696,"uuid":"21567628","full_name":"brijeshb42/bitwiser","owner":"brijeshb42","description":"Bitwiser Jekyll theme","archived":false,"fork":false,"pushed_at":"2015-09-03T17:53:11.000Z","size":520,"stargazers_count":38,"open_issues_count":1,"forks_count":22,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T23:12:21.480Z","etag":null,"topics":["jekyll","jekyll-theme","theme"],"latest_commit_sha":null,"homepage":"http://bitwiser.in/bitwiser/","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/brijeshb42.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}},"created_at":"2014-07-07T11:05:43.000Z","updated_at":"2022-02-10T09:28:33.000Z","dependencies_parsed_at":"2023-03-11T01:15:45.923Z","dependency_job_id":null,"html_url":"https://github.com/brijeshb42/bitwiser","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brijeshb42%2Fbitwiser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brijeshb42%2Fbitwiser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brijeshb42%2Fbitwiser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brijeshb42%2Fbitwiser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brijeshb42","download_url":"https://codeload.github.com/brijeshb42/bitwiser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brijeshb42%2Fbitwiser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259172970,"owners_count":22816558,"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":["jekyll","jekyll-theme","theme"],"created_at":"2024-11-22T02:18:10.330Z","updated_at":"2025-06-11T00:06:52.607Z","avatar_url":"https://github.com/brijeshb42.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitwiser Jekyll theme.\nA minimalist Jekyll theme that puts focus on content.\n\n### For subdirectory blog support, checkout [subdirectory](https://github.com/brijeshb42/bitwiser/tree/subdirectory) branch.\n\n## Features\n\n* Clean, simple and responsive layout\n* Code formatting.\n* Sitemap included.\n* Google analytics.\n* Disqus commenting (Loaded lazily).\n* Share post to facebook and twitter.\n* Robots.txt included.\n* Custom 404 error page.\n* Clean material like layout.\n* Awesome navigation menu on small screens.\n\nTheme website: http://bitwiser.in/bitwiser/\n\nDemo post: http://bitwiser.in/bitwiser/demo.html\n\nUsage: [http://bitwiser.in/2014/09/10/bitwiser-jekyll-theme.html](http://bitwiser.in/2014/09/10/bitwiser-jekyll-theme.html)\n\nDownload latest Zip: [Here](http://goo.gl/iC85jv)\n\nOr browse releases: [Releases](https://github.com/brijeshb42/bitwiser/releases)\n\nTo get started with this theme, read the [usage guide](http://bitwiser.in/2014/09/10/bitwiser-jekyll-theme.html). After that start creating post files in the ```_posts``` directory and push your changes to github.\n\nReport issues: [Issues](https://github.com/brijeshb42/bitwiser/issues/new)\n\nIf you are using this theme, do not forget to :star: this repo or tweet [@brijeshb42](https://twitter.com/brijeshb42).\n\nPull requests are also welcome :thumbsup:.\n\n\n## Getting Started\n\n(Assuming you know what Jekyll and Github pages are.)\n\n* Download this theme's zip file from [here](http://goo.gl/iC85jv) or clone the repository using ```git clone https://github.com/brijeshb42/bitwiser.git```. If you are cloning, then make sure to delete the ```gh-pages``` branch as it includes the files for the theme website.\n\n* Install ```ruby``` and then do ```gem install jekyll```. This theme uses the latest ```jekyll``` version. So if you already have it installed, then upgrade it.\n\n* ```_config.yml``` describes all the variables which you are required to set. The description begins with double hash(```##```). And the value to be set is commented below it using ```#```.\n\n* Edit ```_config.yml``` according to your requirements.\n\t* ```name``` : ```Your website name```\n\t* ```disqus``` : ```disqusForumName```\n\t\tIf this value is present, disqus commenting will be automatically added to all your blog posts.\n\t* ```ga_id``` : ```googleAnalyticsID```\n\t\tIf this value is present, google analytics will be added to your website/blog.\n\t\tIf ```ga_id``` is present, make sure that ```ga_domain``` is also present.\n\t* ```description```: ```A short description of your website to be included in meta tag of your homepage```\n\t* ```keywords``` : ```a few frequently used keywords on your site```\n\t* ```links``` : This variable has a few commonly used social networks' links\n\t\t* ```facebook```: ```facebookId```\n\t\t* ```twitter``` : ```twitterHandle```\n\t\t* ```email```: ```email@example.com```\n\t\t* ```github```: ```githubUsername```\n\t* ```about_image```: This is a new variable introduced. If defined, make sure the image is present in ```img``` directory. If not defined, a provided placeholder image is used. ** If github link is provided in ```links``` variable, then the github profile picture will be used if ```about_image``` is not defined.\n\t* ```sidebar```: This is a new variable introduced. It is used to enable/disable sidebar. If present, a sidebar will be displayed. To disable sidebar, just comment this line using ```#```.\n\n* After setting the values in ```_config.yml```, you can start adding posts in the ```_posts``` directory. Remove the example posts from the directory. The name of files in this directory should be according to specifications by ```jekyll```, i.e, ```YYYY-MM-DD-your-post-title.md```. **Note** that the file name extenion can be anything from md, markdown, mkd, textile or html.\n\n* Replace the image files ```favicon.png``` and ```sharer.png``` with images of your own.\n\n* Test the site on local machine using ```jekyll serve``` in the theme directory.\n\n* If all works well, ```git push``` your changes to your github pages repository ```https://github.com/githubUserName/githubUserName.github.io```\n\n* Then visit your blog at [http://githubUserName.github.io](http://githubUserName.github.io).\n\n* If you want to use a custom domain, then edit the ```CNAME``` file and add your own domain ```example.com```. Make sure your domain points to github ip address.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrijeshb42%2Fbitwiser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrijeshb42%2Fbitwiser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrijeshb42%2Fbitwiser/lists"}