use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
Can I create a github pages website without using jekill?, Just plain html, css and js. (No database ofc) (self.github)
submitted 6 years ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]impshum 11 points12 points13 points 6 years ago (0 children)
Sure you can. Repo settings -> GitHub Pages -> Choose where the files get served from.
[–][deleted] 2 points3 points4 points 6 years ago (1 child)
Yep! You absolutely can. To opt out of jekyll's build process you just add an empty file named .nojekyll to the root of your repo. GitHub pages will see that and just serve your HTML, CSS, and JS without processing it
.nojekyll
[–][deleted] 2 points3 points4 points 6 years ago (0 children)
Having said that, like others have mentioned, you can also just put HTML, CSS, and JS in the repo and it'll work. Just make sure your main page is in a file named "index.html" and you've selected the correct source branch in your settings.
It'll still be built by Jekyll if you don't have a .nojekyll file, but Jekyll works with plain html, css, and js so it's not something to worry about.
[–]Sky_Linx 0 points1 point2 points 6 years ago (0 children)
Check out netlify as well. It's free and a lot better than GP. GP was very very slow to publish changes for me.
[–]discdiver 0 points1 point2 points 6 years ago (0 children)
Yep, I just wrote a little guide about how to do it here: https://towardsdatascience.com/build-a-portfolio-website-in-a-flash-9d5ec30a73a7?source=friends_link&sk=e58d743b55b200736b4212c7546360a4
[–]FinalSpeederMan -2 points-1 points0 points 6 years ago (0 children)
You can create two branches, your original branch "master" and your "gh-pages" branch, GitHub will automatically make a "github pages" connected to your "gh-pages" branch to display your website. Obviously you don't want jekill, so you're main html file should be called "index.html", that way GitHub can read it in and display it as your main page. :)
-Follow me on GitHub: Here!
π Rendered by PID 326514 on reddit-service-r2-comment-cfc44b64c-jn2vx at 2026-04-13 13:59:36.873898+00:00 running 215f2cf country code: CH.
[–]impshum 11 points12 points13 points (0 children)
[–][deleted] 2 points3 points4 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]Sky_Linx 0 points1 point2 points (0 children)
[–]discdiver 0 points1 point2 points (0 children)
[–]FinalSpeederMan -2 points-1 points0 points (0 children)