:syringe: Typing, is a template for Jekyll built especially for those who want to have a blog and pages quickly and lightly.
Typing is a Jekyll template designed for those who want to quickly and easily create a blog or website. The template follows a simple and lightweight approach, prioritizing high performance across different browsers and mobile devices. It comes with pre-built pages for "Blog," "Projects," "Search," "Contact," "Tags," "Summary," "404," and "About." Users can modify these pages as needed. The template also includes a resume page that can be printed using browser shortcuts or a print button. Additionally, there is a template for posting to the "welcome-to-jekyll.md" file. The contact page utilizes the Formspree feature and requires users to have an account and add their email and endpoint to the _data/informations.yml file.
HTML templates are pre-designed and pre-built web pages that can be customized and used as a basis for building websites. They often include common elements such as headers, footers, menus, and content sections, and can be easily edited using HTML and CSS to fit specific branding and content needs.
Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.
Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.
Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.