static-blog
static-blog copied to clipboard
A simple react + markdown blog template repo to create blogs for projects. See it in action on my blog.
Need to add some dark mode styles for pager on blog category pages.
PS C:\Users\username\Desktop\static-blog-main\static-blog-main> npm run build > [email protected] build > FULL=true npm run build-static && npm run build-css && npm run build-js 'FULL' is not recognized as an internal or external...
Add canonical meta tag to all pages (currently only on blog pages)
**Investigate**: Doesn't seem to be picking up user Dark Mode preference on iOS Safari. Dark Mode button works fine though. Could be saving the theme when it shouldn't, or Window.MatchMedia...