Soma Posted December 15, 2013 Share Posted December 15, 2013 I just went ahead and did what I wanted to do since a long time. Yesterday at this time there was nothing. Now there's this: http://soma.urlich.ch/ My old portfolio, taking dust, is gone for good! Now I have new shiny blog. Starting with zero, this took a couple hours to setup a complete custom blog. I'm still working out details here and there and adding new stuff I still want to. But what I need and wanted is there now roughly. Some things used in this ProcessWire site: - ModulesManager (of course) - Hanna Code - Repeaters (for the inline code snippets added to content by some Hanna code) - Rainbow JS for the highlighting (http://craig.is/making/rainbows/) - PW Comments Core module - RSS Feed Core module - Markup Twitter Feed (http://modules.processwire.com/modules/markup-twitter-feed/) - Pocketgrid (there's no good grid system other than this http://arnaudleray.github.io/pocketgrid/) - FontAwesome Icon Font No frameworks used except PW. I hope I'll find time to write some things about web dev in general and ProcessWire. Hope you step by now and then. 20 Link to comment Share on other sites More sharing options...
Martijn Geerts Posted December 15, 2013 Share Posted December 15, 2013 Soma Great, Don't forget to mention some of your gists 2 Link to comment Share on other sites More sharing options...
pwFoo Posted December 15, 2013 Share Posted December 15, 2013 Hi Soma, I like your blog. Good job If you add a feature to follow your blog posts/ PW tutorials I'll be there - Pocketgrid (there's no good grid system other than this http://arnaudleray.g....io/pocketgrid/) Searching a long time for a good grid solution, but already after a first look at PocketGrid... awesome! Many thanks! 1 Link to comment Share on other sites More sharing options...
Soma Posted December 15, 2013 Author Share Posted December 15, 2013 Thanks guys. @martijn, yes I added some more links @xeto, just added a RSS feed. Let me know if it works out for you. Link to comment Share on other sites More sharing options...
Craig Posted December 15, 2013 Share Posted December 15, 2013 Looks excellent! I think I'll go and add the RSS feed to my reader 1 Link to comment Share on other sites More sharing options...
Macrura Posted December 16, 2013 Share Posted December 16, 2013 awesome! Lastest Posts = Latest Posts (?) 1 Link to comment Share on other sites More sharing options...
diogo Posted December 16, 2013 Share Posted December 16, 2013 Looking great Soma! Can't wait to start reading your posts. I hope they will be many Completely personal preference, but I think that with .block-group{margin-top:-15px} and .masthead{padding-bottom:5px} the blog would look even better. 1 Link to comment Share on other sites More sharing options...
arjen Posted December 16, 2013 Share Posted December 16, 2013 He did it. Just subscribed and looking forward to your posts. 1 Link to comment Share on other sites More sharing options...
totoff Posted December 16, 2013 Share Posted December 16, 2013 great. seems as everybody is blogging these days. how do you get the spare time for this? anyway, looking forward to interesting posts. right the first one about file downloads has helped me a lot. thanks for it! 2 Link to comment Share on other sites More sharing options...
pwFoo Posted December 16, 2013 Share Posted December 16, 2013 Subscribed at my Android phone. Works fine 1 Link to comment Share on other sites More sharing options...
MatthewSchenker Posted December 16, 2013 Share Posted December 16, 2013 Greetings, Looking good! You have so much material here on the forum and elsewhere that you should have no trouble making this blog a full experince very soon! Will definitely watch your progress. Thanks for sharing, Matthew 1 Link to comment Share on other sites More sharing options...
Martijn Geerts Posted December 16, 2013 Share Posted December 16, 2013 let the leech begin ! Link to comment Share on other sites More sharing options...
Manfred62 Posted December 16, 2013 Share Posted December 16, 2013 nice, already subscribed via rss. maybe use overflow: auto for the <pre>? 1 Link to comment Share on other sites More sharing options...
diogo Posted December 16, 2013 Share Posted December 16, 2013 Manfred, that doesn't happen to me Link to comment Share on other sites More sharing options...
Manfred62 Posted December 16, 2013 Share Posted December 16, 2013 you're right... Tested in latest Chrome and Safari - no problem. Only in actual Firefox and Firefox beta I have this behaviour. A bug? Link to comment Share on other sites More sharing options...
Soma Posted December 16, 2013 Author Share Posted December 16, 2013 nice, already subscribed via rss. maybe use overflow: auto for the <pre>? soma.jpg What Browser? This is handled by the Rainbow JS CSS with word-wrap: break-word; which will wrap long lines. Link to comment Share on other sites More sharing options...
diogo Posted December 16, 2013 Share Posted December 16, 2013 I can confirm the problem in Firefox. Link to comment Share on other sites More sharing options...
pwFoo Posted December 16, 2013 Share Posted December 16, 2013 Works fine with Chrome (line break) and get a scrollbar in Firefox 26.0. Text not break out of the layout... Link to comment Share on other sites More sharing options...
Soma Posted December 16, 2013 Author Share Posted December 16, 2013 I added overflow: auto for the poor ones , jk Not sure what's better, but will let it for now. Link to comment Share on other sites More sharing options...
Soma Posted December 16, 2013 Author Share Posted December 16, 2013 Thanks guys for all the great feedback. I've been adding some new stuff and working on many details. I updated my first post with what is used. I've also added a fix for the overflow issue in pre code boxes: white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; Thanks for those who decided to follow my blog already, so I just need to write something interesting. But that makes it more fun when you know people are watching. 2 Link to comment Share on other sites More sharing options...
Macrura Posted December 17, 2013 Share Posted December 17, 2013 Lato rules Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now