Jump to content

soma|blog


Soma
 Share

Recommended Posts

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.

  • Like 20
Link to comment
Share on other sites

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.

  • Like 1
Link to comment
Share on other sites

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.

  • Like 2
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...