marcus-grant / markipedia

My personal wikipedia made from zettelkasten notetaking system
GNU Affero General Public License v3.0
1 stars 0 forks source link

Refactor .eleventy.js to become multiple modules #42

Open marcus-grant opened 1 year ago

marcus-grant commented 1 year ago

The ./.eleventy.js config file for 11ty has become messy and the best way to fix it is to break up its configurations and implementation functions to split into separate modules based on what categories of functionality they define. Create a new top level directory, ./eleventy or ./config/eleventy/ and reference those modules in ./.eleventy.js.