Adding blog functionality to static html site

Discussion in 'HTML & Website Design' started by eidna22, Apr 10, 2014.

  1. #1
    I purchased a template to tweak and though it included a blog but in reality the pages just had dummy blog text with no back end. Any suggestions to a blog engine that would work and match my site? Or any other suggestions on an easy way to hook a blog up to an html site? Thanks!
     
    eidna22, Apr 10, 2014 IP
  2. NextGe

    NextGe Active Member

    Messages:
    80
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    63
    #2
    WordPress.
     
    NextGe, Apr 10, 2014 IP
  3. eidna22

    eidna22 Greenhorn

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #3
    Ugh I don't want to deal with wordpress. It just doesn't look the same. I was hoping I wouldn't have to go there but I guess I may end up doing it that way.
     
    eidna22, Apr 10, 2014 IP
  4. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #4
    Probably have to see what you have already -- though I hear you on turdpress; it's bloated insecure halfwit codebase is pretty far down my list of 'things I allow on a website'.

    If you don't mind editing via markup, you could use a poor man's system (basically using PHP to quickly glue things together), leverage directory sorting for your blog entries (making files like "/blog/10042014_Test+Blog+Post.article.php") to include from something like a 'one index to rule them all" for the template bits and pieces that are the same on every page, then add something like disqus or FB comments to allow people to post comments on the pages.

    I've been leaning towards this on my future sites because it gives me better control of what's output for markup, adds no database overhead on my server (since it leverages someone else's), and makes building sites far simpler (for me).

    It's really not as difficult as it sounds, even if it is "poor man's" approach and not a 'real' CMS.

    I also like that since said approach is file-based, I can local test instead of typing the article in on the 'live' copy.
     
    deathshadow, Apr 10, 2014 IP
  5. eidna22

    eidna22 Greenhorn

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #5
    This is my URL guidetonc.com I commented out the fake blog stuff on the news pages. Let me know what you think I can do. I'm open to ideas.
     
    eidna22, Apr 10, 2014 IP
  6. eidna22

    eidna22 Greenhorn

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #6
    Also is there any type of tutorial out there for something like this? I'm more of a graphic artist and SEO.
     
    eidna22, Apr 10, 2014 IP
  7. winnerdomains

    winnerdomains Active Member

    Messages:
    133
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    90
    #7
    Well you can't add a blog to a "Static HTML Site," because then it would not be "Static HTML." If you added a blog it would have to be a Dynamic web page, because a blog would have to generate content and interact with a Database.
     
    winnerdomains, Apr 10, 2014 IP
  8. eidna22

    eidna22 Greenhorn

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #8
    Thanks I think I'll probably end up using WP. My php is just not up to snuff to try and figure out what was suggested above. Thanks for all the replies :)
     
    eidna22, Apr 11, 2014 IP