MarlinFirmware / MarlinDocumentation

Marlin Firmware Documentation Project
https://marlinfw.org
GNU General Public License v3.0
367 stars 770 forks source link

Tweak Front Page #394

Closed shitcreek closed 2 years ago

shitcreek commented 3 years ago

Updated

front page screen shot-wide

A slight makeover for the front page with clearer call-to-actions and highlighting of features

TODO

front page screen shot-narrow bottom tabs

Move carousel slideshow up to top Affix custom-tagline-btn (now custom-btn) to right side of all pages and add hover effect Fix issue of Discord widget not showing and move to right column of main body TO DO: enabled server widget in order for widget to work on website Strip custom-tile from slideshow and move to under main body left column

thinkyhead commented 3 years ago

The widget should be good to go.

Publishing updates (once confirmed to build) is now pretty straightforward:

git checkout deploy
git fetch upstream               ;# or 'origin', depending...
git reset --hard upstream/master ;# cloned!
git push -f upstream HEAD:deploy ;# maybe just 'git push -f'

Once started, the action appears in the tab above. MarlinDocumentation/actions

I'll work on making a new CI action to do test builds on PRs pretty soon.