Giter VIP home page Giter VIP logo

Comments (9)

Goblin80 avatar Goblin80 commented on August 27, 2024

It's kinda not the makefile's fault.

The build is breaking due to 2 rouge files.

  • src/Classic-bechamel-sauce
  • src/schinkenfleckerl-gratinated

these 2 files should have an .md extenstion and lowercased. which is clearly an oversight on the maintainer.

for the time being, remove theses files and commit.

Since the makefile grabs the list of recipes using git:

ARTICLES = $(shell git ls-tree HEAD --name-only -- $(BLOG_SRC)/ 2>/dev/null)

from based.cooking.

alpo avatar alpo commented on August 27, 2024

I suspected the shell issue because when I replaced all "$(shell" with "$(bash" in the Makefile everything works fine.

from based.cooking.

adeptflax avatar adeptflax commented on August 27, 2024

What's the program that's used for the "markdown" command?

from based.cooking.

surfaceflinger avatar surfaceflinger commented on August 27, 2024

What's the program that's used for the "markdown" command?

discount

from based.cooking.

adeptflax avatar adeptflax commented on August 27, 2024

it doesn't build with css. How do I fix?

from based.cooking.

surfaceflinger avatar surfaceflinger commented on August 27, 2024

Move css manually from data to blog.
make deploy from github actions does that automatically

from based.cooking.

adeptflax avatar adeptflax commented on August 27, 2024

ok

from based.cooking.

adeptflax avatar adeptflax commented on August 27, 2024

There's no link tag in the index.html. make deploy just does rsync.

from based.cooking.

aaraney avatar aaraney commented on August 27, 2024

This comment is not directly related to the above conversation, but instead the overarching subject. I just wanted to note that the Makefile target build will not work on OSX as of c3b8ff6. This is because OSX uses BSD sed instead of GNU sed (to resolve, one option is to install gnu-sed via homebrew). Given the purpose of this project, I don't think this incompatibility requires any attention, I just wanted to note it for others who may come looking in the future.

from based.cooking.

Related Issues (20)

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.