Skip to content

firetools/firetools.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firetools website repository

This is the Firetools project website repository.

Visit the website for further info.

How was it made?

This website was generated from the Minimal Mistakes Jekyll theme, configured as necessary.

Run the website locally

Source: https://cassidyjames.com/blog/github-pages-jekyll-fedora-silverblue/

Create the environment in a toolbox container:

toolbox create jekyll
toolbox enter jekyll
sudo dnf install ruby ruby-devel openssl-devel @development-tools gcc-c++
sudo gem install bundler
bundle config set --local path 'vendor/bundle'  # To install locally
cd to/website
bundle install

Run the website with:

bundle exec jekyll serve --host 0.0.0.0 --future

Then you can navigate to http://localhost:4000 to view your site.

Troubleshooting

For questions about using Jekyll, start a discussion on the Jekyll Forum or StackOverflow. Other resources:

Icons

Find the icons here: https://fontawesome.com/

Apply inline styles

Like this:

| <i class="fa-brands fa-linux"></i> Ask a question |
| <i class="fa-brands fa-apple"></i> Submit an issue | 
{: style="font-size: 150%" }

or

<div markdown="1" style="font-size:200%">
| <i class="fa-brands fa-linux"></i> Ask a question |
| <i class="fa-brands fa-apple"></i> Submit an issue | 
</div>

About

Firetools website

Resources

Stars

Watchers

Forks

Languages