Giter Site home page Giter Site logo

manunaeira.github.io's Introduction

ManuNaEira Personal blog / website

This is the repository of my personal website / blog.

1. Requirements

Following is the wish-list of features I would like to have available on the website. Every technology or solution adopted to build the website will be checked against them.

1.1. Environment

  • Test changes before deployment.

1.2. Site

  • Good SEO performance.
  • Search engine.
  • Tags and collections.
  • Light and dark mode.
  • Multi-language.
  • Get CV .pdf.

1.3. Post's format

  • Code blocks - Format based on language.
  • Code blocks - line numbers.
  • Code blocks - Copy button.
  • Math expressions.
  • Callout sections.
  • Toggle sections.
  • Footnotes. See in this page an example.
  • Web bookmarks, media embeds, etc. like Notion.

1.4. Post's features

  • Table of Contents always visible while scrolling down.
  • Button return to top in long posts.
  • Both published and last modified date.

2. Solutions

2.1. GitHub pages & Jekyll build on server

Using the minimal-mistakes theme.

2.1.1. Requirements checklist

2.1.1.1. Environment
  • Test changes before deployment. By using branches and building Jekyll locally.
2.1.1.2. Site
  • Good SEO performance.
  • Search engine.
  • Tags and collections.
  • Light and dark mode.
  • Multi-language.
  • Get CV .pdf. Looks it could be possible link. But note it won't be efficient to store the .pdf file directly in Git and keep updating it.
2.1.1.3. Post's format
  • Code blocks - Format based on language.
  • Code blocks - line numbers.
  • Code blocks - Copy button.
  • Math expressions. Not by default. But there is a workaround to achieve it: Adding Mathjax script to _includes folder. [link 1], [link 2, from the minimal-mistakes theme author].
  • Callout sections.
  • Toggle sections. Partial support. Toggle button is seen but the content inside is not parsed by markdown. We could use the Liquid filter markdownify to capture the inside of the toggle section and force it to be parsed as markdown (see here an example for callouts/notify sections), but it is not working so far, at least for headings #. Another option is to use HTML buttons like shown here.
  • Footnotes. See in this page an example.
  • Web bookmarks, media embeds, etc. like Notion.
2.1.1.4. Post's features
  • Table of Contents always visible while scrolling down.
  • Button return to top in long posts.
  • Both published and last modified date. Last modified date available, but it appears at the end of the post and not at the very beginning as the main date related to the post, as it can be seen in this one.

2.2. GitHub pages & Jekyll build locally and pushed site

manunaeira.github.io's People

Contributors

manunaeira avatar

Watchers

 avatar

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.