Hello!
Welcome to the Marzneshin Community Docs repository.
This documentation is developed by the active Marzneshin community to ensure quick, easy access and archiving of information.
The project is managed using the Hexo template, and you are welcome to contribute to its growth.
To participate, follow these steps based on your operating system:
- Install Chocolatey:
Set-ExecutionPolicy Bypass -Scope Process -Force; ` [System.Net.ServicePointManager]::SecurityProtocol = ` [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; ` iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
- Verify Chocolatey installation:
choco --version
- Install Hugo:
choco install hugo -y
- Confirm Hugo installation:
hugo version
- (After cloning the repository) Run the project:
hugo server --logLevel debug --disableFastRender -p 1313
- Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install Hugo using Homebrew:
brew install hugo
- Verify Hugo installation:
hugo version
- (After cloning the repository) Run the project:
hugo server --logLevel debug --disableFastRender -p 1313
- Install Hugo (using your package manager):
- For Debian/Ubuntu:
sudo apt-get update sudo apt-get install hugo
- For Fedora/RHEL:
sudo dnf install hugo
- For Arch Linux:
sudo pacman -S hugo
- For Debian/Ubuntu:
- Verify Hugo installation:
hugo version
- (After cloning the repository) Run the project:
hugo server --logLevel debug --disableFastRender -p 1313
If you’re unable to install and run Hugo or clone the project, you can submit your proposed content via the Discussions section of the GitHub repository. Once reviewed and approved by the team, your content may be added to the documentation.
Thank you for contributing to the Marzneshin community! 🌟