You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-5Lines changed: 14 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -81,37 +81,46 @@ You can now launch you browser and access 127.0.0.1:3000.
81
81
82
82
You will be prompted to supply a blog title and email:
83
83
84
+
<imgwidth="382"alt="setup blog screenshot"src="https://cloud.githubusercontent.com/assets/1489337/12763124/9cbd3a5e-c9a7-11e5-97e3-e39e6098adf3.png">
85
+
84
86
You will be signed in and issued a username and password:
85
87
88
+
<imgwidth="380"alt="setup example login info screenshot"src="https://cloud.githubusercontent.com/assets/1489337/12763208/0440d834-c9a8-11e5-9c81-05a4b60e9722.png">
89
+
86
90
#### Seed your blog with posts & tags
87
91
```bash
88
92
$ rake db:seed
89
93
# => Seeded 24 articles...
90
94
```
91
95
92
96
#### Look around!
97
+
* Visit your blog homepage at `localhost:3000/`
93
98
* Go to the `/admin` backend and poke around (it's similar to wordpress).
94
99
* Create your first blog post!
95
100
96
101
##The Bugs
97
-
The following issues have been added to the main github repo. Please fix each bug on its own branch (e.g. `fix_sidebar_styles`). When you're finished, create a pull request from your fork back to the main repo.
98
102
99
-
> Make sure to reference the issue you are resolving!
103
+
The following issues have been added to the main github repo. Please fix each bug on its own branch (e.g. `fix_sidebar_styles`).
104
+
105
+
> Please visit the `issues` section of this repo for more detailed bug descriptions + screenshots.
100
106
101
107
####Issue \#1: Inconsistent Sidebar Styles
102
108
* All titles in the sidebar should have `monospace` style font
####Issue \#2: Top Month Always Empty (Archive Sidebar)
108
112
* When I click on the top-most month in the Archive Sidebar it says "No posts found...".
109
113
* When I create a post in the _current month_ (e.g. February) it displays a link in the sidebar for _next month_ (e.g. March), and says "No posts found..."
Please fix each bug on its own branch (e.g. `fix_sidebar_styles`). When you're finished with a bug, create a pull request from your fork back to the main repo.
0 commit comments