hydenjekyll.org

hydenjekyll.org

A hyde n' jekyll static admin dashboard or frontend for a Drogon backend. This frontend admin dashboard works in alignment with Jekyll's static site generator.

Summary

This web application is the core website for HydenJekyll.org. It is a live JAMstack (Jekyll, API's, Markup) of a website with micro services that includes all the bells and whistles for comments, content management systems (CMS), site generators, blog posts, git version management, progressive web applications (PWA), and much more.

Our stack architecture reflects minimal need for Javascript, Php and Sql and preserves the speedy reactivity of the modern web architecture.

Our architecture trumps in security, file size and modularity, while expediting sonic load times and reducing the learning curve for web developers and editors alike!

We focus on quality design and content; while creating increased portability, automated testing, speedy load times and secure lightweight web apps.

No proprietary operating system dependencies required, only Docker Engine super machines and some tender love and care (TLC).

Architecture Features

  • JAMstack (Jekyll, API's, Markup)
  • Lightweight, Responsive & Static!
  • SCSS ready!
  • Developer Friendly!
  • Editor Friendly!
  • Docker Super Machines!
  • CSS Framework Integration + Font Awesome Icons!
  • Web3 Ready!
  • Blog ready with collections and pagination.
  • Drogon Web Server Ready with Htmx Support!

Jekyll Plugins

  • Menus
  • Tagging
  • Archives
  • Pagination v2

CSS Frameworks

  • Simple Grid
  • Pico
  • Font Awesome

JS Plugins

  • Htmx

Socials

Development

API's

  • Drogon Web Server C++

System Requirements (Development)

  • Install & Configure Docker Engine (Community)
  • Install & Configure Docker-Compose
  • Install & Configure Git
  • Install & Configure Drogon Web Server

All Ruby dependencies are created and stored in a Docker container. Currently, the integration is maintained with Ubuntu 20.04 LTS Linux operating system, although, it is possible to use with Macintosh or Windows. The setup with docker and docker-compose will be similar as the Linux workflow; please see Further Reading for more details or get involved at: https://discord.gg/jB4mXBsZjd.

Clone, Build & Launch

  1. git clone https://github.com/sharpetronics/hydenjekyll.org
  2. cd hydenjekyll.org
  3. docker compose up
  4. open a web browser and navigate to: localhost:4000

Interact with a local Drogon Web Server API

SEE https://github.com/drogonframework/drogon

Htmx is already included in the framework and ready to interact with the Drogon Web Server

Happy Hacking!!! :star:

Further Reading