An open API service indexing awesome lists of open source software.

https://github.com/thopterek/odin-recipes

part of The Odin Project for basics of html
https://github.com/thopterek/odin-recipes

Last synced: 4 months ago
JSON representation

part of The Odin Project for basics of html

Awesome Lists containing this project

README

          

Little site with recipes written in HTML

Recipies

Its quite fun, even though the boilerplate has to be boilerplaye

A little thing I didn't know about to make static webiste on github

Like this project: [you can find here](https://thopterek.github.io/odin-recipes/index.html)

Make sure that the main HTML file of your project is called index.html. If it is not, you will need to rename it.

Go to your GitHub repo on the web and click the Settings button as shown in the screenshot below. Screenshot pointing to the Settings located in an example repository

Click on Pages on the left side bar.

Change the Branch from none to main branch and click Save.

It may take a few minutes (The GitHub website says up to 10, but we’ve seen it take up to an hour. Do not add a “theme” to your project, or you may have git conflicts, instead, be patient.) but your project should be accessible over the web from your-github-username.github.io/your-github-repo-name (obviously substituting your own details in the link).

If your project does not publish after 1 hour, ensure that you have a file called index.html in the root of your repository and all the settings have been set correctly. Go to your repo on GitHub and click on Actions, if there are no entries, then go back to the settings, change the Branch from main branch to none and click Save, then change the Branch from none to main branch and click Save.

Part of: The Odin Project -> projects

HTML fundations, hopefully shortly we gonna see each other with: Landing Page

Preparation and curiosity with @iuliavisan to soon make something together!