Skip to content

Commit

Permalink
Simpler (boring) view (#101)
Browse files Browse the repository at this point in the history
* hero image

* image from post

* removes titles and heroes

* simple view, take 1

* view adjustment

* works without it

* remove

* toc

* attribution

* toc poc

* remove stuff from readme

* comments

* hide toc

* z-index fix

* Boring view for posts table

* Simplify boring page

* collection for projects

* not needed comments

* projects are working now

* Update todo.MD

* funmode in store

* hello faster after 2nd view

* removes redundant layout

* 404 works

* big Hello

* works

* works

* Update .gitignore

* Update package-lock.json

* bump

* Hello change

* projects schema update

* Images sortof fix

* changes

* simple -> boring

* prefixes fix

* switcher appears on mobile too

* projects on mobile too

* tweaks

* tweak

* more tweaks

* another scenario
  • Loading branch information
bamanczak authored Nov 3, 2024
1 parent 2b9ea71 commit 2cecea5
Show file tree
Hide file tree
Showing 49 changed files with 1,698 additions and 1,151 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production

# IDE
.idea/

# macOS-specific files
.DS_Store
.vercel/
38 changes: 0 additions & 38 deletions blog/README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
# Astro Starter Kit: Blog

```sh
npm create astro@latest -- --template blog
```

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/blog)
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/blog)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/blog/devcontainer.json)

> πŸ§‘β€πŸš€ **Seasoned astronaut?** Delete this file. Have fun!
![blog](https://github.com/withastro/astro/assets/2244813/ff10799f-a816-4703-b967-c78997e8323d)

Features:

- βœ… Minimal styling (make it your own!)
- βœ… 100/100 Lighthouse performance
- βœ… SEO-friendly with canonical URLs and OpenGraph data
- βœ… Sitemap support
- βœ… RSS Feed support
- βœ… Markdown & MDX support

## πŸš€ Project Structure

Expand Down Expand Up @@ -58,19 +36,3 @@ All commands are run from the root of the project, from a terminal:
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI

|

## πŸ‘€ Want to learn more?

Check out [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).

## Credit

This theme is based off of the lovely [Bear Blog](https://github.com/HermanMartinus/bearblog/).


npx astro sync

## Vercel
https://github.com/withastro/astro/issues/6012
Loading

0 comments on commit 2cecea5

Please sign in to comment.