-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can i customize my blog? #19
Comments
I'd recommend that you start from the git clone [email protected]:YusufHegazy/oneblog.git
git switch --orphan next
git pull [email protected]:onegraph/oneblog next Then if you go through the setup instructions, you can get your blog to run locally: https://github.com/OneGraph/oneblog#setup From there, you can make changes to Posts.js to display titles only like Stepan's blog. |
I did that and got it working nice and clean locally. |
Are you pushing the |
Aah, I've probably been pushing to the wrong branch, my bad! |
Been trying to make some modifications to the stock blog i have deployed but I can't seem to understand how all of this works together!
For example, I just want to display the titles like in Stepan's Blog
The text was updated successfully, but these errors were encountered: