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

Create the TwentyTwenty Demo Site using Block Templates #5

Merged
merged 24 commits into from
Jan 20, 2020

Commits on Jan 10, 2020

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

Commits on Jan 13, 2020

  1. Keep only what's needed to render the demo using block templates

    Add support for block style variations to support header and footer
    jffng committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    b855bc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee63a54 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Cleaned up header and footer styles

    Added block style variations cover block
    jffng committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    9e54320 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Configuration menu
    Copy the full SHA
    05d26ee View commit details
    Browse the repository at this point in the history
  2. Include the demo site content

    jffng committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    549f86a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Remove non-core blocks

    Add block style variations for about page and header
    Add about page and blog page templates to starter content
    jffng committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    3d7c28e View commit details
    Browse the repository at this point in the history
  2. Rework starter content

    Add template parts for primary page content
    Namespace to twentytwenty-blocks
    jffng committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    b3c41b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be44225 View commit details
    Browse the repository at this point in the history
  4. Minor indentation cleanup

    kjellr committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    3a7986a View commit details
    Browse the repository at this point in the history
  5. Avoid block stylesheet registration error.

    The stylesheet registration here throws errors if it's tied to the after_setup_theme hook. This commit moves it to init instead.
    kjellr committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    3dac429 View commit details
    Browse the repository at this point in the history
  6. Fix typo.

    kjellr committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    b0b6481 View commit details
    Browse the repository at this point in the history
  7. Fix another typo 🙃

    kjellr committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    a463c09 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e209625 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e57ed3f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Configuration menu
    Copy the full SHA
    c472488 View commit details
    Browse the repository at this point in the history
  2. Remove about page template.

    kjellr committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    c5b5f38 View commit details
    Browse the repository at this point in the history
  3. Add post title to index.html

    kjellr committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    c0e10f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23e941d View commit details
    Browse the repository at this point in the history
  5. Clean up page header styles.

    kjellr committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    71bcaea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f8816f View commit details
    Browse the repository at this point in the history
  7. Fix Latest Posts demo content.

    kjellr committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    f46311c View commit details
    Browse the repository at this point in the history
  8. Stylesheets cleanup.

    Add editor styles, remove some stylesheets to keep the demo simple.
    kjellr committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    776f088 View commit details
    Browse the repository at this point in the history
  9. Update readme

    kjellr committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    eca2896 View commit details
    Browse the repository at this point in the history