{"id":31065191,"url":"https://github.com/dsward2/dsward2.github.io","last_synced_at":"2026-02-16T04:01:14.770Z","repository":{"id":314518938,"uuid":"1020590230","full_name":"dsward2/dsward2.github.io","owner":"dsward2","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-12T22:47:24.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-12T07:11:58.378Z","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":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dsward2.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-16T05:32:48.000Z","updated_at":"2025-09-12T22:47:27.000Z","dependencies_parsed_at":"2025-09-13T00:27:21.502Z","dependency_job_id":"ca9516f0-1ddb-4546-91e4-bf3f62c8ced5","html_url":"https://github.com/dsward2/dsward2.github.io","commit_stats":null,"previous_names":["dsward2/dsward2.github.io"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dsward2/dsward2.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsward2%2Fdsward2.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsward2%2Fdsward2.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsward2%2Fdsward2.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsward2%2Fdsward2.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsward2","download_url":"https://codeload.github.com/dsward2/dsward2.github.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsward2%2Fdsward2.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29499802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T03:57:51.541Z","status":"ssl_error","status_checked_at":"2026-02-16T03:55:59.854Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-09-15T15:50:32.673Z","updated_at":"2026-02-16T04:01:14.738Z","avatar_url":"https://github.com/dsward2.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Website Using Github Pages\nMake a simple HTML website and publish it using Github Pages.  \nView example: https://cplmakerlab.github.io/simple-website-template/\n\n## Setup\n- Create a Github account (if you don't have one yet)\n- Fork this repository to copy it to your account, i.e. github.com/username/simple-website-template (you can rename it as well)\n- Make sure you see the gh-pages branch (it should be the default)\n- Edit website files on the gh-pages branch, then wait a minute or two for Github Pages to update and deploy your site.\n- View your site: https://username.github.io/simple-website-template\n\n## How does this work?\nThis website template uses CSS \u0026 JS to hide and show different parts of index.html and uses Github Pages to render the website from the gh-pages branch.\n\n## Things to try\n- Edit index.html and change the title of the page (both ```\u003ctitle\u003e``` in the header and ```\u003ch1\u003e``` in the body)\n- Upload your own logo.jpg and background.jpg images to overwrite the default images.\n- Edit index.html and change the content displayed in home, about, and contact.\n- Edit index.html and change the content in the footer region.\n- Edit style.css and change the link color and font style.\n- Update the metadata in the header portion of index.html (this is used by search engines and browsers).\n\n## Common tags\n\nElement | Tag | Example usage\n--- | --- | ---\nHeader | h1 | ```\u003ch1\u003eTitle of page\u003c/h1\u003e```\nLink | a | ```\u003ca href=\"http://example.com\"\u003eCheck out this link\u003c/a\u003e```\nImage | img | ```\u003cimg src=\"http://www.example.com/image.jpg\"\u003e```\nParagraph | p | ```\u003cp\u003eThis is a new paragraph.\u003c/p\u003e```\nLine break | br | ```This is the first line of a poem. \u003cbr\u003e This second line will appear below the first. ```\n\n## Further reading\n\n### Where can I learn more about HTML, CSS, JS, and webdevelopment in general?\nCheck out Mozilla Developers Network (https://developer.mozilla.org). They have lots of good resources, tips, and tutorials to further your knowledge.\n\n### Can I configure a custom domain for my site, i.e. johnnymakerportfolio.com?\nYes! Github Pages supports [custom domain configuration](https://help.github.com/en/github/working-with-github-pages/configuring-a-custom-domain-for-your-github-pages-site). However, you will need to buy a domain name from a registrar such as [NameCheap](https://www.namecheap.com/) or [Gandi](https://www.gandi.net/) -- the cost is usually around $10 - $15 a year.\n\n### Can I add tracking?\nYes! You can embed Google Analytics to see who is visiting your site.\n\n### Can I add a blog, etc?\nNot really. This template works best for simple sites. For a simple blog check out [Jekyll, which is a static site generator that also works on Github pages](https://help.github.com/en/github/working-with-github-pages/setting-up-a-github-pages-site-with-jekyll). For more functionality, you will probably need a content management system (CMS) such as [Wordpress](https://wordpress.com), [Drupal](http://drupal.org), or [Django](https://www.djangoproject.com). A CMS will require additional setup and a website host, such as [Dreamhost](https://www.dreamhost.com/). \n\n### Can I sell products or add a store?\nNot easily, but if you are determined you can add Paypal buttons or something like [SnipCart](https://snipcart.com/). If you are interested in selling many products online or need a full store, check out Woocommerce, BigCartel, Shopify, or Etsy.\n\n### Can I make separate HTML files for each page?\nYes, you can use Javascript AJAX calls to pull in external content into your index.html page. See script.js for more details.\n\n### I heard I need to be using XYZ framework (Bootstrap, React, etc).\nWeb technology changes rapidly, and it easy to get lost in the hype. Learning the basics of HTML, CSS, and JS is a good place to start. From there, you can explore different frameworks and libraries to see what interests you.\n\n### I don't want to write code or deal with website hosting. Are there any website builders you recommend?\n- Google Sites (free)\n- Squarespace\n- Wix\n- Strikingly (free tier includes single product store)\n- Big Cartel, Shopify, Etsy (e-commerce)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsward2%2Fdsward2.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsward2%2Fdsward2.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsward2%2Fdsward2.github.io/lists"}