Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Creating links to individual blog entries - NOT Wordpress

On my blog site I have a separate page for archives. I want to create links on the home page not to the archive page but to individual entries. Do I need to create separate pages in the file tree in order to do this -- i.e. archives/2015/09 archives/2015/08 etc?

If so, I use brackets as my text editor. To do this would I eliminate my archives.html file and create an archives.html folder with separate yearly files in it? Or would it be an archives.html folder with a 2015 folder and monthly files in it like this:

archives.html 2015.html 09.html 08.html

If that's the case, I'm not sure how I'd do the CSS.

1 Answer

Thanks, Joe. I should have been specific and saying that this is not a WordPress site. I have done all the coding for this.