Skip to content

Instantly share code, notes, and snippets.

@tvdeyen
Last active December 25, 2015 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tvdeyen/6946872 to your computer and use it in GitHub Desktop.
Save tvdeyen/6946872 to your computer and use it in GitHub Desktop.
Creating a "Meet the team page" in Alchemy
- name: team_member
contents:
- name: name
type: EssenceText
- name: position
type: EssenceText
- name: linkedin
type: EssenceLink
- name: bio
type: EssenceRichtext
- name: team
elements: [team_member]
@tvdeyen
Copy link
Author

tvdeyen commented Oct 12, 2013

Then generate the html views:

$ rails g alchemy:page_layouts
$ rails g alchemy:elements

Thats it \o/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment