Open C7CodingDev opened 2 years ago
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/workflows
directory and Gemfile
enable GitHub Actions to generate the site and push it to gh-pages branch._posts
directory contains an example post, so copying this isn't necessary._data
, 404.md
, about.md
, archives.md
, feed.xml
, index.html
, and robots.txt
are parts of the theme._config.yml
file is an example, so you have to change the value of baseurl
and url
to 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"
Hello, I am looking for a theme like this that I can use for my github pages