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

Add theme phoenix #155

Merged
merged 3 commits into from
Feb 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
674 changes: 674 additions & 0 deletions phoenix/LICENSE

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions phoenix/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Phoenix - WordPress Theme
Phoenix is an experimental block based WordPress theme.

## Features and Description

1. It uses the Navigation block in the header.
2. Front page block template contains
- Hero section
- Latest posts using Query Block
- Sidebar containing Gallery, Social Links, Categories and Search Blocks.
3. Single page, Single post and 404 block templates.

All the sections are editable from WordPress Dashboard > Site Editor

## [Live Demo Site](https://phoenix.codeytek.com/)

### Front End Demo
![](https://github.com/imranhsayed/phoenix/blob/main/demo/frontend-demo.gif)

### Backend End Demo
![](https://github.com/imranhsayed/phoenix/blob/main/demo/backend-demo.gif)

## Instructions to Get Started

1. Clone this repository or upload a zip of the theme into your site’s themes directory.
2. Install the [Gutenberg](https://wordpress.org/plugins/gutenberg/) plugin.
3. Enable the "Full Site Editing" experiment in the `Gutenberg` > `Experiments panel`.
4. Activate the new theme from within `Appearance` > `Themes`.
5. Enable navigation screen from within `Gutenberg` > `Experiments` > `Enable navigation screen`.
1 change: 1 addition & 0 deletions phoenix/assets/css/editor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading