Closed benjithaimmortal closed 4 years ago
These are all good changes.
On Tue, Sep 15, 2020 at 5:42 PM Benji notifications@github.com wrote:
I updated the readme.md with information for future developers, like appropriate commands for local development.
The page should now be mobile-optimized to smallest phones, with menu and a slightly smaller hero font at <350px view widths.
Gulp is a tool for front-end development, which makes things a bit more user-friendly for future front-end developers. Both gulpfile.js and package.json are a part of that, and won't affect how the site looks and operates at all.
The /projects page will be active, but removed from the navigation menu until it's confirmed to be integrated properly with Forestry.
You can view, comment on, or merge this pull request online at:
https://github.com/metamesh/metamesh.org/pull/37 Commit Summary
- add gulp, add sass, do some magic to get the button back
- new page for projects, start contact form design
- enabling default contact form
- ensure no problematic changes
- remove pesky Y-overflow by making text a bit smaller
File Changes
- M .gitignore https://github.com/metamesh/metamesh.org/pull/37/files#diff-a084b794bc0759e7a6b77810e01874f2 (6)
- M README.md https://github.com/metamesh/metamesh.org/pull/37/files#diff-04c6e90faac2675aa89e2176d2eec7d8 (15)
- M config.toml https://github.com/metamesh/metamesh.org/pull/37/files#diff-618063036395fe9ee107f22b46c9eade (3)
- A content/english/standalone/projects.md https://github.com/metamesh/metamesh.org/pull/37/files#diff-fb8eb1b88e04fc0a93c935c8dcf46f41 (15)
- M themes/hugo-theme-meshna/assets/css/style.css https://github.com/metamesh/metamesh.org/pull/37/files#diff-41290148af3cdc349103ee6c3b2b0a0f (458)
- A themes/hugo-theme-meshna/assets/gulpfile.js https://github.com/metamesh/metamesh.org/pull/37/files#diff-2b9899d0164b128fd76215d09101eb08 (72)
- A themes/hugo-theme-meshna/assets/package.json https://github.com/metamesh/metamesh.org/pull/37/files#diff-882fe0cfde6a1787566886b27e262c4f (34)
- A themes/hugo-theme-meshna/assets/sass/style.scss https://github.com/metamesh/metamesh.org/pull/37/files#diff-197fc3888d6687f62b76924189fca466 (2463)
- M themes/hugo-theme-meshna/layouts/_default/standalone.html https://github.com/metamesh/metamesh.org/pull/37/files#diff-4f829c6ff3872c3e89347f7acb71f4a5 (15)
- M themes/hugo-theme-meshna/layouts/partials/navigation.html https://github.com/metamesh/metamesh.org/pull/37/files#diff-ee3e236ee1416f88b09a1fe4ad7cb265 (7)
- M themes/hugo-theme-meshna/layouts/partials/post-share.html https://github.com/metamesh/metamesh.org/pull/37/files#diff-08384ed6413b6da4f5b710f26194d6fa (16)
Patch Links:
- https://github.com/metamesh/metamesh.org/pull/37.patch
- https://github.com/metamesh/metamesh.org/pull/37.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/metamesh/metamesh.org/pull/37, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN2ECH23QOQU2BM6Q3GX43SF7NTVANCNFSM4RN2D66Q .
Per review, good to merge
I updated the
readme.md
with information for future developers, like appropriate commands for local development.The page should now be mobile-optimized to smallest phones, with menu and a slightly smaller hero font at <350px view widths.
Gulp is a tool for front-end development, which makes things a bit more user-friendly for future front-end developers. Both
gulpfile.js
andpackage.json
are a part of that, and won't affect how the site looks and operates at all.The /projects page will be active, but removed from the navigation menu until it's confirmed to be integrated properly with Forestry.