atlantabitdevs / atlbit.dev

Atlanta BitDevs website
https://atlbit.dev/
3 stars 6 forks source link

Convert existing Atlanta BitDevs site to markdown files #1

Closed sbddesign closed 11 months ago

sbddesign commented 11 months ago

v2.0 Context / Requirements

bnonni commented 11 months ago

Command that exists to scrape all pages of a website

wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains atlantabitdevs.org \
--no-parent https://atlantabitdevs.org
bnonni commented 11 months ago

To Do

bnonni commented 11 months ago

All pages live here: https://github.com/atlantabitdevs/atlbit.dev/tree/master/htmls All markdowns live here: https://github.com/atlantabitdevs/atlbit.dev/tree/master/markdowns

sbddesign commented 11 months ago

🔥

LGTM