{"id":16597954,"url":"https://github.com/alexioannides/alexioannides","last_synced_at":"2025-08-16T11:07:54.678Z","repository":{"id":53464747,"uuid":"148105829","full_name":"AlexIoannides/alexioannides","owner":"AlexIoannides","description":"Python source code for generating my website at alexaioannides.github.io.","archived":false,"fork":false,"pushed_at":"2024-05-22T22:39:46.000Z","size":10423,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-30T04:58:38.740Z","etag":null,"topics":["pelican","python","website"],"latest_commit_sha":null,"homepage":null,"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/AlexIoannides.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":"2018-09-10T05:55:51.000Z","updated_at":"2024-05-22T22:39:49.000Z","dependencies_parsed_at":"2024-05-22T23:47:23.398Z","dependency_job_id":null,"html_url":"https://github.com/AlexIoannides/alexioannides","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlexIoannides/alexioannides","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexIoannides%2Falexioannides","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexIoannides%2Falexioannides/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexIoannides%2Falexioannides/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexIoannides%2Falexioannides/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexIoannides","download_url":"https://codeload.github.com/AlexIoannides/alexioannides/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexIoannides%2Falexioannides/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270702562,"owners_count":24630877,"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-16T02:00:11.002Z","response_time":91,"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","python","website"],"created_at":"2024-10-12T00:07:11.221Z","updated_at":"2025-08-16T11:07:54.654Z","avatar_url":"https://github.com/AlexIoannides.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# alexioannides\n\nPython source code for generating my personal website - hosted by GitHub pages at [alexioannides.github.io](http://alexioannides.github.io) - using the [Pelican](https://blog.getpelican.com/) framework for static websites, together with [Flex theme](https://github.com/alexandrevicenzi/flex).\n\nThe output of the build process is written to the `output` folder in the root directory, that is **not** version controlled using this repository. Instead, the `output` directory has its own repository at [alexioannides](https://github.com/AlexIoannides/alexioannides), that is necessary for hosting with GitHub pages.\n\n## Development Setup\n\nThe package's 3rd party dependencies are described in `requirements.txt`. Create a new virtual environment and install these dependencies as follows,\n\n```bash\npython3 -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt\n```\n\n## Building the Website\n\nTo build the website we need to call Pelican,\n\n```bash\npelican\n```\n\n## Testing the Site Locally\n\nWe recommend setting `RELATIVE_URLS = True` when testing (do not forget to revert this before deploying) and then executing the following,\n\n```bash\npelican --listen output\n```\n\nA test version of the website will then be available at `http://localhost:8000`.\n\n## Deploying to GitHub Pages\n\nAfter testing locally, first of all ensure that `RELATIVE_URLS = False`, rebuilding the website if necessary. Then, make sure that you are still in the `output` directory and remember that this is version controlled by a [different repository](https://github.com/AlexIoannides/alexioannides.github.io), that now needs new changes to be committed and pushed to `master` as usual - e.g.,\n\n```bash\ngit add -A\ngit commit -m \"latest changes to alexioannides.github.io\"\ngit push origin master\n```\n\nThe [updated website](http://alexioannides.github.io) is usually available within a minute or two.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexioannides%2Falexioannides","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexioannides%2Falexioannides","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexioannides%2Falexioannides/lists"}