An example documentation site using the Docsy Hugo theme
Go to file
Uriel Ofir 6f435f5fe4 feat: restructure environment configuration and enhance fetch logic with improved error handling and logging 2025-07-19 13:23:55 +03:00
.github
.vscode
assets
content/he
i18n
layouts
static
.cspell.yml
.env
.env.example
.gitignore
.nvmrc
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
config.yaml
docker-compose.yaml
docsy.work
docsy.work.sum
fetch-data.ts
go.mod
go.sum
hugo-disabled.toml
hugo.yaml
netlify.toml
package.json
tsconfig.json

README.md

מעקף - Maakaf

מעקף היא קהילת קוד פתוח ישראלית המקדמת פרויקטים של תוכנה חופשית. Maakaf is an Israeli open source community promoting free software projects.

About This Website

This is the official website for the Maakaf community. It's built using Hugo with the Docsy theme, providing a comprehensive platform for our community's documentation, blog posts, and project information.

Local Development

To run this website locally, you'll need:

  • Hugo Extended (version 0.146.0 or higher)
  • Go (for Hugo modules)
  • Node.js and npm (for SCSS processing)

Setup and Run

  1. Clone the repository:
git clone https://github.com/Maakaf/maakaf_home.git
cd maakaf_home
  1. Install dependencies:
npm install
  1. Run the development server:
hugo server

The site will be available at http://localhost:1313

Contributing

We welcome contributions from the community! Whether it's:

  • Adding new documentation
  • Fixing typos or improving existing content
  • Translating content
  • Suggesting improvements

Please feel free to open an issue or submit a pull request.

License

This project is built on top of Docsy, which is licensed under the Apache License 2.0. Our content and modifications are available under the same terms.