{"id":13608477,"url":"https://github.com/vinitkumar/white-paper","last_synced_at":"2025-04-05T12:06:40.476Z","repository":{"id":18217446,"uuid":"21355000","full_name":"vinitkumar/white-paper","owner":"vinitkumar","description":"Simple, elegant and clean jekyll theme.","archived":false,"fork":false,"pushed_at":"2024-06-11T22:11:34.000Z","size":9995,"stargazers_count":227,"open_issues_count":12,"forks_count":146,"subscribers_count":5,"default_branch":"gh-pages","last_synced_at":"2024-10-29T23:35:51.839Z","etag":null,"topics":["html","jekyll","jekyll-blog","jekyll-site","jekyll-template","jekyll-themes","white-paper"],"latest_commit_sha":null,"homepage":"http://vinitkumar.github.io/white-paper/","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/vinitkumar.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":["vinitkumar"],"patreon":null,"open_collective":"vinit-kumar","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-06-30T14:56:52.000Z","updated_at":"2024-09-19T05:04:19.000Z","dependencies_parsed_at":"2024-01-01T05:07:38.397Z","dependency_job_id":"ab5e0d5a-0d67-45e4-b1f3-2127a727f927","html_url":"https://github.com/vinitkumar/white-paper","commit_stats":{"total_commits":121,"total_committers":13,"mean_commits":9.307692307692308,"dds":0.5619834710743802,"last_synced_commit":"f8c43e1a4283a35069280d77524bc995b65a000f"},"previous_names":[],"tags_count":9,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinitkumar%2Fwhite-paper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinitkumar%2Fwhite-paper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinitkumar%2Fwhite-paper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinitkumar%2Fwhite-paper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vinitkumar","download_url":"https://codeload.github.com/vinitkumar/white-paper/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247243033,"owners_count":20907189,"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":["html","jekyll","jekyll-blog","jekyll-site","jekyll-template","jekyll-themes","white-paper"],"created_at":"2024-08-01T19:01:27.583Z","updated_at":"2025-04-05T12:06:40.446Z","avatar_url":"https://github.com/vinitkumar.png","language":"CSS","funding_links":["https://github.com/sponsors/vinitkumar","https://opencollective.com/vinit-kumar","https://opencollective.com/whitepaper/contribute","https://opencollective.com/whitepaper/organization/0/website","https://opencollective.com/whitepaper/organization/1/website","https://opencollective.com/whitepaper/organization/2/website","https://opencollective.com/whitepaper/organization/3/website","https://opencollective.com/whitepaper/organization/4/website","https://opencollective.com/whitepaper/organization/5/website","https://opencollective.com/whitepaper/organization/6/website","https://opencollective.com/whitepaper/organization/7/website","https://opencollective.com/whitepaper/organization/8/website","https://opencollective.com/whitepaper/organization/9/website"],"categories":["CSS"],"sub_categories":[],"readme":"# White Paper\n\n**White Paper** is a theme for Jekyll. It is made keeping content in focus and is best for writers/developers who also like to share code with their essays.\n\n## Create blog posts\n\n`jekyll-compose` gem is now installed with jekyll so now creating a new post is as easy as running this simple command\n\n```\n# ensure all the required bundles are installed\nbundle install\nbundle exec jekyll post \"Tooling Considered Harmful\"\n\nConfiguration file: /Users/vinitkumar/projects/vinitkumar.github.com/_config.yml\nNew post created at _posts/2019-03-06-tooling-considered-harmful.md\n\n$ git status\n\nUntracked files:\n  (use \"git add \u003cfile\u003e...\" to include in what will be committed)\n\n  _posts/2019-03-06-tooling-considered-harmful.md\n```\n\n## White Paper in Action\n\n#### Blog Page\n\n![home](./listview.png)\n\n#### Detail Page\n\n![post detail](./detailview.png)\n\n#### About Page\n\n![about](./about.png)\n\n\n## How to use White Paper\n\nFork the repo to your account by clicking the button on the top right as shown in the image:\n\n![fork](https://cldup.com/vOF0oaUkh5-3000x3000.png) and then where you want to fork it as shown below.\n\nNext, Go the the project settings and change the repository name to `\u003cusername\u003e.github.io` where username is your username.\n\nChange these entries in the `_config.yml` file:\n\nAlso, change this line in head.html [link](https://github.com/vinitkumar/white-paper/blob/9ad021a8f94c6240351bd57eda301b5f207e554e/_includes/head.html#L28)\n\n```html\n\u003c!-- From this --\u003e\n\u003clink rel=\"stylesheet\" href=\" {{ '/css/main.min.css' | relative_url }}\" type=\"text/css\" /\u003e\n\u003c!-- To this --\u003e\n\u003clink rel=\"stylesheet\" href=\" {{ '/css/main.min.css' | absolute_url }}\" type=\"text/css\" /\u003e\n\n```\n\n\nThis will make sure that the path of CSS is correct and the theme loads correctly.\n\n```yml\nmaster_repo: false\nurl: \"\u003cusername\u003e.github.io\"\nrtl: false  # change to true if posts is in Arabic/other Right to left language.\n```\nAlso, change all other fields in the `_config.yml` file to your choice.\n\n## Installation\n\n### Local Development\n\nThis theme requires you to install couple of tools first to setup jekyll locally.\n\n```$\ngit clone git@github.com:vinitkumar/white-paper.git\n\n# If you have ruby installed.\ngem install jekyll bundler\n\n# If you have node installed.\nnpm install\nsudo npm install -g grunt-cli  #to get the task runner for grunt.\nbundle install\njekyll serve\n\n# on running the serve script, the site will be live on\nhttp://127.0.0.1:4000\n```\nThis theme uses grunt to concat \u0026 minify the css for best performance. In order to prepare the css build. Run `grunt`\nIt will create a main.min.css file in the css folder.\n\n### Switch Syntax Highlighting.\n\nThis theme also provides syntax highlighting in different theme. Inside css folder, there is a syntax folder.\n\n```$\n.\n├── emacs.css\n├── github.css\n├── monokai.css\n├── native.css\n├── syntax.css\n└── vim.css\n\n```\n\nNow in the gruntfiles.js\n\n```js\nconcat: {\n  dist: {\n    src: [\n      'css/base.css',\n      'css/sytax/emacs.css', // change this to another theme if you prefer, like vim.css and run grunt\n      'css/octicons.css'\n    ],\n    dest: 'css/\u003c%= pkg.name %\u003e.add.css'\n  }\n}\n```\n\n## Contributors\n\n### Code Contributors\n\nThis project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].\n\u003ca href=\"https://github.com/vinitkumar/white-paper/graphs/contributors\"\u003e\u003cimg src=\"https://opencollective.com/whitepaper/contributors.svg?width=890\u0026button=false\" /\u003e\u003c/a\u003e\n\n#### Organizations\n\nSupport this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/whitepaper/contribute)]\n\n\u003ca href=\"https://opencollective.com/whitepaper/organization/0/website\"\u003e\u003cimg src=\"https://opencollective.com/whitepaper/organization/0/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/whitepaper/organization/1/website\"\u003e\u003cimg src=\"https://opencollective.com/whitepaper/organization/1/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/whitepaper/organization/2/website\"\u003e\u003cimg src=\"https://opencollective.com/whitepaper/organization/2/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/whitepaper/organization/3/website\"\u003e\u003cimg src=\"https://opencollective.com/whitepaper/organization/3/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/whitepaper/organization/4/website\"\u003e\u003cimg src=\"https://opencollective.com/whitepaper/organization/4/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/whitepaper/organization/5/website\"\u003e\u003cimg src=\"https://opencollective.com/whitepaper/organization/5/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/whitepaper/organization/6/website\"\u003e\u003cimg src=\"https://opencollective.com/whitepaper/organization/6/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/whitepaper/organization/7/website\"\u003e\u003cimg src=\"https://opencollective.com/whitepaper/organization/7/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/whitepaper/organization/8/website\"\u003e\u003cimg src=\"https://opencollective.com/whitepaper/organization/8/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/whitepaper/organization/9/website\"\u003e\u003cimg src=\"https://opencollective.com/whitepaper/organization/9/avatar.svg\"\u003e\u003c/a\u003e\n\n## License\n* see [LICENSE](https://github.com/vinitkumar/white-paper/blob/gh-pages/LICENSE) file\n\n\n## Version\n* Version 5.0.0\n\n## Contact\n#### Developer\n\n* Homepage: http://vinitkumar.me\n* e-mail: mail@vinitkumar.me\n* Twitter: [@vinitkme](https://twitter.com/vinitkme \"vinitkme on twitter\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinitkumar%2Fwhite-paper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinitkumar%2Fwhite-paper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinitkumar%2Fwhite-paper/lists"}