A compilation of good sensory things in life. Live site: https://goodthings.melanie-richards.com
Built with Eleventy.
- Install Node :)
- Clone the repo
- Run
npm install
- Run
npx @11ty/eleventy --serve
- Visit
localhost:8080
Command | Purpose |
---|---|
npm run start | Serve project + watch Sass |
If you’d like to host your own version of this list:
- In
_data > site.json
, update the values to match your own environment. ThebaseUrl
value should match the base URL at which your site will be hosted, including the scheme and excluding a trailing/
. This will be used within the social media card image value. - If you change the aesthetic, don’t forget to change
/assets/images/social-media-card.png
to match your own styles. .github > workflows > daily-build.yml
defines a workflow that will trigger a daily build on Netlify. You can adjust this file to your liking, and update your fork repo to host your own private build key (refer to “Scheduling Netlify deploys with GitHub Actions” for details). You may alternatively remove this file/directory.