{"id":35253032,"url":"https://github.com/harrystaley/craftedtech-main","last_synced_at":"2026-04-09T00:02:22.526Z","repository":{"id":86180065,"uuid":"163783365","full_name":"harrystaley/craftedtech-main","owner":"harrystaley","description":"\"craftedtech-main\" is a repository designed for managing and previewing content using GitHub Pages and Jekyll. It provides resources and guidance for styling content with Markdown, allowing for easy customization and formatting of web pages.","archived":false,"fork":false,"pushed_at":"2025-04-12T08:47:08.000Z","size":43,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T09:38:52.050Z","etag":null,"topics":["github","markdown"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harrystaley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2019-01-02T02:10:43.000Z","updated_at":"2025-04-12T08:47:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"e1ea814d-1754-408d-9350-3f2244e6c291","html_url":"https://github.com/harrystaley/craftedtech-main","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harrystaley/craftedtech-main","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrystaley%2Fcraftedtech-main","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrystaley%2Fcraftedtech-main/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrystaley%2Fcraftedtech-main/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrystaley%2Fcraftedtech-main/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harrystaley","download_url":"https://codeload.github.com/harrystaley/craftedtech-main/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrystaley%2Fcraftedtech-main/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31579058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["github","markdown"],"created_at":"2025-12-30T07:05:29.605Z","updated_at":"2026-04-09T00:02:22.521Z","avatar_url":"https://github.com/harrystaley.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# craftedtech-main\n\nWelcome to the `craftedtech-main` repository, a comprehensive toolkit designed for managing and previewing content via GitHub Pages powered by Jekyll. This repository serves as a resource hub for anyone looking to style and customize their web pages using Markdown. Whether you're a beginner or an experienced developer, `craftedtech-main` provides the necessary tools and guidelines to enhance your web content effectively.\n\n## Project Overview\n\nThe `craftedtech-main` repository is structured to facilitate easy management and customization of web content. Here's a brief overview of the project structure:\n\n- **docs/**: Contains the Markdown files and resources for your GitHub Pages website.\n- **_config.yml**: Jekyll configuration file to manage settings for your site.\n- **assets/**: Houses CSS, JavaScript, and image files to style your content.\n- **_layouts/**: Jekyll layouts that define the structure of your web pages.\n- **index.md**: The main Markdown file that serves as the entry point of the GitHub Pages site.\n\n## Setup and Installation\n\nTo get started with `craftedtech-main`, you need to have a basic understanding of GitHub, Markdown, and Jekyll. Follow these steps to set up the project:\n\n### Prerequisites\n\n- **Git**: Ensure you have Git installed on your machine. [Download Git here](https://git-scm.com/downloads).\n- **Ruby**: Jekyll is a Ruby-based tool, so you will need Ruby installed. [Install Ruby](https://www.ruby-lang.org/en/downloads/).\n- **Jekyll**: After installing Ruby, install Jekyll and bundler. Run:\n  ```bash\n  gem install jekyll bundler\n  ```\n\n### Installation Steps\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/yourusername/craftedtech-main.git\n   cd craftedtech-main\n   ```\n\n2. **Install dependencies**:\n   ```bash\n   bundle install\n   ```\n\n3. **Build the site and make it available on a local server**:\n   ```bash\n   bundle exec jekyll serve\n   ```\n\n4. **Browse to** `http://localhost:4000` to see your new website running locally.\n\n## Usage Examples\n\nAfter setting up the project, you can start customizing your content. Here are a few examples of how to use this repository:\n\n- **Editing content**: To edit the content of your web pages, modify the Markdown files in the `docs/` directory.\n- **Customizing styles**: Update the CSS files in the `assets/` directory to change the look and feel of your site.\n- **Adding pages**: To add new pages, create new Markdown files in the `docs/` directory and define the layout in the YAML front matter.\n\n## Contribution Guidelines\n\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have suggestions for how to improve `craftedtech-main`, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\". Don't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n\n---\n\nEnjoy using `craftedtech-main` for your GitHub Pages and happy coding!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrystaley%2Fcraftedtech-main","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharrystaley%2Fcraftedtech-main","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrystaley%2Fcraftedtech-main/lists"}