Coder Social home page Coder Social logo

krazkidd / bookworm-blight-astro Goto Github PK

View Code? Open in Web Editor NEW

This project forked from themefisher/bookworm-light-astro

0.0 0.0 0.0 10.8 MB

A template for a portfolio/blogging site built with Astro v4

Home Page: https://bookworm-blight-astro.app.xericode.net/

License: MIT License

JavaScript 0.10% TypeScript 27.79% SCSS 1.56% Astro 70.55%
astro tailwindcss typescript

bookworm-blight-astro's People

Contributors

doforce avatar krazkidd avatar tffarhad avatar tffaruk avatar tflijon avatar tfsojon avatar tfsomrat avatar

Watchers

 avatar  avatar

bookworm-blight-astro's Issues

Style improvements needed

The TailwindCSS config (tailwind.config.ts) extends the default theme with some custom colors (see theme.extend.colors) which are not adequately named and not used as extensively as you might expect. The project should make better use of these colors so changes apply more widely and cohesively.

Additionally, there are other config settings I would like to explore to see if they really ought to be in the config or if they can be reproduced easily in component files.

Furthermore, I would like to remove the tailwind-bootstrap-grid plugin and use TailwindCSS grid/flex layout classes instead.

Support dark mode

I would like to add dark mode support. This will require some duplication of theme configs and styles.

Show draft content items in dev mode

We currently filter out any content items that are marked as draft: true. We can conditionally show these in dev mode:

// Example: Filter out content entries with `draft: true` only when building for production
import { getCollection } from 'astro:content';
const blogEntries = await getCollection('blog', ({ data }) => {
  return import.meta.env.PROD ? data.draft !== true : true;
});

Add more view transitions

I quickly added a slide animation to all content headers. Are there other, tasteful animations we can add?

One idea I have is to fade in the content subheaders (after the main header slides in).

Obsolete styles used on Search page

Because the Search page is one large React component, it doesn't use any of our custom Astro components, and so document structure and styles must be duplicated.

A lot of structure/style changes have been made to other areas of the project, and they now need to be replicated to the Search component.

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.