This repository contains the source code for the Look Scanned Blog, built using Hugo and deployed to both Cloudflare Pages and GitHub Pages.
- Built with Hugo static site generator
- Multi-language support
- Automatic deployments to:
- Cloudflare Pages (Primary)
- GitHub Pages (Secondary)
- CI/CD using GitHub Actions
To run this site locally:
# Clone the repository
git clone https://github.com/yourusername/lookscanned-blog
cd lookscanned-blog
# Update submodules (themes)
git submodule update --init --recursive
# Start Hugo server
hugo server -D
The site will be available at http://localhost:1313
The site automatically deploys to both Cloudflare Pages and GitHub Pages when changes are pushed to the main branch. Pull requests trigger preview deployments on Cloudflare Pages.
- Fork the repository
- Create a new branch for your feature
- Make your changes
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.