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
- Host: GitHub
- URL: https://github.com/rockchalkwushock/my-blog
- Owner: rockchalkwushock
- License: mit
- Created: 2017-05-24T19:02:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-21T04:04:13.000Z (about 8 years ago)
- Last Synced: 2025-02-13T22:53:00.374Z (8 months ago)
- Topics: blog, disqus, google-analytics, nextjs, now, react, scrimba, youtube
- Language: JavaScript
- Homepage:
- Size: 649 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-blog
[](https://github.com/zeit/next.js)
[](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.