The public website of Flobro, https://flobro.app, runs on Github Pages with Jekyll.
You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.
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.
- Ruby (version 2.5.0 or above)
- RubyGems (check:
gem -v
) - GCC and Make (check:
gcc -v
,g++ -v
andmake -v
) - A clone of this repo.
-
Open Terminal.
-
Run the Jekyll site locally:
bundle exec jekyll serve
-
To preview your site, in your web browser, navigate to http://localhost:4000.
Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml
configuration file.
Having trouble with Pages? Check out the documentation.