siygle / fresh-wordpress-themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fresh WordPress Themes

This repository includes Fresh WordPress themes. You can start developing WordPress-backed Fresh website using these templates.

See also the blog post for more contexts.

Blog theme

Blog theme implements typical blog features for WordPress.

Start the blog theme locally:

cd blog
deno task docker # this starts local wordpress server at port 80

Then open another terminal and run:

deno task start # this starts fresh website

The website runs at http://localhost:8000/

The WordPress dashboard runs at http://localhost/wp-admin (username: user, password: password). You can create, modify, and manage the contents there.

Shop theme

Shop theme implements features used for typical shop website.

Start the shop theme locally:

cd corporate
deno task docker # this starts local wordpress server at port 80

Then open another terminal and run:

deno task start # this starts fresh website

The website runs at http://localhost:8000/

The WordPress dashboard runs at http://localhost/wp-admin (username: user, password: password). You can create, modify, and manage the contents there.

The blog theme and shop theme uses different setups for WordPress. Make sure that you run deno task docker in a right directory.

About


Languages

Language:TypeScript 91.6%Language:Shell 5.8%Language:PHP 1.1%Language:Dockerfile 1.1%Language:JavaScript 0.4%