{"id":15516021,"url":"https://github.com/itstorque/sandslate","last_synced_at":"2026-02-13T22:19:51.127Z","repository":{"id":36756949,"uuid":"229710867","full_name":"itstorque/sandslate","owner":"itstorque","description":"A Minimal Portfolio Theme for Jekyll Sites","archived":false,"fork":false,"pushed_at":"2023-04-12T06:05:37.000Z","size":274,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-21T01:48:48.886Z","etag":null,"topics":["jekyll-theme","minimal-portfolio-theme","minimal-theme","theme","website"],"latest_commit_sha":null,"homepage":"","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/itstorque.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}},"created_at":"2019-12-23T08:34:52.000Z","updated_at":"2022-05-19T14:46:20.000Z","dependencies_parsed_at":"2023-07-12T17:16:24.791Z","dependency_job_id":null,"html_url":"https://github.com/itstorque/sandslate","commit_stats":null,"previous_names":["tareqdandachi/sandslate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itstorque/sandslate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itstorque%2Fsandslate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itstorque%2Fsandslate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itstorque%2Fsandslate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itstorque%2Fsandslate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itstorque","download_url":"https://codeload.github.com/itstorque/sandslate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itstorque%2Fsandslate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265461665,"owners_count":23769853,"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-theme","minimal-portfolio-theme","minimal-theme","theme","website"],"created_at":"2024-10-02T10:05:25.247Z","updated_at":"2025-10-04T08:43:27.862Z","avatar_url":"https://github.com/itstorque.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sandslate\nA Minimal Portfolio Theme for Jekyll Sites.\n\nSandslate is a customizable light-weight minimal theme you can use on your jekyll site, whether you are hosting on GitHub or your own servers.\nWhether you want a minimal personal portfolio to showcase your work, log your journeys or put your art on, Sandslate is an awesome theme you can use to spice up that portfolio easily.\n\nPreview the theme on Sandslate's official page: [tareqdandachi.github.io/sandslate](https://tareqdandachi.github.io/sandslate/).\n\n## Theme Properties \u0026 Customization\n\n### Color Theme\n\nThe theme's default color scheme is the light-mode theme, however, this can be changed in the site's settings in `_config.yml` to be in dark mode as such:\n\n```ruby\ncolor_mode: dark\n```\n\nThe allowed values are `light` and `dark`, otherwise it will default to light-mode.\n\n### Alignment\n\nChanging the alignment of the site affect where the navigation sidebar is and some behavior of the content to match a right-aligned theme.\nA right-aligned theme can be chosen for aesthetic purposes, standing out and/or better support for right-to-left languages.\n\n\n#### Site Definition:\n\nYou can change your whole site's alignment in `_config.yml` by adding:\n```ruby\nright_aligned: true\n```\nBy default, the property is set to `false`, meaning that it should be left aligned.\n\n#### Page Definition:\n\nYou can also overwrite the site definition by changing the `alignment` parameter of a page in its front-matter. If left undefined or defined incorrectly, it will default to the site definition of alignment.\n\nThe valid values for the alignment parameter are `'left'` and `'right'`, otherwise it will default to the site definition. Here is an example of what front-matter with a page defined alignment might look like:\n\n```ruby\ntitle: Home\nlayout: home\nalignment: left\n```\n\n### Changing the main fonts\n\nThis theme uses 3 main fonts: `'Allison Script', 'Dancing Script', 'Hind'`.\n\nHowever, these fonts can all be changed in the `_config.yml`:\n\n```ruby\nlogo_font: 'Allison Script'\ntitle_font: 'Dancing Script'\ncontent_font: 'Hind'\n```\n\nYou can also import the fonts from an external link using the `font-link-source` parameter in `_config.yml`:\n\n```ruby\nfont_link_source: 'https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Hind:300,500,600\u0026display=swap'\n```\n\nYou can also resort to adding fonts manually by editing `_includes/head.html` or `assets/css/fonts.css`.\n\n## Customizing content\n\n### Multiple Columns of Text\n\nThis theme support putting text (`\u003cp\u003e` tags) into multiple columns on devices that have a large enough window width.\nThis mainly means laptops and tablets will view them as multiple columns while mobile devices preview it as one block of text.\n\nTo do so you can add the class `multicols` or `multicols3` to your text. `multicols` results in the paragraph being seperated into 2 equal width columns, while `multicols3` splits them into 3 columns.\n\nSee [how to add classes in markdown](https://) for further details on adding classes to markdown.\n\n### Adding Images\n\nAdding images in markdown is done as such:\n\n```markdown\n![IMAGE](https://images.unsplash.com/photo-1554296048-b59c9fca4857?ixlib=rb-1.2.1\u0026ixid=eyJhcHBfaWQiOjEyMDd9\u0026auto=format\u0026fit=crop\u0026w=1966\u0026q=80)\n```\n\nThis theme comes with multiple image types, the default being `change this`. Here is a table of properties of images:\n\n---\nFILL: THIS\nIN: LATER\n---\n\n#### Image Embedded Titles\n\n**FILL THIS IN LATER**\n\n### Adding Custom Stylesheets and Scripts\n\nYou can specify a stylesheet and script to accompany a page in your page's front matter, with the following attributes: `stylesheet` and `script`. This is an example of a valid front matter with a custom css and js file\n\n```ruby\n---\ntitle: 'Home'\nlayout: home\n\nstylesheet: assets/home.css\nscript: home.js\n---\n```\n\n## How to add classes in markdown\n\nTo add a class to markdown, you can use `{:.class}` to the beginning of the paragraph. For example, to add the class `multicols` to a paragraph, it would look like this:\n\n```markdown\n{:.multicols}\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n```\n\nThe result would be similar to doing that in HTML as such:\n\n```html\n\u003cp class=\"multicols\"\u003e\n  Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\u003c/p\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitstorque%2Fsandslate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitstorque%2Fsandslate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitstorque%2Fsandslate/lists"}