Skip to content

Commit 0c24f8d

Browse files
Create README.md
1 parent afa8c89 commit 0c24f8d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
This repository hosts the GitHub page.
2+
3+
The page is using the Jekyll theme [Minimal Mistakes](https://mmistakes.github.io/minimal-mistakes/).
4+
5+
### Configuration
6+
7+
Documentation for configurating the them is available at [https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
8+
9+
### To build the page locally
10+
11+
1. Install Jekyll and other dependencies by following the instructions at [https://jekyllrb.com/docs/installation/](https://jekyllrb.com/docs/installation/).
12+
2. Clone the repository
13+
3. Install the gems with``bundle install``
14+
4. Build the page with ``bundle exec jekyll serve``. In the terminal you should get a link to view the page.

0 commit comments

Comments
 (0)