Class: JekyllJupyterNotebook::Generator
- Inherits:
-
Jekyll::Generator
- Object
- Jekyll::Generator
- JekyllJupyterNotebook::Generator
- Defined in:
- lib/jekyll-jupyter-notebook/generator.rb
Instance Method Summary collapse
Instance Method Details
#generate(site) ⇒ Object
21 22 23 24 25 26 |
# File 'lib/jekyll-jupyter-notebook/generator.rb', line 21 def generate(site) generate_site_static_files(site) site.collections.each_value do |collection| generate_collection_filtered_entries(collection) end end |