Coder Social home page Coder Social logo

solita.github.com's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

solita.github.com's Issues

Avatar image is a link, but href is empty

Avatar pics are clickable, but the href does not point to real content (only #).

Some options for content:

  • Filter post based on that writers account (so that pressing my picture you would only see my posts)
  • Link to writers homepage
  • mailto

Remove AddThis social sharing buttons

We should probably remove AddThis social sharing buttons, as they can be tracking the users (?). The main Solita site is not using AddThis either. We could just copy the main site's share buttons here as well? Does anyone even use sharing buttons in 2022?

Add header for footer links

There are links to other Solita blogs in the footer. We know they are Solita's blogs, but outsiders won't. So we need to add a description which will the what the links are.

E.g. "Solita's other blogs:"

GitHub Pages build is broken

See failed build here https://github.com/solita/solita.github.com/actions/runs/7897753738

Probably caused by GitHub updating some dependencies of the built in Pages builder.
We can be more in control here by starting to use a custom GitHub Action to do the Jekyll build for generating and deploying GitHub Pages instead of using the current zero-config process.

Seems like these issues are related to the problem:

From what I understand it seems the issue manifests when using actions/jekyll-build-pages versions 1.0.10 or 1.0.11 (currently latest and default for GH pages classic build) but you could use older 1.0.9 via custom GH action. The open issue above is in the main jekyll repository so that Jekyll 3.9.4 and 3.9.5 apparently have some issue but that alone doesn't seem to cause the problem in this repo as even those versions seem to work fine in some situations (e.g. when testing locally). Maybe it's a combinations of dependencies that triggers the problem when using those latest versions of jekyll-build-pages.

New slogan/description to header

Current "Solita developer blog" is lame.

Maybe something like:

  • Everything from coffee to functional programming"
  • Programming motherfucker

Post your ideas here! :)

Fix heading structure

Blog posts are generated from markdown. It's pretty natural to structure the headings starting from h1 (# heading) in markdown, but this results in bad heading structure in the resulting web page. At the moment we have pages that look like this:

<h1>Blog post title from markdown frontmatter</h1>
<h1># First level heading from markdown</h1>
<p>...</p>
<h2>## Second level heading from markdown</h2>
<p>...</p>
<h1># First level heading from markdown</h1>
<p>...</p>

Correct structure would be

<h1>Blog post title from markdown frontmatter</h1>
<h2># First level heading from markdown</h2>
<p>...</p>
<h3>## Second level heading from markdown</h3>
<p>...</p>
<h2># First level heading from markdown</h2>
<p>...</p>

We should limit the headings generated from markdown to be no higher level than h2. Some posts might start from h2 already, so we cant just do heading + 1.

Tag Cloud

A tag cloud would make it easier to find posts related to one topic. Surely there is a way to implement them in Jekyll + GitHub Pages? Also, we'll need to add tags to all the old posts.

Tags are case sensitive

The tags are case sensitive which means there appears duplicates like "JavaScript" and "Javascript" which doesn't make much sense, at least to me. IMO, they should be case insensitive making the browsing via tags a little easier.

image
image

Gravatar integration

Add gravatar image to each post. Could configure in _config.yml for each author.

Add tw:via="SolitaOy" to tweet button

jarnopeltoniemi commented 2 days ago
Ei suurta merkitystä, mutta laittaisko tuohon tweet-nappiin tw:via="solitaoy". Tulisipa mainittua Solita jakaessa.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.