Giter VIP home page Giter VIP logo

blog's Introduction

Blog

My blog.

See this blog post about rewriting this blog from Octopress to babashka.

blog's People

Contributors

axiac avatar bendoerr avatar borkdude avatar darkhogg avatar duckpuppy avatar elbowdonkey avatar fhemberger avatar gisikw avatar haacked avatar imathis avatar lukearmstrong avatar mikl avatar ndbroadbent avatar omo avatar parkr avatar pfista avatar pilif avatar pw avatar rslifka avatar rwdaigle avatar rythie avatar samwhited avatar sjml avatar sp3c73r2038 avatar tgray avatar tomhoover avatar treyhunner avatar vyper avatar yous avatar zlu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

blog's Issues

Atom feed link must be in an href attribute

The atom feed RFC expects the link to be put in an href attribute.

This is also caught by the W3C Validator: https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fblog.michielborkent.nl%2Fatom.xml

This feed does not validate.
line 13, column 75: link must have an href attribute (16 occurrences) [help]
    <link>https://blog.michielborkent.nl/publishing-nbb-project-to-npm.html

The header already uses the correct format.

Was going to submit a PR with the fix but got the following error when running bb render:

$ bb render
Processing markdown for file: posts/publishing-nbb-project-to-npm.md
Processing markdown for file: posts/writing-clojure-highlighter.md
Processing markdown for file: posts/better-clojure-highlighting.md
Processing markdown for file: posts/all-the-ways-to-shell-out-in-babashka.md
Processing markdown for file: posts/oss-highlights-sep-oct-2021.md
Processing markdown for file: posts/speeding-up-builds-fs-modified-since.md
Processing markdown for file: posts/migrating-octopress-to-babashka.md
Processing markdown for file: posts/remote-wsl2-clojure.md
Processing markdown for file: posts/clj-kondo-hooks.md
Processing markdown for file: posts/transducing-text.md
Processing markdown for file: posts/parsing-a-circuit-with-clojure-spec.md
Processing markdown for file: posts/inline-def-debugging.md
Processing markdown for file: posts/one-off-clojure-libraries.md
Processing markdown for file: posts/clojure-from-scala.md
Processing markdown for file: posts/from-leiningen-to-boot.md
Processing markdown for file: posts/my-clojurescript-adventure-at-oredev.md
Processing markdown for file: posts/figwheel-keep-om-turning.md
----- Error --------------------------------------------------------------------
Type:     clojure.lang.ExceptionInfo
Message:  Could not resolve symbol: xml/alias-uri
Location: /tmp/blog/render.clj:148:2
Phase:    analysis

----- Context ------------------------------------------------------------------
144:                      {:body (utils/convert-to (index) :html)}))
145: 
146: ;;;; Generate atom feeds
147: 
148: (xml/alias-uri 'atom "http://www.w3.org/2005/Atom")
      ^--- Could not resolve symbol: xml/alias-uri
149: (import java.time.format.DateTimeFormatter)
150: 
151: (defn rfc-3339-now []
152:   (let [fmt (DateTimeFormatter/ofPattern "yyyy-MM-dd'T'HH:mm:ssxxx")
153:         now (java.time.ZonedDateTime/now java.time.ZoneOffset/UTC)]

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.