{"id":17148736,"url":"https://github.com/lcharette/website","last_synced_at":"2026-03-18T23:38:14.568Z","repository":{"id":55150913,"uuid":"173399977","full_name":"lcharette/website","owner":"lcharette","description":"Source code for my personal website","archived":false,"fork":false,"pushed_at":"2023-08-12T01:04:04.000Z","size":13426,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T10:09:05.332Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bbqsoftwares.com","language":"Twig","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/lcharette.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":"2019-03-02T03:46:08.000Z","updated_at":"2023-10-23T07:34:01.000Z","dependencies_parsed_at":"2024-12-01T21:40:45.302Z","dependency_job_id":"455af205-3b37-480f-aed8-9c65d6a527b9","html_url":"https://github.com/lcharette/website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lcharette/website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcharette%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcharette%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcharette%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcharette%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lcharette","download_url":"https://codeload.github.com/lcharette/website/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcharette%2Fwebsite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29600844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T00:59:38.239Z","status":"online","status_checked_at":"2026-02-19T02:00:07.702Z","response_time":117,"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":"2024-10-14T21:29:39.589Z","updated_at":"2026-02-19T02:01:39.408Z","avatar_url":"https://github.com/lcharette.png","language":"Twig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My personal site source\n\n## Docker\n\nTo run inside a Docker container, without the need to install Grav first, you first need to build the container :\n\n```\ndocker build -t grav:latest .\n```\n\nThen you can run the container :\n```\ndocker run -d --rm --name=BBQ -p 8080:80 -e DUID=1000 -e DGID=1000 -v \"$(pwd):/var/www/grav/user\" grav:latest\n```\n\nIt will take a couples of second for the site to be up and running while the base Grav installation is setup. Once this is done, you can access the site at [http://localhost:8080/](http://localhost:8080/).\n\nTo stop the image:\n\n```bash\ndocker stop BBQ\n```\n\n```bash\ndocker exec -it BBQ bash\nchmod +x bin/gpm # This is only needed if permissions are acting up\nbin/grav install\n```\n\n## Manual Installation\n\nClone Grav, from your install dir :\n```\ngit clone https://github.com/getgrav/grav.git .\n```\n\nGit clone this repo into `/user`\n```\nrm -r user\ngit clone git@github.com:lcharette/website.git user\n```\n\nInstall grav\n```\nbin/grav install\n```\n\nWhen in doubt, clear cache:\n```\nbin/grav clearcache\n```\n\nPermissions :\n```\nsudo chown -R www-data:malou .\nfind . -type f | xargs chmod 664\nfind ./bin -type f | xargs chmod 775\nfind . -type d | xargs chmod 775\nfind . -type d | xargs chmod +s\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcharette%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flcharette%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcharette%2Fwebsite/lists"}