{"id":23895335,"url":"https://github.com/digizus/digizus","last_synced_at":"2026-04-15T07:35:32.397Z","repository":{"id":269446230,"uuid":"906542691","full_name":"digizus/digizus","owner":"digizus","description":"A collaborative community for IT enthusiasts, sharing knowledge and resources on various technologies. From Linux fundamentals to advanced DevOps practices, this repo has something for everyone.","archived":false,"fork":false,"pushed_at":"2024-12-21T16:17:48.000Z","size":1371,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-05T12:28:53.077Z","etag":null,"topics":["automation","cloud-computing","data-science","databases","development","machine-learning","networking","programming","scripting","web-development"],"latest_commit_sha":null,"homepage":"https://digizus.com","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/digizus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-21T07:28:49.000Z","updated_at":"2024-12-21T16:27:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"577bff97-ad54-42d3-85ab-8b5becca4f40","html_url":"https://github.com/digizus/digizus","commit_stats":null,"previous_names":["digizus/digizus"],"tags_count":0,"template":false,"template_full_name":"arthelokyo/astrowind","purl":"pkg:github/digizus/digizus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digizus%2Fdigizus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digizus%2Fdigizus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digizus%2Fdigizus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digizus%2Fdigizus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digizus","download_url":"https://codeload.github.com/digizus/digizus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digizus%2Fdigizus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31831847,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T07:17:56.427Z","status":"ssl_error","status_checked_at":"2026-04-15T07:17:30.007Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","cloud-computing","data-science","databases","development","machine-learning","networking","programming","scripting","web-development"],"created_at":"2025-01-04T15:55:17.251Z","updated_at":"2026-04-15T07:35:32.392Z","avatar_url":"https://github.com/digizus.png","language":"Astro","readme":"# 🚀 DigiZus\n\n## Demo\n\n📌 [DigiZus](https://digizus.com/)\n\n\n## Getting started\n\n**DigiZus** tries to give you quick access to creating a website using [Astro 5.s](https://astro.build/) + [Tailwind CSS](https://tailwindcss.com/). It's a free theme which focuses on simplicity, good practices and high performance.\n\nVery little vanilla javascript is used only to provide basic functionality so that each developer decides which framework (React, Vue, Svelte, Solid JS...) to use and how to approach their goals.\n\nIn this version the template supports all the options in the `output` configuration, `static`, `hybrid` and `server`, but the blog only works with `prerender = true`. We are working on the next version and aim to make it fully compatible with SSR.\n\n### Project structure\n\nInside **AstroWind** template, you'll see the following folders and files:\n\n```\n/\n├── public/\n│   ├── _headers\n│   └── robots.txt\n├── src/\n│   ├── assets/\n│   │   ├── favicons/\n│   │   ├── images/\n│   │   └── styles/\n│   │       └── tailwind.css\n│   ├── components/\n│   │   ├── blog/\n│   │   ├── common/\n│   │   ├── ui/\n│   │   ├── widgets/\n│   │   │   ├── Header.astro\n│   │   │   └── ...\n│   │   ├── CustomStyles.astro\n│   │   ├── Favicons.astro\n│   │   └── Logo.astro\n│   ├── content/\n│   │   ├── post/\n│   │   │   ├── post-slug-1.md\n│   │   │   ├── post-slug-2.mdx\n│   │   │   └── ...\n│   │   └-- config.ts\n│   ├── layouts/\n│   │   ├── Layout.astro\n│   │   ├── MarkdownLayout.astro\n│   │   └── PageLayout.astro\n│   ├── pages/\n│   │   ├── [...blog]/\n│   │   │   ├── [category]/\n│   │   │   ├── [tag]/\n│   │   │   ├── [...page].astro\n│   │   │   └── index.astro\n│   │   ├── index.astro\n│   │   ├── 404.astro\n│   │   ├-- rss.xml.ts\n│   │   └── ...\n│   ├── utils/\n│   ├── config.yaml\n│   └── navigation.js\n├── package.json\n├── astro.config.ts\n└── ...\n```\n\nAstro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.\n\nThere's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.\n\nAny static assets, like images, can be placed in the `public/` directory if they do not require any transformation or in the `assets/` directory if they are imported directly.\n\n[![Edit AstroWind on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://githubbox.com/onwidget/astrowind/tree/main) [![Open in Gitpod](https://svgshare.com/i/xdi.svg)](https://gitpod.io/?on=gitpod#https://github.com/onwidget/astrowind) [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/onwidget/astrowind)\n\n\u003e 🧑‍🚀 **Seasoned astronaut?** Delete this file `README.md`. Update `src/config.yaml` and contents. Have fun!\n\n\u003cbr\u003e\n\n### Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command             | Action                                             |\n| :------------------ | :------------------------------------------------- |\n| `npm install`       | Installs dependencies                              |\n| `npm run dev`       | Starts local dev server at `localhost:4321`        |\n| `npm run build`     | Build your production site to `./dist/`            |\n| `npm run preview`   | Preview your build locally, before deploying       |\n| `npm run check`     | Check your project for errors                      |\n| `npm run fix`       | Run Eslint and format codes with Prettier          |\n| `npm run astro ...` | Run CLI commands like `astro add`, `astro preview` |\n\n\u003cbr\u003e\n\n### Configuration\n\nBasic configuration file: `./src/config.yaml`\n\n```yaml\nsite:\n  name: 'Example'\n  site: 'https://example.com'\n  base: '/' # Change this if you need to deploy to Github Pages, for example\n  trailingSlash: false # Generate permalinks with or without \"/\" at the end\n\n  googleSiteVerificationId: false # Or some value,\n\n# Default SEO metadata\nmetadata:\n  title:\n    default: 'Example'\n    template: '%s — Example'\n  description: 'This is the default meta description of Example website'\n  robots:\n    index: true\n    follow: true\n  openGraph:\n    site_name: 'Example'\n    images:\n      - url: '~/assets/images/default.png'\n        width: 1200\n        height: 628\n    type: website\n  twitter:\n    handle: '@twitter_user'\n    site: '@twitter_user'\n    cardType: summary_large_image\n\ni18n:\n  language: en\n  textDirection: ltr\n\napps:\n  blog:\n    isEnabled: true # If the blog will be enabled\n    postsPerPage: 6 # Number of posts per page\n\n    post:\n      isEnabled: true\n      permalink: '/blog/%slug%' # Variables: %slug%, %year%, %month%, %day%, %hour%, %minute%, %second%, %category%\n      robots:\n        index: true\n\n    list:\n      isEnabled: true\n      pathname: 'blog' # Blog main path, you can change this to \"articles\" (/articles)\n      robots:\n        index: true\n\n    category:\n      isEnabled: true\n      pathname: 'category' # Category main path /category/some-category, you can change this to \"group\" (/group/some-category)\n      robots:\n        index: true\n\n    tag:\n      isEnabled: true\n      pathname: 'tag' # Tag main path /tag/some-tag, you can change this to \"topics\" (/topics/some-category)\n      robots:\n        index: false\n\n    isRelatedPostsEnabled: true # If a widget with related posts is to be displayed below each post\n    relatedPostsCount: 4 # Number of related posts to display\n\nanalytics:\n  vendors:\n    googleAnalytics:\n      id: null # or \"G-XXXXXXXXXX\"\n\nui:\n  theme: 'system' # Values: \"system\" | \"light\" | \"dark\" | \"light:only\" | \"dark:only\"\n```\n\n\u003cbr\u003e\n\n#### Customize Design\n\nTo customize Font families, Colors or more Elements refer to the following files:\n\n- `src/components/CustomStyles.astro`\n- `src/assets/styles/tailwind.css`\n\n### Deploy\n\n#### Deploy to production (manual)\n\nYou can create an optimized production build with:\n\n```shell\nnpm run build\n```\n\nNow, your website is ready to be deployed. All generated files are located at\n`dist` folder, which you can deploy the folder to any hosting service you\nprefer.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigizus%2Fdigizus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigizus%2Fdigizus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigizus%2Fdigizus/lists"}