{"id":28150700,"url":"https://github.com/mostafa-samir/mostafa-samir.github.io","last_synced_at":"2026-02-24T12:03:36.840Z","repository":{"id":15414189,"uuid":"18146331","full_name":"Mostafa-Samir/Mostafa-Samir.github.io","owner":"Mostafa-Samir","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-25T13:29:24.000Z","size":8419,"stargazers_count":14,"open_issues_count":0,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-15T03:16:05.897Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/Mostafa-Samir.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":"2014-03-26T17:09:26.000Z","updated_at":"2024-09-30T16:43:57.000Z","dependencies_parsed_at":"2022-08-25T13:31:26.938Z","dependency_job_id":"524f041c-a187-4c9e-839f-4c40af30bc4f","html_url":"https://github.com/Mostafa-Samir/Mostafa-Samir.github.io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mostafa-Samir/Mostafa-Samir.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mostafa-Samir%2FMostafa-Samir.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mostafa-Samir%2FMostafa-Samir.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mostafa-Samir%2FMostafa-Samir.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mostafa-Samir%2FMostafa-Samir.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mostafa-Samir","download_url":"https://codeload.github.com/Mostafa-Samir/Mostafa-Samir.github.io/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mostafa-Samir%2FMostafa-Samir.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29781237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T10:45:18.109Z","status":"ssl_error","status_checked_at":"2026-02-24T10:45:09.911Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-05-15T03:14:48.318Z","updated_at":"2026-02-24T12:03:36.834Z","avatar_url":"https://github.com/Mostafa-Samir.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Will Jekyll Template\n\n![Screenshot](screenshot.png)\n\nThis is a simple and minimalist template for Jekyll designed for developers that want to write blog posts but don't want to care about frontend stuff.\n\nThe Theme features:\n\n- Gulp\n- Stylus (Jeet, Rupture, Kouto Swiss)\n- Smoothscroll\n- Live Search\n- Offcanvas Menu\n- SVG icons\n- Very very small and fast!\n- Shell Script to create posts\n- Tags page\n- Series page\n- About Me page\n- Feed RSS\n- Sitemap.xml\n- Color Customization\n- Info Customization\n\n## Basic Setup\n\n1. [Install Jekyll](http://jekyllrb.com)\n2. Fork the [Will Jekyll Template](https://github.com/willianjusten/will-jekyll-template/fork)\n3. Clone the repo you just forked.\n4. Edit `_config.yml` to personalize your site.\n5. Check out the sample posts in `_posts` to see examples for assigning categories and tags, and other YAML data.\n6. Read the documentation below for further customization pointers and documentation.\n\n## Site and User Settings\n\nYou have to fill some informations on `_config.yml` to customize your site.\n\n```\n# Site settings\ndescription: A blog about lorem ipsum dolor sit amet\nbaseurl: \"\" # the subpath of your site, e.g. /blog/\nurl: \"http://localhost:3000\" # the base hostname \u0026 protocol for your site \n\n# User settings\nusername: Lorem Ipsum\nuser_description: Anon Developer at Lorem Ipsum Dolor\nuser_title: Anon Developer\nemail: anon@anon.com\ntwitter_username: lorem_ipsum\ngithub_username:  lorem_ipsum\ngplus_username:  lorem_ipsum\ndisqus_username: lorem_ipsum\n```\n\n## Color customization\n\nAll color variables are in `src/styl/variable`. To change the main color, just set the new value at `main` assignment. Another colors are for texts and the code background color.\n\n## Creating posts\n\nYou can use the `initpost.sh` to create your new posts. Just follow the command:\n\n```\n./initpost.sh -c Post Title\n```\n\nThe new file will be created at `_posts` with this format `date-title.md`.\n\n## Front-matter \n\nWhen you create a new post, you need to fill the post information in the front-matter, follow this example:\n\n```\n---\nlayout: post\ntitle: \"How to use\"\ndate: 2015-08-03 03:32:44\nimage: '/assets/img/post-image.png'\ndescription: 'First steps to use this template'\ntags:\n- jekyll \n- template \ncategories:\n- I love Jekyll\ntwitter_text: 'How to install and use this template'\n---\n```\n\n## Running the blog in local\n\nIn order to compile the assets and run Jekyll on local you need to follow those steps:\n\n- Install [NodeJS](https://nodejs.org/)\n- Run `npm install` \n- Run `gulp`\n\n## Questions\n\nHaving a problem getting something to work or want to know why I setup something in a certain way? Ping me on Twitter [@willian_justen](https://twitter.com/willian_justen) or file a [GitHub Issue](https://github.com/willianjusten/will-jekyll-template/issues/new).\n\n## License\n\nThis theme is free and open source software, distributed under the The MIT License. So feel free to use this Jekyll theme on your site without linking back to me or using a disclaimer.\n\nIf you’d like to give me credit somewhere on your blog or tweet a shout out to [@willian_justen](https://twitter.com/willian_justen), that would be pretty sweet.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostafa-samir%2Fmostafa-samir.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmostafa-samir%2Fmostafa-samir.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostafa-samir%2Fmostafa-samir.github.io/lists"}