GithubHelp home page GithubHelp logo

guillep / ecstatic Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 12.0 1.91 MB

ecstatic site generator

License: MIT License

CSS 77.67% Shell 0.53% JavaScript 3.96% HTML 17.83%
pharo pillar website-generation documentation

ecstatic's Introduction

Disclaimer

This repository is not maintained anymore. It is only kept here for historical and documentative purposes.

A modern way to generate documents with Pharo can be found in pillar and microdown. See

Ecstatic

Ecstatic is the ecstatic site generator for Pharo. Ecstatic uses pillar as its markup language to describe pages, mustache templates to accommodate your content and plugins completely written in Pharo.

Installation & Usage

For installation and usage, check ecstatic's website:

http://guillep.github.io/ecstatic/

For installation on Windows, download this file :

https://mega.nz/#!RAcGHQ6Q!ab9Z05KjXDvUQtJW3Er5416SlR28l6UV_H3lIKZ8hfs

About Pillar

Pillar is a document model for Pharo that can be exported to different formats such as HTML or LaTex. Pillar defines also a syntax to describe documents and provides a parser for it. To know a bit more about how to write pillar documents you may find useful the two following links.

TODOs

  • Plugins should be parameterized with the site and use always files relative to the origin
  • last changes to citezen should be commited
  • extend pillar annotations to declare plugins

ecstatic's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ecstatic's Issues

Add shebang to scripts

I do not use bash as default shell and since the scripts do not contain shebang I cannot run them easily.

They should include a shebang such as: #!/usr/bin/env bash

align inbuilt web server port with Jekyll ? i.e. 4000

Jekyll's association with github seems to make it very popular. It uses port 4000 for its inbuilt web server. It might be useful to align with this. 8080 seems like convention used for proxies. 4000 is intuitive as "half-of" a web server.

Rename /siteDirectory/ ivar & accessors to /rootDirectory/

This seems a little confusing that _site is being appended to "site" directory. A site within a site?

ETSite>>outputDirectory
^ (self siteDirectory / '_site') ensureCreateDirectory

Can we rename /siteDirectory/ instance variable & accessors to /rootDirectory/ ?

generate does not take all pillar files

We have
fast_feedback.pillar getting_started.pillar install.pillar _site
first_site.pillar index.pillar pillar.conf theme
files in our directory.
When we generate ('ecstatic generate' or 'ecstatic serve -w') 'getting_started.html' doesn't appear in '_site'.

Use Pharo 64bits by default

I tried to use ecstatic on Linux subsystem of windows but the installation failed because Linux subsystem only supports Pharo 64bits.

What do you think about using Pharo 64bits by default in the installation script? Is there objections?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.