{"id":18888699,"url":"https://github.com/dlr-sc/rce-website","last_synced_at":"2025-10-09T20:37:41.103Z","repository":{"id":74008195,"uuid":"40903411","full_name":"DLR-SC/rce-website","owner":"DLR-SC","description":"Website for RCE","archived":false,"fork":false,"pushed_at":"2025-06-03T07:05:46.000Z","size":33265,"stargazers_count":2,"open_issues_count":0,"forks_count":12,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-06-04T21:57:13.522Z","etag":null,"topics":["pelican","pelican-site","rce","rocket-science","website"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DLR-SC.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}},"created_at":"2015-08-17T14:55:23.000Z","updated_at":"2021-09-28T08:09:01.000Z","dependencies_parsed_at":"2024-04-11T14:25:43.706Z","dependency_job_id":"53041023-b58e-4289-a891-86105fcabd09","html_url":"https://github.com/DLR-SC/rce-website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DLR-SC/rce-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DLR-SC%2Frce-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DLR-SC%2Frce-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DLR-SC%2Frce-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DLR-SC%2Frce-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DLR-SC","download_url":"https://codeload.github.com/DLR-SC/rce-website/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DLR-SC%2Frce-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272839678,"owners_count":25001862,"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-30T02:00:09.474Z","response_time":77,"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":["pelican","pelican-site","rce","rocket-science","website"],"created_at":"2024-11-08T07:45:37.241Z","updated_at":"2025-10-09T20:37:36.066Z","avatar_url":"https://github.com/DLR-SC.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Website for RCE\n\nHomepage (landing page) and announcements for RCE (http://rcenvironment.de).\n\nBased on [Pelican](http://blog.getpelican.com/) and a modifed Polar theme by [CodePassenger](http://www.codepassenger.com/).\n\n## Local Installation\n\n* Install Python3 ([Anaconda](https://store.continuum.io/cshop/anaconda/) works perfectly)\n\n* Install Pelican and supporting libraries\n\n  ```\n  pip install invoke==1.4.1\n  pip install pelican==3.7.1\n  pip install markdown==3.1.1\n  ```\n  \n* If you want to deploy the website after changing it, additionally install\n  ```\n  pip install ghp-import==0.5.5\n  ```\n  Deployment requires write access to the repository https://github.com/DLR-SC/rce-website.\n\n* Clone this repository\n\n### Configuration\n\n * Set proper port for local testing which works on your machine in `fabfile.py`\n  ```\n  # Port for `serve`\n  PORT = 8001\n  ```\n\n## Build \n\n* Generate website \n  ```\n  invoke build\n  ```\n\n* Start local server for testing (accessible via http://localhost:[PORT]/).\n  ```\n  invoke serve\n  ```\n  This does not rebuild the website after changes, meaning you will have to manually stop the local server, rebuild the website using `invoke build`, and restart the testing server after each change.\n\n* If you want to automatically rebuild the website after each change and have that new build served by the testing server, use\n  ```\n  invoke reserve\n  ```\n\n## Deployment\n\nIn order to deploy the website, please first make sure that you have no local branch named `gh-pages`.\nYou can verify by executing `git branch` and checking the output for a line that contains `gh-pages`.\nIf such a line exists, you can delete the existing local branch.\n*Please make sure that that branch contains no changes that you want to retain* before deleting it by executing `git branch -D gh-pages`.\n\nOnce you have made sure that no local branch named `gh-pages` exists, execute the following commands to publish your changes.\nThis requires write access to the repository at https://github.com/DLR-SC/rce-website.\nIf you do not have such access, please contact one of the main developers at DLR for obtaining them.\n\n```\ngit fetch https://github.com/DLR-SC/rce-website.git gh-pages:gh-pages\nghp-import -b gh-pages output\ngit push https://github.com/DLR-SC/rce-website.git gh-pages\n```\n\n## Writing Content\n\nUse either [Markdown](http://daringfireball.net/projects/markdown/) or HTML for new articles, as described in [Writing content](http://docs.getpelican.com/en/3.6.3/content.html).\n\nAdd new articles to `content`.\n\n### Metadata\n\nThe required meta data for RCE release announcements are:\n```\nTitle: Release 6.3.0 \nDate: 2015-07-29 10:20\nCategory: Releases\nAuthor: RCE\n```\n\n\n\n### Image sizes\n\n * Article image: 870x440 px (doesn't apply for the overview image of the article)\n * Thumbnail large: 100x108\n * Thumbnail small: 67x73\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlr-sc%2Frce-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlr-sc%2Frce-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlr-sc%2Frce-website/lists"}