Introducing Syte, An open sourced personal site that has social integrations
31–40 of 81 posts
Re: Introducing Syte, An open sourced personal site that has social integrations
#32Clicking on twitter en the menu just takes me to the twitter account. I guess I'm missing something?
Re: Introducing Syte, An open sourced personal site that has social integrations
#33Re: Introducing Syte, An open sourced personal site that has social integrations
#34Re: Introducing Syte, An open sourced personal site that has social integrations
#35Spotted a bug on this. If you go back or forward in your browser to a blog post, it just shows a bunch of JSON code. You have to reload to get the site to properly show.
Also, middle-clicking a link opens it in the same tab/window. Is that intentional?
Re: Introducing Syte, An open sourced personal site that has social integrations
#36Spotted a bug on this. If you go back or forward in your browser to a blog post, it just shows a bunch of JSON code. You have to reload to get the site to properly show.
Also, middle-clicking a link opens it in the same tab/window. Is that intentional?
Re: Introducing Syte, An open sourced personal site that has social integrations
#37This looks really cool, the world needs more stuff like this. One minor complaint is with the scrollable slide-outs. When you scroll down through a slide-out like the Instagram one, and reach the bottom, the page behind starts scrolling. This is a common problem, and why I dislike using scrollable areas on web pages in the first place. There must be a good way to fix this. I just don't want the outside area to scroll…
Re: Introducing Syte, An open sourced personal site that has social integrations
#38Also, I personally found it surprising that a second click on one of the social links (e.g. Github) opens the full page on Github. I expected it to be a toggle where the second click would make the Github tab disappear. Not sure if that's just me, but maybe a separate "pull out" or "full window" icon you can click would be more intuitive.
Re: Introducing Syte, An open sourced personal site that has social integrations
#39Re: Introducing Syte, An open sourced personal site that has social integrations
#40Spotted a bug on this. If you go back or forward in your browser to a blog post, it just shows a bunch of JSON code. You have to reload to get the site to properly show.
Also, middle-clicking a link opens it in the same tab/window. Is that intentional?
Could be changed to only preventDefault/stopPropagation if it doesn't match one of the specially tagged links, or by setting up a different selector for the specially handled links.