Giter VIP home page Giter VIP logo

astro-theme-creek's Introduction

๐Ÿ‘‹ Hey I'm Robert

I'm a Senior Software Engineer with over eight years of experience. You can read my origin story on how I became a self-taught web developer in five months with no prior coding experience here.

I create free web development tutorials, courses, and books at HowtoCode.io.

Links

astro-theme-creek's People

Contributors

dependabot[bot] avatar mosaab-emam avatar robertguss avatar shannonechegaray avatar shawshankkumar 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  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  avatar

astro-theme-creek's Issues

error Expected ";" but found ":" in MDX

Stack:

 error   Expected ";" but found ":"
  File:
    /Users/lsh/Desktop/t/packages/Astro-Theme-Creek/src/pages/posts/first.mdx:2:6
  Stacktrace:
Error: Transform failed with 1 error:
/Users/lsh/Desktop/t/packages/Astro-Theme-Creek/src/pages/posts/first.mdx:2:6: ERROR: Expected ";" but found ":"
    at failureErrorWithLog (/Users/lsh/Desktop/t/packages/Astro-Theme-Creek/node_modules/esbuild/lib/main.js:1624:15)
    at /Users/lsh/Desktop/t/packages/Astro-Theme-Creek/node_modules/esbuild/lib/main.js:1413:29
    at /Users/lsh/Desktop/t/packages/Astro-Theme-Creek/node_modules/esbuild/lib/main.js:678:9
    at handleIncomingPacket (/Users/lsh/Desktop/t/packages/Astro-Theme-Creek/node_modules/esbuild/lib/main.js:775:9)
    at Socket.readFromStdout (/Users/lsh/Desktop/t/packages/Astro-Theme-Creek/node_modules/esbuild/lib/main.js:644:7)
    at Socket.emit (node:events:513:28)
    at Socket.emit (node:domain:489:12)
    at addChunk (node:internal/streams/readable:315:12)
    at readableAddChunk (node:internal/streams/readable:289:9)
    at Socket.Readable.push (node:internal/streams/readable:228:10)

Minimum steps to reproduce๏ผš

  1. Rename installing-go-on-a-mac.md to installing-go-on-a-mac.mdx:
posts
-	installing-go-on-a-mac.md
+	installing-go-on-a-mac.mdx
  1. Update index.astro:
- const allPosts = await Astro.glob<MarkdownFrontmatter>('./posts/*.md');
+ const allPosts = await Astro.glob<MarkdownFrontmatter>('./posts/*.{md,mdx}');

I try to fix it, but i am fail :(

Using outdated version of Astro

Hi there!

As you might know, Astro has recently launched v1.0.0 beta which has a lot of breaking changes from the version your theme is currently using.

Since we do link to your theme from https://astro.build/themes, would you consider adding a note to your README to let users know that the theme is running an older version of Astro and is not (yet?) compatible with Astro v1.0? We would still like to showcase and promote your work, but we also don't want to cause confusion or problems for people new to Astro.

Of course, if you're planning to upgrade this theme to Astro v1.0, that works too! ๐Ÿ˜„

Thanks very much, and if you have any questions, you can reach out to me here or on the Astro Discord!

Text selection color

Hey,
At the moment if a text is selected, the highlight color is the default blue. But the theme uses pink everywhere so I decided to use that color for highlight as well on my fork of the Astro-Theme-Creek.

Here's a screenshot:

Screenshot 2022-12-09 at 10 48 58 PM

Please let me know if you would like a pr on this.

Once again amazing work on the theme. love it!

update?

hey, any chance you could update theme, also any chance you could do it so posts are in external folder called content?

(intermediate value).globEager is not a function

I am getting this error with 'astro build'.
(intermediate value).globEager is not a function
Stack trace:
at file:///home/carot/Astro-Theme-Creek/dist/chunks/pages/rss_jtdt-a9R.mjs:3:38
at async DefaultModuleLoader.import (node:internal/modules/esm/loader:228:24)
at async generatePages (file:///home/carot/.nvm/versions/node/v20.4.0/lib/node_modules/astro/dist/core/build/generate.js:156:9)
at async AstroBuilder.build (file:///home/carot/.nvm/versions/node/v20.4.0/lib/node_modules/astro/dist/core/build/index.js:138:5)
at async build (file:///home/carot/.nvm/versions/node/v20.4.0/lib/node_modules/astro/dist/core/build/index.js:47:3)

UI issue: code block width

The width of code blocks does not span to fill the width of the container, resulting in black sections after where the code ends (true black and not the light black theme).

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.