{"id":15011378,"url":"https://github.com/irxess/makimono-generator","last_synced_at":"2025-04-09T19:04:57.143Z","repository":{"id":43242491,"uuid":"82155047","full_name":"irxess/Makimono-Generator","owner":"irxess","description":"Generate static webpages from YAML files for a foodblog","archived":false,"fork":false,"pushed_at":"2024-08-11T16:40:58.000Z","size":765,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T21:01:40.685Z","etag":null,"topics":["baking-recipes","cooking-recipes","food","food-blog","jinja2","lesscss","python","recipe-website","static-site-generator","yaml"],"latest_commit_sha":null,"homepage":null,"language":"Jinja","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/irxess.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":"2017-02-16T07:59:54.000Z","updated_at":"2024-08-11T16:41:01.000Z","dependencies_parsed_at":"2025-02-15T15:41:45.681Z","dependency_job_id":null,"html_url":"https://github.com/irxess/Makimono-Generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irxess%2FMakimono-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irxess%2FMakimono-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irxess%2FMakimono-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irxess%2FMakimono-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irxess","download_url":"https://codeload.github.com/irxess/Makimono-Generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248094985,"owners_count":21046770,"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","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":["baking-recipes","cooking-recipes","food","food-blog","jinja2","lesscss","python","recipe-website","static-site-generator","yaml"],"created_at":"2024-09-24T19:40:59.974Z","updated_at":"2025-04-09T19:04:57.112Z","avatar_url":"https://github.com/irxess.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Makimono\n\nGenerate static webpages from YAML files for a foodblog.\n\nYou can find it at https://makimo.no/\n\n# Setup\n\nMake sure python (at least v 3.7) and the neccessary python packages are installed:\n\n## Windows\n\n### Using python's virtual environment\n\nOfficial docs per 2020-02-15 for venv can be found here:\nhttps://packaging.python.org/guides/installing-using-pip-and-virtual-environments/\n\nTo set up the virtual environment:\n\n`python -m venv path/to/repo-directory/`\n\nTo start the virtual environment:\n\n`./Scripts/activate`\n\nAfter you are done working with the project, you can exit the virtual environment by running:\n\n`deactivate`\n\nTo install the packages specified in the requirements-file:\n\n`pip install -r requirements.txt`\n\n### When not using virtual environments\n\n(Might have to run from shell started as admin due to lack of suitable sudo functionality.)\n\n\u003e python -m pip install pyyaml jinja2 lesscpy pillow\n\n## Other OSs (tested on Linux)\n\n### Using python's virtual environment\n\nTo set up the virtual environment:\n\n`python -m venv venv_name`\n\nTo start the virtual environment:\n\n`source venv_name/bin/activate`\n\nTo install the packages specified in the requirements-file:\n\n`pip install -r requirements.txt`\n\nAfter you are done working with the project, you can exit the virtual environment by running:\n\n`deactivate`\n\n### When not using virtual environments\n\n\u003e pip install pyyaml jinja2 lesscpy pillow\n\n# Generating the content\n\nRun generate.py:\n\n\u003e python generate.py\n\nThis will create a 'publish'-folder, which can be used as root for the published site.\n\nNote that if you are using virtual environments, this should be executed while the virtual environment is active.\n\n## Images\n\nNote that the images referenced in the recipe files have to be places in the `publish/images/` folder.\nYou can create the `publish/images/` directory before you do the first generating.\nThe reason for this is that we do not want to bloat the git repository with binaries, and you will need to sort out the storage when you push the generated content anywhere anyways.\n\nBeware that the referenced images have to be present before you run the generation, otherwise the thumbnail generating code will fail.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firxess%2Fmakimono-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firxess%2Fmakimono-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firxess%2Fmakimono-generator/lists"}