GithubHelp home page GithubHelp logo

treefarmstudio / astro-minimal-starter Goto Github PK

View Code? Open in Web Editor NEW
57.0 57.0 14.0 5.16 MB

Home Page: https://astro-minimal-starter.netlify.app/

License: MIT License

JavaScript 6.24% CSS 1.54% Astro 92.23%
astro blog starter

astro-minimal-starter's People

Contributors

jaydanurwin avatar thagxt 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

Watchers

 avatar  avatar  avatar  avatar

astro-minimal-starter's Issues

Add a general page layout

I'd like to suggest an enhancement:

It could be very useful to also add a "general layout" page for things like About, Legal, Contact pages etc.
That way a part from the blog/posts you also have and example on how to create other pages on your website.
I think for someone just starting this would be a big help to understand how to make other pages as well.

p.s. For instance ArticleSchema.jsx is good for posts but not for other type of pages...

Thank you.

How to add SCSS?

Hey, I've watched your video and read through the repository and some of the official documentations, but couldn't really tell how to properly implement SCSS files.
For example, I would like to have variables.scss and for every component it's .scss file.
How do I implement such a thing?

Suggestion for improving Publication Date

Hey! First, thanks for making this template. I'm using it to make my own personal template for static sites and I appreciate all the work you've done (especially for SEO).

In my readings online, I've read that Google has some suggestions around publication dates. They suggest using labels like "Published" or "Last Updated".

Would you accept a PR to change this to this:

function publishDateToMachineFriendlyDate(publishDate) {
  return new Date(publishDate).toISOString()
}

const machineFriendlyDate = publishDateToMachineFriendlyDate(publishDate)

---
    <p>Last updated: <time datetime={machineFriendlyDate}>{publishDate}</time></p

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!

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.