Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jupier committed Jan 8, 2024
1 parent 8dbb57f commit f4e49e7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# details

this personal blog has been created with Jekyll https://jekyllrb.com/docs/

and is based on the official github doc https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll

# how to run the project locally?

- install the version of ruby declared in `.ruby-version` using `rbenv`

- launch `gem install jekyll bundler`

- launch `bundle install`

- then `bundle exec jekyll serve`

- browse to http://localhost:4000

0 comments on commit f4e49e7

Please sign in to comment.