An open API service indexing awesome lists of open source software.

https://github.com/rockchalkwushock/my-blog

My website/blog built using Next.js
https://github.com/rockchalkwushock/my-blog

blog disqus google-analytics nextjs now react scrimba youtube

Last synced: 7 months ago
JSON representation

My website/blog built using Next.js

Awesome Lists containing this project

README

          

# my-blog

[![Next](https://img.shields.io/badge/built%20with-next.js-orange.svg?style=flat-square)](https://github.com/zeit/next.js)
[![Now](https://img.shields.io/badge/deployed%20with-now--cli-orange.svg?style=flat-square)](https://github.com/zeit/now-cli)

My blog/website built using Next.js.

## rcws-development@2.0.0

### Migrate to Scrolling Layout.

This will mean not showing a navbar when at the top of the page & at a specific waypoint adding the navbar for easy navigation for the user. Look into [react-waypoint](https://github.com/brigade/react-waypoint) for this feature.

Blog posts will still link to their individual pages.

The `About Page` & `Tutorial Page` will be a part of the main layout & links from them will link out to external sites.

## TODO

- [ ] Read up on `react-waypoint`.
- [ ] Migrate to scrolling layout.