Add readme
This commit is contained in:
parent
8c83a49a7c
commit
d708a1c47d
2 changed files with 62 additions and 2 deletions
21
LICENSE.md
Normal file
21
LICENSE.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2015 Tania Rascia
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
43
README.md
43
README.md
|
@ -1,4 +1,43 @@
|
|||
# Start Wordpress
|
||||
A Theme for Learning Wordpress
|
||||
Start WordPress
|
||||
========
|
||||
|
||||
####A Theme for Learning WordPress####
|
||||
|
||||
You know HTML, CSS, and JavaScript. You can make beautiful websites. Maybe you’ve heard about WordPress, but aren’t entirely sure how to implement it, or why you might need it. Maybe a client asked for WordPress, but you’re not really familiar with it. Maybe you’ve worked with it before, but don’t know how to make your own theme from scratch. Whatever the case, this article is for you.
|
||||
|
||||
Read the article on [Developing a Wordpress Theme from Scratch](http://www.taniarascia.com/developing-a-wordpress-theme-from-scratch/).
|
||||
|
||||
### Prerequisites
|
||||
|
||||
All you need to start is a website. Any website will do. You don’t need to know any PHP, or have any prior experience with WordPress. Your website can be custom, or built on Bootstrap/some other framework.
|
||||
|
||||
You do need to know how to set up a local server environment. Fortunately, if you don’t know how, I wrote a short, sweet article about getting set up with one. [It will only take a few minutes, so go ahead and do that first.](http://www.taniarascia.com/local-environment/)
|
||||
|
||||
### Goals
|
||||
|
||||
* Install WordPress locally
|
||||
* Take an existing HTML website and convert it into a custom WordPress theme
|
||||
|
||||
### Topics covered
|
||||
|
||||
* What can WordPress do for me?
|
||||
* Creating a design
|
||||
* Installing WordPress
|
||||
* Creating your custom theme
|
||||
* Migrating WordPress
|
||||
|
||||
### WordPress features
|
||||
|
||||
* Layout pages
|
||||
* Header
|
||||
* Footer
|
||||
* Content
|
||||
* Sidebar
|
||||
* Content
|
||||
* Index
|
||||
* The Loop
|
||||
* Posts
|
||||
* Pages
|
||||
* Navigation
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue