Giter VIP home page Giter VIP logo

farischebib.is's Introduction

farischebib.is

Repo of the build files (and open drafts of posts, in addition to their raw contents) for the online site farischebib.is.

Installation

  1. gem install bundler --user-install
  2. bundle install
  3. bundle exec jekyll serve
  • Optionally, serve date-less draft posts (typically in _drafts) with --drafts
  1. Set up python for thumbnailer:
  2. python3.11 -m venv .venv
  3. . .venv/bin/activate
  4. pip install -r requirements.txt
  5. python scripts/webify_imgs.py will create thumbs in the imgs directory and is by default in 3000px and 1920px width

Writing

  1. Create a post in one of the categories under _posts
  2. Run python scripts/webify_imgs.py
  3. Add front-matter referencing the updated images. Note image2 is for mobile browsers. For example:
  4. Manage in cloudflare using actions, making a PR or branch will spawn a test branch.
---
layout: post
title: Leading Through Service
category: leading
category_image: "/imgs/moods/sailboat_wide.jpg"
image: "/imgs/thumbs/moods/pink_and_wilted_3000.jpg"
image2: "/imgs/thumbs/moods/pink_and_wilted_1920.jpg"
---

TODO

  • Get some mood images going in a moods folder
    • Get some videos uploaded
    • Get some audio captures up
  • Play around with posts on-the-go
  • Link to mastadon
  • Show deprecation of twitter link
  • Make a “meta” connection back to this repo
  • Write more articles
    • Some ideas on education in the python space
    • Ideas on the role of libraries and how participate
    • “B” Corp vs Non-profit experiences
    • Expand on “Event Data Loops” vs Microservices
    • On Meetups
      • On Meetups… in 2023 (and post-COVID)

farischebib.is's People

Contributors

dependabot[bot] avatar octaflop avatar

Watchers

 avatar  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.