In a distant memory I typed some text, pressed "Submit", and had a blog post. Though simple, it lacked finesse; the articles lacked polish. With ea...
For further actions, you may consider blocking this person and/or reporting abuse
I am currently in the process of trying to learn Jekyll so I can build my blog on my local machine and then push to Github Pages. My initial impression is that I'm not crazy about it. Why does it have to be so hard just to set up a blog using markdown? Sigh.
Just start with a free theme from the internet to get up and running quickly (just search "free Jekyll themes"). As time passes, you will find yourself rewriting half the code anyway and adding a heap of stuff.
You can see my blog now vs. the original theme — although I changed a lot behind the scenes SEO and performance-wise as well as the visible changes
That looks really good! Are you still on Github Pages using Jekyll? 😄
Pretty much! I'm still using Jekyll, still using the same original theme – although now I've changed so much of it that it's almost completely different! 😅
Now I use Netlify to host my blog (also free), but the code is still taken from the GitHub repository.
That's awesome! Thanks for sharing.
Hmm.. Are you trying to change templates and such? If not, Jekyll should not be so difficult to start with one of its many themes :).
The only reason I had chosen Jekyll was github.io. Later, I saw that effort as futile and moved to Hugo and Netlify.
Shameless self-plug: github.com/prashanth1k/levelup-you...
One thing I do think Grammarly is great at is removing local jargon from text. A lot of what I write is Pittsburghese which doesn't help globally with people learning proper British English.
For instance, saying something
needs fixed
vsneeds to be fixed
. I will never naturally say the to be, but that's proper English.Interesting read. It is pretty much exactly the same as I am doing it :)
Certainly Reddit can bring a lot of views. As can a post on the front-page of Hackernews.
For anybody who reads stuff regularly, posting what you like to Reddit, Hackernews, and other places, can help the authors a lot!
You use a proportional font and line wrapping for programming? I don't know if I'm impressed or horrified.
The line wrapping depends on the code actually. If a project has a lot of API docs I'll have it on to write those docs easily inline. Other code, like the Leaf compiler, it'll tend to remain off.
But yes, I've divorced myself from monospace fonts. I only ever see those ugly things in places here, like this edit box! Why on earth do comment boxes on the web use monospace fonts?