eucalypt
>= 0.9.0
>= 0.9.0
  • eucalypt
  • Installation
  • CLI
    • Core
      • Init
      • Launch
      • Console
      • Test
      • Version
      • Rake
      • Help (-H)
    • Generate
      • Controller
      • Helper
      • Model
      • Scaffold
    • Destroy
      • Controller
      • Helper
      • Model
      • Scaffold
    • Blog
      • Setup
      • Article
        • List
        • Generate
        • Destroy
        • Edit
          • Urltitle
          • Datetime
    • Migration
      • Blank
      • Types
      • Create
        • Table
      • Add
        • Index
        • Column
      • Drop
        • Table
        • Index
        • Column
      • Rename
        • Table
        • Index
        • Column
      • Change
        • Column
  • Features
    • Controllers
    • Helpers
    • Views
      • Layouts
      • Partials
    • Static data
    • Core application file
    • Configuration
      • Logging
      • Asset pipeline
        • Manifest asset files
      • Initializers
      • Database
    • Manifest accessor
    • Application path helpers
    • Blog environment
      • Articles
    • Rendering static files
    • Maintenance mode
Powered by GitBook
On this page
  • CLI tasks
  • Description
  1. Features

Blog environment

PreviousApplication path helpersNextArticles

Last updated 6 years ago

CLI tasks

Description

The framework comes with the option to set up a static blog environment.

The environment allows the creation of articles (along with a separate asset sub-directory for each individual article), editing of article metadata, deletion of articles, searching for articles (by tag and by date).

Once set up, the following files would have been generated:

  • Blog helper

  • Blog controller (for article route handling)

  • Layout file for articles

  • Blog view (that should display all articles)

  • Blog search view (searching for articles by tags)

Setup