bchiang7 / v4

Fourth iteration of my personal website built with Gatsby
https://v4.brittanychiang.com/
MIT License
7.54k stars 3.74k forks source link

Support to add blogs #73

Closed kushthedude closed 4 years ago

kushthedude commented 4 years ago

Gatsby supports the addition of blogs & documentation to its framework. Does this template can also support blogs?

bchiang7 commented 4 years ago

Hi @kushthedude, to be clear this repo is for my personal site -- it's not meant to be a template! However it does support the concept of "posts" here

kushthedude commented 4 years ago

Thanks for your reply @bchiang7 , Can we use this site as a portfolio without removing your proprietary logo in the bottom which redirects to the original repository? Please let me know if using the site with giving design & building credits to you is liable or not .

bchiang7 commented 4 years ago

Obviously I would appreciate it if you gave me credit! Please see the readme

kushthedude commented 4 years ago

Obviously I would appreciate it if you gave me credit! Please see the readme

Thanks for creating such a wonderful portfolio website.

siddhpurakaran commented 4 years ago

Hi @kushthedude, to be clear this repo is for my personal site -- it's not meant to be a template! However it does support the concept of "posts" here

what will be url of that posts ? something like this : xyz.github.io/posts/post1

Caruso33 commented 3 years ago

@siddhpurakaran The content/posts markdowns are reachable at http://localhost:8000/pensieve/ and the single posts then like e.g. http://localhost:8000/pensieve/docker-error.

The react component you find at pages/pensieve directory.