TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's the simplest way to integrate a blog onto my website?

2 pointsby edwardy20almost 11 years ago
The blog doesn't need any fancy features, but should fit in with the look of the website. Should I customize Wordpress or is there an easier way I'm missing?

6 comments

rachelandrewalmost 11 years ago
I&#x27;m one of the founders of Perch CMS (<a href="http://grabaperch.com" rel="nofollow">http:&#x2F;&#x2F;grabaperch.com</a>) which has a blog add-on. One of our core features is that you can drop Perch and any of the apps into an existing website - without needing to put the entire site into a theme etc. So it&#x27;s a different approach to something like WordPress.<p>The video tutorial takes you through a full install of Perch for content management but the videos towards the end cover dropping in the blog app and customizing templates <a href="http://docs.grabaperch.com/video/tutorials/swift/" rel="nofollow">http:&#x2F;&#x2F;docs.grabaperch.com&#x2F;video&#x2F;tutorials&#x2F;swift&#x2F;</a>
OedipusRexalmost 11 years ago
If you have a pre-exisiting website I would suggest you run a blog.xyz.com. You can choose any blog platform you want, personally I use Ghost.<p><a href="http://www.ghost.org" rel="nofollow">http:&#x2F;&#x2F;www.ghost.org</a>
评论 #8137978 未加载
henrixdalmost 11 years ago
I think, short term easiest and most flexible would be to just write HTML. Long term it would be best to just make it right. I&#x27;m little surprised that there is not any copy paste solutions (with ads maybe). I guess most are going with Wordpress. I may have to change that..
Mimualmost 11 years ago
Easiest way would be Tumblr I think. Write there, use the API to retrieve your posts and display it the way you like. Might be more tricky to use everything (comments, posts and stuff) from your website though, never tried it.
davidlumleyalmost 11 years ago
I&#x27;ve used Tumblr, Wordpress, and Jekyll. My preference is Jekyll, as I find it the easiest to use and can be served very cheaply via S3.
评论 #8135952 未加载
评论 #8139411 未加载
subvertingalmost 11 years ago
cutephp.com<p>Very light, very easy to integrate into your web-pages. A nice publishing &#x2F; admin centre, highly recommended for your needs here.