{"id":20821718,"url":"https://github.com/red/web-redlake","last_synced_at":"2026-02-13T12:16:56.047Z","repository":{"id":56412798,"uuid":"228366077","full_name":"red/web-redlake","owner":"red","description":"Redlake website","archived":false,"fork":false,"pushed_at":"2021-07-20T17:25:19.000Z","size":17293,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-18T16:49:02.480Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/red.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}},"created_at":"2019-12-16T10:53:24.000Z","updated_at":"2021-07-20T17:25:22.000Z","dependencies_parsed_at":"2022-08-15T18:10:53.746Z","dependency_job_id":null,"html_url":"https://github.com/red/web-redlake","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/red%2Fweb-redlake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red%2Fweb-redlake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red%2Fweb-redlake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red%2Fweb-redlake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/red","download_url":"https://codeload.github.com/red/web-redlake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243167836,"owners_count":20247195,"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":[],"created_at":"2024-11-17T22:12:57.901Z","updated_at":"2026-02-13T12:16:51.002Z","avatar_url":"https://github.com/red.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redlake Technologies website\n\nThis is the site source.\n\n## Building the site\n\n### Development\n\n1. Install [Docker](https://www.docker.com/products/docker-desktop)\n2. Clone this repository\n    * If you are using HTTPS (not SSH), you'll need to update the submodule reference in your clone to the theme directory to HTTPS as well. See [this answer](https://stackoverflow.com/a/30885128/2486583).\n3. Run `git submodule update --init --recursive` to initialize the theme submodule after cloning.\n4. Run `docker-compose up -d`.\n5. Run `docker-compose exec web bash`.\n6. In the bash prompt that appears, run `yarn install`. This only needs to be run when installing new packages.\n7. Run `yarn start`.\n8. Visit http://localhost:5000\n\n### Production\n\n1. Run `docker build . -t prod-image`.\n2. Run `docker run -dit -p 80:80 -p 443:443 --name prod prod-image`.\n3. Run `docker exec -it prod nginx`.\n\nSee other scripts in package.json.\n\n## Recommended dev environment\n\nVS Code (this will use the workspace settings defined in .vscode/settings.json) with [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint), [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode), and [stylelint](https://marketplace.visualstudio.com/items?itemName=shinnn.stylelint) extensions installed. Linting and formatting will automatically run with a git hook, but these give you faster feedback.\n\n## Working with the theme git submodule\n\nTo pull in submodule changes:\n\n```\n$ git submodule update --remote --merge\n$ git commit -a -m \"submodule updated\"\n```\n\nTo push changes made in theme submodule (while within themes/featherweight directory):\n\n```\n$ git commit -a -m \"updates\"\n$ git push origin HEAD:\u003cbranch-name-in-theme-repo\u003e\n```\n\n## Useful things\n\n[Embed Responsively](http://embedresponsively.com/) will give you YouTube/Vimeo embed codes that work responsively (see 1up-media.html template partial for example).\n\nPhotos are not automatically resized when added through Netlify CMS, so resize/crush them before uploading.\n\nGetting familiar with [Go templates](https://golang.org/pkg/text/template/) is very handy for working with Hugo. Here's a [good tutorial](https://code.tutsplus.com/tutorials/text-generation-with-go-templates--cms-30441).\n\nPretty printing Hugo variables for debug: https://gist.github.com/kaushalmodi/afb6c3e5098eccc028bddc91cf1eb53a\n\nFind the right syntax for your YAML multiline strings - https://yaml-multiline.info/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred%2Fweb-redlake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fred%2Fweb-redlake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred%2Fweb-redlake/lists"}