Search found 117 matches

by kaaleth
Fri Jan 22, 2016 6:24 am
Forum: Themes
Topic: [THEME] Pureblog based on purecss framework
Replies: 12
Views: 7979

Re: [THEME] Pureblog based on purecss framework

The theme is a simple port of purecss framework that you can find here.

http://purecss.io/layouts/
by kaaleth
Thu Jan 21, 2016 8:55 pm
Forum: Themes
Topic: [THEME] Pureblog based on purecss framework
Replies: 12
Views: 7979

Re: [THEME] Pureblog based on purecss framework

Theme has been updated:

- update to the bludit 1.0 beta 3,
- [fixed] date for posts,
- [fixed] image responsive,
- [fixed] small bugs.

Source: here
Download: here
by kaaleth
Thu Jan 21, 2016 7:33 pm
Forum: General
Topic: Bludit v1.0 BETA 3
Replies: 14
Views: 7241

Re: Bludit v1.0 BETA 3

Why you changed names of all folders? That looks strange... :?

Moreover, fresh installation is broken(?)
Bez tytułu.png
Bez tytułu.png (15.52 KiB) Viewed 2473 times
by kaaleth
Wed Jan 20, 2016 6:06 pm
Forum: General
Topic: questions about Bludit
Replies: 6
Views: 3660

Re: questions about Bludit

1. There is no tool to migrate from Nibbleblog to Bludit. Probably, you should use copy&paste method. :D
2. You don't need any plugins for that. Those features you can find and use for any websites.
by kaaleth
Tue Jan 19, 2016 6:08 am
Forum: General
Topic: Bludit v1.0 BETA 3
Replies: 14
Views: 7241

Re: Bludit v1.0 BETA 1

Ok, thanks
by kaaleth
Mon Jan 18, 2016 9:01 pm
Forum: General
Topic: Bludit v1.0 BETA 3
Replies: 14
Views: 7241

Re: Bludit v1.0 BETA 1

3. There is no possible to change language in installator mode. It shows english only.
4. Auto-tags do not work.

Seems like it is deeeeeep beta :) .
by kaaleth
Mon Jan 18, 2016 5:20 pm
Forum: General
Topic: Bludit v1.0 BETA 3
Replies: 14
Views: 7241

Re: Bludit v1.0 BETA 1

1. Seems like theme list does not work.
2. How to implement cover function for themes?
by kaaleth
Sat Jan 16, 2016 11:19 am
Forum: General
Topic: Suggestions for new themes
Replies: 14
Views: 8296

Re: Suggestions for new themes

Me too... but I will wait for 0.8 version. It has a lot of nice features...
by kaaleth
Thu Jan 14, 2016 8:03 pm
Forum: Themes
Topic: [THEME] Pureblog based on purecss framework
Replies: 12
Views: 7979

Re: [THEME] Pureblog based on purecss framework

If you would like to show responsive image you have to use pure-img class.

but you can simply open pure_blog/css/blog.css file and add new class:

Code: Select all

img {
	max-width:100%;
	height:auto;
	display:block
}
it will make all images as responsive.


I will update theme in repository.
by kaaleth
Thu Jan 14, 2016 6:59 pm
Forum: Themes
Topic: [THEME] Pureblog based on purecss framework
Replies: 12
Views: 7979

Re: [THEME] Pureblog based on purecss framework

I forget to add translation for "W". This means "Under" and it will be fixed as soon as possible. I don't know where are your problems. You could make some screenshots... :( I know you changed your blog's theme but for now, I have to discover those problems by myself. PS What is ...