{"id":18264559,"url":"https://github.com/modeltc/systemnoise_web","last_synced_at":"2026-01-21T19:36:25.905Z","repository":{"id":103144909,"uuid":"500330798","full_name":"ModelTC/systemnoise_web","owner":"ModelTC","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-03T10:29:28.000Z","size":12064,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-09T01:35:16.399Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ModelTC.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}},"created_at":"2022-06-06T07:18:10.000Z","updated_at":"2022-06-06T07:18:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"22a90c67-5805-432e-8ce8-ae5acb9d1b4a","html_url":"https://github.com/ModelTC/systemnoise_web","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ModelTC/systemnoise_web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModelTC%2Fsystemnoise_web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModelTC%2Fsystemnoise_web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModelTC%2Fsystemnoise_web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModelTC%2Fsystemnoise_web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ModelTC","download_url":"https://codeload.github.com/ModelTC/systemnoise_web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModelTC%2Fsystemnoise_web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28641276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"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":"2024-11-05T11:15:05.959Z","updated_at":"2026-01-21T19:36:25.886Z","avatar_url":"https://github.com/ModelTC.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://cpl-makerlab.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\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- Replace logo.jpg and background.jpg with your own images.\n- Update the metadata in the header portion of index.html (this is used by search engines and browsers).\n- Edit style.css and change the link color and font style.\n\n## Further reading\n\n### Can I make separate HTML files for each page?\nYou can use Javascript AJAX calls to pull in external content into your index.html page. See script.js for more details.\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 a blog, etc?\nThis template works best for simple sites. For a blog you can try setting up [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 even 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 add a store?\nIf you are interested in selling products online, check out [BigCartel](www.bigcartel.com), which lets you setup a storefront with 5 products for free.\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\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodeltc%2Fsystemnoise_web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodeltc%2Fsystemnoise_web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodeltc%2Fsystemnoise_web/lists"}