{"id":26716421,"url":"https://github.com/processing/processing-pi-website","last_synced_at":"2025-08-13T06:06:58.784Z","repository":{"id":66188730,"uuid":"133080099","full_name":"processing/processing-pi-website","owner":"processing","description":"Files for the pi.processing.org subdomain that documents Processing on the Raspberry Pi","archived":false,"fork":false,"pushed_at":"2019-04-05T23:08:07.000Z","size":55247,"stargazers_count":16,"open_issues_count":13,"forks_count":10,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-14T01:36:01.869Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pi.processing.org/","language":"CSS","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/processing.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":"2018-05-11T19:23:26.000Z","updated_at":"2023-10-08T08:59:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"8cf138fc-3e53-442d-b842-5ac96ac53b5e","html_url":"https://github.com/processing/processing-pi-website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/processing/processing-pi-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/processing%2Fprocessing-pi-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/processing%2Fprocessing-pi-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/processing%2Fprocessing-pi-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/processing%2Fprocessing-pi-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/processing","download_url":"https://codeload.github.com/processing/processing-pi-website/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/processing%2Fprocessing-pi-website/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270191414,"owners_count":24542269,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-03-27T15:27:07.603Z","updated_at":"2025-08-13T06:06:58.761Z","avatar_url":"https://github.com/processing.png","language":"CSS","readme":"# Processing for Pi website builder\n\nThis repository contains theme and content for Processing for Pi website. The website is built with [Hugo static site generator](https://gohugo.io) that makes use of templates, content types and themes in order to make publishing easier.\n\n## Content of the website\n\nThe content of the website resides in folder `content` in the form of Markdown files. When the site is re-built with Hugo, the markdown gets converted into HTML pages.\n\n## How to build this site on your machine\n\nIn order to be able to re-build the site using code in this repository, you'd need two things installed:\n\n- Hugo\n- Gulp\n\nPlease follow this guide to install Hugo: https://gohugo.io/getting-started/quick-start/\n\nPlease follow this guide to install Gulp **globally**: https://github.com/gulpjs/gulp/blob/v3.9.1/docs/getting-started.md \n\n## Development Process\n\nAfter Hugo and Gulp are installed, you should be able to build the website by issuing this command:\n\n```\nhugo server -D\n```\n\nHugo should launch a server on your localhost's port 1313 and you should be able to navigate to the website in the browser at the following URL: http://localhost:1313/\n\n\n### Adding new content\n\nTo add new content, you can just drop a new Markdown file into `content` directory depending on what kind of page you want to add.\n\n- For top level pages that should appear in the side menu, put the file in the root of `content` folder\n- For adding tutorials, put the file in `tutorial` folder\n\nCurrently the tutorials are not going to appear in any menus until they are complete.\n\nAfter the content is added, you can add it to the menu by modifying `config.toml` file in the root of the code repository. Please look at the existing menu items there.\n\n### Changing stylesheets or Javascript\n\nThe SCSS files and JS for the website live in `themes/processing/src` folder.\n\nPlease install all required packages before trying to modify JS or SCSS files:\n\n```sh\ncd themes/processing/src\nnpm install\n```\n\nIf you change any JS or SCSS files, you'd need to rebuild the files by using Gulp:  \n\n```sh\ngulp\n```\n\nWhen the JS or SASS files are changed, please rebuild the site with Hugo by running `hugo server` or `hugo` commands\n\nTo modify CSS and JS and see the results in real time (using LiveReload), you'd need to launch two terminals, start Hugo server and then activate the CSS / JS file watching process by issue the following commands:\n\nTerminal 1:\n```sh\nhugo server -D\n```\n\nTerminal 2:\n```sh\ncd themes/processing/src\ngulp dev\n```\n\nAt this point, the changes in SASS or JS files in `themes/processing/src` folder should be reflected on the local Hugo server at `localhost:1313` almost immediately\n\n### Publishing the site\n\nWhen you are done adding new content and are ready to re-generate the HTML of the site, issue this command:\n\n```sh\ncd themes/processing/src\ngulp\ncd ../../..\nhugo\n```\n\nIt should update all files within `docs` folder that could be then uploaded to the static site hosting service.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprocessing%2Fprocessing-pi-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprocessing%2Fprocessing-pi-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprocessing%2Fprocessing-pi-website/lists"}