0c671c9827555833f0a6d3d953a23ac87d20e536
				
			
			
		
	Simple Systems Website
Built using Hugo
Local development
hugo server
Development can also be run using Docker:
docker build --no-cache -f Dockerfile.dev -t website-fe . && \
docker run -it -p 1313:1313 --mount source=$(pwd),target=/src,type=bind --rm website-fe
Production
To build the production site, run the following command:
hugo --minify
To build the Dockerfile, run this command:
docker build --no-cache -f Dockerfile.prod -t docker.simplesystems.tech/simplesystems/website:latest . && docker push docker.simplesystems.tech/simplesystems/website
The resources will be stored in the ./public directory.
Managing Job Posts
- To add a job post, create the markdown file in content/jobs.
- To remove a job post, remove its markdown file from content/jobs.
Managing Blog Posts
- To add a blog post, create the markdown file in content/blog.
- To remove a blog post, remove its markdown file from content/blog.
Description
				
					Languages
				
				
								
								
									HTML
								
								55.6%
							
						
							
								
								
									CSS
								
								41.6%
							
						
							
								
								
									Dockerfile
								
								2.8%