This repository is the source for the website programmingprojects.fyi. It aims to be a one stop shop for programmers and would be programmers to find project ideas.
Why? Because the best way to learn to program is to program!
This site is built with Hugo using the PaperMod theme.
Clone the repository and initialise the theme submodule:
git clone https://github.com/ProgrammingProjectsFYI/programmingprojects.git
cd programmingprojects
git submodule update --init --recursivehugo server -DThis starts a local development server at http://localhost:1313/ with live reload. The -D flag includes draft posts.
Create a new post in content/posts/:
hugo new posts/my-project.mdThen edit the generated file to add a title, description, tags, categories, and content. See existing posts for the expected format.
If you would like to contribute, please see the contribution guidelines and code of conduct.
For copyright and license information please see the license file.