Skeleton icon indicating copy to clipboard operation
Skeleton copied to clipboard

Is this project abandoned ?

Open Swizz opened this issue 8 years ago • 32 comments

Hi.

I see many opened pull requests and issues. It raises on my mind this question.

I have one or two ideas to improve some things.

If this project is abandoned. Could we move to another maintener ?

Kind regards.

Swizz avatar Jan 28 '16 10:01 Swizz

Last commit from @dhg was 29 Dec 2014 so looks like it. There is a fork here that's being actively maintained.

dan1elhughes avatar Jan 28 '16 11:01 dan1elhughes

I created a new Version of Skeleton called Skeleton plus. It was created yesterday so my version will be active. http://github.com/oltmannsdaniel/skeleton-plus

ghost avatar Feb 13 '16 06:02 ghost

I think this is the more appropiate link https://github.com/skeleton-framework/skeleton-framework

cottsak avatar Mar 16 '16 01:03 cottsak

Now is and Sass Version available at https://github.com/oltmannsdaniel/skeleton-plus

ghost avatar Mar 20 '16 10:03 ghost

Well, skeleton-plus or skeleton-framework ? It's look like skeleton-plus is more than the original version, not the same "simple" philosophy, i'm right ? So if i just want a maintained version of skeleton, i'll prefer skeleton-framework ?

ghost avatar Mar 23 '16 16:03 ghost

@Lud-up skeleton-plus is the originial Version with some little extra features

ghost avatar Mar 23 '16 16:03 ghost

@oltmannsdaniel I like skeleton plus for it's responsive menu thanks :-)

ghost avatar Mar 29 '16 11:03 ghost

@oltmannsdaniel What are the new features in your version? If you can share the tutorial or anything about it, then it would be great!!!

naveenlb avatar Aug 06 '16 15:08 naveenlb

@oltmannsdaniel It's ok I got it. Thanks. Looks good man. Appreciate it.

http://oltmannsdaniel.github.io/skeleton-plus/

naveenlb avatar Aug 06 '16 15:08 naveenlb

I've created a black version (very different in style though) of Skeleton, called Meshki. I actively maintain it.

GitHub: https://github.com/Borderliner/Meshki

Showcase: http://meshki.borderliner.ir/

Borderliner avatar Aug 11 '16 14:08 Borderliner

I created a boilerplate based heavily on skeleton using Flexbox grid and sanitize.css. U can find it here: https://github.com/mightyCrow/barebones-css Would appreciate any feedback.

tiaanduplessis avatar Aug 31 '16 23:08 tiaanduplessis

