Skip to content

tve/website

 
 

Repository files navigation

Welcome to the GitHub Pages repo for the Espresso Aficionados website

You can find the website here.

You can use the editor on GitHub to maintain and preview the content for this website in Markdown files. Be aware that GitHub's preview isn't always accurate to the formatting used on the website, check out existing pages to see how things are done.

Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.

This website uses the Just the Docs theme - you can view its documentation here.

Markdown

Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for

Syntax highlighted code block

# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5

- Bulleted
- List

1. Numbered
2. List

**Bold** and _Italic_ and `Code` text

[Link](url) and ![Image](src)

For more details see GitHub Flavored Markdown.

Test your changes locally

To preview a rendered version of the site locally, you will need to have Ruby installed and available. The easiest way is to use asdf or mise-en-place.

This project uses a .tool-versions file to manage the required Ruby version if you use asdf/mise-en-place.

Using asdf (Linux/macOS)

  1. Add the Ruby plugin: asdf plugin add ruby
  2. Install the version: asdf install

Using mise (Windows/macOS/Linux)

  1. Install the version: mise install

Manual Ruby installation

Alternatively, you can install a basic Ruby development setup. (Check the version in .tool-versions to see which version you need.)

Once Ruby is installed, you can run a version of the page locally by navigating to this folder on your local disk and executing the following commands:

bundle install
bundle exec jekyll serve

You should then be able to visit a local version of your page at http://localhost:4000. Changes you make to the files will show up after saving the file and reloading the respective page.

Support or Contact

Start by talking to us over in #resource-development in the Discord server!

You may also want to check out the GitHub Pages documentation.

Just changing a bit of text here to tease Lund.

4realz paddles are the superior control system.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 70.8%
  • HTML 18.2%
  • Ruby 11.0%