Skip to content

Instantly share code, notes, and snippets.

View matbrgz's full-sized avatar
🏠
Working from home

Matheus Breguêz matbrgz

🏠
Working from home
View GitHub Profile

Book Viewer

Weekend Project. I wanted to build a book viewer that was browsable, searchable and show details of each individual books.

A Pen by Joe on CodePen.

License.

#!/usr/bin/env bash
# Author: MatheusRV
# Source: Author and Specific Documentation
# License: GNU GPLv3
# Instructions: Download, exec chmod +x' then run.
# Just run curl -O https://gist.githubusercontent.com/MatheusRV/e2e88118f29c62b6770463573de5baf3/raw/wslinstall.sh && sudo chmod +x wslinstall.sh && sudo ./wslinstall.sh
clear

+++ title: Proposta Técnica e Comercial Software House description: Esse documento contem uma proposta matadora para garantir suas vendas. template_version: 0.1.0 template_author: Matheus Breguêz language: pt-BR

builder_schema: variables:

@matbrgz
matbrgz / README.md
Created February 24, 2025 01:30 — forked from MichaelCurrin/README.md
Jekyll - how to build a REST API

Jekyll - how to build a REST API

Serve your data as static JSON

How to make a read-only JSON REST API using Jekyll.

This doesn't need any Ruby plugins - you just use some built-in templating features in Jekyll 3 or 4.

You will end up with a single JSON file contains data for all pages on the site, and another JSON file of just posts. Alternatively, you can replace every HTML page and post with a JSON version.