Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: changes in the layout of the main page on github #241

Merged
merged 12 commits into from
Jun 10, 2021
Merged

Conversation

abarmina
Copy link
Collaborator

@abarmina abarmina commented Jun 8, 2021

added missing elements according to the current version of the page

@github-actions
Copy link
Contributor

github-actions bot commented Jun 8, 2021

CLA Assistant Lite bot All contributors have signed the CLA ✍️

package.json Outdated
@@ -50,10 +50,10 @@
"build-pages": "concurrently \"npm run build-pages:ts\" \"npm run build-pages:less\" && npm run build-pages:eleventy",
"build-pages:ts": "cd pages && webpack",
"build-pages:less": "lessc pages/src/localdev.less pages/static/bundles/localdev.css --source-map=pages/static/bundles/localdev.css.map",
"build-pages:eleventy": "eleventy",
"build-pages:eleventy": "ELEVENTY_ENV=production npx @11ty/eleventy",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it working in all OS?
It seems like I have a problem with running it in such a way on WIndows
Mb it has an option to pass environment as a regular command-line argument?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're right, it doesn't work on Windows. I rewrote this using a command-line argument

.eleventy.js Outdated Show resolved Hide resolved
pages/views-11ty/data/env.js Outdated Show resolved Hide resolved
@abarmina abarmina merged commit 2485c3e into epic/11ty Jun 10, 2021
@abarmina abarmina deleted the fix/gh-pages branch June 10, 2021 16:06
@github-actions github-actions bot locked and limited conversation to collaborators Jun 10, 2021
@abarmina abarmina added bug Something isn't working enhancement Improvements and additions to code feature New feature labels Jun 16, 2021
@ala-n ala-n added this to the 11ty Migration milestone Jun 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement Improvements and additions to code feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants