Class: Fronde::Source::Gemini

Inherits:
Fronde::Source show all
Defined in:
lib/fronde/source/gemini.rb

Overview

Specific settings for Gemini Fronde::Source

Class Method Summary collapse

Methods inherited from Fronde::Source

#[], #[]=, #blog?, canonical_config, #exclude_file?, #initialize, new_from_config, #org_config, #public_absolute_path, #publication_path, #recursive?, #source_for, #source_for?, #target_for, #to_h, #type

Constructor Details

This class inherits a constructor from Fronde::Source

Class Method Details

.org_default_postambleObject



8
9
10
11
12
13
14
15
# File 'lib/fronde/source/gemini.rb', line 8

def org_default_postamble
  format(
    "šŸ“… %<date>s\nšŸ“ %<author>s %<creator>s",
    author: I18n.t('fronde.org.postamble.written_by'),
    creator: I18n.t('fronde.org.postamble.with_emacs'),
    date: I18n.t('fronde.org.postamble.last_modification')
  )
end