Idea: can you make this a template repository incase somebody wants to use it?
Hello, I am looking for a theme like this that I can use for my github pages
Hi, I made whiteglass-template, so you can try it.
wait then how would i add it to me jykell website using the _config.yml file?
You can make a new Jekyll site repository by clicking "Use this template" button on whiteglass-template. If you want to edit existing _config.yaml file to use whiteglass, please take a look at _config.yaml of whiteglass-template.
but the problem is, if i want to use if for a site i already made. and i dont know how to configure this [this is true] how could i do it [i forked the template one, but it did nothing]
To use whiteglass-template, create a repository by clicking "Use this template" button instead of copying some files from it.
-
.github/workflowsdirectory andGemfileenable GitHub Actions to generate the site and push it to gh-pages branch. -
_postsdirectory contains an example post, so copying this isn't necessary. -
_data,404.md,about.md,archives.md,feed.xml,index.html, androbots.txtare parts of the theme. -
_config.ymlfile is an example, so you have to change the value ofbaseurlandurlto appropriate one after creating a repository. If you want to configure C7CodingDev/literate-octo-waddle repository:baseurl: "/literate-octo-waddle" url: "https://C7CodingDev.github.io"