Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sofidevo/sofi-blog
Blog de Sofidev
https://github.com/sofidevo/sofi-blog
astro blog graphql headless-cms javascript sass-framework typescript wordpress
Last synced: about 1 month ago
JSON representation
Blog de Sofidev
- Host: GitHub
- URL: https://github.com/sofidevo/sofi-blog
- Owner: SofiDevO
- License: mit
- Created: 2024-09-28T21:16:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T02:57:01.000Z (about 2 months ago)
- Last Synced: 2024-12-02T03:29:37.619Z (about 2 months ago)
- Topics: astro, blog, graphql, headless-cms, javascript, sass-framework, typescript, wordpress
- Language: Astro
- Homepage: https://blog.itssofi.dev/
- Size: 1.5 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Base-astro
Base astro is a clean template to start a new landing page project, that includes a gradient background and responsive hamburger/dropdown menu 💜🚀
## Use this template by running this command:
```
npm create astro@latest -- --template SofiDevO/base-astro
```Propuesta
![Atomic design](./public/img/atomic-design.webp)
```
📦src
┣ 📂components
┃ ┣ 📂atoms
┃ ┃ ┣ 📂HamburgerButton
┃ ┃ ┃ ┣ 📜HamburgerButton.jsx
┃ ┃ ┃ ┗ 📜hamburger-button.css
┃ ┃ ┗ 📂NavLinks
┃ ┃ ┃ ┣ 📜NavLinks.jsx
┃ ┃ ┃ ┗ 📜nav-links.css
┃ ┣ 📂organisms
┃ ┃ ┗ 📜Header.astro
┃ ┗ 📜BaseHead.astro
┣ 📂controllers
┃ ┗ 📜hamburger.js
┣ 📂data
┃ ┗ 📜navMenu.js
┣ 📂layouts
┃ ┗ 📜Layout.astro
┣ 📂pages
┃ ┗ 📜index.astro
┣ 📂styles
┃ ┗ 📜global.css
┣ 📜consts.ts
┗ 📜env.d.ts
```