Skip to content

Akashic101/blog

Repository files navigation

Blog

Blog's logo

This is the repo of my personal blog powered by 11ty. You can access it under https://blog.davidmoll.net or via RSS at https://blog.davidmoll.net/feed.xml

How It Works

  1. Each article gets written in Markdown
  2. 11ty converts all files into HTML upon launch of the project into a folder called _site
  3. The website is managed by nginx and accessible via Cloudflare Tunnels

Patch Notes

Version 1.0.2

  • Added Atom feed
  • Added uptime-stats
Previous versions

Version 1.0.1

  • Added lighthouse scores to stats
  • Added post-graphs to stats

Version 1.0.0

  • Moved hosting to Raspberry Pi 4B

Version 0.2.1

  • Added support for footnotes
  • Added support for anchors
  • Added collapsible metadata-table for each blog-post
  • Added size of build to stats

Version 0.2.0

  • Added tags and tags-collection
  • Modularized code
  • Added filesize-info per post

Version 0.1.0

  • Added comments
  • Made website dark-mode by default

Version 0.0.2

  • Added icons
  • Added support for Open Graph
  • Cleaned up templates
  • Minimized images and build code

Version 0.0.1

  • Added index
  • Added about-me
  • Added archive
  • Added first articles

Roadmap

  • Full coverage of WCAG 2.2 and eventually WCAG 3.0
  • Better design
  • Improved hosting similar to LOW←TECH MAGAZINE

Icons

All icons were generated with RealFaviconGenerator v0.16

Installation

  • Clone this repo with git clone https://github.com/akashic101/blog
  • Navigate into this repo with cd blog
  • Install all dependencies with npm install
  • Create a .env and supply PAGESPEED_API_KEY
  • Build the site with npx @11ty/eleventy or serve it with npx @11ty/eleventy --serve
  • Navigate to http://localhost:8080 to see the website

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published