COGTFO Code of Conduct Proposal
19 5 comments 02 Nov 2015 02:11 u/gtcom (self.programming) in v/programmingComment on: Housecat, my new static site generator
Oh, fuck yeah.
I'm migrating from the clusterfuck that is jekyll to this ASAP!
Comment on: Github disables repository for using the word "retard."
Well, that's retarded...
Comment on: Where should I migrate my projects to (from Github)?
Man, I just set up a github account too...
Comment on: I want to learn C
Downloading it now, thank you.
Comment on: I want to learn C
I've read through some of the kernel source and it's intimidating.
I downloaded the source to wc the other day (it's so small, how complex could it be?) -- I've got a long way to go.
Comment on: I want to learn C
Wish they had a kindle edition. Okay, will be in the mail in 4-5 business days. Thanks.
Comment on: I want to learn C
I'm pretty comfortable with Vim, and I'm a Linux/BSD guy for about 15 years, do I need an IDE?
I'm not against it. On some forums, people say, "Use an IDE, it's easier" others "Use a text editor, you'll learn it better".
I don't have any bad habits yet, so I'll try whatever you guys think will help.
Comment on: I want to learn C
And there's a kindle edition! Thank you, will be downloading this shortly.
{{ content }},{{ page.content }}or{{ post.content }}?{{ post.title }}, right? Nope, use{{ page.title }}. Why? Who gives a shit,{{ page.title }}works, just use it.If I had started with Jekyll, I'm sure I'd have no complaints. Migrating data into Jekyll took me several days of swearing and massaging data into a format that it simply wouldn't quit over.
I switched to Jekyll because of all of the raves from people talking about how awesome it is, and so far, it's okay, but I don't really get what the hoopla was about.
It seems overly complicated. I've got YAML, Liquid and Ruby on top of whatever SASS, oddly specific different ruby markdown parser implementation behavior and who knows what else -- just to generate a static site?
There's a lot of setup and a lot of moving parts which makes it pretty fragile. I'm just trying to host my own notes so I don't have shit scattered over simplenote, evernote, google notes and wherever else. (Yeah, I tried using different "note services" to separate things cleanly but it just resulted in me having shit spread to the four corners of the internet, so I'm corralling things into one big bucket I control now. It's going well, thanks for asking.)
I'm not a Ruby guy. I've learned enough of it to make Jekyll do what I want, but that said, I don't want to be a Ruby guy. I've got it working for now, but I'm looking for something else and I think housecat might be just the thing.
If not, then I have to write my own thing, and I don't really have the time for that right now.