Sad this seems to be abandoned :(

I've used this grid system a while back because I liked how dead simple it is. Glad to see a version of it with https://github.com/skeleton-framework/skeleton-framework. Had no idea that was out there, so thanks!

It's nice to have such a simple grid boilerplate to use in projects that doesn't include a bunch of extras.

tworkman512 avatar Oct 28 '16 15:10 tworkman512

your better off just using this framework its in active dev and very similar https://github.com/Borderliner/Meshki

Bigben83 avatar Oct 31 '16 00:10 Bigben83

@Bigben83 thanks for sharing! Will check that repo out.

tworkman512 avatar Nov 01 '16 14:11 tworkman512

@tworkman512 If you are just looking for a grid system what about rohitkrai03/pills ?

Swizz avatar Nov 02 '16 08:11 Swizz

@Swizz Grid Systems are really useful for starting a new UI framework. But I guess people use Skeleton because it's small, simple and ready to use. That's the exact same goal of Meshki, though it provides more useful components. There's also Skeleton Framework which is developed independently.

Borderliner avatar Nov 02 '16 10:11 Borderliner

@Borderliner I understand the Meshki goals and I appreciate the new common objective of minimal size dependencies carried out by Riot, Umbrella, and Meshki for example.

Few month before, I was on the way of "all features included" HTML/CSS/JS frameworks. But today I moved into more composable and light solutions. I have totally abandoned framework philosophy in favor of libraries.

For CSS stuffs, I overuse of post-css and lost for example ; No more using of CSS Components Full Frameworks, right now I build all stylesheet "from scratch"

Swizz avatar Nov 02 '16 10:11 Swizz

I am using frameworks myself for many projects (mostly Foundation) but they are bloated with features that I actually never need. A 119 KB minified Bootstrap or even 76 KB minified Foundation CSS is simply too much for building websites.

So I was thinking to build a modular framework that consists of 3 parts: typography - grid - and "components" CSS. Developers could use only typography, typography and grid or all 3 parts - or even include certain components separately. And Skeleton would be a great starting point just it's a pity that it's not anymore under active development.

@dhg Dave I am very interested to take over maintenance for the framework if you are willing to hand it over.

jKratzik avatar Nov 14 '16 09:11 jKratzik

@dhg @jKratzik that sounds cool.. what sort of components are you thinking of? I really want to keep this framework alive and active, I love how lightweight and simple it is.

TristanAG avatar Nov 14 '16 18:11 TristanAG

@jKratzik Currently I keep the Skeleton-Plus that is the same base of the skeleton so that already modularized with sass, lately I walk without time to give maintenance I would like to have a look?

https://github.com/oltmannsdaniel/skeleton-plus

1fabiopereira avatar Nov 15 '16 13:11 1fabiopereira

@dhg , the creator of Skeleton is working for Twitter Bootstrap now. So this project is abandoned. Check out his pic in the link http://themes.getbootstrap.com/

naveenlb avatar Dec 04 '16 14:12 naveenlb

Ill just leave this here: https://medium.com/@dhg/dear-skeleton-452f4bb07d69#.o5zujlr5i

ShashankaNataraj avatar Dec 12 '16 03:12 ShashankaNataraj

@ShashankaNataraj Based on the medium article, it seems like @dhg abandoned skeleton once and pick it up again. And that was on Dec 9, 2014 (when Skeleton 2.0 launched). But the last commit for skeleton is Dec 29, 2014...so it looks like @dhg's commitment to Skeleton for the second time lasted for......20 days?

Still a great framework nonetheless, I learned a lot by just reading through the code

jimrrchen avatar Jan 05 '17 00:01 jimrrchen

Of course. It's very amusing that such a simple code can do so much. Though it has some bugs, and lacks some useful features like navigation bars, footers, has mediocre font, etc.

Borderliner avatar Jan 05 '17 01:01 Borderliner

@jimrrchen Yes, its a simple project that does what it does very well. Though Id have liked it more if SCSS splits were available so I could avoid loading parts of skeleton that I dont like and create a custom build... But, great framework nonetheless.

Also anyone looking at this should also look at https://github.com/rohitkrai03/pills if they're looking for a minimalistic CSS grid lib.

ShashankaNataraj avatar Jan 06 '17 02:01 ShashankaNataraj

@ShashankaNataraj Nice suggestion about SCSS splits. I'll rewrite Meshki as soon as possible, so that users can make custom builds. Thank you.

Borderliner avatar Jan 06 '17 11:01 Borderliner

Check this out its the basically the same concept but with flex-box http://milligram.io/

EminezArtus avatar May 29 '17 05:05 EminezArtus

If anybody has a solid knowledge of flex-box, I'd really appreciate if once could help me implement it for Meshki. <3

Borderliner avatar Jun 13 '17 07:06 Borderliner

CSS Grid makes even flex-based responsive frameworks obsolete and unnecessary. Move on. Hopefully there will be frameworks that are just about consistent theming or whatnot and not about the grid.

lunarcloud avatar Apr 04 '18 18:04 lunarcloud

I'm a bit late commenting here, but I created a fork called skeleton-flexbox to replace Skeletons grid with a flexbox grid. Version 3 uses Skeleton with flexbox-grid (http://flexboxgrid.com), which I find very nice to use.

Feel free to check it out, and would appreciate any feedback: https://github.com/andreobriennz/skeleton-flexbox

I'll also look at splitting it into different SCSS files next week, and possibly add some variables for colors, etc

andreobriennz avatar Jun 29 '18 02:06 andreobriennz