Module: Rawfeed
- Defined in:
- lib/rawfeed/with_class.rb,
lib/rawfeed/page.rb,
lib/rawfeed/post.rb,
lib/rawfeed/draft.rb,
lib/rawfeed/pixel.rb,
lib/rawfeed/utils.rb,
lib/rawfeed/layout.rb,
lib/rawfeed/resume.rb,
lib/rawfeed/version.rb,
lib/rawfeed/datelang.rb,
lib/rawfeed/csp_filters.rb,
lib/rawfeed/reading_time.rb
Overview
TODO: Note: If you have an inline script, generate a hash of it for CSP
By default, this functionality is not being used because the project does not have any
inline scripts. Module disabled!
Defined Under Namespace
Modules: AddClassHtml, CspFilters, Datelang, ReadingTimeFilter Classes: Draft, Layout, Page, Pixel, Post, Resume, Utils
Constant Summary collapse
- CONFIG =
{ 'DRAFTS_DIR' => File.join(".", "_drafts"), 'POSTS_DIR' => File.join(".", "_posts"), 'PIXELS_DIR' => File.join(".", "_pixels"), 'PAGES_DIR' => File.join(".", "_pages"), 'RESUME_DIR' => File.join(".", "_data"), 'CONFIG_YML' => File.join(".", "_config.yml"), 'markdown_extension' => "md" }
- VERSION =
"0.2.8"