This is a static website built with Hugo, a fast and flexible static site generator.
- Hugo (extended version recommended for full functionality)
- Git (for cloning the repository)
sudo pacman -S hugobrew install hugosudo apt update
sudo apt install hugochoco install hugo -confirmFor other operating systems or detailed instructions, refer to the official Hugo installation guide.
-
Clone the repository:
git clone https://github.com/ComicShrimp/website.git cd website -
Run the development server:
hugo server
The site will be available at
http://localhost:1313/. Hugo will automatically reload the site when you make changes to the content.
To build the static files for deployment:
hugoThe generated files will be in the public/ directory.
content/- Website content (Markdown files)themes/- Hugo themes (if any)static/- Static assets (images, CSS, JS)config/- Configuration files (hugo.yaml)archetypes/- Content templates
- Fork the repository
- Create a new branch for your changes
- Make your changes
- Test locally with
hugo server - Commit and push your changes
- Create a pull request
[Specify your license here, e.g., MIT License]