Web dev articles

36 bookmarks
Newest
Obsidian to Hugo based static Github pages • x1sec
Obsidian to Hugo based static Github pages • x1sec
Use Github actions workflow to automate convert and publish Obsidian markdown to a static website hosted for free on Github pages
·blog.x1sec.com·
Obsidian to Hugo based static Github pages • x1sec
GitHub Stars and the h-index: A Journey
GitHub Stars and the h-index: A Journey
Starring a repo on GitHub is an easy way to tell its author that you appreciate their work. It only takes one click!
·danvdk.medium.com·
GitHub Stars and the h-index: A Journey
PHP: Habilitar extensión de Postgres PDO en Windows - Parzibyte's blog
PHP: Habilitar extensión de Postgres PDO en Windows - Parzibyte's blog
Para comenzar a trabajar con PDO y la base de datos Postgres (también conocida como PostgreSQL) en Windows es necesario habilitar la extensión de PDO Postgres, si no lo hacemos, aparecerá el siguiente error: Tabla Leer más…
·parzibyte.me·
PHP: Habilitar extensión de Postgres PDO en Windows - Parzibyte's blog
Frontend-master · GitHub
Frontend-master · GitHub
All things that you must learn about it to run on the road into the front-end world. - GitHub - thuongtruong1009/frontend-master: All things that you must learn about it to run on the road into the...
·github.com·
Frontend-master · GitHub
Testing Hugo Shortcodes
Testing Hugo Shortcodes
Today, I’m just testing out a few new Hugo shortcodes I added to the site. I’ve culled these from around the internet, and hacked together some of my own. You might find them useful, if you’re doing static blogging yourself. You can find all the code on the repo for this site, found here. As I do more and more blogging from the static site generator, this sort of thing will be more and more useful to me, at least.
·gmgauthier.com·
Testing Hugo Shortcodes
How To Use Display Flex In CSS, Flexbox Working With Example
How To Use Display Flex In CSS, Flexbox Working With Example
Understand the working of Flexbox Containers and Items with interactive demos. Flexbox Terminology and Properties Explained. Learn about Compatible Flex values.
·imjignesh.com·
How To Use Display Flex In CSS, Flexbox Working With Example
It's Time to Get Back Into RSS
It's Time to Get Back Into RSS
A lot of people who were on the internet in the early 2000's remember something called RSS. It stands for Really Simple Syndication, and it allowed
·danielmiessler.com·
It's Time to Get Back Into RSS
Framework integrations - Netlify Docs
Framework integrations - Netlify Docs
Netlify builds, deploys, and hosts your frontend. Learn how to get started, find examples, and access documentation for the modern web platform.
Hugo Our docs provide an overview of Hugo on Netlify, while the Hugo docs include task-based instructions for deploying Hugo to Netlify. The typical build settings are as follows: Build command: hugo Publish directory: public
This is the framework that I am using.
Jekyll If your site is built with Jekyll, make sure you have a Gemfile and a Gemfile.lock checked into your repository, specifying the Jekyll version you want to use. The typical build settings are as follows: Build command: jekyll build Publish directory: _site
·docs.netlify.com·
Framework integrations - Netlify Docs
How-web-works · GitHub
How-web-works · GitHub
What happens behind the scenes when we type www.google.com in a browser? - GitHub - vasanthk/how-web-works: What happens behind the scenes when we type www.google.com in a browser?
·github.com·
How-web-works · GitHub
Setting up a Proper Multilingual Site with GitHub Pages and Jekyll
Setting up a Proper Multilingual Site with GitHub Pages and Jekyll
Jekyll and GitHub Pages are a match made in heaven. The idea of a “flat-file CMS” whose content is compiled into static files that are pushed to a repository and then served as a public website is simply beautiful. Not just that, but it fixes everything that is wrong with normal content management systems. Versioning comes out of the box. There is no need to worry about PHP vulnerabilities, SQL injections etc. because - uh - we’re just serving static files here. If you have ever had to maintain a Wordpress installation you know the pain. Performance is a blast because - uh - we’re just serving static files ;-). In fact, when you host your static site (with a correctly configured domain record) on GitHub Pages everything is backed by their super fast CDN by default!
·klaasnotfound.com·
Setting up a Proper Multilingual Site with GitHub Pages and Jekyll
Making Jekyll multilingual – Sylvain Durand
Making Jekyll multilingual – Sylvain Durand
Jekyll has a very flexible design that allows a great freedom of choice, allowing the user to simply introduce features that are not integrated into its engine. This is particularly the case when one wants to create a multilingual website: while CMS remain very rigid and often require plugins, few filters are sufficient to achieve it with Jekyll. This article aims to present a way to create a multilingual site with Jekyll.
·sylvaindurand.org·
Making Jekyll multilingual – Sylvain Durand
Creating a Multilingual Blog With Jekyll | Forestry.io
Creating a Multilingual Blog With Jekyll | Forestry.io
Reaching an international audience means having international content. Having your content available in multiple languages is great for maximizing your potential audience. On top of that, ensuring your multilingual site’s content is easy to edit is especially important, to enable translators without development experience to work effectively and reduce the incidence of translation errors. In this post, I will explore how to set up a Jekyll site to support multiple languages, and use Forestry to provide an interface for creating translations.
·forestry.io·
Creating a Multilingual Blog With Jekyll | Forestry.io