Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change to hugo and tailwind build #94

Open
wants to merge 10 commits into
base: source
Choose a base branch
from
Open

change to hugo and tailwind build #94

wants to merge 10 commits into from

Commits on Dec 11, 2018

  1. Configuration menu
    Copy the full SHA
    e1d9a7b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Move base template to ace

    move default index to landigpage layout, reference the layout in the
    content/index to use as a layout
    we want to use it as a layout anyway and be not too content specific, it
    will have sections/partials to include
    these should be then filled with content from content/index.html
    milafrerichs committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    cc7358d View commit details
    Browse the repository at this point in the history
  2. Add shortcodes for sections

    to use section we use a shortcode that defines a section and can include
    more detailed shortcodes or partials
    milafrerichs committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    07b90b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Shortcodes added for text, headline and testimonial

    These shortcodes can be used to easily create a new landingpage which
    always looks the same and does not need to have a lot of markup/html
    Demonstrate that in the index file (which is actually the
    civicstorytelling landingpage)
    milafrerichs committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    2679117 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. add list and list-item shortcodes

    Add shortcodes for lists and list-items and add them to the  example
    milafrerichs committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    5e73acd View commit details
    Browse the repository at this point in the history
  2. rename layout remove duplicate

    Rename the layout to landingpage, old landingpage is the whole page,
    needs to be removed soon
    Use the new layout in the index
    milafrerichs committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    f5d50b9 View commit details
    Browse the repository at this point in the history
  3. Fix shortcode usage in content

    update testimonial shortcode
    milafrerichs committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    add73f9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'convert-templates-ace-partials' of github.com:CivicVisi…

    …on/civicvision.github.io into convert-templates-ace-partials
    milafrerichs committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    d7ef999 View commit details
    Browse the repository at this point in the history
  5. Change indentation of new shortcodes

    update index page with more sections
    milafrerichs committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    d409c38 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Add circle ci (#97)

    Add circleci for testing html
    
    validating did not work as expected for future reference `run circleci local execute --job build` to execute it locally before pushing :)
    milafrerichs authored Jan 30, 2019
    Configuration menu
    Copy the full SHA
    e3f3219 View commit details
    Browse the repository at this point in the history