{"id":13424257,"url":"https://github.com/hemangsk/Gravity","last_synced_at":"2025-03-15T18:34:13.853Z","repository":{"id":40643642,"uuid":"55095252","full_name":"hemangsk/Gravity","owner":"hemangsk","description":"Minimal is the new cool. ","archived":false,"fork":false,"pushed_at":"2020-11-30T20:37:30.000Z","size":80,"stargazers_count":477,"open_issues_count":2,"forks_count":256,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-13T13:09:02.774Z","etag":null,"topics":["jekyll","minimalist","theme"],"latest_commit_sha":null,"homepage":"http://hemangsk.github.io/Gravity","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/hemangsk.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}},"created_at":"2016-03-30T20:26:09.000Z","updated_at":"2025-03-09T11:10:20.000Z","dependencies_parsed_at":"2022-09-18T15:13:08.668Z","dependency_job_id":null,"html_url":"https://github.com/hemangsk/Gravity","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemangsk%2FGravity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemangsk%2FGravity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemangsk%2FGravity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemangsk%2FGravity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hemangsk","download_url":"https://codeload.github.com/hemangsk/Gravity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243775789,"owners_count":20346262,"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","minimalist","theme"],"created_at":"2024-07-31T00:00:50.872Z","updated_at":"2025-03-15T18:34:13.795Z","avatar_url":"https://github.com/hemangsk.png","language":"CSS","funding_links":[],"categories":["CSS","Jekyll","jekyll"],"sub_categories":[],"readme":"\u003cp align = \"center\"\u003e\n\u003cimg src=\"http://i.imgur.com/JhbQ03z.png\"/\u003e\n\u003c/p\u003e\n\n---\n\nIf there's any issue you are facing in setting up this theme I'm there for you. Just create an issue in this repository (\u003chttp://github.com/hemangsk/Gravity\u003e), (\u003chttps://help.github.com/articles/creating-an-issue/\u003e) and I'll get back to you asap.\n\n![Welcome to Gravity](https://user-images.githubusercontent.com/13018570/27043040-778d80cc-4fb6-11e7-8619-de4be626be67.png)\n\u003cimg src=\"http://i.imgur.com/cPwoX3E.png\"/\u003e\n\u003cimg src=\"http://i.imgur.com/3TMoBGj.png\"/\u003e\n\u003cimg src=\"http://i.imgur.com/Z6h3uCp.png\"/\u003e\n\u003cimg src=\"http://i.imgur.com/bB7IIHr.png\"/\u003e\n\n***\n\n# INSTALLATION\n\n### Dependencies\n\nGravity uses Jekyll and it's built-in SCSS compiler for the associated CSS, so the first thing you'll need is Jekyll itself:\n\n```bash\n$ gem install jekyll\n```\n\nIn case you don't have the `bundler` gem installed already, you can install it as follows:\n\n```bash\n$ gem install bundler\n```\n\nFor pagination, Gravity uses the [jekyll-paginate](https://jekyllrb.com/docs/pagination/) gem :\n\n```bash\n$ gem install jekyll-paginate\n```\n\n***\n\n# USAGE\n\nOnce you have the required gems, you can go ahead and clone the\n[Gravity repository](https://github.com/hemangsk/Gravity) or [download](https://github.com/hemangsk/Gravity/archive/master.zip)\na zip of the master branch.\n\nRun :\n\n```bash\n$ jekyll serve\n```\n\nJekyll should now be generating your content!\n\n***\n\n# ADDING POSTS\n\nThe theme by default ships with starter posts located in `_posts/`. Delete these posts and add your content to the `_posts`\nfolder to see them being served up by Jekyll. [This](https://jekyllrb.com/docs/posts/) would be a good guide to getting started on writing posts using Jekyll. We've added a concise guide below:\n\n- Create a .markdown file inside `_posts` folder.\n- Name the file according to the format YY-MM-DD-[short name for your post].\n- `2016-03-30-i-love-design.markdown`\n- Write the *Front Matter* and content in the file.\n\n### FORMAT\n\n```\n---\nlayout: post | default | page\ntitle: String POST TITLE\ndate: Time Stamp\ncategories: String | Array of Strings CATEGORY / CATEGORIES\n---\n\n---\nlayout: post\ntitle: \"The One with the Blackout\"\ndate: 2016-03-30 19:45:31 +0530\ncategories: [\"life\", friends]\n---\n```\n\n***\n\n# CREATE PAGES\n\n- Create a .md file in the root directory.\n- Name the file with the desired page link name.\n  `about.md`\n  `design.md`\n- Write the *Front Matter* and content in the file.\n\n### FORMAT\n\n```\n---\nlayout: page\ntitle: String TITLE OF THE WEBPAGE\npermalink: / String / PERMALINK FOR THE WEBPAGE\ntagline: String OPTIONAL GRAVITY FEATURE : TAGLINE FOR THE PAGE\n---\n\n---\nlayout: page\ntitle: \"Science\"\npermalink: /science/\ntagline: \"Humanity is overrated.\"\n---\n```\n\n***\n\n#### Introducing\n\n# ARCHIVE PAGES\n\n#### You can display a list of all the posts corresponding to a particular category on a standalone page using the `ARCHIVE` layout.\n\n- Create a .md file in the root directory.\n- Name the file. Preferred name will be the name of the category.\n    \\*`life.md`\n- Write the *Front Matter* and content in the file.\n\n### FORMAT\n\n```\n---\nlayout: archive ARCHIVE PAGE LAYOUT\ntitle: String TITLE OF THE WEBPAGE\npermalink: / String / PERMALINK FOR THE WEBPAGE\ntagline: String TAGLINE FOR THE PAGE\ncategory: String NAME OF THE CATEGORY OF WHICH THE PAGE WILL SHOW POSTS\n---\n\n---\nlayout: archive\ntitle: \"Design\"\npermalink: \"Design\"\ntagline: \"It's all about perception\"\ncategory: \"design\"\n---\n```\n\n#### DIRECTORY STRUCTURE\n\n```\n├── css                                         # =\u003e Output of the combined SASS files\n│   └── style.scss\n├── _includes                                   # =\u003e Contains partials that can be used with your layouts\n│   ├── footer.html\n│   ├── header.html\n│   ├── head.html\n│   ├── icon-github.html\n│   ├── icon-github.svg\n│   ├── icon-twitter.html\n│   └── icon-twitter.svg\n├── _layouts                                    # =\u003e Layout related HTML files\n│   ├── archive.html\n│   ├── default.html\n│   ├── page.html\n│   └── post.html\n├── _posts                                      # =\u003e posts, dynamic content. Follow the format: YEAR-MONTH-DAY-title.MARKUP\n│   ├── 2016-03-30-design-stories.markdown\n│   ├── 2016-03-30-science0.markdown\n│   ├── 2016-03-30-science.markdown\n│   └── 2016-03-30-welcome-to-jekyll.markdown\n└── _sass                                       # =\u003e SASS partials for styling\n|   ├── _base.scss\n|   ├── _layout.scss\n|   └── _syntax-highlighting.scss\n├── about.md\n├── _config.yml                                 # =\u003e Configuration options or flags for your site go here\n├── design.md\n├── download.md\n├── feed.xml\n├── index.html\n├── LICENSE.txt                                 # =\u003e Licensing information\n├── README.md\n└── science.md\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemangsk%2FGravity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhemangsk%2FGravity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemangsk%2FGravity/lists"}