Skip to content

Commit

Permalink
Merge pull request #203 from mortendk/themeselector
Browse files Browse the repository at this point in the history
theme settings works
  • Loading branch information
mortendk committed Oct 23, 2022
2 parents 206f97a + f90cb63 commit d5b403b
Show file tree
Hide file tree
Showing 428 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,12 @@ module.exports = function (eleventyConfig) {
port: 3791,
});

// ignore
// ignore README
eleventyConfig.ignores.add("README.md");
eleventyConfig.ignores.add("src/themes/notactive/");

// the amazing theme selector
eleventyConfig.ignores.add("src/themes/");
eleventyConfig.ignores.delete("src/themes/" + theme + "/");

// Directory setup
return {
Expand Down
4 changes: 2 additions & 2 deletions saga11.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Settings for saga11

module.exports = {
// Theme settings: nakinn theme is for pure minimalist
theme: "grunn",
// Theme settings: nakinn / grunn
theme: "nakinn",
};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit d5b403b

Please sign in to comment.